/* Css For Rashtriya Smarak */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/***

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/***

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 18px;
  color: #837e7f;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Hanken Grotesk", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  font-family: "Familjen Grotesk", sans-serif;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

/* p{
  position: relative;
  font-family: 'Hanken Grotesk', sans-serif;
  color: #837e7f;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  /* color: #043460; */
  color: #0464A0;
  margin: 0px;
  transition: all 500ms ease;
  /* text-align: center; */
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  background: #04345b;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border-top-color: rgba(255, 255, 255, 1) !important;
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 26px;
    letter-spacing: 10px;
  }
}

.monthly-day,
.monthly-day-blank {
  text-align: center;
}

/* inherited from explore department(index) */
.centred{
  text-align: center;
}
/* ----- */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.special_fonts {
  font-family: "DM Sans", sans-serif;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.theme-btn.btn-one {
  width: 145px;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 15px 25px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.sub-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 15px 21px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.sub-btn.btn-one{
  background:#29aae1 ;
  width: 168px;
}

.load-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 15px 21px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.load-btn.btn-one{
  background:#0464A0;

  width: 128px;
}



.theme-btn.btn-one {
}

.theme-btn.btn-one:hover {
}

.theme-btn.btn-one:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-one:hover:before {
  width: 100%;
}

.theme-btn.btn-two {
  background: #69d6cf;
}

.theme-btn.btn-two span {
  position: relative;
  padding-left: 18px;
}

.theme-btn.btn-two span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: -2px;
}

.theme-btn.btn-two:hover {
}

.row {
  --bs-gutter-x: 30px;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.pagination li:last-child {
  margin: 0px !important;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 1px solid #e4e9e6;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  color: #043460;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
}

.pagination li:first-child a i {
  transform: rotate(180deg);
  top: -4px;
}

.pagination li a i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #a8a4a5;
  font-weight: 400;
  transition: all 500ms ease;
}

.pagination li a:hover i,
.pagination li a.current i {
  color: #fff;
}

.sec-pad {
  padding: 88px 0px 100px 0px;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width:49px;
  height: 49px;
  line-height: 66px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
}

.scroll-top.open {
  bottom: 30px;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin: 0px;
  text-align: center;
}



.sec-title.left.light {
  display: flex;
}

.sec-title p {
  margin-top: 10px;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title.light p {
  color: #aeb8c1;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}
.arrow{
display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }

  .service-section .owl-carousel .owl-nav .owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    top: -14px;
}

/* Container for positioning buttons */
.button-container {
  position: fixed;
  bottom: 30px; /* Adjust as needed */
  right: 120px;  /* Adjust as needed */
  display: flex;
  gap: 400px; /* Space between buttons */
  z-index: 1000;
}

/* Styling for Book Enquiry Button */
.booking-enquiry {

  background-color:#0464A0; /* Adjust color as needed */
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;



}
/*  */

/* Styling for Scroll Top Button */
.scroll-top {
  background-color: white; /* Adjust color as needed */
  color: red;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

/* Optional: Add hover effects */
.book-enquiry:hover,
.scroll-top:hover {
  opacity: 0.8;
}










/***

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner {
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box {
  position: relative;
  padding: 70px 70px;
  z-index: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  /* padding: 100px 0px 250px 0px; */
}

.search-popup .search-form .form-group {
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 16px;
  color: #808080;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 35px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
  border-color: #141417;
}

.search-popup .form-control:focus {
  box-shadow: none !important;
}

/** header-top **/

.header-top {
  position: relative;
  padding: 0px 50px;
}

.header-top .outer-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .option-list li {
  position: relative;
  display: inline-block;
  float: left;
  color: #e9f5ff;
  margin-right: 30px;
}

.header-top .option-list li:last-child {
  margin: 0px !important;
}

.header-top .option-list li a,
.header-top .option-list li input {
  position: relative;
  display: inline-block;
  color: #e9f5ff;
  font-family: "Hanken Grotesk", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .option-list li input {
  width: 75px;
}

.header-top .option-list li a:hover,
.header-top .option-list li input:hover {
  text-decoration: underline;
}

.header-top .info-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 50px;
  background: #1466a7;
  border-radius: 30px;
}

.header-top .info-list > li {
  position: relative;
  display: inline-block;
  margin-right: 80px;
  padding-left: 25px;
  color: #eaf6ff;
}

.header-top .info-list li:last-child {
  margin: 0px !important;
}

.header-top .info-list li img {
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top .info-list li > a,
.header-top .info-list li > .nice-select {
  color: #eaf6ff;
  font-family: "Hanken Grotesk", sans-serif;
}

.header-top .info-list li a:hover {
  text-decoration: underline;
}

.header-top .info-list li .nice-select .list li {
  color: #1466a7 !important;
}

.nice-select:before {
  position: absolute;
  content: "\f101";
  font-family: "flaticon";
  top: 1px;
  right: 0px;
  font-size: 9px;
  font-weight: 400;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #eaf6ff;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  display: inline-block;
  color: #eaf6ff;
}

.header-top .social-links li a:hover {
}

/* Top Bar */
.top-bar {
  background-color: #227abf;
  padding: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skip-link {
  display: flex;
  color: white;
  align-items: center;
  margin-right: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 4px 8px;
}

.sticky + .content {
  padding-top: 100px; /* Add padding to account for the sticky element */
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.left-section {
  display: flex;
  align-items: center;
}

.center-section {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  gap: 26px;
  padding: 10px;
  border-radius: 34px;
  background-color: #1466a7;
  font-size: medium;
}

.contact-info i {
  margin: 1px;
  font-size: 14px;
}
/* .center-section:hover{
  background-color:#043460;
} */
.contact-info {
  margin-left: 20px;
  color: white;
}

.right-section {
  display: flex;
  align-items: center;
}

.social-icons a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.screen-reader-access {
  margin-left: 20px;
  text-decoration: none;
  color: white;
  border-right: 1px solid white;
  padding-right: 10px;
}

.screen-reader-access:hover {
  color: var(--bs-link-hover-color);
  background-color: white;
  padding: 0px 5px 0px 5px;
  border-radius: 21px;
}
.skip-link:hover{
  color: var(--bs-link-hover-color);
  background-color: white;
  padding: 0px 5px 0px 5px;
  border-radius: 21px;

}

.text-size {
  margin-left: 3px;
  border-right: 1px solid white;
}

.text-size a {
  margin: 0 5px;
  color: white;
  text-decoration: none;
}
.top-bar {
  background-color: #1e76bb;
  font-size: 15px;
}
.language-select {
  margin-left: 10px;
}

.language-select select {
  background: none;
  color: white;
  border: 1px solid white;
  padding: 5px;
}

.language-select {
  color: white;
}


.read_more_btn {
  /* position: absolute; */
  /* bottom: 15px; */
  /* width: 80%; */
  /* text-align: center; */
  margin: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .left-section,
  .right-section {
    margin-bottom: 10px;
  }

  .contact-info,
  .screen-reader-access,
  .social-icons,
  .text-size,
  .language-select {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .social-icons a {
    margin-left: 10px;
  }

  .text-size a {
    margin: 0 2px;
  }
}

/** header-lower **/

.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 20px;
}

.main-header .menu-area  {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .search-box {
  position: relative;
  margin-right: 80px;
}

.main-header .menu-right-content .search-box:before {
  position: absolute;
  content: "";
  background:#bbb6b8;
  width: 1px;
  height: 56px;
  top: -14px;
  right: -40px;
}

.main-header .menu-right-content .search-box .search-box-outer {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.main-header .menu-right-content .option-box {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-right: 40px;
}

.main-header .menu-right-content .option-box .icon-box {
  position: absolute;
  left: 0px;
  top: -1px;
}

.main-header .menu-right-content .option-box .nice-select {
  font-size: 18px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  padding-right: 22px;
  font-weight: 500;
}

.main-header .menu-right-content .option-box .nice-select:before {
  font-size: 12px;
}

.main-header .menu-right-content .btn-box {
  margin-right: 40px;
}

.header-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 24px;
  text-align: center;
  border-radius: 5px;
}

.header-btn:hover {
  color: #fff;
}

.main-header .menu-right-content .language-box {
  position: relative;
  display: block;
  padding-left: 33px;
  padding-top: 28px;
}

.main-header .menu-right-content .language-box .flag {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.main-header .menu-right-content .language-box .flag img {
  width: 100%;
  border-radius: 50%;
}

.main-header .menu-right-content .language-box .nice-select {
  background: #fff;
  font-size: 16px;
  color: #888787;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 16px;
}

.main-header .menu-right-content .language-box .nice-select:before {
  font-size: 8px;
  color: #103e67;
}

.main-header .menu-right-content .language-box .nice-select .list {
  left: inherit;
  right: 0px;
}

/** main-menu **/

.main-menu {
  margin-right: 45px;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  list-style: none;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 15px;
  padding: 35px 0px;
  font-weight: 500;
  padding-right: 21px;
  font-family: "Familjen Grotesk", sans-serif;
  opacity: 1;
  color:black;
  text-transform: capitalize;
  z-index: 1;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .main-menu .navigation > li > a:before{
  position: absolute;
  content: "\f114";
  font-family: 'flaticon';
  top: 35px;
  right: 0px;
  font-size: 12px;
} */

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: auto;
  margin-top: 20px;
  z-index: 100;
  background: #fff;
  display: none;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.main-menu .navigation > li > .megamenu {
  background: #212226;
}

.main-menu .navigation > li > .megamenu a {
  display: inline-block !important;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #000;
  text-align: left;
  padding: 14.5px 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid #ede7e9;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a {
  border-bottom: none;
}

.main-menu .navigation > li > .megamenu li > a {
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  color: #fff;
  padding-left: 55px;
  border-radius: 5px;
}

.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  font-size: 16px;
  color: #fff;
  top: 15px;
  left: 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  right: 30px;
  top: 16px;
  font-size: 12px;
}

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after {
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  margin-left: 10px;
  width: 250px;
  z-index: 100;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #000;
  text-align: left;
  padding: 14.5px 30px;
  border-bottom: 1px solid #ede7e9;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #fff;
  border-radius: 5px;
  padding-left: 55px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  font-size: 16px;
  color: #fff;
  top: 15px;
  left: 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: -25px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1c1c1c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 43px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: white;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: black;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  border-top: 1px solid black;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: #116ca5;
/*  background: rgba(255, 255, 255, 0.1);*/
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}
.pop-select{
  position: relative;
  width: 100%;
  margin-bottom: 35px;

}
.pop-select .nice-select{
  /* position: absolute;
  top: 4px;
  width: 100%;
  padding: 0px 12px; */
  position: absolute;
    top: 0px;
    width: 100%;
    padding: 1px 12px 6px 10px;
    border: 1px solid #ced4da;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 10px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: black;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: black;
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  /* color: rgba(255, 255, 255, 0.8); */
  color: black;
}
.mobile-icons ul li a span::before{
  color: black!important;
}
.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.main-header .outer-box {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-end;
}

.logo_heading {
  /* margin: 20px; */
  margin: 11px;
}
.logo_section {
  display: flex;
  padding: 10px;
  max-height: 87px;
  gap: 7px;
}

.logo_heading a {
  color: #0464A0;
}

.logo_heading p {
  color:#0464A0;
}

.header-logo {
  width: 20%;
}

.nice-select {
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  padding-right: 20px;
  height: auto;
  line-height: 28px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

/** banner-section **/

.banner-section {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 132px 0px 265px 0px;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-carousel .slide-item .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 185px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.banner-carousel .content-box {
  position: relative;
  max-width: 510px;
  width: 100%;
  z-index: 5;
}

.banner-carousel .content-box h2 {
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 55px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 23px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2 span {
}

.banner-carousel .content-box p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #aeb8c1;
  margin-bottom: 31px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .support-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 65px;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .support-box {
  opacity: 1;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .support-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  border: solid;
  border-width: 1px;
}

.banner-carousel .content-box .support-box .icon-box img {
  display: inline-block;
}

.banner-carousel .content-box .support-box span,
.banner-carousel .content-box .support-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #aeb8c1;
}
.content-box:hover {
  margin-top: 0px;
}
.content-box {
  margin-top: 0px;
}
.content-box > ul > li {
  line-height: 1;
}
.banner-carousel .content-box .support-box .text a {
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
}

.banner-carousel .content-box .support-box .text a:hover {
  text-decoration: underline;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .btn-box .video-btn {
  position: relative;
  display: block;
  padding: 9px 0px 10px 60px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-carousel .content-box .btn-box .video-btn i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  line-height: 51px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}

.banner-carousel .content-box .btn-box .theme-btn {
  margin-right: 30px;
}

.banner-carousel .owl-dots {
  position: absolute;
  /* left: 50px; */
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-carousel .owl-dots .owl-dot {
  position: relative;
  display: block;
  margin: 0px;
  margin-bottom: 20px;
  width: 8px;
  height: 35px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot:last-child {
  margin-bottom: 0px;
}

.banner-carousel .owl-dots .owl-dot span {
  display: none;
}

.banner-carousel .owl-dots .owl-dot.active {
  height: 70px;
}

/** feature-section **/

.feature-section {
  position: relative;
}

.feature-section:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: calc(50% + 85px);
  height: 100%;
  top: 0px;
  right: 0px;
}

.feature-section .inner-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -115px;
  z-index: 1;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px 30px 17px 30px;
  min-height: 233px;
}
.schedule-block-one .inner-box {
  height: 286px !important;
}
.feature-block-one .inner-box .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-block-one .inner-box .bg-layer:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .bg-layer:before {
  opacity: 0.85;
}

.feature-block-one .inner-box .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col-equal-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-block-one .inner-box h3 {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 86px;
  margin-bottom: 3px;
}

.feature-block-one .inner-box p {
  color: #fff;
  /* margin-bottom: 90px; */
}

.feature-block-one .inner-box .link {
  position: relative;
  display: block;
  text-align: right;
}

.feature-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 40px;
}

.feature-block-one .inner-box .link a:hover {
}

.feature-block-one .inner-box .link a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  top: 32px;
  right: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .link a:hover:before {
}

/* .feature-block-one .inner-box .link a:after {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  top: -12px;
  right: -3px;
  opacity: 0;
  transition: all 500ms ease;
} */

.feature-block-one .inner-box .link a:hover:after {
  opacity: 1;
}

.feature-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  padding: 49px 30px 32px 30px;
  /* padding:34px 30px 32px 30px; */
  /* height: 234px; */
}

.feature-block-two {
  position: relative;
}

.feature-block-two .quote-box {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 58px;
  background: #fff;
  text-align: center;
  border-radius: 5px 0px 5px 5px;
  font-size: 24px;
  left: 30px;
  top: -20px;
  z-index: 1;
}

.feature-block-two .quote-box:before {
  position: absolute;
  content: "";
  background: #d7385f;
  height: 20px;
  width: 13px;
  top: 0px;
  right: -13px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.feature-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  height: 106px;
  scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 170px;
}

.feature-block-two .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 1px;
}

.feature-block-two .inner-box p {
  color: #fff;
  font-weight: 500;
}

.feature-block-two .inner-box .social-box {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.feature-block-two .inner-box .social-box a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #55acee;
  z-index: 1;
}

.feature-block-two .inner-box .social-box a:hover {
  color: #fff;
  background: #55acee;
}

.feature-block-two .inner-box .light-icon {
  position: absolute;
  bottom: -34px;
  right: -200px;
  font-size: 350px;
  color: rgba(0, 0, 0, 0.1);
}

/* .read_more_feature{
  position:absolute;
  bottom: 15px;
  width:30%;
  text-align: center;
} */

/** about-section **/

.about-section {
  position: relative;
  padding: 100px 0px;
}

.about-section:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  /* width: calc(50% + 85px); */
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}

.about-section .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 5px;
}

.about-section .image-box img {
  width: 100%;
  border-radius: 5px;
}

.about-section .image-box:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .content-box {
  position: relative;
  display: block;
  margin-top: -11px;
}

.about-section .content-box .title-box {
  position: relative;
  display: block;
  /* padding-left: 55px; */
  margin-bottom: 30px;
}

/* .about-section .content-box .title-box span{
  position: absolute;
  left: 0px;
  top: -7px;
  font-size: 75px;
  line-height: 75px;
  font-family: 'Familjen Grotesk', sans-serif;
  font-weight: 600;
} */

.about-section .content-box .title-box h3 {
  display: block;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.about-section .content-box .title-box p {
  color: #043460;
  font-weight: 500;
}

.about-section .content-box .text-box {
  margin-bottom: 14px;
}

.about-section .content-box .inner-box {
  display: block;
  /* margin-bottom: 37px; */
  margin-bottom: 8px;
}

.about-section .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding-left: 70px;
}

.about-section .content-box .inner-box .single-item:before {
  position: absolute;
  content: "";
  background: #e0dcdd;
  width: 1px;
  height: 56px;
  top: 10px;
  right: 15px;
}

.about-section
  .content-box
  .inner-box
  .single-column:last-child
  .single-item:before {
  display: none;
}

.about-section .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 14px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  text-align: center;
}

.about-section .content-box .inner-box .single-item h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.about-section .content-box .inner-box .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.list-style-one li {
  position: relative;
  display: block;
  font-weight: 500;
  margin-bottom: 9px;
  padding-left: 30px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

/* .about-section .content-box .list-style-one{
  margin-bottom: 46px;
} */

/** service-section **/

.service-section {
  position: relative;
}

.service-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.service-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 46px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    107% 100%,
    100% 100%,
    80% 100%,
    20% 100%,
    0 100%,
    0 77%
  );
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before {
}

.service-block-one .inner-box .image-box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 36px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 100%,
    100% 100%,
    80% 100%,
    20% 100%,
    0 100%,
    0 100%
  );
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 9px 25px 33px 25px;
  height: 236px;
}

.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  margin-left: -30px;
  top: -71px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box {
}

.service-block-one .inner-box .lower-content .icon-box img {
  display: inline-block;
}

.service-block-one .inner-box .lower-content .icon-box .icon {
  position: relative;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box .icon {
  transform: scale(0, 0);
}

.service-block-one .inner-box .lower-content .icon-box .overlay-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box .overlay-icon {
  transform: scale(1, 1);
}

.service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 16px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #043460;
  font-size: 21px;
}

.service-block-one .inner-box .lower-content h3 a:hover {
}

.service-block-one .inner-box .lower-content p {
  margin-bottom: 13px;
}

.service-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .link a:hover {
}

.service-block-one .inner-box .lower-content .link a span {
  position: relative;
  color: #043460;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover span {
  padding-left: 18px;
}

.service-block-one .inner-box .lower-content .link a span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: -2px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover span:before {
  opacity: 1;
}

.owl-carousel .owl-nav span:before {
  font-family: "flaticon";
}

.service-section .owl-nav {
  position: absolute;
  top: -105px;
  right: 0px;
}

.service-section .owl-nav button {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  text-align: center!important;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-carousel .owl-nav .owl-prev span {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -3px;
}

.service-section .owl-nav button.owl-prev {
  margin-right: 10px;
}

.service-section .owl-nav button:hover {
}

/* book a vist section */
.Book-a-visit-sec{
  position: relative;
  /* padding: 60px 0px 30px 0px; */
  background-color: #EC466E;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  justify-content: center;
}


.book-enquiry h3{
  color: white;
}
.book-visit{
  text-align: center;
}
.btn-box{
  text-align: center;
}
.theme-btn.btn-onee{
  /* background: #29aae1; */
  background: white;
  padding: 11px 13px;

  color: black !important;
}



/* modal */

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* max-width: 500px; */
  position: relative;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* h2 {
  text-align: center;
  color: #333;
} */

form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 10px 0 5px;
}

input, textarea, select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.captcha-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-container img {
  max-width: 100px;
}
.col-lg-12.col-md-12.col-sm-12.modal-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}



/* modal captcha */

.modal-backdrop.show
{
    opacity:0.5 !important;
}

 .btn-captcha{
  width: 46px;
  border-radius: 10px !important;
  height: 46px;
}
.align-captcha{
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin-top: 10px; */
  gap: 3px;
}

 .captcha img {
  /* width: 100% !important;
  padding-right: 47px; */
  width: 100% !important;
  /* padding-right: 47px; */
  height: 50px;
  margin-left: 20px;
}
.captcha_img.captcha{
  display: flex;
  align-items: center;
  height: 80px;
  /* width: 265px; */
  justify-content: space-around;
}

.captcha_code{
  display: flex;
  align-content: stretch;
  justify-content: flex-end;
  /* height: 60px; */
  margin-top: 17px;
}
/* ------------------- */




button {
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 48%;
  margin-top: 10px;
}

.submit-btn {
  background-color: #29aae1;
  color: white;
}

.reset-btn {
  background-color: #333;
  color: white;
}

.success-message {
  display: none;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #28a745;
  border-radius: 4px;
  color: #28a745;
}

.success-message .success-icon {
  font-size: 48px;
  color: #28a745;
}
.send-enquiryheading .h4{
  color:#29aae1;
}

.btn.btn-secondary{
  height: 56px;

}

.reset_button{
  width: 145px;
}

@media (max-width: 600px) {
  .modal-content {
    width: 90%;
  }

  button {
    width: 100%;
  }
}





/** department-section **/

.department-section {
  position: relative;
  padding: 88px 0px 90px 0px;
  color: black;
}

.department-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.department-block-one .inner-box h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: #69d6cf;
  padding: 6px 36px 2px 40px;
  border-radius: 5px 5px 0px 0px;
  top: 11px;
}

.department-block:nth-child(2) .department-block-one .inner-box h3 {
  background: #29aae1;
}

.department-block:nth-child(3) .department-block-one .inner-box h3 {
  background: #1e76bb;
}

.department-block:nth-child(4) .department-block-one .inner-box h3 {
  background: #544b9f;
}

.department-block:nth-child(5) .department-block-one .inner-box h3 {
  background: #1ebb91;
}

.department-block:nth-child(6) .department-block-one .inner-box h3 {
  background: #1ea3bb;
}

.department-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #69d6cf;
  padding: 33px 30px 33px 95px;
  text-align: left;
}

.department-block:nth-child(2) .department-block-one .inner-box .text-box {
  border-color: #29aae1;
}

.department-block:nth-child(3) .department-block-one .inner-box .text-box {
  border-color: #1e76bb;
}

.department-block:nth-child(4) .department-block-one .inner-box .text-box {
  border-color: #544b9f;
}

.department-block:nth-child(5) .department-block-one .inner-box .text-box {
  border-color: #1ebb91;
}

.department-block:nth-child(6) .department-block-one .inner-box .text-box {
  border-color: #1ea3bb;
}

.department-block-one .inner-box .text-box .icon-box {
  position: absolute;
  left: 30px;
  top: 40px;
}

.department-block-one .inner-box .static-content {
  position: relative;
  transition: all 500ms ease;
}

.department-block-one .inner-box:hover .static-content {
  opacity: 1;
}

.department-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.department-block-one .inner-box:hover .overlay-content {
  opacity: 0;
}

.department-block-one .inner-box .overlay-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.department-block-one .inner-box .overlay-content .link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.department-block-one .inner-box .overlay-content .image-box {
  position: relative;
  display: block;
}

.department-block-one .inner-box .overlay-content .image-box img {
  width: 100%;
}

.department-block-one .inner-box .overlay-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 74px 12px 74px;
  border-radius: 5px 5px 0px 0px;
}

.department-block-one .inner-box .overlay-content .link a span {
  position: relative;
  padding-left: 18px;
}

.department-block-one .inner-box .overlay-content .link a span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  color: #fff;
  left: 0px;
  top: -2px;
}

.department-section .more-link {
  position: relative;
  margin-top: 11px;
}

.department-section .more-link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #043460;
  text-transform: uppercase;
}

.department-section .more-link a:hover {
}

.department-section .more-link a span {
  position: relative;
  padding-left: 18px;
}

.department-section .more-link a span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: -2px;
}
p.heightcontent.exp_service {
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 170px;
}

/* .department-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

/** schedule-section **/

.schedule-section {
  position: relative;
  padding-top: 88px;
}

.schedule-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 285px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.schedule-section .bg-layer:before {
  position: absolute;
  content: "";
  background: url("/assets/images/background/schedule-bg.png");
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.schedule-section .tabs-content {
  position: relative;
  padding: 60px 0px 30px 0px;
  z-index: 1;
}

.schedule-section .tabs-content:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: calc(100% + 120px);
  height: 100%;
  left: -60px;
  top: 0px;
  z-index: -1;
  border-radius: 5px;
}

.schedule-section .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #043460;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.schedule-section .sec-title p {
  color: #e1f3fb;
}

.schedule-section .tab-btn.active-btn {
  background: #f5f5f5;
}

.monthly .monthly-today .monthly-day-number {
  color: #fff !important;
}

.monthly .monthly-today .monthly-day-number {
  color: #043460;
  font-size: 14px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
}

.monthly-day-title-wrap div,
.monthly-header-title {
  font-family: var(--title-font);
}

.monthly-today:before {
  position: absolute;
  content: "7Meetings";
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #043460;
  left: -12px;
  top: -37px;
  font-weight: 400;
  background: #fff;
  padding: 0px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 75px;
  text-align: center;
  z-index: 9;
}

.monthly-today:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 6px;
  left: 22px;
  top: -17px;
  z-index: 9;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.schedule-section .schedule-calander .btn-box {
  margin-top: 27px;
}

.schedule-section .schedule-calander .btn-box .theme-btn {
  width: 100%;
  padding: 18px 25px;
}

.schedule-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 22px 30px 26px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 30px; */
}

.schedule-block-one .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #1e76bb;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.schedule-block-one .inner-box .time {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.schedule-block-one .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}

.schedule-block-one .inner-box h3 a {
  display: inline-block;
  color: #043460;
  font-size: 20px;

}

.schedule-block-one .inner-box h3 a:hover {
}

.schedule-block-one .inner-box p {
  position: relative;
  display: block;
  padding-left: 0px;
  color: black;
  scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 140px;
}

/* .schedule-block-one .inner-box p i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
} */

.link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #043460;
  text-transform: uppercase;
}

.link-box a:hover {
}

.link-box a span {
  position: relative;
  padding-left: 18px;
}

.link-box a span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: -2px;
}

/** team-section **/

.team-section {
  position: relative;
  color: black;
  background-color: #f5f5f5;
}

.team-section .sec-title .link-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  /* padding: 39px 30px 35px 30px; */
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  transition: all 500ms ease;
  height: 400px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 2px;
  background: #fff;
}

.team-block-one .inner-box:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 130px;
  height: 150px;
  top: 0px;
  right: 0px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 19px;
  overflow: hidden;
}

.team-block-one .inner-box .image-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.team-block-one .inner-box:hover .image-box:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.team-block-one .inner-box .share-box {
  position: absolute;
  top: 40px;
  right: 10px;
}

.team-block-one .inner-box .share-box .share-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #062b45;
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  padding-top: 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-block-one .inner-box .share-box:hover .share-text {
}

.team-block-one .inner-box .share-box .share-text i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #a8a4a5;
  transform: rotate(90deg);
  transition: all 500ms ease;
}

.team-block-one .inner-box .share-box:hover .share-text i {
}

.team-block-one .inner-box .share-box .share-links {
  position: absolute;
  right: -6px;
  bottom: -50px;
  width: 135px;
  background: #fff;
  padding: 6px 0px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.team-block-one .inner-box .share-box:hover .share-links {
  transform: scaleX(1);
}

.team-block-one .inner-box .share-box .share-links:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 17px;
  height: 9px;
  top: -9px;
  right: 11px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.team-block-one .inner-box .share-box .share-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  text-align: center;
}

.team-block-one .inner-box .share-box .share-links li:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 1px;
  height: 22px;
  top: 3px;
  right: 0px;
}

.team-block-one .inner-box .share-box .share-links li:last-child:before {
  display: none;
}

.team-block-one .inner-box .share-box .share-links li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #a8a4a5;
}

.team-block-one .inner-box .share-box .share-links li a:hover {
}

.team-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
}

.team-block-one .inner-box h3 a {
  display: inline-block;
  color: #043460;
  font-size: 22px;
}

.team-block-one .inner-box h3 a:hover {
}

.team-block-one .inner-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  color: #1e76bb;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .designation {
}

.team-block-one .inner-box p {
  display: block;
}

.team-block-one .inner-box p a {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  color: #827f7f;
  line-height: 18px;
  /* border-bottom: 1px solid #ede7e9; */
}

.team-block-one .inner-box p a:hover {
}

/** cta-section **/

.cta-section {
  position: relative;
  padding: 119px 0px 140px 0px;
}

.cta-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.cta-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 285px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.cta-section .content-box {
  position: relative;
  display: block;
}

.cta-section .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.cta-section .content-box h3 {
  display: block;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 33px;
}

.cta-section .content-box p {
  color: #fff;
  margin-bottom: 32px;
}

.cta-section .content-box .theme-btn {
  background: #544b9f;
  padding: 15px 30px;
}

.cta-section .content-box .theme-btn:hover {
  background: #fff;
  color: #544b9f !important;
}

/** news-section **/

.news-section {
  position: relative;
  padding: 100px 0px 60px 0px;
}

.news-section .title-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 150px 30px 160px 0px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 360px;
}

.news-section .title-inner .sec-title p {
  margin-bottom: 24px;
  color: #ede7e9;
}

.news-section .title-inner .sec-title h2 {
  line-height: 44px;
}

.news-section .title-inner .sec-title {
  margin-bottom: 0px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-one .inner-box .content-box {
  position: relative;
  display: block;
  padding: 23px 30px 8px 0px;
}

.news-block-one .inner-box .content-box .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e76bb;
  margin-bottom: 3px;
}

.news-block-one .inner-box .content-box .post-date i {
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
}

.news-block-one .inner-box .content-box .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #043460;
}

.news-block-one .inner-box .content-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .content-box .post-info li a {
  display: inline-block;
  color: #837e7f;
  font-family: "Hanken Grotesk", sans-serif;
}

.news-block-one .inner-box .content-box .post-info li a:hover {
}

.news-block-one .inner-box .content-box .post-info {
  margin-bottom: 7px;
}

.news-block-one .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.news-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: #043460;
}

.news-block-one .inner-box .content-box h3 a:hover {
}

.news-block-one .inner-box .content-box .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 10px 0px;
  border-top: 1px solid #ede7e9;
}

.news-block-one .inner-box .content-box .lower-box .share-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #a8a4a5;
  padding-right: 22px;
}

.news-block-one .inner-box .content-box .lower-box .share-box a i {
  position: absolute;
  top: 4px;
  right: 0px;
}

.news-block-one .inner-box .content-box .lower-box .share-box a:hover {
}

/** awards-section **/

.awards-section {
  position: relative;
  padding: 89px 0px 96px 0px;
}

.awards-section .logo-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.awards-section .sec-title {
  margin-bottom: 44px;
}

.awards-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.awards-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 285px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.awards-section .content-box {
  position: relative;
  display: block;
}

.awards-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 153px;
  margin-bottom: 29px;
  max-width: 460px;
}

.awards-block-one:last-child .inner-box {
  margin-bottom: 0px;
}

.awards-block-one .inner-box .award-box {
  position: absolute;
  left: 0px;
  top: 7px;
}

.awards-block-one .inner-box p {
  display: block;
  color: #aeb8c1;
  margin-bottom: 5px;
}

.awards-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.awards-block-one .inner-box h3 a {
  display: inline-block;
  color: #fff;
}

.awards-block-one .inner-box .date {
  position: relative;
  display: block;
  font-size: 18px;
  color: #aeb8c1;
}

.awards-section .owl-carousel .owl-nav .owl-prev span {
  transform: rotate(0deg);
}

.awards-section .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.awards-section .owl-dots span {
  display: none !important;
}

.awards-section .owl-dots button {
  position: relative;
  display: block !important;
  width: 10px;
  height: 10px;
  border: 2px solid #275987;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.awards-section .owl-dots button:last-child {
  margin-bottom: 0px;
}

.awards-section .owl-dots button.active {
}

.awards-section .owl-nav {
  position: absolute;
  right: 0px;
  top: 50%;
}

.awards-section .owl-nav:before,
.awards-section .owl-nav:after {
  position: absolute;
  content: "";
  background: #1d4d79;
  width: 1px;
  height: 54px;
  left: -5px;
}

.awards-section .owl-nav:before {
  top: 86px;
}

.awards-section .owl-nav:after {
  bottom: 86px;
}

.awards-section .owl-nav button {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.awards-section .owl-nav button.owl-prev {
  top: -71px;
  right: -3px;
}

.awards-section .owl-nav button.owl-next {
  bottom: -77px;
  right: -3px;
}

/** online-service-section **/

.online-service-section {
  position: relative;
}

.online-service-section .single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  padding: 21px 30px 22px 30px;
}

.online-service-section .single-item .inner-box .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.online-service-section .single-item .inner-box .bg-layer:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.online-service-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 107px;
  color: #fff;
}

.online-service-section .single-item .inner-box .list-item li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.online-service-section .single-item .inner-box .list-item li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #d3dae0;
}

.online-service-section .single-item .inner-box .list-item li a:hover {
  text-decoration: underline;
}

.online-service-section .single-item .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/** join-volunteer-section **/

.join-volunteer-section {
  position: relative;
  padding: 100px 0px;
  background: #f5f5f5;
}

.join-volunteer-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 30px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.join-volunteer-section .sec-title {
  margin-bottom: 0px;
}

.join-volunteer-section .sec-title p {
  color: #edf7fb;
  margin-bottom: 15px;
}

.join-volunteer-section .sec-title .theme-btn {
  background: #69d6cf;
}

.join-volunteer-section .sec-title .theme-btn:hover {
}

.join-volunteer-section .donation-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 40px 30px;
}

.join-volunteer-section .donation-inner .tab-btns {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 31px;
}

.join-volunteer-section .donation-inner .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  padding: 8px 15px;
  border-radius: 5px;
  background: transparent;
  font-size: 18px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.join-volunteer-section .donation-inner .tab-btns .tab-btn.active-btn {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.join-volunteer-section .donation-inner .form-group {
  position: relative;
  margin-bottom: 22px;
}

.join-volunteer-section .donation-inner .form-group:last-child {
  margin-bottom: 0px;
}

.join-volunteer-section .donation-inner .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  color: #043460;
  margin-bottom: 13px;
}

.join-volunteer-section .donation-inner .form-group input[type="text"],
.join-volunteer-section .donation-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  font-size: 18px;
  color: #837e7f;
}

.join-volunteer-section .donation-inner .form-group input[type="text"] {
  text-align: right;
  padding: 10px 20px;
}

.join-volunteer-section .donation-inner .form-group .nice-select {
  line-height: 58px;
  padding: 0px 20px;
}

.join-volunteer-section .donation-inner .form-group .select-box {
  min-height: 58px;
}

.join-volunteer-section .donation-inner .form-group .nice-select:before {
  right: 20px;
  font-size: 12px;
  color: #a8a4a5;
  font-weight: 400;
  content: "\f114";
}

.join-volunteer-section .donation-inner .form-group .theme-btn {
  width: 100%;
  margin-top: 9px;
}

.join-volunteer-section .join-inner {
  position: relative;
  display: block;
  padding: 31px 30px 40px 32px;
  border-radius: 5px;
}

.join-volunteer-section .join-inner h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 7px;
}

.join-volunteer-section .join-inner p {
  display: block;
  color: #fdd7e0;
  margin-bottom: 23px;
}

.join-volunteer-section .join-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.join-volunteer-section .join-inner .form-group:last-child {
  margin-bottom: 0px;
}

.join-volunteer-section .join-inner .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.join-volunteer-section .join-inner .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #f67493;
  border-radius: 5px;
  font-size: 18px;
  color: #fdd7e0;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.join-volunteer-section .join-inner .form-group input:focus {
  border-color: #fff;
  color: #fff;
}

.join-volunteer-section .join-inner .form-group .theme-btn {
  width: 100%;
  background: #544b9f;
  margin-top: 11px;
}

.join-volunteer-section .join-inner .form-group .theme-btn:hover {
  color: #544b9f !important;
  background: #fff;
}

.join-volunteer-section .join-inner .form-group .theme-btn:before {
  background: #fff;
}

/** subscribe-section **/

.subscribe-section {
  position: relative;
  padding-top: 35px;
  margin-bottom: 35px;
}

.subscribe-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.subscribe-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}

.subscribe-section .content-box {
  position: relative;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.subscribe-section .sec-title {
  margin-bottom: 31px;
}

.subscribe-section .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 100px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 18px;
}

.subscribe-section .content-box .form-inner .form-group {
  position: relative;
  margin-bottom: 0px;
}

.subscribe-section .content-box .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #837e7f;
  padding: 10px 200px 10px 53px;
  border: 1px solid #fff;
  transition: all 500ms ease;
}

.subscribe-section .content-box .form-inner .form-group input:focus {
}

.subscribe-section .content-box .form-inner .form-group button[type="submit"] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 12px 31px;
}

.subscribe-section .content-box .form-inner .form-group .icon {
  position: absolute;
  left: 26px;
  top: 21px;
  font-size: 14px;
  z-index: 1;
}

.subscribe-section .content-box .inner-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -20px;
  top: 15px;
}

/** main-footer **/
img.footer_logo_img {
  height: 80px;
  width: 100%;
}
.main-footer {
  /* position: fixed;
  bottom: 0px;
  width: 100%; */
  position: relative;
}

.main-footer .widget-section {
  position: relative;
  padding: 91px 0px 100px 0px;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.main-footer .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: "Hanken Grotesk", sandybrown;
  color: #837e7f;
  padding-left: 22px;
}

.main-footer .links-widget .links-list li a:hover {
  color: #1e76bb;
}

.main-footer .links-widget .links-list li a:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: 1px;
}

.main-footer .contact-widget {
  position: relative;
  display: block;
  text-align: right;
}

.main-footer .contact-widget .info-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #837e7f;
}

.main-footer .contact-widget .info-list li a {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  color: #1e76bb;
}

.main-footer .contact-widget .info-list li a:hover {
  text-decoration: underline;
}

.main-footer .contact-widget .info-list li:last-child {
  margin-top: 9px;
}

.main-footer .contact-widget .info-list {
  margin-bottom: 22px;
}

.main-footer .contact-widget .logo-icon {
  position: absolute;
  left: -127px;
  bottom: 0px;
}

.footer {
  /* position: fixed;
  bottom: 0;
  width: 100%; */
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  /* z-index: 1000; */
}
.footer .social-icons {
  display: flex;
  gap: 5px;
}
.footer .social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.footer .visitor-count {
  font-size: 14px;
  padding-right: 10px;
}






.social-style-one li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.social-style-one li:last-child {
  margin: 0px !important;
}

.social-style-one li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #ffffff !important;
  text-align: center;
  border-radius: 50%;
}

.social-style-one li:first-child a {
  background: #3b5998;
}

.social-style-one li:nth-child(2) a {
  background: #55acee;
}

.social-style-one li:nth-child(3) a {
  background: #cd201f;
}

.social-style-one li:last-child a {
  background: #3f729b;
}

.footer-bottom {
  position: relative;
  width: 100%;
  background: #2d2d2d;

  padding: 10px 0px 1px 0px;
  justify-content: center;
}

.footer-bottom p,
.footer-bottom a {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom p span {
  color: #55a4e3;
  margin: 0px 5px;
}

p.footer_align {

  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 0px;
}

/***

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-top-two **/

.header-top-two {
  position: relative;
  background: #f7f5f4;
  padding: 32px 0px;
}

.header-top-two:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.header-top-two .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-two .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .left-column .logo-box {
  position: relative;
  margin-right: 110px;
}

.header-top-two .left-column .logo-box:before {
  position: absolute;
  content: "";
  background: #224359;
  width: 1px;
  height: 60px;
  top: -2px;
  right: -60px;
}

.header-top-two .left-column .search-box .form-group {
  position: relative;
  width: 215px;
  margin-bottom: 0px;
}

.header-top-two .left-column .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 500;
  padding-right: 70px;
}

.header-top-two .left-column .search-box .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  background: #062b45;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top-two .left-column .search-box .form-group input:focus + button,
.header-top-two .left-column .search-box .form-group button:hover {
}

.header-top-two .right-column {
  position: relative;
  display: flex;
  align-items: center;
}

.home_2 .theme-btn.btn-one:hover,
.home_2 .theme-btn.btn-one:before {
  background: #1c4e71;
}

.header-top-two .right-column .info-box {
  position: relative;
  display: block;
  padding-left: 65px;
  margin-right: 60px;
}

.header-top-two .right-column .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top-two .right-column .info-box p span {
  color: #062b45;
  font-weight: 600;
}

.header-style-two .header-lower {
  position: relative;
  padding: 0px 80px;
  background: #f7f5f4;
}

.header-style-two .header-lower:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.header-style-two .outer-container {
  position: relative;
  background: #1c4e71;
}

.header-style-two .header-lower .outer-container {
  border-radius: 5px 5px 0px 0px;
}

.header-style-two .service-box {
  position: relative;
  display: block;
  padding-left: 27px;
}

.header-style-two .service-box .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
  color: #fff;
}

.header-style-two .outer-box {
  padding: 0px;
}

.header-style-two .service-box .nice-select {
  font-size: 18px;
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
}

.header-style-two .service-box .nice-select:before {
  content: "\f114";
  font-size: 12px;
}

.header-style-two .service-box .nice-select .option {
  color: #1c4e71;
}

.header-style-two .main-menu .navigation > li > a {
  color: #fff;
}

.header-style-two .main-menu .navigation > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-style-two .main-menu .navigation > li > a:before {
  top: 22px;
}

.header-style-two .main-menu .navigation > li.dropdown:hover > ul,
.header-style-two .main-menu .navigation > li.dropdown:hover > .megamenu {
  margin-top: -12px;
}

.header-style-two .language-box {
  position: relative;
  margin-right: 25px;
  padding: 0px 0px 0px 42px !important;
}

.header-style-two .language-box .icon-box {
  position: absolute;
  left: 0px;
  top: -5px;
}

.header-style-two .menu-right-content .language-box .nice-select,
.header-style-two .menu-right-content .option-box .nice-select {
  background: transparent;
  font-size: 18px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 500;
  padding-left: 0px;
}

.header-style-two .menu-right-content .language-box .nice-select:before,
.header-style-two .menu-right-content .option-box .nice-select:before {
  content: "\f114";
  font-size: 12px;
  color: #fff;
}

.header-style-two .nice-select .option {
  color: #1c4e71;
}

.header-style-two .menu-right-content .option-box {
  margin-right: 0px;
}

.header-style-two .main-menu {
  margin-right: 0px;
}

.header-style-two .sticky-header {
  border-bottom: none;
}

/** banner-style-two **/

.banner-style-two {
  position: relative;
  padding: 0px 80px;
  background: #f7f5f4;
  margin-bottom: 0px;
}

.banner-style-two:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 50%;
  height: calc(100% - 120px);
  left: 0px;
  top: 0px;
}

.banner-style-two .slide-item {
  position: relative;
  padding: 141px 0px 185px 0px;
}

.banner-style-two .slide-item:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.55;
  z-index: 1;
}

.banner-style-two .banner-carousel .content-box {
  max-width: 880px;
  margin: 0 auto;
}

.banner-style-two .banner-carousel .content-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box h4 {
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-style-two .banner-carousel .content-box h3 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box h3 {
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-style-two .banner-carousel .content-box h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}

.banner-style-two .banner-carousel .content-box h3 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0px;
  bottom: -1px;
}

.banner-style-two .banner-carousel .content-box h2 {
  text-transform: uppercase;
  margin-bottom: 31px;
}

.banner-style-two .banner-carousel .content-box .btn-box {
  display: block;
}

.banner-style-two .banner-carousel .content-box .btn-box .theme-btn {
  margin-right: 0px;
}

.banner-style-two .banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 80px;
  margin-top: -61px;
}

.banner-style-two .banner-carousel .owl-nav button {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .banner-carousel .owl-nav button:hover {
}

.banner-style-two .banner-carousel .owl-nav button.owl-prev {
  margin-bottom: 10px;
}

.banner-style-two .news-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -35px;
  z-index: 2;
  width: 100%;
  text-align: left;
}

.banner-style-two .news-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding-left: 160px;
}

.banner-style-two .news-inner h6 {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 160px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 10px 22px 20px;
}

.banner-style-two .news-inner h6 i {
  position: relative;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  top: 3px;
}

.banner-style-two .news-inner .text {
  position: relative;
  display: block;
  padding: 20px 150px 22px 98px;
}

.banner-style-two .news-inner .text .image-box {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.banner-style-two .news-inner .text .image-box img {
  width: 100%;
  border-radius: 50%;
}

.banner-style-two .news-inner .text .image-box:before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
}

.banner-style-two .news-inner .owl-nav {
  position: absolute;
  top: 23px;
  right: 30px;
}

.banner-style-two .news-inner .owl-nav button {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  color: #0b2f49;
  border: 1px solid #e7e5e3;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .news-inner .owl-nav button:hover {
  color: #fff;
}

.banner-style-two .news-inner .owl-nav button.owl-prev {
  margin-right: 10px;
}

.banner-style-two .news-inner .owl-nav button.owl-prev span {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -2px;
  left: -1px;
}

/** online-service-two **/

.online-service-two {
  position: relative;
  background: #f7f5f4;
  padding: 123px 0px 100px 0px;
}

.online-service-two .sec-title .link-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.online-service-two .single-item .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 30px 29px 30px;
  text-align: center;
  margin-right: 20px;
  overflow: hidden;
}

.online-service-two .single-item .inner-box .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 500ms ease;
}

.online-service-two .single-item .inner-box:hover .bg-layer {
  opacity: 1;
  transform: scale(1);
}

.online-service-two .single-item .inner-box .bg-layer:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.online-service-two .single-item:last-child .inner-box {
  margin-right: 0px !important;
}

.online-service-two .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 86px;
  text-align: center;
  margin-bottom: 16px;
  z-index: 1;
  transition: all 500ms ease;
}

.online-service-two .single-item .inner-box:hover .icon-box {
  opacity: 0;
}

.online-service-two .single-item .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #f7f5f4;
  width: 100%;
  height: 60px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.online-service-two .single-item .inner-box .icon-box:after {
  position: absolute;
  content: "";
  background: #f7f5f4;
  width: 100%;
  height: 30px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.online-service-two .single-item .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 3px;
}

.online-service-two .single-item .inner-box h3 a {
  display: inline-block;
  color: #062b45;
}

.online-service-two .single-item .inner-box h3 a:hover {
}

.online-service-two .single-item .inner-box:hover h3 a {
  color: #fff;
}

.online-service-two .single-item .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.online-service-two .single-item .inner-box h6 a {
  display: inline-block;
  color: #827f7f;
  padding-top: 27px;
}

.online-service-two .single-item .inner-box h6 a:hover {
}

.online-service-two .single-item .inner-box h6 a:before {
  position: absolute;
  content: "...";
  font-size: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  letter-spacing: 1px;
}

.online-service-two .single-item .inner-box:hover h6 a {
  color: #fff;
}

.online-service-two .single-item {
  position: relative;
  float: left;
  width: 20%;
}

/** service-style-two **/

.service-style-two {
  position: relative;
  padding: 88px 0px 70px 0px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.service-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.service-block-two .inner-box .btn-box {
  position: absolute;
  right: 0px;
  bottom: -56px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .btn-box {
  bottom: 0px;
  opacity: 1;
}

.service-block-three .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e7e5e3;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 31px 39px 39px 39px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block-three .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.service-block-three .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 4px solid #e7e5e3;
}

.service-block-three .inner-box h3 a {
  display: inline-block;
  color: #062b45;
}

.service-block-three .inner-box h3 a:hover {
}

.service-block-three .inner-box p {
  margin-bottom: 22px;
}

.service-block-three .inner-box .list-item li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-block-three .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.service-block-three .inner-box .list-item li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #827f7f;
  background: #f7f5f4;
  border: 1px solid #f7f5f4;
  padding: 4px 19px;
  text-align: center;
  border-radius: 5px;
}

.service-block-three .inner-box .list-item li a:hover {
  background: transparent;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  padding: 82px 0px 100px 0px;
}

.about-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.about-style-two .bg-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(2, 33, 54, 0.9) 60%,
    rgba(233, 51, 20, 0.7) 110%
  );
}

.about-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 15px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}

.about-style-two .image-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about-style-two .content-box {
  position: relative;
  padding-left: 300px;
}

.about-style-two .content-box .period-box {
  position: absolute;
  display: flex;
  left: 60px;
  top: 90px;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.about-style-two .content-box .period-box:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
}

.about-style-two .content-box .period-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.about-style-two .content-box .period-box h3 {
  display: block;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 5px;
}

.about-style-two .content-box .inner-box h2 {
  font-size: 36px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 19px;
}

.about-style-two .content-box .inner-box h2 span {
  font-size: 16px;
  text-transform: uppercase;
}

.about-style-two .content-box .inner-box p {
  color: #afb4b8;
  margin-bottom: 23px;
}

.about-style-two .content-box .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 18px;
}

.about-style-two .content-box .inner-box .list-item {
  margin-bottom: 26px;
}

.about-style-two .content-box .inner-box .list-item li {
  position: relative;
  display: block;
  color: #afb4b8;
  margin-bottom: 14px;
  padding-left: 30px;
}

.about-style-two .content-box .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.about-style-two .content-box .inner-box .list-item li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  top: 7px;
  border-radius: 2px;
}

.about-style-two .content-box .inner-box .list-item li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 6px;
  top: 13px;
}

.about-style-two .content-box .inner-box .link-box a {
  color: #fff;
}

.about-style-two .content-box .inner-box .link-box {
  margin-bottom: 36px;
}

/** departments-section **/

.departments-section {
  position: relative;
  background: #f7f5f4;
  padding: 88px 0px 90px 0px;
}

.departments-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0px 15px;
  margin-bottom: 52px;
}

.departments-block-one:last-child .inner-box {
  margin-bottom: 0px;
}

.departments-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  z-index: 1;
}

.departments-block-one .inner-box .icon-box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

.departments-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #dedcda;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 18px;
  border-radius: 5px;
  transform: rotate(7deg);
  z-index: -1;
}

.departments-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.departments-block-one .inner-box h3 a {
  display: inline-block;
  color: #062b45;
}

.departments-block-one .inner-box h3 a:hover {
}

.departments-block-one .inner-box p {
  margin-bottom: 14px;
}

.departments-section .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}

.departments-section .image-box img {
  width: 100%;
  border-radius: 5px;
}

.departments-block-one .inner-box:before {
  position: absolute;
  content: "";
  background: #e1dfdd;
  width: 3px;
  height: calc(100% - 8px);
  top: 0px;
}

.departments-block-one .inner-box:after {
  position: absolute;
  content: "";
  width: 5px;
  height: calc(0% - 0px);
  top: 0px;
  transition: all 500ms ease;
}

.left-column .departments-block-one .inner-box:before {
  left: 0px;
}

.right-column .departments-block-one .inner-box:before {
  right: 0px;
}

.left-column .departments-block-one .inner-box:after {
  left: 0px;
}

.right-column .departments-block-one .inner-box:after {
  right: 0px;
}

.departments-block-one .inner-box:hover:after {
  height: calc(100% - 8px);
}

.departments-section .more-link {
  margin-top: 33px;
}

/** highlights-section **/

.highlights-section {
  position: relative;
  padding: 100px 0px 100px 0px;
}

.highlights-section .inner-box {
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 30px;
  padding-bottom: 60px;
}

.highlights-section .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}

.highlights-section .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.highlights-section .inner-box .slider-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 360px;
}

.highlights-section .inner-box .text-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  padding: 31px 30px 33px 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.highlights-section .inner-box .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.highlights-section .inner-box .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.highlights-section .inner-box .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.highlights-section .inner-box .text-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.highlights-section .inner-box .text-box p {
  margin-bottom: 13px;
}

.highlights-section .inner-box .owl-dots {
  position: absolute;
  right: 29px;
  bottom: 24px;
  width: 70px;
  min-height: 40px;
  counter-reset: slides-num;
}

.highlights-section .inner-box .owl-dots::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 20px;
  color: #aea9a9;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
}

.highlights-section .inner-box .owl-dots:before {
  position: absolute;
  content: "";
  right: 30px;
  top: 6px;
  width: 1px;
  height: 18px;
  background: #aea9a9;
  transform: rotate(10deg);
}

.highlights-section .inner-box .owl-dots button span {
  display: none !important;
}

.highlights-section .inner-box .owl-dots button {
  position: absolute;
  top: -4px;
  left: 15px;
  counter-increment: slides-num;
  font-size: 30px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
}

.highlights-section .inner-box .owl-dots button.active:before {
  position: absolute;
  content: counter(slides-num);
}

.highlights-section .inner-box .owl-dots button.active:after {
  position: absolute;
  content: "0";
  top: 0px;
  right: 0px;
}

.highlights-section .content-box {
  position: relative;
  display: block;
}

.highlights-section .content-box .list-item li {
  position: relative;
  display: block;
}

.highlights-section .content-box .list-item li:before {
  position: absolute;
  content: "";
  background: #e1dfdd;
  width: 100px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.highlights-section .content-box .list-item li:hover:before {
  width: 100%;
}

.highlights-section .content-box .list-item li a {
  position: relative;
  display: block;
  padding: 20px 0px 22px 0px;
}

.highlights-section .content-box .list-item li h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #062b45;
}

.highlights-section .content-box .list-item li a:hover h3 {
}

.highlights-section .content-box .list-item li h3 span {
  position: relative;
  font-size: 18px;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 400;
  color: #827f7f;
  top: -10px;
}

.highlights-section .content-box {
  position: relative;
  display: block;
  background: transparent;
  z-index: 1;
  margin-top: -12px;
}

.highlights-section .content-box .list-item li a:before {
  position: absolute;
  content: "";
  top: 29px;
  right: 0px;
  width: 16px;
  height: 16px;
  border: 2px solid #d2d0ce;
  border-radius: 2px;
  transition: all 500ms ease;
}

.highlights-section .content-box .list-item li a:hover:before {
}

.highlights-section .content-box .list-item li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 5px;
  top: 34px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.highlights-section .content-box .list-item li a:hover:after {
  transform: scale(1, 1);
}

.highlights-section .content-box .sec-title {
  margin-bottom: 13px;
}

.highlights-section .content-box .link-box {
  margin-top: 30px;
}

.highlights-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** funfact-section **/

.funfact-section {
  position: relative;
  padding: 100px 0px 92px 0px;
}

.funfact-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.funfact-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}

.funfact-block-one .inner-box {
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .icon-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.funfact-block-one .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #afb4b8;
  margin-bottom: 10px;
}

.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 54px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
}

/** event-section **/

.event-section {
  position: relative;
  padding: 88px 0px 90px 0px;
}

.event-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.event-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.event-block-one .inner-box .image-box .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.event-block-one .inner-box .image-box .category a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  padding: 0px 10px;
}

.event-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  border: 1px solid #e7e5e3;
  border-radius: 0px 0px 5px 5px;
}

.event-block-one .inner-box .lower-content .text-box {
  position: relative;
  background: #fff;
  margin: -75px 10px 0px 10px;
  padding: 15px 20px 26px 20px;
  border-radius: 5px 5px 0px 0px;
}

.event-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e5e3;
}

.event-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #062b45;
}

.event-block-one .inner-box .lower-content h3 a:hover {
}

.event-block-one .inner-box .lower-content .info-list li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.event-block-one .inner-box .lower-content .info-list li:last-child {
  margin-bottom: 0px;
}

.event-block-one .inner-box .lower-content .info-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-block-one .inner-box .lower-content .info-list li p {
  display: block;
  padding-left: 22px;
}

.event-block-one .inner-box .lower-content .info-list li p i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
}

.event-block-one .inner-box .lower-content .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  border-top: 1px solid #e7e5e3;
}

.event-block-one .inner-box .lower-content .lower-box:before {
  position: absolute;
  content: "";
  background: #e7e5e3;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
}

.event-block-one .inner-box .lower-content .share-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #827f7f;
}

.event-block-one .inner-box .lower-content .share-box a i {
  position: relative;
  margin-left: 8px;
  top: 1px;
  font-size: 14px;
  color: #aea9a9;
}

.event-block-one .inner-box .lower-content .share-box a:hover {
}

.event-section .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.event-section .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #062b45;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7e5e3;
  border-radius: 5px;
  padding: 17px 30px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 500ms ease;
}

.event-section .tab-btns .tab-btn:last-child {
  margin: 0px !important;
}

.event-section .tab-btns .tab-btn.active-btn {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.event-section .sec-title {
  margin-bottom: 0px;
}

.event-section .more-link {
  margin-top: 41px;
}

/** download-section **/

.download-section {
  position: relative;
  padding: 100px 0px;
}

.download-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.download-section .pattern-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(50% + 185px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.download-section .download-list li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.download-section .download-list li:last-child {
  margin-bottom: 0px;
}

.download-section .download-list li a {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 21px 20px 23px 110px;
}

.download-section .download-list li a .icon-box {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 25px;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.download-section .download-list li a h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.download-section .download-list li a span {
  display: block;
  color: #e1dfdd;
}

.download-section .download-list li a:hover {
  background: #1b1d24;
}

/** news-style-two **/

.news-style-two {
  position: relative;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.news-block-two .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 19px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.news-block-two .inner-box h6 i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 24px 30px 8px 30px;
}

.news-block-two .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: #062b45;
}

.news-block-two .inner-box .lower-content h3 a:hover {
}

.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #043460;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-two .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #837e7f;
  font-family: "Hanken Grotesk", sans-serif;
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
}

.news-block-two .inner-box .lower-content .post-info {
  margin-bottom: 8px;
}

.news-block-two .inner-box .lower-content .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 10px 0px;
  border-top: 1px solid #ede7e9;
}

.news-block-two .inner-box .lower-content .lower-box .share-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #a8a4a5;
  padding-right: 22px;
}

.news-block-two .inner-box .lower-content .lower-box .share-box a i {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 14px;
}

.news-block-two .inner-box .lower-content .lower-box .share-box a:hover {
}

/** footer-style-two **/

.footer-style-two {
  position: relative;
  background: #022136;
}

.footer-style-two .widget-section {
  position: relative;
  padding: 91px 0px 90px 0px;
  border-bottom: 1px solid #224359;
}

.footer-style-two .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.footer-style-two .logo-widget h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}

.footer-style-two .logo-widget .info-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.footer-style-two .logo-widget .info-list li:last-child {
  margin-bottom: 0px;
}

.footer-style-two .logo-widget .info-list li span {
  position: relative;
  display: block;
  color: #afb4b8;
}

.footer-style-two .logo-widget .info-list li p {
  color: #fff;
}

.footer-style-two .logo-widget {
  margin-top: 9px;
}

.footer-style-two .widget-title {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.footer-style-two .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.footer-style-two .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-style-two .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #afb4b8;
}

.footer-style-two .links-widget .links-list li a:hover {
  padding-left: 19px;
}

.footer-style-two .links-widget .links-list li a:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-style-two .links-widget .links-list li a:hover:before {
  opacity: 1;
}

.footer-style-two .post-widget .post {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.footer-style-two .post-widget .post:last-child {
  margin-bottom: 0px;
}

.footer-style-two .post-widget .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #afb4b8;
  padding-left: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.footer-style-two .post-widget .post h6 i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.footer-style-two .post-widget .post h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.footer-style-two .post-widget .post h4 a {
  display: inline-block;
  color: #fff;
}

.footer-style-two .post-widget .post h4 a:hover {
  text-decoration: underline;
}

.footer-bottom-two {
  position: relative;
  padding: 20px 0px;
}

.footer-bottom-two .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-two .bottom-inner .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #afb4b8;
}

.footer-bottom-two .bottom-inner .social-links li:last-child {
  margin: 0px !important;
}

.footer-bottom-two .bottom-inner .social-links li a {
  position: relative;
  display: inline-block;
  color: #afb4b8;
}

.footer-bottom-two .bottom-inner .social-links li a:hover {
}

.footer-bottom-two .bottom-inner .copyright p {
  color: #afb4b8;
}

.footer-bottom-two .bottom-inner .copyright p a {
  display: inline-block;
}

.footer-bottom-two .bottom-inner .copyright p a:hover {
  text-decoration: underline;
}

.footer-bottom-two .bottom-inner .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 23px;
}

.footer-bottom-two .bottom-inner .footer-nav li:last-child {
  margin: 0px !important;
}

.footer-bottom-two .bottom-inner .footer-nav li a {
  font-size: 18px;
  color: #afb4b8;
}

.footer-bottom-two .bottom-inner .footer-nav li a:hover {
}

.footer-bottom-two .bottom-inner .footer-nav li:before {
  position: absolute;
  content: "";
  background: #465e6e;
  width: 2px;
  height: 2px;
  right: -13px;
  bottom: 8px;
}

.footer-bottom-two .bottom-inner .footer-nav li:last-child:before {
  display: none;
}

/** subscribe-style-two **/

.subscribe-style-two {
  position: relative;
  padding: 79px 0px 100px 0px;
}

.subscribe-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-style-two .bg-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.subscribe-style-two .big-text {
  position: relative;
  display: block;
  font-size: 203px;
  line-height: 150px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 10px 0px rgba(255, 255, 255, 0.3);
  margin-bottom: 78px;
}

.subscribe-style-two .form-inner {
  position: relative;
  display: block;
  padding: 20px 30px 30px 30px;
  border-radius: 5px;
}

.subscribe-style-two .form-inner h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 18px;
}

.subscribe-style-two .form-inner .form-group {
  position: relative;
  padding-right: 66px;
}

.subscribe-style-two .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px 10px 45px;
}

.subscribe-style-two .form-inner .form-group .icon-box {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 14px;
  color: #fff;
}

.subscribe-style-two .form-inner .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.subscribe-style-two .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 10px 24px 10px;
}

.subscribe-style-two .single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 18px;
  z-index: 1;
}

.subscribe-style-two .single-item .icon-box:after {
  position: absolute;
  content: "";
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  z-index: -1;
}

.subscribe-style-two .single-item .icon-box:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  top: 10px;
  left: 18px;
  border-radius: 5px;
  transform: rotate(7deg);
  z-index: -1;
}

.subscribe-style-two .single-item h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.subscribe-style-two .single-item h6 a {
  display: inline-block;
  color: #062b45;
}

.subscribe-style-two .single-item h6 a:hover {
}

.subscribe-style-two .single-item.scroll-to-target h6 {
  color: #fff;
}

.subscribe-style-two .single-item.scroll-to-target {
  cursor: pointer;
}

/***

====================================================================
                        Home-Page-Three
====================================================================

***/

.header-style-three .header-top {
  background: #022136;
  padding: 10.5px 50px;
}

.header-style-three .header-top .option-list li a:hover {
}

.header-style-three .header-top .right-column {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-three .header-top .right-column .text {
  position: relative;
  display: block;
  padding-left: 28px;
  margin-right: 60px;
}

.header-style-three .header-top .right-column .text:before {
  position: absolute;
  content: "";
  background: #213c4e;
  width: 1px;
  height: 22px;
  top: 5px;
  right: -30px;
}

.header-style-three .header-top .right-column .text .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
}

.header-style-three .header-top .right-column .text p {
  color: #fff;
}

.header-style-three .header-top .right-column .text p a {
  display: inline-block;
}

.header-style-three .header-top .right-column .text p a:hover {
  text-decoration: underline;
}

.header-style-three .header-top .social-links li a {
  color: #afb4b8;
}

.header-style-three .header-top .social-links li a:hover {
}

.header-style-three .header-lower {
  position: relative;
}

.header-style-three .header-lower .outer-box {
  border-bottom: 1px solid #cacec7;
}

.header-style-three .header-lower .outer-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.home_3 .theme-btn.btn-one:hover,
.home_3 .theme-btn.btn-one:before {
  background: #022136;
}

.header-style-three .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-three .outer-box .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-three .outer-box .left-column .logo-box {
  position: relative;
  margin-right: 80px;
}

.header-style-three .outer-box .left-column .logo-box:before {
  position: absolute;
  content: "";
  background: #d8dbd9;
  width: 1px;
  height: 56px;
  top: 0px;
  right: -40px;
}

.header-style-three .outer-box .left-column .info-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.header-style-three .outer-box .left-column .info-box li.link-box a,
.header-style-three .outer-box .left-column .info-box li .search-box-outer {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}

.header-style-three .outer-box .left-column .info-box .support-box {
  padding-left: 20px;
}

.header-style-three .outer-box .left-column .info-box .support-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #838684;
}

.header-style-three .outer-box .left-column .info-box .support-box p {
  position: relative;
  display: block;
  color: #838684;
}

.header-style-three .outer-box .left-column .info-box .support-box p a.phone {
  text-decoration: underline;
  font-weight: 600;
}

.header-style-three .outer-box .left-column .info-box .support-box p a span {
  color: #062b45;
  font-weight: 600;
}

.header-style-three .menu-right-content .user-box {
  margin-right: 30px;
}

.header-style-three .menu-right-content .user-box a {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-style-three .header-lower .main-menu .navigation > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-style-three .header-lower .main-menu .navigation > li > a:before {
  top: 42px;
}

/** banner-style-three **/

.banner-style-three {
  position: relative;
  overflow: hidden;
}

.banner-style-three .slide-item {
  position: relative;
  padding: 290px 0px 180px 0px;
}

.banner-style-three .slide-item:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(-90deg, #fff 5%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.banner-style-three .slide-item:after {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.banner-style-three .content-box h2 {
  margin-bottom: 28px;
}

.banner-style-three .content-box h2 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  padding: 1px 20px 9px 20px;
  border-radius: 5px;
  margin-bottom: 2px;
}

.banner-style-three .content-box h2 span:before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.banner-style-three .active .content-box h2 span:before {
  -webkit-transform: translateX(1%);
  -ms-transform: translateX(1%);
  transform: translateX(1%);
}

.banner-style-three .content-box {
  max-width: 700px;
}

.banner-style-three .content-box p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 32px;
}

.banner-style-three .content-box .theme-btn {
  background: #fff;
  color: #062b45 !important;
}

.banner-style-three .content-box .theme-btn:hover {
  color: #fff !important;
}

.banner-style-three .banner-carousel .owl-dots {
  left: 50%;
  top: inherit;
  bottom: 32px;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.banner-style-three .banner-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 10px;
  height: 8px;
  width: 35px;
  background: #fff;
}

.banner-style-three .banner-carousel .owl-dots .owl-dot.active {
  width: 70px;
}

/** service-style-three **/

.service-style-three {
  position: relative;
}

.service-block-four .inner-box {
  position: relative;
  display: block;
  border: 4px solid #e4e9e6;
  padding: 35px 20px 34px 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover {
  border-color: #022136;
  background: #022136;
}

.service-block-four .inner-box:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover:before {
  width: calc(100% - 50px);
}

.service-block-four .inner-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.service-block-four .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.service-block-four .inner-box h3 a {
  display: inline-block;
  color: #062b45;
}

.service-block-four .inner-box h3 a:hover {
}

.service-block-four .inner-box:hover h3 a {
  color: #fff;
}

.service-block-four .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}

.service-block-four .inner-box .image-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.service-block-four .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.service-block-four .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.service-block-four .inner-box p {
  position: relative;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover p {
  opacity: 0;
}

.service-block-four .inner-box .link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .link {
  bottom: 35px;
  opacity: 1;
}

.service-block-four .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #afb4b8;
  font-weight: 600;
  text-transform: uppercase;
}

.service-block-four .inner-box .link a i {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/** about-style-three **/

.about-style-three {
  position: relative;
  background: #f3f7f5;
  padding: 100px 0px 90px 0px;
}

.about-style-three .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.about-style-three .image-box .image {
  border-radius: 5px;
}

.about-style-three .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.about-style-three .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-style-three .content-box {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: -14px;
}

.home_3 h1,
.home_3 h2,
.home_3 h3,
.home_3 h4,
.home_3 h5,
.home_3 h6 {
  color: #062b45;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.about-style-three .content-box .sec-title {
  margin-bottom: 31px;
}

.about-style-three .content-box .sec-title h2 {
  line-height: 48px;
}

.about-style-three .content-box .text-box {
  margin-bottom: 33px;
}

.about-style-three .content-box .text-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}

.about-style-three .content-box .accordion-box {
  position: relative;
  padding-left: 36px;
}

.about-style-three .content-box .accordion-box:before {
  position: absolute;
  content: "";
  background: #d8dbd9;
  width: 6px;
  height: calc(100% - 8px);
  left: 0px;
  top: 9px;
  border-radius: 10px;
}

.about-style-three .content-box .accordion-box .accordion {
  margin-bottom: 20px;
}

.about-style-three .content-box .accordion-box .accordion:last-child {
  margin-bottom: 0px;
}

.about-style-three .content-box .accordion-box .acc-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.about-style-three .content-box .accordion-box .acc-btn h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #a0a2a1;
}

.about-style-three .content-box .accordion-box .acc-btn.active h3 {
  padding-left: 32px;
  color: #062b45;
}

.about-style-three .content-box .accordion-box .acc-btn h3 img {
  position: absolute;
  left: 0px;
  top: 11px;
  opacity: 0;
  transition: all 500ms ease;
}

.about-style-three .content-box .accordion-box .acc-btn.active h3 img {
  opacity: 1;
}

.about-style-three .content-box .accordion-box .acc-content {
  padding-top: 10px;
}

.about-style-three .content-box .accordion-box .acc-content p {
  margin-bottom: 13px;
}

/** council-section **/

.council-section {
  position: relative;
}

.council-section:before {
  position: absolute;
  content: "";
  background: #f3f7f5;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
}

.council-section .inner-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  padding: 57px 60px;
}

.council-section .inner-container .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.council-section .inner-container .bg-layer:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.council-section .sec-title {
  margin-bottom: 0px;
}

.home_3 .sec-title h2 {
  line-height: 48px;
}

.council-section .single-links {
  position: relative;
  display: block;
  padding: 25px 25px 25px 100px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.council-section .single-links .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 72px;
  height: 80px;
  line-height: 80px;
  background: #f3f7f5;
  text-align: center;
}

.council-section .single-links a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #062b45;
  font-weight: 600;
}

.council-section .single-links a span {
  position: relative;
  display: block;
}

.council-section .single-links a span:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 14px;
  color: #a1a3a2;
  top: 2px;
  right: -7px;
  font-weight: 400;
}

.council-section .single-links a:hover {
}

.council-section .single-links a:hover span:before {
}

.council-section .links-inner {
  position: relative;
  margin: 0px 5px;
}

.council-section .links-inner .single-column {
  padding: 0px 10px;
}

/** departments-style-two **/

.departments-style-two {
  position: relative;
  padding: 88px 0px 90px 0px;
}

.departments-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 180px;
  margin-bottom: 30px;
}

.departments-block-two .inner-box .image-box {
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  padding: 9px;
  border: 1px solid #e4e9e6;
  left: 30px;
  top: 29px;
}

.departments-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.departments-block-two .inner-box .content-box {
  position: relative;
  padding: 21px 105px 23px 20px;
  min-height: 209px;
}

.departments-block-two .inner-box .content-box .icon-box {
  position: absolute;
  display: inline-block;
  top: 40px;
  right: 30px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  border: 1px solid #e4e9e6;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  z-index: 1;
}

.departments-block-two .inner-box .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.departments-block-two .inner-box .content-box h3 a {
  display: inline-block;
  color: #062b45;
}

.departments-block-two .inner-box .content-box h3:before {
  position: absolute;
  content: "";
  background: #e4e9e6;
  width: calc(100% + 80px);
  height: 1px;
  left: -20px;
  bottom: 0px;
}

.departments-block-two .inner-box .content-box h3 a:hover {
}

.departments-block-two .inner-box .content-box p {
  margin-bottom: 11px;
}

.departments-style-two .more-link {
  margin-top: 11px;
}

/** resources-section **/

.resources-section {
  position: relative;
  background: #022136;
  padding: 95px 0px 44px 0px;
}

.resources-section .sec-title {
  position: relative;
  margin: 0px;
  padding: 279px 30px 30px 30px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 5px;
}

.resources-section .sec-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.resources-section .sec-title .bg-layer:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    -90deg,
    rgba(2, 168, 85, 0) 75%,
    rgba(2, 168, 85, 1) 90%
  );
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.resources-section .sec-title h2 {
  line-height: 44px;
}

.resources-section .sec-title a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #022136;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  padding: 16px 30px;
  text-align: center;
  border-radius: 5px;
}

.resources-section .sec-title a:hover {
  background: #022136;
  color: #fff;
}

.resources-section .sec-title p {
  color: #e5efea;
  margin-bottom: 22px;
  margin-top: 12px;
}

.resources-section .sec-title .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 349px;
  background-size: cover;
  background-repeat: no-repeat;
}

.resources-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.resources-block-one .inner-box .upper-box {
  position: relative;
  display: block;
  padding-left: 47px;
  margin-bottom: 25px;
}

.resources-block-one .inner-box .upper-box .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
}

.resources-block-one .inner-box h3 {
  display: block;
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 6px;
}

.resources-block-one .inner-box p {
  display: block;
  color: #afb4b8;
}

.resources-block-one .inner-box .bx-viewport {
  min-height: 145px !important;
}

.resources-block-one .inner-box .feature-slide li {
  position: relative;
  display: block;
  font-size: 18px;
  color: #afb4b8;
  margin-bottom: 12px;
}

.resources-block-one .inner-box .list-item {
  position: relative;
  padding-left: 47px;
}

.resources-block-one .inner-box .list-item:before {
  position: absolute;
  content: "";
  background: #213c4e;
  width: 4px;
  height: calc(100% - 26px);
  left: 0px;
  top: 7px;
  border-radius: 10px;
}

.resources-block-one .inner-box .bx-pager-link {
  position: relative;
  display: inline-block;
  font-size: 0px;
  width: 4px;
  height: 33px;
  background: #213c4e;
  border-radius: 10px;
  top: -6px;
  transition: all 500ms ease;
}

.resources-block-one .inner-box .bx-pager-item {
  height: 33px;
}

.resources-block-one .inner-box .bx-pager-link.active {
}

.resources-block-one .inner-box .bx-pager {
  position: absolute;
  left: 0px;
  top: 7px;
}

/** discover-section **/

.discover-section {
  position: relative;
  padding: 88px 0px 190px 0px;
}

.discover-section .content-inner {
  position: relative;
  margin-right: -400px;
}

.discover-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.discover-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.discover-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #062b45;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.discover-block-one .inner-box:hover .image-box:before {
  opacity: 0.9;
}

.discover-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.discover-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 21px 20px 24px 20px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 500ms ease;
}

.discover-block-one .inner-box:hover .content-box {
  opacity: 0;
}

.discover-block-one .inner-box .content-box .content-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.discover-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 7px;
}

.discover-block-one .inner-box h3 a {
  color: #fff;
}

.discover-block-one .inner-box h3 a:hover {
}

.discover-block-one .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.discover-block-one .inner-box h6 a {
  display: inline-block;
  color: #fff;
}

.discover-block-one .inner-box h6 a:hover {
}

.discover-block-one .inner-box .overlay-content {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}

.discover-block-one .inner-box:hover .overlay-content {
  top: 50%;
  opacity: 1;
}

.discover-block-one .inner-box .overlay-content .link-box a {
  color: #fff;
}

.discover-block-one .inner-box .overlay-content .link-box a:hover {
}

.discover-section .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -90px;
  max-width: 1170px;
  width: 100%;
  text-align: right;
}

.discover-section .owl-nav button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e4e9e6;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #062b45;
  cursor: pointer;
  transition: all 500ms ease;
}

.discover-section .owl-nav button:hover {
  color: #fff;
}

.discover-section .owl-nav button.owl-prev {
  margin-right: 10px;
}

.discover-section .owl-nav button.owl-prev span {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -1px;
}

.discover-section .owl-dots {
  position: absolute;
  left: 100px;
  bottom: -55px;
  max-width: 950px;
  width: 100%;
  height: 5px;
  counter-reset: slides-num;
}

.discover-section .owl-dots button {
  display: inline-block;
  width: 33.333%;
  height: 5px;
  background: #e4e9e6;
  cursor: pointer;
  transition: all 500ms ease;
}

.discover-section .owl-dots button:first-child {
  border-radius: 10px 0px 0px 10px;
}

.discover-section .owl-dots button:last-child {
  border-radius: 0px 10px 10px 0px;
}

.discover-section .owl-dots button.active {
  border-radius: 10px;
}

.discover-section .owl-dots::after {
  position: absolute;
  left: -50px;
  top: 9px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 20px !important;
  color: #aea9a9;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif !important;
}

.discover-section .owl-dots:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 14px;
  width: 1px;
  height: 18px;
  background: #aea9a9;
  transform: rotate(10deg);
}

.discover-section .owl-dots button span {
  position: absolute;
  top: 4px;
  left: -85px;
  counter-increment: slides-num;
  font-size: 30px !important;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif !important;
  background: transparent !important;
  margin: 0px;
}

.discover-section .owl-dots button.active span:before {
  position: absolute;
  content: counter(slides-num);
}

.discover-section .owl-dots button.active span:after {
  position: absolute;
  content: "0";
  top: 0px;
  left: -17px;
}

/** event-style-two **/

.event-style-two {
  position: relative;
  background: #f3f7f5;
  padding: 100px 0px;
}

.event-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 95px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-style-two .bg-layer:before {
  position: absolute;
  content: "";
  background: #022136;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
  display: none;
}

.event-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 945px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.event-style-two .left-column {
  position: relative;
  display: block;
  margin-right: 30px;
}

.event-style-two .left-column .link-box {
  position: relative;
  text-align: right;
}

.event-style-two .left-column .link-box a {
  color: #fff;
}

.event-style-two .left-column .link-box a span:before {
  color: #fff;
}

.event-style-two .left-column .link-box a:hover {
  text-decoration: underline;
}

.event-style-two .sec-title {
  margin-bottom: 33px;
}

.event-style-two .sec-title p {
  color: #e5efea;
}

.event-style-two .sec-title h2 {
  line-height: 44px;
}

.event-style-two .tab-btns {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.event-style-two .tab-btns .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 15px 25px 15px 25px;
  cursor: pointer;
  background: transparent;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.event-style-two .tab-btns .tab-btn:last-child {
  margin-bottom: 0px;
}

.event-style-two .tab-btns .tab-btn.active-btn {
  background: #fff;
  border-color: #fff;
}

.event-style-two .tab-btns .tab-btn h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.event-style-two .tab-btns .tab-btn.active-btn h6 {
}

.event-style-two .tab-btns .tab-btn h6:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  color: #adb2b7;
  top: 0px;
  right: 0px;
}

.event-style-two .tab-btns .tab-btn.active-btn h6:before {
}

.event-block-two .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  margin-bottom: 30px;
  background: transparent;
  transition: all 500ms ease;
}

.event-block-two .inner-box:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.event-style-two .event-block-two:last-child .inner-box {
  margin-bottom: 0px;
}

.event-block-two .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
}

.event-block-two .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-two .inner-box .image-box .category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.event-block-two .inner-box .image-box .category h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 10px;
  border-radius: 5px;
}

.event-block-two .inner-box .content-inner {
  position: relative;
  display: block;
  padding: 30px 140px 33px 40px;
  border: 1px solid #d8dbd9;
  border-radius: 0px 5px 5px 0px;
  min-height: 271px;
  transition: all 500ms ease;
}

.event-block-two .inner-box:hover .content-inner {
  border-color: #fff;
}

.event-block-two .inner-box .content-inner h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.event-block-two .inner-box .content-inner h3 a {
  display: inline-block;
  color: #062b45;
}

.event-block-two .inner-box .content-inner h3 a:hover {
}

.event-block-two .inner-box .content-inner .info-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.event-block-two .inner-box .content-inner .info-list li:last-child {
  margin-bottom: 0px;
}

.event-block-two .inner-box .content-inner .info-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-block-two .inner-box .content-inner .info-list li p {
  padding-left: 23px;
}

.event-block-two .inner-box .content-inner .info-list li p i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
}

.event-block-two .inner-box .content-inner .share-box {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 50px;
  height: 50px;
}

.event-block-two .inner-box .content-inner .share-box .share-icon {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d8dbd9;
  border-top-left-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  color: #a3a5a4;
  text-align: center;
  border-right: none;
  border-bottom: none;
  transition: all 500ms ease;
}

.event-block-two .inner-box .content-inner .share-box:hover .share-icon {
  color: #fff;
}

.event-block-two .inner-box .content-inner .share-box .social-links {
  position: absolute;
  top: -35px;
  right: 5px;
  width: 135px;
  background: #fff;
  border: 1px solid #e4e9e6;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.event-block-two .inner-box .content-inner .share-box:hover .social-links {
  top: -45px;
  visibility: visible;
  opacity: 1;
}

.event-block-two .inner-box .content-inner .share-box .social-links:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 10px;
  right: 11px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.event-block-two .inner-box .content-inner .share-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  text-align: center;
}

.event-block-two .inner-box .content-inner .share-box .social-links li:before {
  position: absolute;
  content: "";
  background: #e4e9e6;
  width: 1px;
  height: 22px;
  top: 3px;
  right: 0px;
}

.event-block-two
  .inner-box
  .content-inner
  .share-box
  .social-links
  li:last-child:before {
  display: none;
}

.event-block-two .inner-box .content-inner .share-box .social-links li a {
  font-size: 16px;
  color: #a0a2a1;
}

.event-block-two .inner-box .content-inner .share-box .social-links li a:hover {
}

.home_3 .team-block-one .inner-box h3 a {
  color: #062b45;
}

.home_3 .team-section {
  padding-bottom: 90px;
}

.team-section .more-link {
  margin-top: 41px;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  background: #f3f7f5;
  padding: 88px 0px 96px 0px;
}

.testimonial-section .link-box {
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding: 37px 200px 30px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-block-one .inner-box .thumb-box {
  position: absolute;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  top: 67px;
  right: 40px;
}

.testimonial-block-one .inner-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .thumb-box .quote-box {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.testimonial-block-one .inner-box .rating li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
}

.testimonial-block-one .inner-box .rating li:last-child {
  margin: 0px !important;
}

.testimonial-block-one .inner-box .rating li.light {
  color: #a0a2a1;
}

.testimonial-block-one .inner-box .rating {
  margin-bottom: 8px;
}

.testimonial-block-one .inner-box p {
  margin-bottom: 13px;
}

.testimonial-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-block-one .inner-box h3 span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
}

.testimonial-block-one .inner-box .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 275px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
  position: relative;
  display: block;
  margin-top: 34px;
  text-align: center;
}

.testimonial-section .owl-dots button {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 8px;
  background: #d8dbd9;
  border-radius: 10px;
  margin: 0px 10px;
}

.testimonial-section .owl-dots button.active {
  width: 70px;
}

/** news-style-three **/

.news-style-three {
  position: relative;
  padding: 88px 0px 90px 0px;
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.news-block-three .inner-box .author-box {
  position: relative;
  display: block;
  padding: 17px 20px 19px 85px;
  border: 1px solid #e4e9e6;
  border-radius: 5px 5px 0px 0px;
}

.news-block-three .inner-box .author-box .author {
  position: absolute;
  display: inline-block;
  left: 29px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.news-block-three .inner-box .author-box .author img {
  width: 100%;
  border-radius: 50%;
}

.news-block-three .inner-box .author-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.news-block-three .inner-box .author-box h6 a {
  display: inline-block;
}

.news-block-three .inner-box .author-box h6 a:hover {
  text-decoration: underline;
}

.news-block-three .inner-box .author-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #062b45;
  margin-right: 10px;
}

.news-block-three .inner-box .author-box .post-info li:last-child {
  margin: 0px !important;
}

.news-block-three .inner-box .author-box .post-info li span {
  color: #838684;
}

.news-block-three .inner-box .author-box .post-info li a:hover span {
}

.news-block-three .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 31px 30px 18px 30px;
  background: rgba(2, 33, 54, 1);
}

.news-block-three .inner-box .lower-content .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .bg-layer {
  opacity: 1;
}

.news-block-three .inner-box .lower-content .bg-layer:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(
    -90deg,
    rgba(2, 33, 54, 0) 10%,
    rgba(2, 33, 54, 0.9) 100%
  );
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .bg-layer:before {
  opacity: 1;
}

.news-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: #fff;
}

.news-block-three .inner-box:hover .lower-content h3 {
  opacity: 0;
}

.news-block-three .inner-box .lower-content p {
  color: #afb4b8;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content p {
  opacity: 0;
}

.news-block-three .inner-box .lower-content .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.news-block-three .inner-box .lower-content .lower-box .link-box a {
  color: #fff;
}

.news-block-three .inner-box .lower-content .lower-box .share-box {
  position: relative;
}

.news-block-three
  .inner-box
  .lower-content
  .lower-box
  .share-box
  .social-links {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100px;
  text-align: right;
  transform-origin: right center;
  transform: scale(0);
  transition: all 500ms ease;
}

.news-block-three
  .inner-box:hover
  .lower-content
  .lower-box
  .share-box
  .social-links {
  transform: scale(1);
}

.news-block-three
  .inner-box
  .lower-content
  .lower-box
  .share-box
  .social-links
  li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.news-block-three
  .inner-box
  .lower-content
  .lower-box
  .share-box
  .social-links
  li:last-child {
  margin: 0px !important;
}

.news-block-three
  .inner-box
  .lower-content
  .lower-box
  .share-box
  .social-links
  li
  a {
  display: inline-block;
  font-size: 18px;
  color: #afb4b8;
}

.news-block-three
  .inner-box
  .lower-content
  .lower-box
  .share-box
  .social-links
  li
  a:hover {
}

.news-block-three .inner-box .lower-content .lower-box .share-box .text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #afb4b8;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .lower-content .lower-box .share-box .text {
  opacity: 0;
}

.news-block-three .inner-box .lower-content .lower-box .share-box .text i {
  position: relative;
  margin-left: 8px;
  top: 2px;
  font-size: 16px;
}

.news-style-three .more-link {
  margin-top: 41px;
}

/** contact-section **/

.contact-section {
  position: relative;
  padding: 100px 0px;
}

.contact-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 15px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.contact-section .left-column {
  position: relative;
  margin-top: 10px;
}

.contact-section .sec-title h2 {
  line-height: 44px;
}

.contact-section .sec-title p {
  color: #fff;
}

.contact-section .sec-title {
  margin-bottom: 16px;
}

.contact-section .list-style-one li {
  color: #fff;
}

.home_3 .contact-section .list-style-one li:before {
  color: #fff;
}

.contact-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 0px 20px 27px 20px;
  border-radius: 5px;
  text-align: center;
}

.contact-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 86px;
  text-align: center;
  margin-bottom: 15px;
  z-index: 1;
  transition: all 500ms ease;
}

.contact-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #f3f7f5;
  width: 100%;
  height: 60px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.contact-block-one .inner-box .icon-box:after {
  position: absolute;
  content: "";
  background: #f3f7f5;
  width: 100%;
  height: 30px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.contact-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 4px;
}

.contact-block-one .inner-box h3 a {
  display: inline-block;
}

.contact-block-one .inner-box h3 a:hover {
  text-decoration: underline;
}

.contact-block-one .inner-box h4 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}

.contact-section .contact-block {
  padding: 0px 5px;
}

.contact-section .content-box {
  position: relative;
  margin: 0px 10px;
}

/** footer-style-three **/

.footer-style-three {
  position: relative;
  background: #022136;
}

.footer-style-three .widget-section {
  position: relative;
  padding: 92px 0px 85px 0px;
}

.footer-style-three p,
.footer-style-three a {
  color: #afb4b8;
}

.footer-style-three a:hover {
}

.footer-style-three .logo-widget .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.footer-style-three .logo-widget p {
  margin-bottom: 13px;
}

.footer-style-three .logo-widget .live-box {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-bottom: 37px;
  margin-bottom: 30px;
}

.footer-style-three .logo-widget .live-box:before {
  position: absolute;
  content: "";
  background: #213c4e;
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.footer-style-three .logo-widget .live-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 7px;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background: #10364f;
}

.footer-style-three .logo-widget .live-box .temp {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
}

.footer-style-three .logo-widget .live-box .date {
  position: relative;
  display: block;
  font-size: 18px;
  color: #afb4b8;
}

.footer-style-three .logo-widget .live-box .time {
  display: none;
}

.footer-style-three .logo-widget {
  margin-top: 8px;
}

.footer-style-three .widget-title {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-style-three .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.footer-style-three .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.footer-style-three .links-widget {
  margin-left: 60px;
}

.footer-style-three .links-widget .links-list li a {
  position: relative;
  display: inline-block;
}

.footer-style-three .links-widget .links-list li a:hover {
  padding-right: 18px;
}

.footer-style-three .links-widget .links-list li a:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  top: 1px;
  right: 0px;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-style-three .links-widget .links-list li a:hover:before {
  opacity: 1;
}

.footer-style-three .twitter-widget {
  margin-top: 8px;
}

.footer-style-three .twitter-widget .widget-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 21px 25px 18px 25px;
}

.footer-style-three .twitter-widget .widget-content .upper-box {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 11px;
}

.footer-style-three .twitter-widget .widget-content .upper-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #022136;
  text-align: center;
}

.footer-style-three .twitter-widget .widget-content .upper-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
}

.footer-style-three .twitter-widget .widget-content .upper-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
}

.footer-style-three .twitter-widget .widget-content .upper-box a:hover {
  text-decoration: underline;
}

.footer-style-three .twitter-widget .widget-content p {
  margin-bottom: 12px;
}

.footer-style-three .twitter-widget .widget-content .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 11px;
}

.footer-style-three .twitter-widget .widget-content .image-box img {
  width: 100%;
  border-radius: 5px;
}

.footer-style-three .twitter-widget .widget-content .link-box a {
  color: #022136;
}

.footer-style-three .twitter-widget .widget-content .link-box a:hover {
}

.footer-bottom-three {
  position: relative;
  padding-bottom: 55px;
}

.footer-bottom-three a span {
}

.footer-bottom-three a:hover span {
  text-decoration: underline;
}

.footer-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}

/***

====================================================================
                        Inner-Pages
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  padding: 140px 0px 140px 0px;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.7; */
}
/*
.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 15px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
} */

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: rgba(0, 0, 0, 0.5);
  }

.page-title .content-box {
  position: relative;
  display: block;
}

.page-title .content-box h1 {
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  /* color: #0464A0; */
  margin-bottom: 7px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: 500;
  margin-right: 31px;
  color: #fff;
}

.page-title .content-box .bread-crumb li:last-child {
  margin: 3px !important;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
  /* color: #0464A0; */
}

.page-title .content-box .bread-crumb li a:hover {
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  /* color: #aeb8c1; */
  /* color: #0464A0; */
  top: 6px;
  right: -22px;
  font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.white-bg {
  background: #fff !important;
  color: black;
}

/** statements-section **/

.statements-section {
  position: relative;
}

.statements-section:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}

.statements-block-one .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
  /* margin-left: 25px; */
}

.statements-block-one .inner-box .static-content {
  position: relative;
  padding: 343px 25px 23px 50px;
  transition: all 500ms ease;
}

.statements-block-one .inner-box:hover .static-content {
  opacity: 0;
}

.statements-block-one .inner-box .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.statements-block-one .inner-box .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 236px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 0px 5px 5px;
}

.statements-block-one .inner-box .content-box {
  position: relative;
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 455px;

}

.statements-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: -75px;
  top: 10px;
  background: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.statements-block-one .inner-box h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 16px;
}

.statements-block-one .inner-box h3:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  border-radius: 10px;
}

.statements-block-one .inner-box .link-box a {
  color: #fff;
}

.statements-block-one .inner-box .link-box a span:before {
  color: #fff;
}

.statements-block-one .inner-box .link-box a:hover {
  text-decoration: underline;
}

.statements-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 26px 25px 23px 50px;
  /* padding: 131px 25px 23px 50px; */
  z-index: 1;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all 500ms ease;
}

.statements-block-one .inner-box:hover .overlay-content {
  transform: scaleY(1);
}

.statements-block-one .inner-box .overlay-content .bg-layer:before {
  position: absolute;
  content: "";
  background: #1e76bb;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  border-radius: 5px;
}

.statements-block:nth-child(2)
  .statements-block-one
  .inner-box
  .overlay-content
  .bg-layer:before {
  background: #ec466e;
}

.statements-block:last-child
  .statements-block-one
  .inner-box
  .overlay-content
  .bg-layer:before {
  background: #29aae1;
}

/* .statements-block-one .inner-box p{
  color: #fff;
  margin-bottom: 16px;
  padding-top: 7px;
} */

.statements-block-one .inner-box .list-style-one {
  margin-bottom: 25px;
}

.statements-block-one .inner-box .list-style-one li {
  color: #fff;
  margin-bottom: 12px;
}

.statements-block-one .inner-box .list-style-one li:last-child {
  margin-bottom: 0px;
}

.statements-block-one .inner-box .list-style-one li:before {
  color: #fff;
}

/** commitment-section **/

.commitment-section {
  position: relative;
  padding: 88px 0px 70px 0px;
  background: #f5f5f5;
}

.commitment-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e0dcdd;
  border-radius: 5px;
  overflow: hidden;
  padding: 39px 30px 30px 30px;
  margin-bottom: 30px;
}

.commitment-block-one .inner-box .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.commitment-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  z-index: 1;
}

.commitment-block-one .inner-box .icon-box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

.commitment-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #e0dedc;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 18px;
  border-radius: 5px;
  transform: rotate(7deg);
  z-index: -1;
}

.commitment-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.commitment-block-one .inner-box h3 a {
  display: inline-block;
  color: #043460;
}

.commitment-block-one .inner-box h3 a:hover {
}

.commitment-block-one .inner-box p {
  margin-bottom: 16px;
}

.funfact-section.alternat-2 .bg-layer:before {
  background: #043460;
  opacity: 0.95;
}

.mr_140 {
  margin-right: 140px;
}

.ml_140 {
  margin-left: 140px;
}

/** history-section **/

.history-section {
  position: relative;
  padding: 100px 0px;
}

.history-section .inner-container {
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.history-section .inner-container .line {
  position: absolute;
  background: #ede7e9;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
}

.history-section .inner-container .line:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: -5px;
  top: 0px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.history-section .inner-container .line:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: -5px;
  bottom: 0px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.history-section .inner-box {
  position: relative;
  display: block;
  padding-bottom: 35px;
}

.history-section .inner-box:last-child {
  padding-bottom: 0px;
}

.history-section .inner-box .image-box {
  position: relative;
  display: block;
}

.history-section .inner-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.history-section .inner-box .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.history-section .inner-box .image-box .year {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #1e76bb;
  font-weight: 600;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.history-section .inner-box .content-box {
  position: relative;
  display: block;
}

.history-section .inner-box .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}

.history-section .inner-box .content-box h3 a {
  display: inline-block;
  color: #043460;
}

.history-section .inner-box .content-box h3 a:hover {
}

.history-section .inner-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.history-section .inner-box:hover:before {
  opacity: 1;
}

.history-section .inner-box .image-box .year:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 85px;
  height: 1px;
  top: 40px;
  transition: all 500ms ease;
}

.history-section .inner-box:hover .image-box .year:before {
}

.history-section .inner-box:nth-child(even) .image-box .year {
  left: -40px;
  right: inherit;
}

.history-section .inner-box:nth-child(odd) .image-box .year:before {
  left: 110px;
}

.history-section .inner-box:nth-child(even) .image-box .year:before {
  right: 110px;
}

.history-section .inner-box:nth-child(even) .content-box {
  text-align: right;
}

.history-section .inner-box .image-box .year:after {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 25px;
  height: 30px;
  top: 26px;
  transition: all 500ms ease;
}

.history-section .inner-box:hover .image-box .year:after {
}

.history-section .inner-box:nth-child(odd) .image-box .year:after {
  left: 196px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.history-section .inner-box:nth-child(even) .image-box .year:after {
  right: 195px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 50%, 100% 0%);
}

.contact-section.alternat-2 .pattern-layer {
  opacity: 0.9;
}

.contact-block-one .inner-box h3 a {
  color: #1e76bb;
}

.contact-block-one .inner-box h3 a:hover {
}

.service-section.service-page .service-block-one .inner-box .lower-content {
  border: 1px solid #ede7e9;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
}

/** help-section **/

.help-section {
  position: relative;
}

.help-section:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}

.help-section .inner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 68px 60px 72px 80px;
}

.help-section .inner-container .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.help-section .sec-title {
  margin-bottom: 0px;
}

.help-section .sec-title h2 {
  line-height: 44px;
}

.help-section .sec-title p {
  color: #ffffff;
  margin-bottom: 32px;
  padding-top: 15px;
}

.help-section .sec-title .theme-btn {
  background: #544b9f;
}

.help-section .sec-title .theme-btn:hover,
.help-section .sec-title .theme-btn:before {
  background: #fff;
}

.help-section .sec-title .theme-btn:hover {
  color: #544b9f !important;
}

.help-section .content-box {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 4px;
}

.help-section .content-box .single-item {
  position: relative;
  display: block;
  padding-left: 64px;
  margin-bottom: 23px;
}

.help-section .content-box .single-item:last-child {
  margin-bottom: 0px;
}

.help-section .content-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 9px;
}

.help-section .content-box .single-item h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 13px;
}

.help-section .content-box .single-item p {
  color: #aeb8c1;
}

/** faq-section **/

.faq-section {
  position: relative;
  background: #f5f5f5;
}

.faq-section .image-box {
  position: relative;
  display: block;
  padding-right: 36px;
  margin-right: 54px;
}

.faq-section .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.faq-section .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.faq-section .image-box .category-box {
  position: absolute;
  top: 60px;
  right: 0px;
  background: #043460;
  border-radius: 5px;
  width: 270px;
  padding: 32px 0px 20px 40px;
  z-index: 1;
}

.faq-section .image-box .category-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.faq-section .image-box .category-list li {
  position: relative;
  display: block;
  padding: 13px 0px 12px 0px;
  border-bottom: 1px solid #285176;
}

.faq-section .image-box .category-list li:last-child {
  border-bottom: none;
}

.faq-section .image-box .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
}

.faq-section .image-box .category-list li a:hover {
  padding-left: 20px;
}

.faq-section .image-box .category-list li a:before {
  position: absolute;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.faq-section .image-box .category-list li a:hover:before {
  opacity: 1;
}

.faq-section .accordion {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.faq-section .accordion:last-child {
  margin-bottom: 0px;
}

.faq-section .accordion.active-block {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.faq-section .accordion .acc-btn {
  position: relative;
  display: block;
  padding: 21px 30px 24px 90px;
  cursor: pointer;
}

.faq-section .accordion .acc-btn .count-text {
  position: absolute;
  display: inline-block;
  left: 25px;
  top: 31px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 500;
}

.faq-section .accordion .acc-btn h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 7px;
}

.faq-section .accordion .acc-btn h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #a8a4a5;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.faq-section .accordion .acc-btn.active h6 {
}

.faq-section .accordion .acc-content {
  padding: 22px 30px 23px 30px;
  border-top: 1px solid #ede7e9;
}

.faq-section .accordion-box {
  position: relative;
}

.faq-section .accordion-box:before {
  position: absolute;
  content: "";
  background: #1e76bb;
  width: 8px;
  height: 100%;
  left: -38px;
  top: 0px;
  border-radius: 15px;
}

.faq-section .accordion:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  height: 0%;
  left: -36px;
  bottom: 10px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.faq-section .accordion.active-block:before {
  height: calc(100% - 20px);
  top: 10px;
}

.service-style-two.alternat-2 .service-block-three .inner-box h6 {
  color: #1e76bb;
}

/** service-style-four **/

.service-style-four {
  position: relative;
  padding: 88px 0px 70px 0px;
}

.service-block-five .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 23px 24px 21px 25px;
  margin-bottom: 30px;
}

.service-block-five .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #1e76bb;
  text-transform: uppercase;
}

.service-block-five .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-bottom: 23px;
}

.service-block-five .inner-box h3 a {
  display: inline-block;
  color: #043460;
}

.service-block-five .inner-box h3 a:hover {
}

.service-block-five .inner-box h3:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  border-radius: 10px;
}

.service-block-five .inner-box .link-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.service-block-five .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
}

.service-block-five .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.service-block-five .inner-box .image-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.service-block-five .inner-box:hover .image-box:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

.service-block-five .inner-box .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** project-section **/

.project-section {
  position: relative;
}

.project-section:before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 260px;
  left: 0px;
  top: 0px;
}

.sortable-masonry .filters {
  margin-bottom: 75px;
}

.sortable-masonry .filters .filter-tabs {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #e0dcdd;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 0px;
}

.sortable-masonry .filters .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 23px;
  transition: all 500ms ease;
}

.sortable-masonry .filters .filter-tabs li.active {
}

.sortable-masonry .filters .filter-tabs li:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -1px;
}

.sortable-masonry .filters .filter-tabs li:last-child:before {
  display: none;
}

.sortable-masonry .filters .filter-tabs li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
  opacity: 0.85;
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.project-block-one .inner-box .content-box .link {
  position: absolute;
  left: 40px;
  top: 40px;
}

.project-block-one .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 56px;
  font-size: 14px;
  background: #fff;
  text-align: center;
  color: #043460;
  border-radius: 50%;
  transform: scale(0, 0);
}

.project-block-one .inner-box:hover .content-box .link a {
  transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .link a:hover {
  color: #fff;
}

.project-block-one .inner-box .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 40px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text {
  opacity: 1;
  bottom: 33px;
}

.project-block-one .inner-box .content-box .text p {
  display: block;
  color: #aeb8c1;
}

.project-block-one .inner-box .content-box .text h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
}

.project-block-one .inner-box .content-box .text h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .text h3 a:hover {
}

.project-section .more-btn {
  margin-top: 30px;
}

.project-section .pagination-wrapper {
  margin-top: 30px;
}

.project-section.masonry {
  padding: 100px 0px;
}

.project-section.masonry:before {
  display: none;
}

/** contact-info-section **/

.contact-info-section {
  position: relative;
  padding-top: 40px;
  background: #f5f5f5;
}

.contact-info-section:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 140px;
  left: 0px;
  bottom: 0px;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e0dcdd;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 29px 29px 29px;
  border-radius: 5px;
}


.info-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  margin-top: -32px;
  margin-bottom: 9px;
  border: 1px solid #e0dcdd;
  top: -13px;
}


/* .info-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 2px;
} */

/* .info-block-one .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 22px;
} */

.info-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 22px 30px 21px 30px;
  border-radius: 5px;
  min-height: 130px;
  max-height: 160px;
}

.info-block-one .inner-box .text-box p a {
  color: #837e7f;
  overflow-wrap: break-word;
}

.info-block-one .inner-box .text-box p a:hover {
}

.contact-info-section .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 59px;
  /* border-top: 1px solid #e0dcdd; */
}

.contact-info-section .tab-btn-box .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #a8a4a5;
  cursor: pointer;
  margin: 0px 10px;
  padding: 13px 30px 0px 30px;
  transition: all 500ms ease;
}

.contact-info-section .tab-btn-box .tab-btn.active-btn {
  color: #043460;
}

.contact-info-section .tab-btn-box .tab-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0px;
  top: -1px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.contact-info-section .tab-btn-box .tab-btn.active-btn:before {
  transform: scale(1, 1);
}

.contact-info-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.contact-info-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.contact-info-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.info-block-two .inner-box {
  position: relative;
  border: 1px solid #e0dcdd;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 9px 9px 9px;
  border-radius: 5px;
}

.info-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  margin-top: -22px;
  top: -13px;
  background: #fff;
  margin-bottom: 3px;
}

.info-block-two .inner-box .icon-box img {
  display: inline-block;
}

.info-block-two .inner-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 19px;
}

.info-block-two .inner-box .text-box {
  position: relative;
  display: block;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 18px 20px 17px 20px;
  text-align: left;
  margin-bottom: 10px;
}

.info-block-two .inner-box .text-box .phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #837e7f;
}

.info-block-two .inner-box .text-box .phone a:hover {
}

.info-block-two .inner-box .text-box .email a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #1e76bb;
}

.info-block-two .inner-box .text-box .email a:hover {
  text-decoration: underline;
}

.info-block-two .inner-box .lower-box {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 17px 20px 15px 20px;
  text-align: left;
}

.info-block-two .inner-box .lower-box p {
  margin-bottom: 9px;
}

.contact-info-section .owl-dots {
  position: relative;
  display: block;
  margin-top: 34px;
  text-align: center;
}

.contact-info-section .owl-dots button {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 8px;
  background: #d8dbd9;
  border-radius: 10px;
  margin: 0px 10px;
}

.contact-info-section .owl-dots button.active {
  width: 70px;
}

/** contact-style-two **/

.contact-style-two {
  position: relative;
  padding: 100px 0px;
}

.contact-style-two .map-inner {
  position: relative;
  display: block;
}

.contact-style-two .map-inner #contact-google-map {
  width: 100%;
  height: 620px;
}

.contact-style-two .content-box {
  position: relative;
  display: block;
  /* border: 1px solid #ede7e9; */
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 25px 44px 63px 33px;
}

.contact-style-two .content-box .sec-title {
  margin-bottom: 31px;
  margin-bottom: 16px;
}

.contact-style-two .content-box .form-inner {
  position: relative;
  margin: 0px 10px;
}

.contact-style-two .content-box .form-inner .form-group {
  position: relative;
  display: block;
  /* margin-bottom: 10px; */
  padding: 0px 5px;
}

.contact-style-two .content-box .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-style-two .content-box .form-inner .form-group input[type="text"],
.contact-style-two .content-box .form-inner .form-group input[type="email"],
.contact-style-two .content-box .form-inner .form-group .nice-select,
.contact-style-two .content-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  font-size: 18px;
  color: #837e7f;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-style-two .content-box .form-inner .form-group input:focus,
.contact-style-two .content-box .form-inner .form-group textarea:focus {
}

.contact-style-two .content-box .form-inner .form-group textarea {
  height: 140px;
  resize: none;
}

.contact-style-two .content-box .form-inner .form-group .nice-select {
  padding: 0px 20px;
  line-height: 60px;
}

.contact-style-two .content-box .form-inner .form-group .nice-select:before {
  right: 20px;
  font-size: 12px;
  content: "\f114";
  color: #a8a4a5;
}

/** error-section **/

.error-section {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}

.error-section .scroll-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.error-section .scroll-text .text-box-one,
.error-section .scroll-text .text-box-two {
  position: absolute;
  left: 0px;
  width: 100%;
  min-width: 5500px;
  padding: 19px 0px;
  background: #1e76bb;
}

.error-section .scroll-text .text-inner {
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

.error-section .scroll-text .text-box-one {
  top: 0px;
}

.error-section .scroll-text .text-box-two {
  bottom: 0px;
}

.error-section .scroll-text h3 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin: 0px 22px;
}

.error-section .content-box {
  position: relative;
  display: block;
}

.error-section .content-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 29px;
}

.error-section .content-box .error-image span {
  position: absolute;
  left: -88px;
  top: -12px;
  font-size: 36px;
  line-height: 44px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #1e76bb;
}

.error-section .content-box h2 {
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
}

.error-section .content-box p {
  margin-bottom: 32px;
}

/** comingsoon-section **/

.comingsoon-section {
  position: relative;
  background: #fff;
}

.comingsoon-section .outer-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 150px;
}

.comingsoon-section .bg-layer {
  position: absolute;
  left: 50px;
  top: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comingsoon-section .pattern-layer {
  position: absolute;
  left: 50px;
  top: 50px;
  width: calc(50% - 50px);
  height: calc(100% - 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.comingsoon-section .content-box {
  position: relative;
  display: block;
}

.comingsoon-section .content-box .logo-box {
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.comingsoon-section .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 18px;
}

.comingsoon-section .content-box p {
  display: block;
  color: #aeb8c1;
  margin-bottom: 21px;
}

.comingsoon-section .cs-countdown {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.comingsoon-section .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 70px;
  padding-right: 23px;
}

.comingsoon-section .cs-countdown .count-col:before,
.comingsoon-section .cs-countdown .count-col:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: -36px;
  border-radius: 50%;
}

.comingsoon-section .cs-countdown .count-col:before {
  top: 28px;
}

.comingsoon-section .cs-countdown .count-col:after {
  bottom: 15px;
}

.comingsoon-section .cs-countdown .count-col:last-child:before,
.comingsoon-section .cs-countdown .count-col:last-child:after {
  display: none;
}

.comingsoon-section .cs-countdown .count-col:last-child {
  margin-bottom: 0px;
}

.comingsoon-section .cs-countdown .count-col span {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #fff;
}

.comingsoon-section .cs-countdown .count-col h6 {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #aeb8c1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  height: 80px;
  text-align: center;
}

.comingsoon-section .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.comingsoon-section .content-box .form-inner {
  position: relative;
  display: block;
  max-width: 510px;
  margin-bottom: 50px;
}

.comingsoon-section .content-box .form-inner .form-group {
  position: relative;
  display: block;
  padding-right: 66px;
  margin: 0px;
}

.comingsoon-section .content-box .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px 10px 45px;
}

.comingsoon-section .content-box .form-inner .form-group .icon {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 14px;
  z-index: 1;
}

.comingsoon-section .content-box .form-inner .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.departments-style-two.alternat-2 {
  padding: 88px 0px 70px 0px;
}

.department-block:nth-child(7) .department-block-one .inner-box h3 {
  background: #a6c13a;
}

.department-block:nth-child(7) .department-block-one .inner-box .text-box {
  border-color: #a6c13a;
}

.department-block:nth-child(8) .department-block-one .inner-box h3 {
  background: #d68c63;
}

.department-block:nth-child(8) .department-block-one .inner-box .text-box {
  border-color: #d68c63;
}

.department-block:nth-child(9) .department-block-one .inner-box h3 {
  background: #d2c535;
}

.department-block:nth-child(9) .department-block-one .inner-box .text-box {
  border-color: #d2c535;
}

.department-section.alternat-2 {
  padding: 88px 0px 70px 0px;
}

/** department-details **/

.department-details {
  position: relative;
  padding: 90px 0px 100px 0px;
}

.department-details-content {
  position: relative;
  display: block;
}

.department-details-content .content-one {
  margin-bottom: 41px;
}

.department-details-content .content-one .title-box {
  position: relative;
  display: block;
  padding-left: 55px;
  margin-bottom: 25px;
}

.department-details-content .content-one .title-box span {
  position: absolute;
  display: block;
  left: 0px;
  top: -11px;
  font-size: 75px;
  line-height: 75px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #1e76bb;
  font-weight: 600;
  text-transform: uppercase;
}

.department-details-content .content-one .title-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e76bb;
  margin-bottom: 8px;
}

.department-details-content .content-one .title-box p {
  color: #043460;
  font-weight: 500;
}

.department-details-content .content-one .two-column {
  position: relative;
  display: block;
  margin: 52px 0px 53px 0px;
}

.department-details-content .content-one .two-column .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}

.department-details-content .content-one .two-column .image-box img {
  width: 100%;
  border-radius: 5px;
}

.department-details-content .content-one .two-column .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.department-details-content .content-one .two-column .owl-nav button {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #043460;
  cursor: pointer;
  transition: all 500ms ease;
}

.department-details-content .content-one .two-column .owl-nav button:hover {
  color: #ffff;
}

.department-details-content .content-one .two-column .owl-nav button.owl-prev {
  margin-right: 10px;
}

.department-details-content
  .content-one
  .two-column
  .owl-nav
  button.owl-prev
  span {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  top: -1px;
}

.department-details-content .content-one .two-column .text-inner {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 57px 30px 34px 30px;
  border-radius: 5px;
  margin-top: 24px;
}

.department-details-content .content-one .two-column .text-inner h3 {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -24px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background: #29aae1;
  border-radius: 5px 0px 0px 0px;
  padding: 9px 30px;
}

.department-details-content .content-one .two-column .text-inner h3:before {
  position: absolute;
  content: "";
  background: #29aae1;
  width: 19px;
  height: 100%;
  top: 0px;
  right: -18px;
  clip-path: polygon(100% 0%, 0 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.department-details-content .content-one .two-column .text-inner p {
  margin-bottom: 17px;
}

.department-details-content .content-one .list-style-one li {
  margin-bottom: 12px;
}

.department-details-content .content-one .list-style-one li:last-child {
  margin-bottom: 0px;
}

.department-details-content .content-two {
  margin-bottom: 50px;
}

.department-details-content .content-two .text-box {
  margin-bottom: 32px;
}

.department-details-content .content-two .text-box h2 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 11px;
}

.department-details-content .content-two .inner-box .single-item {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 15px 24px 17px 89px;
  margin-bottom: 30px;
}

.department-details-content .content-two .inner-box .single-item .count-text {
  position: absolute;
  display: inline-block;
  left: 24px;
  top: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 600;
}

.department-details-content .content-two .inner-box .single-item h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 23px;
  margin-bottom: 16px;
}

.department-details-content .content-two .inner-box .single-item h3:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}

.department-details-content
  .content-two
  .inner-box
  .single-item
  .static-content {
  transition: all 500ms ease;
}

.department-details-content
  .content-two
  .inner-box
  .single-item:hover
  .static-content {
  opacity: 0;
}

.department-details-content
  .content-two
  .inner-box
  .single-item
  .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 21px 24px 16px 89px;
  transform-origin: top center;
  transform: scaleY(0);
  transition: all 500ms ease;
}

.department-details-content
  .content-two
  .inner-box
  .single-item:hover
  .overlay-content {
  transform: scaleY(1);
}

.department-details-content
  .content-two
  .inner-box
  .single-item
  .overlay-content:before {
  position: absolute;
  content: "";
  width: calc(100% - 113px);
  left: 89px;
  top: -1px;
  height: 4px;
  border-radius: 5px;
}

.department-details-content
  .content-two
  .inner-box
  .single-item
  .overlay-content
  .count-text {
  color: #fff;
}

.department-details-content
  .content-two
  .inner-box
  .single-item
  .overlay-content
  p {
  margin-bottom: 8px;
}

.department-details-content .content-two .download-box {
  position: relative;
  display: block;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 31px 40px 34px 120px;
  margin-top: 30px;
}

.department-details-content .content-two .download-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 33px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.department-details-content .content-two .download-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 6px;
}

.department-details-content .content-two .download-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #837e7f;
  font-weight: 600;
  text-transform: uppercase;
}

.department-details-content .content-two .download-box .download-btn {
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 1;
}

.department-details-content .content-two .download-box .theme-btn {
  padding: 15px 30px;
}

.department-details-content .content-two {
  margin-bottom: 50px;
}

.department-details-content .content-three .text-box {
  margin-bottom: 32px;
}

.department-details-content .content-three .text-box h2 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 26px;
}

.department-details-content .content-three .tabs-content {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 0px 5px 5px 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 40px 31px 40px;
}

.department-details-content .content-three .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-size: 22px;
  line-height: 30px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 600;
  background: #f5f5f5;
  text-align: center;
  padding: 17px 39px;
  cursor: pointer;
  top: 1px;
  border: 1px solid #e8eaed;
  border-radius: 5px 5px 0px 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.department-details-content .content-three .tab-btns li:last-child {
  margin: 0px !important;
}

.department-details-content .content-three .tab-btns li.active-btn {
  color: #fff;
}

.department-details-content .content-three .tab-btns li:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  clip-path: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%, 0% 0%);
  opacity: 0;
  transition: all 500ms ease;
}

.department-details-content .content-three .tab-btns li.active-btn:before {
  opacity: 1;
}

.department-sidebar {
  position: relative;
  display: block;
}

.department-sidebar .widget-title {
  position: relative;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}

.department-sidebar .widget-title:before {
  position: absolute;
  content: "";
  background: #29aae1;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}

.department-sidebar .widget-title h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: #29aae1;
  padding: 4px 65px 2px 65px;
  border-radius: 5px 5px 0px 0px;
}

.department-sidebar .category-widget .widget-content {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  padding: 30px;
  border-radius: 0px 0px 5px 5px;
}

.department-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.department-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.department-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 14px 20px 18px 87px;
  font-size: 20px;
  line-height: 28px;
  color: #043460;
  font-weight: 600;
}

.department-sidebar .category-widget .category-list li a img {
  position: absolute;
  left: 20px;
  top: 17px;
}

.department-sidebar .category-widget .category-list li a:hover {
}

.department-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: "";
  background: #e0dcdd;
  width: 1px;
  height: calc(100% - 26px);
  top: 13px;
  left: 66px;
}

.department-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.department-sidebar .category-widget .category-list li a:hover:before {
  opacity: 1;
  bottom: 2px;
}

.department-sidebar .category-widget {
  margin-bottom: 30px;
}

.department-sidebar .contact-widget {
  position: relative;
  display: block;
  padding: 29px;
  border: 1px solid #ede7e9;
  border-radius: 5px;
}

.department-sidebar .contact-widget .widget-content {
  position: relative;
  padding: 28px;
  border-radius: 5px;
  overflow: hidden;
}

.department-sidebar .contact-widget .widget-content .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.department-sidebar .contact-widget .widget-content .bg-layer:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.75;
}

.department-sidebar .contact-widget .widget-content .icon-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.department-sidebar .contact-widget .widget-content h3 {
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 141px;
}

.department-sidebar .contact-widget .widget-content h4 {
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 25px;
}

.department-sidebar .contact-widget .widget-content h4 a {
  font-size: 26px;
  color: #fff;
}

.department-sidebar .contact-widget .widget-content h4 a:hover {
  text-decoration: underline;
}

.department-sidebar .contact-widget .widget-content .theme-btn {
  width: 100%;
}

.department-sidebar .contact-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 278px;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-block-one .inner-box .image-box .category a {
  background: rgba(30, 118, 187, 0.85);
}

.event-page-section .event-block-one .inner-box {
  margin-bottom: 30px;
}

.event-page-section {
  padding: 100px 0px 70px 0px;
}

.event-page-section .filter-box {
  position: relative;
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 60px;
}

.event-page-section .filter-box .form-group {
  position: relative;
  margin: 0px;
}

.event-page-section .filter-box .form-group input[type="text"],
.event-page-section .filter-box .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  padding: 0px 20px;
  font-size: 18px;
  color: #837e7f;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.event-page-section .filter-box .filter-inner {
  position: relative;
  margin: 0px 5px;
  padding-right: 172px;
}

.event-page-section .filter-box .single-column {
  padding: 0px 10px;
}

.event-page-section .filter-box .form-group .nice-select:before {
  right: 20px;
  content: "\f114";
  color: #a8a4a5;
  font-size: 12px;
}

.event-page-section .filter-box .form-group .icon-box {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #a8a4a5;
  z-index: 1;
}

.event-page-section .filter-box .filter-btn {
  position: absolute;
  top: 0px;
  right: -5px;
}

.event-page-section .filter-box .filter-btn .theme-btn {
  width: 150px;
  padding: 17px 30px;
}

.event-block-two .inner-box .image-box .category h6 {
  background: rgba(30, 118, 187, 0.85);
}

.event-sidebar {
  position: relative;
}

.default-sidebar {
  position: relative;
  margin-left: 80px;
  margin-top: -14px;
}

.sidebar-page-container .sidebar-side {
  position: relative;
}

.sidebar-page-container .sidebar-side:before {
  position: absolute;
  content: "";
  background: #ede7e9;
  width: 1px;
  height: 100%;
  left: 40px;
  top: 0px;
}

.default-sidebar .search-widget {
  margin-bottom: 41px;
}

.default-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0px;
}

.default-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #837e7f;
  border-bottom: 1px solid #ede7e9;
  transition: all 500ms ease;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.default-sidebar .search-widget .search-form .form-group input:focus {
  border-color: #29aae1;
}

.default-sidebar .search-widget .search-form .form-group button[type="submit"] {
  position: absolute;
  top: 7px;
  right: 0px;
}

.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-left: 26px;
}

.default-sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
}

.default-sidebar .widget-title:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  font-size: 16px;
  left: 0px;
  top: 3px;
}

.default-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0dcdd;
  padding: 11px 0px 10px 0px;
}

.default-sidebar .category-widget .category-list li:last-child {
  border-bottom: none;
}

.default-sidebar .category-widget .widget-content {
  position: relative;
  padding: 12px 30px;
  background: #f5f5f5;
  border-radius: 5px;
}

.default-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #837e7f;
  padding-left: 35px;
}

.default-sidebar .category-widget .category-list li a:hover {
}

.default-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #d3d0d1;
  border-radius: 2px;
  left: 0px;
  top: 6px;
  transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #d3d0d1;
  border-radius: 1px;
  left: 5px;
  top: 11px;
  transition: all 500ms ease;
}

.default-sidebar .category-widget {
  margin-bottom: 41px;
}

.default-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 27px;
}

.default-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.default-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.default-sidebar .post-widget .post h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  color: #1e76bb;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.default-sidebar .post-widget .post h6 i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.default-sidebar .post-widget .post h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
}

.default-sidebar .post-widget .post h4 a {
  display: inline-block;
  color: #062b45;
}

.default-sidebar .post-widget .post h4 a:hover {
}

.default-sidebar .post-widget .widget-title {
  margin-bottom: 18px;
}

.default-sidebar .post-widget {
  margin-bottom: 33px;
}

.default-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.default-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #837e7f;
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 6px 10px;
  text-align: center;
}

.default-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}

.default-sidebar .tags-widget {
  margin-bottom: 45px;
}

.default-sidebar .banner-widget .inner-box {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 19px 30px 40px 30px;
}

.default-sidebar .banner-widget .inner-box:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.default-sidebar .banner-widget .inner-box .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 171px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.default-sidebar .banner-widget h2 {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 121px;
}

.default-sidebar .banner-widget h3 {
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 6px;
}

.default-sidebar .banner-widget p {
  color: #aeb8c1;
  margin-bottom: 22px;
}

/** event-details **/

.event-details {
  position: relative;
  padding: 90px 0px 70px 0px;
}

.event-details-content {
  position: relative;
  display: block;
}

.event-details-content h2 {
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 43px;
}

.event-details-content .content-one {
  margin-bottom: 31px;
}

.event-details-content .content-one .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 40px;
}

.event-details-content .content-one .image-box img {
  width: 100%;
  border-radius: 5px;
}

.event-details-content h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 25px;
}

.event-details-content .content-one p {
  margin-bottom: 14px;
}

.event-details-content .content-one p:last-child {
  margin-bottom: 0px;
}

.event-details-content .content-two .list-item li {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
}

.event-details-content .content-two .list-item li:last-child {
  margin-bottom: 0px;
}

.event-details-content .content-two .list-item li:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-112.png);
  width: 20px;
  height: 12px;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
}

.event-details-content .content-two {
  margin-bottom: 33px;
}

.event-details-content .content-three .single-item {
  position: relative;
  display: block;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 35px 30px 29px 30px;
}

.event-details-content .content-three .single-item .image-box {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 21px;
}

.event-details-content .content-three .single-item .image-box .image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.event-details-content .content-three .single-item .image-box .image img {
  width: 100%;
  border-radius: 50%;
}

.event-details-content .content-three .single-item .image-box .icon-box {
  position: absolute;
  top: -5px;
  right: -15px;
}

.event-details-content .content-three .single-item h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1px;
}

.event-details-content .content-three .single-item h3 a {
  display: inline-block;
  color: #043460;
}

.event-details-content .content-three .single-item h3 a:hover {
}

.event-details-content .content-three .single-item h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #1e76bb;
}

.event-details-content .title-box {
  padding-bottom: 8px;
}

.event-details-content .content-three {
  margin-bottom: 40px;
}

.event-details .event-sidebar {
  margin-top: 0px;
}

.event-details .event-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding-left: 26px;
}

.event-details .event-sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 32px;
}

.event-details .event-sidebar .widget-title:before {
  position: absolute;
  content: "\f105";
  font-family: flaticon;
  font-size: 16px;
  left: 0px;
  top: 3px;
}

.event-details .event-sidebar .inner-box {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 30px 29px 40px 29px;
  overflow: hidden;
}

.event-details .event-sidebar .inner-box .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-details .event-sidebar .inner-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.event-details .event-sidebar .inner-box .info-list li:last-child {
  margin-bottom: 0px;
}

.event-details .event-sidebar .inner-box .info-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-details .event-sidebar .inner-box .info-list li p {
  padding-left: 23px;
}

.event-details .event-sidebar .inner-box .info-list li p i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
}

.event-details .event-sidebar .inner-box .info-list {
  margin-bottom: 25px;
}

.event-details .event-sidebar .inner-box .map-inner {
  position: relative;
  margin-bottom: 30px;
}

.event-details .event-sidebar .inner-box .map-inner #contact-google-map {
  position: relative;
  width: 100%;
  height: 270px;
}

.event-details .event-sidebar .inner-box .author-box {
  position: relative;
  display: block;
  background: #043460;
  border-radius: 5px;
  overflow: hidden;
}

.event-details .event-sidebar .inner-box .author-box .image-box {
  position: relative;
  display: block;
}

.event-details .event-sidebar .inner-box .author-box .image-box img {
  width: 100%;
}

.event-details .event-sidebar .inner-box .author-box .image-box:before {
  position: absolute;
  content: "";
  background: #043460;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
}

.event-details .event-sidebar .inner-box .author-box h3 {
  position: relative;
  display: block;
  text-align: center;
  background: #69d6cf;
  padding: 7.5px 10px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.event-details .event-sidebar .inner-box .author-box h3 span {
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
}

.event-details .event-sidebar .inner-box .author-box h3:before {
  position: absolute;
  content: "";
  background: #69d6cf;
  width: 50px;
  height: 13px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  clip-path: polygon(0% 0%, 100% 0%, 52% 100%, 48% 100%, 0% 0%);
}

.event-details .event-sidebar .inner-box .author-box .lower-content {
  position: relative;
  display: block;
  padding: 27px 30px 35px 30px;
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li
  h5 {
  color: #fff;
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li
  p
  img {
  position: absolute;
  left: 0px;
  top: 8px;
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li
  p
  a {
  display: inline-block;
  color: #aeb8c1;
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li
  p
  a:hover {
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li {
  margin-bottom: 12px;
}

.event-details
  .event-sidebar
  .inner-box
  .author-box
  .lower-content
  .info-list
  li:last-child {
  margin-bottom: 0px;
}

.event-details .event-sidebar .inner-box .author-box .lower-content .info-list {
  margin-bottom: 0px;
}

.event-details .event-sidebar .inner-box .author-box {
  margin-bottom: 30px;
}

.event-details .event-sidebar .inner-box .option-box li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.event-details .event-sidebar .inner-box .option-box li:last-child {
  margin-bottom: 0px;
}

.event-details .event-sidebar .inner-box .option-box {
  margin-bottom: 20px;
}

.event-details .event-sidebar .inner-box .option-box li button {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px;
  background: #29aae1;
  cursor: pointer;
  transition: all 500ms ease;
}

.event-details .event-sidebar .inner-box .option-box li button:hover {
}

.event-details .event-sidebar .inner-box .option-box li button span {
  position: relative;
  padding-left: 26px;
}

.event-details .event-sidebar .inner-box .option-box li button span:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-116.png);
  width: 16px;
  height: 16px;
  left: 0px;
  top: 2px;
  background-repeat: no-repeat;
}

.event-details .event-sidebar .inner-box .option-box li a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #043460;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}

.event-details .event-sidebar .inner-box .option-box li a img {
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.event-details .event-sidebar .inner-box .option-box li a:hover {
  background: #043460;
  color: #fff;
}

.event-details .event-sidebar .inner-box .option-box {
  margin-bottom: 23px;
}

.event-details .event-sidebar .inner-box .share-box p {
  margin-bottom: 13px;
}

.blog-grid-one {
  position: relative;
  padding: 100px 0px;
}

.news-block-two .inner-box h6 {
  color: #1e76bb;
}

.blog-grid-one .news-block-two .inner-box {
  margin-bottom: 30px;
}

.blog-grid-one .pagination-wrapper {
  padding-top: 30px;
}

/** sidebar-page-container **/

.sidebar-page-container {
  position: relative;
}

.sidebar-page-container .blog-grid-content {
  position: relative;
  padding: 100px 0px;
}

.news-block-three .inner-box .author-box h6 a {
  color: #1e76bb;
}

.sidebar-page-container .news-block-three .inner-box {
  margin-bottom: 30px;
}

.blog-sidebar {
  padding: 100px 0px;
}

.blog-sidebar .about-widget .team-block-one .inner-box {
  background: #043460;
  border-color: #043460;
  padding-bottom: 32px;
}

.blog-sidebar .about-widget .team-block-one .inner-box:before {
  background: #114370;
}

.blog-sidebar .about-widget .team-block-one .inner-box .share-box .share-text {
  color: #ffffff;
}

.blog-sidebar
  .about-widget
  .team-block-one
  .inner-box
  .share-box
  .share-text
  i {
  color: #aeb8c1;
}

.blog-sidebar
  .about-widget
  .team-block-one
  .inner-box
  .share-box:hover
  .share-text {
}

.blog-sidebar .about-widget .team-block-one .inner-box h3 {
  color: #fff;
  margin-bottom: 9px;
}

.blog-sidebar .about-widget .team-block-one .inner-box h3 span {
  display: block;
}

.blog-sidebar .about-widget .team-block-one .inner-box p {
  color: #aeb8c1;
  margin-bottom: 13px;
}

.blog-sidebar .about-widget .team-block-one .inner-box .link-box a {
  color: #fff;
}

.blog-sidebar .about-widget .team-block-one .inner-box .link-box a:hover {
}

.blog-sidebar .about-widget {
  margin-bottom: 40px;
}

.blog-sidebar .about-widget .team-block-one .inner-box .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 123px;
  height: 124px;
  background-repeat: no-repeat;
}

.sidebar-page-container .blog-list-content {
  padding: 100px 0px;
}

.news-block-two .inner-box .lower-content h2 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 16px;
}

.news-block-two .inner-box .lower-content h2 a {
  display: inline-block;
  color: #043460;
}

.news-block-two .inner-box .lower-content h2 a:hover {
}

.news-block-two .inner-box .lower-content p {
  margin-bottom: 22px;
}

.news-block-two .inner-box .lower-content .lower-box .other-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #a8a4a5;
  padding-left: 23px;
}

.news-block-two .inner-box .lower-content .lower-box .other-info li:last-child {
  margin: 0px !important;
}

.news-block-two .inner-box .lower-content .lower-box .other-info li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.news-block-two .inner-box .lower-content .lower-box .other-info li a {
  display: inline-block;
  color: #a8a4a5;
}

.news-block-two .inner-box .lower-content .lower-box .other-info li a:hover {
}

.sidebar-page-container .news-block-two .inner-box {
  margin-bottom: 60px;
}

.blog-list-two .default-sidebar {
  margin-left: 0px;
  margin-right: 80px;
}

.blog-list-two .sidebar-side:before {
  left: inherit;
  right: 40px;
}

.blog-list-two .blog-list-content {
  padding-bottom: 60px;
}

.blog-details-content {
  padding: 93px 0px 100px 0px;
}

.blog-details-content .news-block-two .inner-box {
  padding: 0px;
  box-shadow: none;
}

.blog-details-content .news-block-two .inner-box h2 {
  font-size: 36px;
  line-height: 44px;
}

.blog-details-content .news-block-two .inner-box .other-option {
  position: absolute;
  top: 7px;
  right: 0px;
}

.blog-details-content .news-block-two .inner-box .other-option li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .news-block-two .inner-box .other-option li:last-child {
  margin: 0px !important;
}

.blog-details-content .news-block-two .inner-box .other-option li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  border: 1px solid #eee8ea;
  border-radius: 50%;
  text-align: center;
}

.blog-details-content .news-block-two .inner-box .other-option li a:hover {
}

.blog-details-content .news-block-two .inner-box .lower-content {
  padding: 0px;
}

.blog-details-content .news-block-two .inner-box {
  margin-bottom: 27px;
}

.blog-details-content .content-one {
  margin-bottom: 42px;
}

.blog-details-content .content-one .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 43px;
}

.blog-details-content .content-one .image-box img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .content-one .text {
  position: relative;
  display: block;
  padding-left: 57px;
}

.blog-details-content .content-one .text span {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 7px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  font-size: 36px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-details-content .content-two .upper-box {
  margin-bottom: 24px;
}

.blog-details-content .content-two .upper-box h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 26px;
}

.blog-details-content .content-two .inner-box {
  position: relative;
  margin-bottom: 41px;
}

.blog-details-content .content-two .inner-box .single-item {
  position: relative;
  display: block;
  padding-left: 26px;
  margin-bottom: 12px;
}

.blog-details-content .content-two .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-two .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 16px;
}

.blog-details-content .content-two .inner-box .single-item p {
  line-height: 30px;
}

.blog-details-content .content-two .inner-box .single-item p span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  font-weight: 600;
}

.blog-details-content .content-two .document-box {
  position: relative;
  display: block;
  padding: 11px 0px 13px 190px;
  margin-left: 26px;
  margin-bottom: 50px;
}

.blog-details-content .content-two .document-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-details-content .content-two .document-box img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .content-two .document-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #1e76bb;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blog-details-content .content-two .document-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.blog-details-content .content-two .document-box button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #a8a4a5;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  transition: all 500ms ease;
}

.blog-details-content .content-two .document-box button:hover {
}

.blog-details-content .content-two .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px;
}

.blog-details-content .content-two .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .content-two {
  margin-bottom: 50px;
}

.blog-details-content .content-three .upper-box {
  position: relative;
  display: block;
  padding-bottom: 38px;
  margin-bottom: 31px;
  border-bottom: 4px solid #ede7e9;
}

.blog-details-content .content-three .upper-box h3 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 26px;
}

.blog-details-content .content-three .upper-box p {
  margin-bottom: 15px;
}

.blog-details-content .content-three .upper-box p:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-three blockquote {
  position: relative;
  display: block;
  margin: 0px 0px 34px 0px;
  padding: 0px 0px 0px 95px;
}

.blog-details-content .content-three blockquote .icon-box {
  position: absolute;
  left: 0px;
  top: 9px;
}

.blog-details-content .content-three blockquote h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}

.blog-details-content .content-three blockquote .author-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
}

.blog-details-content .content-three blockquote .author-box .author-image {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.blog-details-content .content-three blockquote .author-box .author-image img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .content-three blockquote .author-box h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #1e76bb;
  text-transform: uppercase;
}

.blog-details-content .content-three blockquote .author-box .designation {
  position: relative;
  display: block;
  color: #837e7f;
}

.blog-details-content .content-three .text-box p {
  margin-bottom: 28px;
}

.blog-details-content .content-three .text-box .list-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-content .content-three .text-box .list-item li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 33px;
}

.blog-details-content .content-three .text-box .list-item li:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-three .text-box .list-item li:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-122.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  left: 0px;
  top: 4px;
}

.blog-details-content .content-three {
  margin-bottom: 45px;
}

.blog-details-content .post-tags h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-left: 21px;
  font-weight: 500;
  margin-bottom: 13px;
}

.blog-details-content .post-tags h5:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-123.png);
  width: 14px;
  height: 16px;
  left: 0px;
  top: 8px;
  background-repeat: no-repeat;
}

.blog-details-content .post-tags {
  position: relative;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #ede7e9;
  margin-bottom: 34px;
}

.blog-details-content .post-tags .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.blog-details-content .post-tags .tags-list li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-tags .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #837e7f;
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 6px 10px;
  text-align: center;
}

.blog-details-content .post-tags .tags-list li a:hover {
  color: #fff;
}

.blog-details-content .post-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.blog-details-content .post-nav-btn .single-btn {
  position: relative;
  display: block;
}

.blog-details-content .post-nav-btn .single-btn .image-box {
  position: absolute;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.blog-details-content .post-nav-btn .single-btn .image-box img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn .image-box {
  left: 0px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn .image-box {
  right: 0px;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn {
  padding-left: 90px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn {
  padding-right: 90px;
  text-align: right;
}

.blog-details-content .post-nav-btn .single-btn h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.blog-details-content .post-nav-btn .single-btn h6 a {
  position: relative;
  display: inline-block;
  color: #1e76bb;
}

.blog-details-content .post-nav-btn .single-btn h6 a:hover {
}

.blog-details-content .post-nav-btn .single-btn h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
}

.blog-details-content .post-nav-btn .single-btn h6 a:before {
  position: absolute;
  display: inline-block;
  content: "\f106";
  font-family: "flaticon";
  font-size: 12px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.blog-details-content .post-nav-btn .single-btn h6 a:hover:before {
  opacity: 1;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn h6 a {
  padding-right: 27px;
}

.blog-details-content .post-nav-btn .single-btn.prev-btn h6 a:before {
  right: 8px;
  transform: rotate(180deg);
}

.blog-details-content .post-nav-btn .single-btn.next-btn h6 a {
  padding-left: 27px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn h6 a:before {
  left: 8px;
}

.blog-details-content .post-nav-inner .btn-box a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #043460;
  font-weight: 500;
  text-align: center;
  padding: 14px 30px;
  border-radius: 5px;
  background: #f5f5f5;
}

.blog-details-content .post-nav-inner .btn-box a:hover {
  color: #fff;
}

.blog-details-content .post-nav-inner .btn-box a span {
  position: relative;
  padding-left: 22px;
}

.blog-details-content .post-nav-inner .btn-box a span:before {
  position: absolute;
  content: "\f113";
  font-family: "flaticon";
  font-size: 18px;
  left: 0px;
  top: -1px;
  transition: all 500ms ease;
}

.blog-details-content .post-nav-inner .btn-box a:hover span:before {
  color: #fff;
}

.blog-details-content .post-nav-inner {
  margin-bottom: 49px;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-details-content .group-title h3 {
  font-size: 30px;
  line-height: 38px;
}

.blog-details-content .comment-box .comment {
  position: relative;
  display: block;
  padding-left: 110px;
  margin-bottom: 24px;
}

.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .comment-thumb {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .comment-thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}

.blog-details-content .comment-box .comment h3 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: #a8a4a5;
}

.blog-details-content .comment-box .comment p {
  margin-bottom: 9px;
}

.blog-details-content .comment-box .comment .reply-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #043460;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
}

.blog-details-content .comment-box .comment .reply-btn:hover {
}

.blog-details-content .comment-box .comment .reply-btn:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-124.png);
  width: 14px;
  height: 14px;
  left: 0px;
  top: 6px;
  background-repeat: no-repeat;
}

.blog-details-content .comment-box {
  margin-bottom: 43px;
}

.blog-details-content .group-title p {
  margin-top: 11px;
}

.blog-details-content .comment-form-area .form-inner .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.blog-details-content .comment-form-area .form-inner form {
  position: relative;
  margin: 0px 5px;
}

.blog-details-content .comment-form-area .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content
  .comment-form-area
  .form-inner
  .form-group
  input[type="text"],
.blog-details-content
  .comment-form-area
  .form-inner
  .form-group
  input[type="email"],
.blog-details-content .comment-form-area .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  font-size: 18px;
  color: #837e7f;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form-area .form-inner .form-group textarea {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.blog-details-content .comment-form-area .form-inner .form-group input:focus,
.blog-details-content
  .comment-form-area
  .form-inner
  .form-group
  textarea:focus {
}

.blog-details-content .comment-form-area .group-title {
  margin-bottom: 32px;
}

.blog-details-content .comment-form-area .form-inner .form-group .theme-btn {
  padding: 15px 30px;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 18px;
  color: #837e7f;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #ede7e9;
  background: #f5f5f5;
}

.check-box label:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  opacity: 0;
  transition: all 500ms ease;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.blog-details-content .comment-form-area .form-inner .check-box {
  margin-top: 2px;
  margin-bottom: 14px;
}

.blog-details-content .comment-form-area {
  margin-bottom: 49px;
}

.blog-details-content .related-post .news-block-two .inner-box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-details-content .related-post .news-block-two .inner-box .lower-content {
  padding: 24px 30px 8px 30px;
}

.blog-details-content .related-post .group-title {
  margin-bottom: 33px;
}

/* footer classes*/

.img_cus {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.img_cus .col-2 {
  width: 25%;
  text-align: center;
}
.Login_button{
  color: black;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

/* Ensure that the row and columns are properly sized and aligned */
.auto-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center align the images horizontally */
}

.auto-container .col-6,
.col-md-2 {
  padding: 0;
}

.auto-container .img_cust {
  width: 100%;
  padding-top: 7%; /* This creates a 1:1 aspect ratio container */
  position: relative;
}

/* Style the images to cover the container */
.auto-container .img_cust img {
  position: absolute;
  top: 0;
  left: -51px;
  right: 16px;
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
} /* Ensure the image covers the container */

/* Make sure the images take full width on desktop */
@media (min-width: 992px) {
  .auto-container .col-md-2 {
    flex: 0 0 16.666667%; /* Each column takes 1/6th of the row width */
    max-width: 16.666667%;
  }
}

.layout2 {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0px 20px 0px 10px;
}

.photo-gallery {
  width: 90%;
  display: grid;
  grid-gap: 20px;
}

.pic {
  position: relative;
  height: 230px;
}

.pic img {
  width: 100%;
  height: 100%;
}

.list_flex {
  display: flex;
  justify-content: center;
}

/* gallery */
.image-container {
  padding: 5px;
  height: 274px;
}
.img-fluid {
  width: 100%;
  height: auto;
}
/* ----------- */

/* General Styles */
.outer-box {
  padding: 10px;
  width: 100%;
}

.header-logo img {

  max-width: 66px;
  height: auto;
  padding: 4px;

}
img.gov_emblemheader {
  height: 66px;
}
.inq-req p {
font-size: 20px;
color: #000000;
}

.text-justify{
  text-align: justify;
}

.dept-align{
  display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding: 0 13px 0px 26px;

}

/* gallery tabs */
.tabs {
  display: flex;
  justify-content: center;
  gap: 0px;
  font-family: Arial, sans-serif;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  color: #777;
  text-decoration: none;
}

.tab.active {
  color: #007bff;
  font-weight: bold;
  border-bottom: 2px solid #007bff;
}
/* ----- */



.schedule-block {
  padding: 15px;
}

.schedule-block-one {
  background-color: #f9f9f9; /* Add background color */
  border: 1px solid #ddd; /* Add border */
  border-radius: 5px; /* Add rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
  overflow: hidden;
  word-wrap: break-word; /* Prevent text from overflowing */
}

.inner-box {
  padding: 20px;
}

.inner-box h6, .inner-box h3, .inner-box p, .inner-box .time {
  margin-bottom: 10px;
}

.inner-box h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.inner-box .time {
  display: block;
  font-size: 14px;
  color: #777;
}

.inner-box h3 {
  font-size: 18px;
  font-weight: 600;
}

.inner-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
.contact-style-two h2{
 text-align: start;
}
/* Responsive Design */
@media (max-width: 768px) {
  .inner-box {
      padding: 15px;
  }

  .inner-box h6 {
      font-size: 14px;
  }

  .inner-box h3 {
      font-size: 16px;
  }

  .inner-box p {
      font-size: 16px;
  }
}

@media (max-width: 576px) {
  .inner-box {
      padding: 10px;
  }

  .inner-box h6 {
      font-size: 13px;
  }

  .inner-box h3 {
      font-size: 15px;
  }

  .inner-box p {
      font-size: 14px;
  }
}





/* .form-container {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select,
.form-container textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-container textarea {
  resize: vertical;
} */




/* Mobile Styles */
@media (max-width: 400px) {
  .info-block-one .inner-box .text-box{
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 22px 1px 18px 1px;
    border-radius: 5px;
    height: 127px;
    font-size: 14px;
    line-height: 17px;
  }
  }

@media (max-width: 768px) {
  .outer-box h4 {
    font-size: 18px;
    text-align: center;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-logo img {
    max-width: 80px;
  }

  .menu-area {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .main-menu {
    width: 100%;
  }

  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
  }
  .mobile-menu .contact-info {
    position: relative;
    /* padding: 120px 30px 20px 24px; */
    padding: 37px 30px 20px 24px;
}
  .navigation li {
    margin: 10px 0;
  }

  .menu-right-content {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 100%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.slide-arrow {
  color: black !important;
  font-weight: 900 !important;
  font-size: 25px !important;
}

}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-logo img {
    max-width: 90px;
  }

  .menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-menu {
    flex: 1;
  }

  .navigation {
    display: flex;
    justify-content: space-around;
  }

  .menu-right-content {
    display: flex;
    justify-content: center;
  }

}

/* Desktop Styles */
/* @media (min-width: 1024px) {
  .header-logo {
      display: flex;
      justify-content: flex-start;
      height: 50px;
      column-gap: 16px;
      margin-left: -60px;
  }

  .menu-area {
      display: flex;
      justify-content: space-between;
  }

  .navigation {
      display: flex;
      justify-content: space-around;
  }

  .menu-right-content {
      display: flex;
      align-items: center;
  }
}
.menu-right-content {
  margin-left: -27px;
}

.header-logo.headergap {
  gap: 10px;
} */

@media (max-width: 1024px) {
  .main-header .outer-box {
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    margin-bottom: 10px;
  }

  .header-logo {
    width: 100%;
  }
  .header-logo img {
    max-width: 50px;
    object-fit: contain;
  }

  .logo_heading {
    margin: 15px 0px 0px;
    width: 50%;
  }
/*
  .headergap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;

    gap: 4px;
    width: 50%;
    position: absolute;
    right: -18px;
    top: 9px;
  } */
  .main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: right;
    width: 100%;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .main-header .menu-area {
    width: 100%;
  }
  /* .right-section{
    display: none !important;
  } */
}

@media Screen and (min-width: 320px) and (max-width: 576px) {
  .schedule-section .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #043460;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 500ms ease;
}

  .notice-tab ul {
    width: 100% !important;
    background-color: #0464A0 !important;
    border-radius: 20px !important;
    margin: 0px !important;
}

  .logo_section img{
    object-fit: contain;
    max-width: 35px;
}
 .logo_section {
  display: flex;
  padding: 8px;
  max-height: 70px;
  gap: 7px;
}
 .logo_heading > h5 {
  font-size: 13px;
}
.logo_section img{
  object-fit: contain;
  max-width: 35px;
}
.logo_heading {
  margin: 0;
  width: 45%;
}
.logo_section {
display: flex;
padding: 10px 10px 10px 0px;
max-height: 87px;
gap: 7px;
}
.logo_heading h5{
font-size: 14px;
margin-top: 14px;
}
img.gov_emblemheader{
height: 46px;
margin-top: 14px;
}
.logo_heading > p {
  font-size: 11px;
  line-height: 20px;
}

  .layout2 {
    width: 90%;
    display: flex;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    height: 100%;
}

  .pop-select .nice-select {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 1px 12px 2px 10px;
}
  .mobile_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}
.Login_button {
  color: black;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.skip-link {
  display: flex;
  color: white;
  align-items: center;
  /* margin-right: 20px; */
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  font-size: 10px;
  line-height: 14px;
}
.right-section {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  font-size: 10px;
  line-height: 14px;
}
.center-section {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  gap: 7px;
  /* padding: 10px; */
  border-radius: 15px;
  background-color: #1466a7;
  font-size: medium;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  line-height: 2px;
}
  .dis-1 {
    display: none !important;
  }
  /* .logo_heading {
    margin: 15px 0px 0px;
    width: 50% !important;
    font-size: 18px;
  }
  .logo_heading > h5{
    font-size: 15px;
  }
  .logo_heading > p {
    font-size: 11px;
    line-height: 20px;
  } */
  .info-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 22px 1px 18px 1px;
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    line-height: 17px;
}

  .menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 18px;
    display: block;
    margin-bottom: 5px;
    background-color: #1c1c1c;
  }
  .header-logo .headergap {
    height: 49px;
  }
  .main-header .menu-right-content {
    display: flex !important;
  }
  .main-header .menu-right-content .option-box {
    display: block !important;
  }

  .menu-right-content img {
    max-width: 70% !important;
  }

  .nice-select {
    font-size: 10px;
    padding: 1px 0px 0px 11px;
  }

  .nice-select:before {
    right: -13px;
    font-size: 7px;
  }
  .center-section {
    font-size: 10px;
  }

  .schedule-block-one .inner-box {
    padding: 15px 30px 22px 15px;
  }

  .header-logo img {
    max-width: 35px;
    object-fit: contain;
}
img.gov_emblemheader {
  max-width: 28px;
}
a.theme-btn.btn-one{
  width: 135px;
    font-size: 13px;
    padding: 8px;
    display: block;
}
.banner-carousel .content-box .btn-box .video-btn {
  display: flex;
  position: relative;
}
a.theme-btn.btn-onee {
  width: 135px;
  font-size: 13px;
  padding: 8px;
  margin-top: 10px;
}
.about-section .content-box .inner-box .single-item h2 {
  display: block;
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
}

.about-section .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  text-align: center;
}

.about-section .content-box .inner-box .single-item h4 {
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
img.view {
  max-width: 25px;
}

.headergap {
  display: block;
  gap: 5px;
  right: 0px;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  margin-right: 10px;
}

p.footer_align {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 12px;
}
.footer .visitor-count {
  font-size: 10px;
  padding-right: 10px;
  line-height: 12px;
}
.footer .social-icons {
  display: flex;
  gap: 0px;
}
.footer .social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
section.image-grid {
  margin-left: 20px;
  margin-right: 20px;
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 66px;
  position: fixed;
  bottom: 105%;
  right: 4px;
  font-size: 16px;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-container {
  position: fixed;
  bottom: 29px;
  right: 44px;
  display: flex;
  gap: 400px;
  z-index: 1000;
}
.booking-enquiry {
  background-color: #0464A0;
  color: white;
  border: none;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.text-justify {
  text-align: justify;
  line-height: 22px;
  font-size: 14px;
}
.contact-style-two .map-inner #contact-google-map {
  width: 100%;
  height: 340px;
}
.inq-req p {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* max-width: 500px; */
  position: relative;
  font-size: 14px;
  line-height: 12px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 12px;
}
.captcha_img.captcha {
  display: flex;
  align-items: center;
  height: 32px;
  width: 100%;
  justify-content: space-between;
}
.captcha img {
  width: 100% !important;
  /* padding-right: 47px; */
  height: 40px;
  /* margin-left: 20px; */
  margin: 0px;
}
.align-captcha {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -9px;
  gap: 3px;
}
.btn-captcha {
  width: 42px;
  border-radius: 10px !important;
  height: 42px;
  margin-top: 0px;
}
.btn.btn-secondary {
  height: 45px;
}
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 15px 25px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.contact-style-two .content-box {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 25px 44px 44px 33px;
  margin: 10px 0px;
}
.calendar td {
  /* padding: 0.8em 0.1em; */
  /* padding: 1px 1px; */
  border: 1px solid #ccc;
  color: #043460;
  font-size: 12px;
}

.contact-info i {
  margin: 1px;
  font-size: 10px;
}
.social-icons a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
  font-size: 11px;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: -115px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;

}
.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 5px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
img.footer_logo_img {
  height: 70px;
  width: 100%;
}
.login_drop:before{
right: 0px;
}
.main-header .menu-right-content .option-box {
  position: relative;
  padding-left: 21px;
}
.main-header .menu-right-content .option-box .nice-select {
  font-size: 16px;
  line-height: 28px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #043460;
  padding-right: 22px;
  font-weight: 500;
}
.barti-section-width .card {
  margin-bottom: 10px;
}
.keyTitle {
  margin-bottom: 11px !important;
}
.team-block-one .inner-box .image-box {
  margin-bottom: 0px;
}
.team-block-one .inner-box h3 a {
  font-size: 18px;
}
.team-block-one .inner-box .designation {
  font-size: 14px;
}
.main_cls_kn .department-block-one .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #69d6cf;
    padding: 6px 36px 2px 40px;
    border-radius: 5px 5px 0px 0px;
    top: 11px;
}
}
/* .main_cls_kn .department-block-one .inner-box .text-box {
    min-height: 145px !important;
} */
@media Screen and (min-width: 575px) and (max-width: 576px){
  img.gov_emblemheader {
    height: 50px;
  }

  .logo_heading {
    margin: 0;
    width: 40%;
}
/* .dis-1 {
  display: none;
} */
/* .mobile_flex {
  display: flex
;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 18px;
}
.left-section, .right-section {
  margin-bottom: 10px;
}
.skip-link {
  display: flex
;
  color: white;
  align-items: center;

  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  font-size: 10px;
  line-height: 14px;
}
.right-section {
  display: flex
;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  font-size: 10px;
  line-height: 14px;
}
.nice-select {
  font-size: 10px;
  padding: 1px 0px 0px 11px;
}
.nice-select:before {
  right: -13px;
  font-size: 7px;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 5px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
} */


}





@media Screen and (min-width: 577px) and (max-width: 768px) {
    .main_cls_kn .schedule-section .tab-btn {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        font-family: "Familjen Grotesk", sans-serif;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background: #043460;
        border-radius: 5px 5px 0px 0px;
        padding: 10px 10px;
        cursor: pointer;
        transition: all 500ms ease;
        height: 80px;
    }
  .notice-tab ul {
    width: 100% !important;
    background-color: #0464A0 !important;
    border-radius: 20px !important;
    margin: 0px !important;
}
  .logo_section img{
    object-fit: contain;
    max-width: 58px;
  }
  .logo_heading {
    margin: 0;
    width: 40%;
}
.logo_section {
  display: flex;
  padding: 10px 10px 10px 0px;
  max-height: 87px;
  gap: 7px;
}
.logo_heading h5{
  font-size: 17px;
}
  .nice-select {
    width: 100%;
    padding: 0px 12px 0px 10px;
}
  img.footer_logo_img {
    height: 70px;
    width: 100%;
}
img.gov_emblemheader {
  height: 66px;
}

  .layout2 {
    width: 90%;
    display: flex;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    height: 100%;
}

  .headergap {
    display: flex;
    position: absolute;
    gap: 4px;
    justify-content: flex-end;
    align-items: stretch;
    right: 0px;
    margin-right: 10px;
    top: 0px;
}
  .captcha_img.captcha {
    display: flex;
    align-items: center;
    height: 80px;
    width: 203px;
    justify-content: space-around;
    flex-direction: row;
}
.align-captcha {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin-top: 10px; */
  gap: 3px;
  padding: 10px;
}
.captcha img {
  width: 100% !important;
  /* padding-right: 47px; */
  height: 50px;
  /* margin-left: 20px; */
}
.captcha img {

  margin-left: 0px;
}

  .theme-btn.btn-onee {
    /* background: #29aae1; */
    background: white;
    padding: 11px 13px;
    color: black !important;
    width: 135px;
    margin-top: 10px;
}
  .pop-select .nice-select {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 1px 12px 8px 10px;
}
  .center-section{
    font-size: 15px;
  }
  span.contact-info {
    font-size: 14px;
}
.footer .social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
p.footer_align {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 0px;
  font-size: 14px;
}
.footer .visitor-count {
  font-size: 14px;
  padding-right: 10px;
}

  .mobile_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.skip-link {
  display: flex;
  color: white;
  align-items: center;
  /* margin-right: 20px; */
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  font-size: 14px;
  line-height: 18px;
}
.right-section {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
}
.center-section {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  gap: 7px;
  /* padding: 10px; */
  border-radius: 15px;
  background-color: #1466a7;
  font-size: medium;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
  .dis-1 {
    display: none !important;
  }
  section.image-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact-style-two .content-box {
    position: relative;
    display: block;
    border: 1px solid #ede7e9;
    border-radius: 5px;
    padding: 25px 44px 44px 33px;
    margin: 10px 0px;
}
.schedule-section .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #043460;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
.barti-section-width .card {
  margin-bottom: 10px;
}

}

@media screen and (min-width: 767px) {
  /* .dis-1 {
    display: none !important;
  } */
  .mobile_flex {
    display: flex
;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo_heading {
  margin: 0;
  width: 50%;
}
}

@media screen and (min-width: 768px) and (max-width:1024px){
    .main_cls_kn .schedule-section .tab-btn {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        font-family: "Familjen Grotesk", sans-serif;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background: #043460;
        border-radius: 5px 5px 0px 0px;
        padding: 15px 15px;
        cursor: pointer;
        transition: all 500ms ease;
    }
  .barti-section-width .card {
    margin-bottom: 10px;
  }

  .logo_section img{
    object-fit: contain;
    max-width: 58px;
  }
  .logo_heading {
    margin: 0;
    width: 39%;
}
.logo_section {
  display: flex;
  padding: 10px 10px 10px 0px;
  max-height: 87px;
  gap: 10px;
}
.logo_heading h5{
  font-size: 17px;
}
img.gov_emblemheader{
  height: 64px;
}

  .department-block-one .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #69d6cf;
    padding: 6px 36px 2px 37px;
    border-radius: 5px 5px 0px 0px;
    top: 11px;
}

  .headergap {
    display: flex;
    position: absolute;
    gap: 4px;
    justify-content: flex-end;
    align-items: stretch;
    right: 0px;
    margin-right: 10px;
    top: 5px;
}

  .align-captcha {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 10px; */
    gap: 3px;
    padding: 10px;
}
  .captcha img {
    width: 100% !important;
    /* padding-right: 47px; */
    height: 50px;
    margin-left: 0px;
}
  .container {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
.dis-1{
  display: none;
}
.mobile_flex{
  display: flex;
  font-size: 15px;
}
.center-section{
  font-size: 15px;
}
.nice-select{
 font-size: 15px;
}
.header-logo{
  height: 50%;
  width: 29%;
}
.option-box{
  width: 8%;
  height: 10%;
}
.info-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 22px 30px 21px 30px;
  border-radius: 5px;
  height: 146px;
  font-size: 16px;
  line-height: 21px;
}
.contact-style-two .content-box {
  position: relative;
  display: block;
  border: 1px solid #ede7e9;
  border-radius: 5px;
  padding: 37px 49px 49px 49px;
  height: 622px;
  /* margin: 10px 0px; */
}
section.image-grid {
  margin-left: 20px;
  margin-right: 20px;
}
section.image-grid {
  margin-left: 20px;
  margin-right: 20px;
}

.department-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #69d6cf;
  padding: 33px 30px 33px 95px;
  text-align: left;
  height: 166px;
}
.schedule-block-one .inner-box h3 a {
  display: inline-block;
  color: #043460;
  font-size: 18px;
}
.option-box {
  width: auto;
  height: 15%;
  float: right;
}
.main-header .menu-right-content .option-box {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-right: 0px;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
.calendar .day {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 14px;
}


}
@media screen and (min-width: 993px) and (max-width:1023px){
  .department-block-one .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    background: #69d6cf;
    padding: 6px 36px 2px 40px;
    border-radius: 5px 5px 0px 0px;
    top: 11px;
}
.main_cls_kn .department-block-one .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #69d6cf;
    padding: 6px 36px 2px 40px;
    border-radius: 5px 5px 0px 0px;
    top: 11px;
}
.main_cls_kn .about_text {
    font-size: 14px !important;
}
.main_cls_kn .about-section .content-box .inner-box .single-item h2 {
    font-size: 35px;
}
.main_cls_kn .about-section .content-box .inner-box .single-item h4 {
    font-size: 14px;
}
.main_cls_kn .outer-box {
    padding: 5px !important;
}
.main_cls_kn .content-box .title-box h3 {
    font-size: 16px !important;
    line-height: 26px !important;
}
/* .about-section .content-box .title-box h3 {
  display: block;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.about-section .content-box .title-box p {
  color: #043460;
  font-weight: 500;
  font-size: 16px;
}
.about-section .content-box .text-box {
  margin-bottom: 14px;
  font-size: 16px;
}
.about-section .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  text-align: center;
}
.about-section .content-box .inner-box .single-item h2 {
  display: block;
  font-size: 34px;
  line-height: 33px;
  font-weight: 600;
  bottom: 17px;
}
.about-section .content-box .inner-box .single-item h4 {
  display: block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  bottom: 12px;
}
.theme-btn.btn-one {
  width: 135px;
}
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 14px 15px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  bottom: 56px;
} */
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .theme-btn.btn-one {
    width: 145px !important;
    height: 55px !important;
}

  .logo_section img{
    object-fit: contain;
    max-width: 50px;
  }
  .logo_heading {
    margin: 0;
    width: 60%;
}
.logo_section {
  display: flex;
  padding: 10px 10px 10px 0px;
  max-height: 87px;
  gap: 16px;
}
.logo_heading h5{
  font-size: 17px;
}
img.gov_emblemheader{
  height: 64px;
}

  .contact-style-two .content-box {
    position: relative;
    display: block;
    border: 1px solid #ede7e9;
    border-radius: 5px;
    padding: 37px 49px 49px 49px;
    height: 622px;
}
  .header-logo {
    display: flex;
    justify-content: flex-start;
    height: 50px;
    column-gap: 16px;
    margin-left: -60px;
  }
  .dis-2 {
    display: none;
  }
  .container {
    align-items: center;
    flex-direction: row;
  }
  .menu-area {
    display: flex;
    justify-content: space-between;
  }

  .navigation {
    display: flex;
    justify-content: space-around;
  }

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

  .menu-right-content {
    margin-left: -27px;
  }

  .header-logo.headergap {
    gap: 10px;
    width: 25%;
  }
  .center-section{
    font-size: 13px;
  }
  .top-bar{
    font-size: 13px;
  }
  .nice-select{
    font-size: 13px;
  }
  .info-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 22px 30px 21px 30px;
    border-radius: 5px;
    height: 152px;
}
section.image-grid {
  margin-left: 20px;
  margin-right: 20px;
}
.about-section p {
  font-size: 14px;
  line-height: 22px;
}
.about-section .content-box .inner-box .single-item h2 {
  display: block;
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
}
.about-section .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  text-align: center;
}
.about-section .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e0dcdd;
  border-radius: 50%;
  text-align: center;
}
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Familjen Grotesk", sans-serif;
  text-align: center;
  padding: 11px 24px;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.about-section .content-box .inner-box {
    display: block;

    margin-bottom: 4px;
}
.main-header .menu-right-content .option-box {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  /* margin-right: 0px; */
}
.main-header .menu-right-content .option-box {

  margin-right: 0px;
}

.department-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #69d6cf;
  padding: 33px 30px 33px 95px;
  text-align: left;
  height: 184px;
}


.department-block-one .inner-box h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: #69d6cf;
  padding: 6px 32px 2px 19px;
  border-radius: 5px 5px 0px 0px;
  top: 11px;
}
.feature-block-two .inner-box h3 {
  display: block;
  font-size: 23px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 1px;
  height: 6px;
}
img.gov_emblemheader {
  height: 55px;
}
.calendar thead {
  /* font-size: 1.2em; */
  font-size: 16px;
  font-weight: 600;
}
/* .calendar .day {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 2.5em;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
} */
.calendar .day {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 15px;
}
/* .main-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
} */
.feature-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  height: 132px;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
.team-block-one .inner-box .image-box {
  margin-bottom: 0px !important;
}
.main_cls_kn  .department-block-one .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    background: #69d6cf;
    padding: 6px 32px 2px 19px;
    border-radius: 5px 5px 0px 0px;
    top: 11px;
}
}
@media  screen and (min-width:1200px) and (max-width:1240px){

    .main-menu .navigation > li > a {
        padding-right: 10px ! important;
     }
}

@media screen and (min-width:1201px) and (max-width:1300px){
  .main-menu {
    margin-right: 10px;
}
.main-header .menu-right-content .option-box{
 margin-right: 0px;
}
}
@media screen and (min-width:1201px) and (max-width:1440px){
    .main_cls_kn .logo_section{
        width:35%;
    }
    .main_cls_kn .main-menu .navigation .dropdown .sub_menu_cls:before {

        right: -19px;

    }
    .main_cls_kn .logo_heading{
        width:100%;
    }
    .main_cls_kn .logo_heading a {
        color: #0464A0;
        font-size: 14px;
    }
    .main_cls_kn.menu-right-content img {
        width: 13px;
    }
    .main_cls_kn  .main-menu .navigation > li > a{
        font-size: 14px;
    }
    .logo_heading p {

        font-size: 12px;
        margin-top: -6px;
    }
  .banner-carousel .content-box {
    position: relative;
    max-width: 510px;
    width: 100%;
    z-index: 5;
    margin-left: 50px;
  }
  .logo_section img{
    object-fit: contain;
    max-width: 50px;
  }
  .logo_heading {
    margin: 0;
    width: 40%;
}

.logo_section {
  display: flex;
  padding: 10px 10px 10px 0px;
  max-height: 87px;
  gap: 5px;
}
.logo_heading h5{
  font-size: 17px;
}
img.gov_emblemheader{
  height: 64px;
}

  .dis-2 {
    display: none;
  }
  /* .logo_heading {
    margin: 0px;
} */
  .header-logo img {
    max-width: 50px;
    height: auto;
    padding: 4px;
}
/* .gov_emblemheader{
  max-width:34px !important;
}
 .logo_heading {
  margin: 0px;
  width: 20%;

} */
.menu-right-content img{
  width: 19px;
}
.Login_button {
  color: black;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 35px 0px;
  font-weight: 500;
  padding-right: 21px;
  font-family: "Familjen Grotesk", sans-serif;
  opacity: 1;
  color: black;
  text-transform: capitalize;
  z-index: 1;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-menu .navigation .dropdown .sub_menu_cls:before {
  position: absolute;
  content: "\f114";
  font-family: 'flaticon';
  top: 37px;
  /* right: -4px; */
  font-size: 12px;
  left: 40px;
}
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .main_cls_kn .logo_heading p {
    color: #0464A0;
    font-size: 11px;
}
    .main_cls_kn .logo_section{
        width:35%;
    }
    .main_cls_kn .logo_heading{
        width:100%;
    }
    .main_cls_kn .logo_heading a {
        color: #0464A0;
        font-size: 14px;
    }
    .main_cls_kn.menu-right-content img {
        width: 13px;
    }
  .logo_section img{
    object-fit: contain;
    max-width: 50px;
  }
  .logo_heading {
    margin: 0;
    width: 40%;
}
.logo_section {
  display: flex;
  padding: 10px 10px 10px 0px;
  max-height: 87px;
  gap: 20px;
}
.logo_heading h5{
  font-size: 17px;
}
img.gov_emblemheader{
  height: 64px;
}



  .dis-2 {
    display: none;
  }
  .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    padding: 35px 0px;
    font-weight: 500;
    padding-right: 21px;
    font-family: "Familjen Grotesk", sans-serif;
    opacity: 1;
    color: black;
    text-transform: capitalize;
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header-logo img {
  max-width: 58px;
  height: auto;
  padding: 4px;
}
img.gov_emblemheader {
  max-width: 40px;
}
.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 13px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

}
@media screen and (min-width:1601px) and (max-width:1919px){
    .main_cls_kn .logo_section{
        width:35%;
    }
    .main_cls_kn .logo_heading{
        width:100%;
    }
    .main_cls_kn .logo_heading a {
        color: #0464A0;
        font-size: 14px;
    }
    .main_cls_kn.menu-right-content img {
        width: 13px;
    }
  .dis-2 {
    display: none;
  }
}
@media screen and (min-width:1920px) and (max-width:2300px){
  .dis-2 {
    display: none;
  }
}
@media screen and (min-width:2301px) and (max-width:2560px){
  .dis-2 {
    display: none;
  }






}



/*  calender start */
.calendar {
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
  font: 15px/1em inherit;
  color: #545a5c;
}
/* .calendar a {
  text-decoration: none;
  color: inherit;
  position: absolute;
  background-color: #043460;
  border-radius: 60px;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: bold;
  padding: 5px 0px;
} */
.calendar a:hover {
  background-color: #0464a0;

  color: white;
}
.calendar header .simple-calendar-btn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #cbd1d2;
  border-radius: 50%;
  border: 2px solid #cbd1d2;
}
.calendar header .simple-calendar-btn:hover {
  background: #cbd1d2;
  color: white;
}
.calendar header .simple-calendar-btn:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
/* .calendar header .btn-prev {
  top: 0;
  left: 0;
  transform: rotate(-180deg);
} */
/* .calendar header .btn-next {
  top: 0;
  right: 0;
} */
.calendar header .btn-next:before {
  transform: rotate(45deg);
}
.calendar header .month {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  color: #fff;
}
.calendar header .month .year {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}
.calendar table {
  width: 100%;
  margin: 50px 0 0px;
  border-spacing: 0px;
}
.calendar thead {
  /* font-size: 1.2em; */
  font-size: 18px;
  font-weight: 600;
}
.calendar td {
  /* padding: 0.8em 0.1em; */
  padding:1px 1px;
  border: 1px solid #ccc;
  color: #043460;
}
.calendar .day {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
.calendar .day:hover {
  border: 2px solid #e17e0a;
}
.calendar .day.today {
  background: #ec466e;
  color: white;
}
.calendar .day.today.has-event:after {
  background: white;
}
.calendar .day.wrong-month {
  color: #cbd1d2;
}
.calendar .day.wrong-month:hover {
  border: 2px solid transparent;
}
.calendar .day.has-event:after {
  content: "";
  position: absolute;
  top: calc(50% + 0.6em);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #043460;
}
.calendar .day.disabled {
  cursor: default;
}
.calendar .day.disabled:hover {
  border: 2px solid transparent;
}
.calendar .event-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px;
  background: #545a5c;
  box-sizing: border-box;
}
.calendar .event-container .event-wrapper {
  overflow-y: auto;
  max-height: 100%;
}
.calendar .event-container .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.calendar .event-container .close:before,
.calendar .event-container .close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #cbd1d2;
}
.calendar .event-container .close:before {
  transform: rotate(45deg);
}
.calendar .event-container .close:after {
  transform: rotate(-45deg);
}
.calendar .event-container .event {
  position: relative;
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  background: #6691cc;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  text-align: left;
  color: white;
}
.calendar .event-container .event-date {
  margin-bottom: 1em;
}
.calendar .event-container .event-hour {
  float: right;
}
.calendar .event-container .event-summary {
  font-weight: 600;
}
.calendar .filler {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #545a5c;
  transform: translate(-50%, -50%);
}
hr.mb-3.search-underline {
  border: none;
  border-top: 2px solid #333;
  width: 100%;
  margin: 10px auto;
  opacity: 0.7;
}
.row.searchrow {
  width: 100%;
}

.modal-body.eventcalender {
  height: 300px;
  overflow-x: auto;
  overflow-y: auto;
}

 .image-container iframe{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-container video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-container img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.calendar header{
  position: relative;
  text-align: center;
  padding: 14px 30px;
  background: #043460;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;

}
/* .calendar header .btn-prev:after {
  position: absolute;
  content: "\f106";
  font-family: 'flaticon';
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  left: 5px;
  top: 2px;
  transform: rotate(180deg);
  transition: all 500ms ease;
}
.calendar header .btn-next:after{
  position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
} */

.calendar header .btn-prev {
  /* position: absolute;
    left: 20px;
    top: 13px; */
    position: absolute;
  content: "\f106";
  font-family: 'flaticon';
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  left: 24px;
  top: 11px;
  transform: rotate(180deg);
  transition: all 500ms ease;

}
.calendar header .btn-next {

  position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    right: 25px;
    top: 7px;
    transition: all 500ms ease;
}
.card.calendar-card {
  margin-top: 14px;
}
.useful-link-ico-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-container{
  height:274px;
}
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000;
  background-color: white;
  border-bottom: 2px solid blue;
} */
/* .modal1 {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
} */

.modal1 {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgb(0, 0, 0); */
  background-color: rgba(0, 0, 0, 0.9);
}
/* .modal-content1 {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
} */
.modal-content1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* .close1 {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
} */
.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.nav-tabs .nav-link{
  border: none !important;
}
.nav-tabs {
  border: none !important;
}
.nav-tabs .nav-link.active{
  color: #007bff !important;
    font-weight: bold !important;
    border-bottom: 2px solid #007bff !important;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: black;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#accordian-side , #accordian-side-2 {
  width: 100%;
  padding: 10px;
  float: left;
  height: 550px;
  overflow-x: hidden;
  }
  #accordian-side li {
  list-style-type: none;
  }
  .notice-tab ul li {
  border-bottom: 1px dotted #ffff;
  list-style: none;
  }

  /* accordion */
  #accordian-side {
  width: 100%;
  padding: 10px;
  float: left;
  height: 550px;
  overflow-x: hidden;
  }
  #accordian-side a {
  }
  #accordian-side li {
  list-style-type: none;
  }
  #accordian-side ul li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  display: block;
  /*  line-height: 34px; */
  padding: 12px 15px;
  transition: all 0.15s;
  position: relative;
  border-radius: 3px;
  }
  #accordian-side>ul.show-dropdown>li.active>a,
  #accordian-side>ul>li>ul.show-dropdown>li.active>a,
  #accordian-side>ul>li>ul>li>ul.show-dropdown>li.active>a,
  #accordian-side>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
  #accordian-side>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a{
  background-color: #04629d;
  color: #FFEB3B;
  box-shadow: 0px 1px 2px rgba(0, 137, 255, 0.2);
  }
  #accordian-side>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul>li>ul>li>ul {
  display: none;
  }
  #accordian-side>ul>li.active>ul.show-dropdown,
  #accordian-side>ul>li>ul>li.active>ul.show-dropdown,
  #accordian-side>ul>li>ul>li>ul>li.active>ul.show-dropdown,
  #accordian-side>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
  display: block;
  }
  #accordian-side>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul>li>ul,
  #accordian-side>ul>li>ul>li>ul>li>ul>li>ul {
  padding-left: 20px;
  }
  #accordian-side a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
  }
  #accordian-side .active>a:not(:only-child):after {
  transform: rotate(90deg);
  }

 #accordian-side-2 {
    width: 100%;
    padding: 10px;
    float: left;
    height: 550px;
    overflow-x: hidden;
    }
    #accordian-side-2 li {
    list-style-type: none;
    }
    .notice-tab ul li {
    border-bottom: 1px dotted #ffff;
    list-style: none;
    }

    /* accordion */
    #accordian-side-2 {
    width: 100%;
    padding: 10px;
    float: left;
    height: 550px;
    overflow-x: hidden;
    }
    #accordian-side-2 a {
    }
    #accordian-side-2 li {
    list-style-type: none;
    }
    #accordian-side-2 ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    /*  line-height: 34px; */
    padding: 12px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
    }
    #accordian-side-2>ul.show-dropdown>li.active>a,
    #accordian-side-2>ul>li>ul.show-dropdown>li.active>a,
    #accordian-side-2>ul>li>ul>li>ul.show-dropdown>li.active>a,
    #accordian-side-2>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
    #accordian-side-2>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a{
    background-color: #04629d;
    color: #FFEB3B;
    box-shadow: 0px 1px 2px rgba(0, 137, 255, 0.2);
    }
    #accordian-side-2>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul>li>ul>li>ul {
    display: none;
    }
    #accordian-side-2>ul>li.active>ul.show-dropdown,
    #accordian-side-2>ul>li>ul>li.active>ul.show-dropdown,
    #accordian-side-2>ul>li>ul>li>ul>li.active>ul.show-dropdown,
    #accordian-side-2>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
    display: block;
    }
    #accordian-side-2>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul>li>ul,
    #accordian-side-2>ul>li>ul>li>ul>li>ul>li>ul {
    padding-left: 20px;
    }
    #accordian-side-2 a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
    }
    #accordian-side-2 .active>a:not(:only-child):after {
    transform: rotate(90deg);
    }
    .slide-arrow {
      color: black;
      font-weight: 900;
      font-size: 25px;
  }
  /* .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -8px;
    font-size: 40px;
  } */
  #keyPerson .owl-nav {
    margin-top: 10px;
    position: absolute !important;
    width: 100%;
    top: 40%;
    display: flex;
    font-size: 52px;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {

  width: 97px;
}
.keyTitle{
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.KeyPersonTitle{
position: relative;
display: block;
font-size: 20px;
line-height: 46px;
margin: 0px;
text-align: center;
border-bottom: 2px solid #ccc ;
padding: 4px 4px 4px 4px;
}

button.owl-prev.key {
  height: 45px;
  width: 45px !important;
  border-radius: 50%;
  font-size: 40px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 2px;
}
button.owl-next.key {
  height: 45px;
  width: 45px !important;
  border-radius: 50%;
  font-size: 40px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 2px;
}



.notice-per_and_board {
  /* background: #ffffff; */
  padding: 40px 0px 52px;
}
.barti-section-width {
  width: 85%;
  margin: 0px auto;
}
.notification-header0 {
  color: #0464A0;
  /* font-family: Roboto; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 17px 18px;
  border-bottom: 1px solid #ccc;
}
.notification-header0 span {
  float: right;
  color: #0464a0;
  text-transform: capitalize;
  font-size: 22px;
}
.notification-header0 a {
  float: right;
  color: #0464a0;
  text-transform: capitalize;
  font-size: 19px;
  text-decoration: none;
}
.Notification_body {
  padding: 13px 22px;
  /* border-bottom: 1px solid #ccc; */
  /* height: 482px; */
  height: 329px;
  overflow: auto;
  margin: 2px 7px 10px;
}
.Notification-inner {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.Notification-inner .discription {
  font-size: 16px;
}
.Notification-inner .discription {
  color: #0464a0;
  font-size: 17px;
  font-weight: 700;
}
.Announcement-section {
  font-size: 15px !important;
  /* margin: 4px -22px 0px !important; */
}
.Announcement-section {
  font-size: 17px;
  margin: 4px 0px 0px;
}

.main_cls_kn .menu-area {
    display: flex !important;
    margin-left: 20px !important;
}

/* .noticeTitle {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin: 0px;
  text-align: center;
  margin-bottom: 25px;
} */

.main_cls_kn{
    font-family: anek annada !important;
}

.main_cls_kn p.heightcontent.exp_service {
    max-height: 145px ;
}
.main_cls_kn p.heightdeptkn {
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 115px;
}
.main_cls_kn .department-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 10px solid #69d6cf;
    padding: 33px 30px 33px 95px;
    text-align: left;
    min-height: 202px;
}

.main_cls_kn .schedule-block-one .inner-box h3 a {
    display: inline-block;
    color: #043460;
    font-size: 18px;
}
.main_cls_kn .schedule-block-one .inner-box p {
    position: relative;
    display: block;
    padding-left: 0px;
    color: black;
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 121px;
}
.main_cls_kn .about-section .content-box .text-box {
    margin-bottom: 14px;
    text-align: justify;
}
.main_cls_kn button.owl-prev.key span {
    position: relative;
    bottom: 3px;
    right: 2px;
}
.main_cls_kn button.owl-next.key span {
    position: relative;
    bottom: 3px;
    left: 2px;
}
.main_cls_kn .team-block-one .inner-box h3 a {
    display: inline-block;
    color: #043460;
    font-size: 18px;
}
.main_cls_kn .team-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 500;
    color: #1e76bb;
    margin-bottom: 16px;
    transition: all 500ms ease;
}
.main_cls_kn .content-box .title-box h3 {
    display: block;
    font-size: 19px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.main_cls_kn .about-section .content-box .title-box {
    position: relative;
    display: block;
    /* padding-left: 55px; */
    margin-bottom: 20px;
}
.main_cls_kn .about_text{
    font-size: 18px;
    margin-bottom: 2px;
}
.main_cls_kn .outer-box{
    padding: 13px;
}
