﻿@charset "UTF-8";
/*********************************************************************************
* Template Name: NorthDigits
* Author : Nafiur Rahman
* Version : 1.0.0
*********************************************************************************/
/*********************************************************************************
* TABLE OF CONTENTS
* 
* 1. Base
* 2. Header Area
* 3. Hero Section
* 4. About Section
* 5. Icon Box
* 6. Image Box
* 7. Facilities Section
* 8. Pricing Section
* 9. CTA Section
* 10. Team Section
* 11. Blog Section
* 12. Footer Section
* 13. Breadcrumb
* 14. Partners
* 15. Slick Slider
* 16. Slick Theme
* 17. Testimonial
* 18. Portfolio
* 19. Comment
* 20. Service
* 21. Skill
* 22. Recent Post Widget
* 23. Service Widget
* 24. Tags Widget
* 25. Categories Widget
* 26. Search Widget
*********************************************************************************/
/*********************************************************************************
* 1. Base
*********************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #6c757d;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #005FCB;
}

p {
  margin-bottom: 0;
  color: #6c757d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2B466A;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 45px;
}

h4 {
  font-size: 18px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-primary {
  background-color: #005FCB !important;
}

.text-primary {
  color: #005FCB !important;
}

.bg-dark {
  background-color: #2B466A !important;
}

.text-dark {
  color: #2B466A !important;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  background: #005FCB none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.form-control,
.btn,
.btn-close,
.form-select {
  box-shadow: none;
}
.form-control:focus, .form-control:active,
.btn:focus,
.btn:active,
.btn-close:focus,
.btn-close:active,
.form-select:focus,
.form-select:active {
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #005FCB;
}

.btn-block {
  width: 100%;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  padding: 0.6rem 1.3rem !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 0.375rem;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-outline-dark {
  border-color: #2B466A !important;
  background-color: #ffffff !important;
}
.btn.btn-outline-dark::before {
  background: #2B466A;
}
.btn.btn-dark {
  background-color: #2B466A !important;
  border-color: #2B466A;
}
.btn.btn-dark::before {
  background: #005FCB;
}
.btn.btn-primary {
  background-color: #005FCB !important;
  border-color: transparent;
}
.btn.btn-primary::before {
  background: #2B466A;
}
.btn.btn-sm {
  padding: 5px 10px !important;
}

.input-group .btn::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.section-space {
  padding: 80px 0;
}

.subtitle {
  margin-bottom: 1rem;
}
.subtitle span {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
}
.subtitle span i {
  font-size: 16px;
}
.subtitle.light span {
  background: #ffffff;
  color: #2B466A;
}
.subtitle.primary span {
  background-color: #005FCB;
  color: #ffffff;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
}

.dots {
  width: 13.4px;
  height: 13.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: dots-08q38pmd 1s infinite steps(2);
}

.dots::before,
.dots::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #005FCB;
}

.dots::before {
  box-shadow: 26.9px 0 #005FCB;
  transform: translateX(-26.9px);
  animation: dots-9frz8wmd 0.5s infinite linear alternate;
}

.dots::after {
  transform: translateX(13.4px) rotate(0deg) translateX(13.4px);
  animation: dots-2fnw0smd 0.5s infinite linear alternate;
}

.scroll-top a {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
  width: 45px;
  height: 45px;
  background-color: #005FCB;
  color: #ffffff;
  text-align: center;
  line-height: 2.4;
  border-radius: 5px;
  font-size: 18px;
}
.scroll-top a:hover {
  background-color: #2B466A;
}

.office-time .day-item {
  border-bottom: 1px dotted #DEE2E6;
  padding: 5px 0;
}

.social-links {
  display: flex;
  gap: 10px;
}
.social-links li a {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  line-height: 2.9;
  text-align: center;
  color: #ffffff;
  background-color: #3a5e8e;
}
.social-links li a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-links li a:hover {
  border-color: #005FCB;
  background-color: #005FCB;
}
.social-links li a:hover i {
  transform: rotateY(360deg);
}

@keyframes dots-08q38pmd {
  0%, 49.9% {
    transform: scale(1);
  }
  50%, 100% {
    transform: scale(-1);
  }
}
@keyframes dots-9frz8wmd {
  100% {
    box-shadow: 53.8px 0 #005FCB;
  }
}
@keyframes dots-2fnw0smd {
  100% {
    transform: translateX(13.4px) rotate(-180deg) translateX(13.4px);
  }
}
/*********************************************************************************
* 2. Header Area
*********************************************************************************/
.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  z-index: 999;
}
.navbar-wrapper .logo a img {
  max-width: 140px;
  height: auto;
}
.navbar-wrapper .icon-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.navbar-wrapper .icon-nav .nav-icon .btn.btn-dark:hover {
  background-color: #005FCB !important;
}

.nav-wrapper .primary-menu .menu {
  display: flex;
  gap: 5px;
}
.nav-wrapper .primary-menu .menu li a {
  color: #2B466A;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 10px;
}
.nav-wrapper .primary-menu .menu li a:hover {
  color: #005FCB;
}
.nav-wrapper .primary-menu .menu li.has-sub {
  position: relative;
}
.nav-wrapper .primary-menu .menu li.has-sub > a::after {
  content: "\f078";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.nav-wrapper .primary-menu .menu li.has-sub .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 5px 0;
  background-color: #ffffff;
  z-index: 999;
  transform-origin: top center;
  transform: rotateX(-90deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-wrapper .primary-menu .menu li.has-sub .submenu li a {
  padding: 7px 10px;
}
.nav-wrapper .primary-menu .menu li.has-sub .submenu li a:hover {
  text-indent: 5px;
}
.nav-wrapper .primary-menu .menu li.has-sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

#searchForm {
  height: 130px;
}
#searchForm .offcanvas-header {
  padding: 5px 10px;
}

@media all and (max-width: 1400px) {
  .navbar-wrapper {
    max-width: 1140px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-wrapper {
    max-width: 960px;
  }
}
@media all and (max-width: 992px) {
  .navbar-wrapper {
    max-width: 760px;
    padding: 10px 15px;
  }
  .header-btn,
  .nav-icon {
    display: none;
  }
  .search-btn {
    margin-right: 65px;
  }
  .mean-container .mean-bar {
    position: absolute;
    left: 0;
    top: 100%;
    min-height: 0;
    padding: 0;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    top: -58px;
    right: 10px !important;
    border: 2px solid #2B466A;
    border-radius: 5px;
    padding: 11px 16px 11px;
  }
  .mean-container .mean-bar a.meanmenu-reveal span {
    background-color: #2B466A;
  }
  .mean-container .mean-bar a.meanmenu-reveal i {
    color: #2B466A;
  }
  .mean-container .mean-bar a.meanmenu-reveal.meanclose {
    transition: none;
  }
  .mean-container .mean-bar .mean-nav {
    margin-top: 0;
    background-color: #2B466A;
    max-height: 250px;
    overflow-y: auto;
  }
  .mean-container .mean-bar .mean-nav ul li a.mean-expand {
    height: 26px;
  }
}
@media all and (max-width: 768px) {
  .navbar-wrapper {
    max-width: 540px;
  }
}
/*********************************************************************************
* 3. Hero Section
*********************************************************************************/
.hero-section {
  background: url("img/hero-bg.jpg") no-repeat center center/cover;
  color: #ffffff;
  padding: 150px 0 70px 0;
  position: relative;
  --mask:
  radial-gradient(44.72px at 50% calc(100% - 60px),#000 99%,#0000 101%) calc(50% - 40px) 0/80px 100%,
  radial-gradient(44.72px at 50% calc(100% + 40px),#0000 99%,#000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.hero-section .shape1 {
  border: 5px solid #f8a084;
  border-radius: 30% 70% 56% 44%/30% 30% 70% 70%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  animation: shape1Animation 20s infinite linear;
}
.hero-section .shape2 {
  position: absolute;
  bottom: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
  animation: shape2Animation 5s infinite ease-in-out;
  animation-fill-mode: both;
}
.hero-section .shape2 img {
  height: 100px;
  width: 30px;
}
.hero-section .shape3 {
  border: 5px solid #f8a084;
  border-radius: 69% 31% 76% 24%/27% 78% 22% 73%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  animation: shape3Animation 20s infinite linear;
}
.hero-section .hero-content .btn.btn-dark::before {
  background: #ffffff !important;
}
.hero-section .hero-content .btn.btn-dark:hover {
  color: #2B466A !important;
}
.hero-section .hero-content .social-icons {
  margin-top: 40px;
  position: relative;
}
.hero-section .hero-content .social-icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-section .hero-content .social-icons ul li a {
  height: 40px;
  width: 40px;
  font-size: 18px;
  line-height: 2.3;
  text-align: center;
  background-color: #ffffff;
  color: #2B466A;
  border-radius: 50%;
  display: block;
}
.hero-section .hero-content .social-icons ul li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-section .hero-content .social-icons ul li a:hover {
  background-color: #2B466A;
  color: #ffffff;
}
.hero-section .hero-content .social-icons ul li a:hover i {
  transform: rotateY(360deg);
}
.hero-section .hero-content .social-icons .arrow {
  position: absolute;
  left: -42px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.hero-section .hero-img {
  border: 5px solid #ffffff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  background-color: #005FCB;
  position: relative;
}
.hero-section .hero-img .thumb-badge {
  position: absolute;
  top: 8%;
  left: -8%;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.hero-section .hero-img .thumb-badge span {
  display: block;
  color: #2B466A;
  font-size: 18px;
  font-weight: 600;
}
.hero-section .hero-img .thumb-badge span:last-child {
  font-size: 35px;
  font-weight: 700;
  color: #005FCB;
}

.page-banner {
  color: #ffffff;
  padding: 150px 0 80px 0;
}
.page-banner.page-banner-bg {
  background: url("img/page-banner-bg.svg") no-repeat center center/cover;
}

@keyframes shape1Animation {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    top: 200px;
    transform: rotate(360deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes shape2Animation {
  0% {
    bottom: 100px;
    transform: rotate(10deg);
  }
  50% {
    bottom: 50px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 100px;
    transform: rotate(10deg);
  }
}
@keyframes shape3Animation {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    top: 200px;
    right: 7%;
    transform: rotate(360deg);
  }
  75% {
    top: 200px;
    right: 0%;
    transform: rotate(360deg);
  }
  100% {
    top: 0;
    right: 5%;
    transform: rotate(0deg);
  }
}
@media all and (max-width: 992px) {
  .hero-section .hero-content {
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-img .thumb-badge {
    top: 0;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media all and (max-width: 768px) {
  .hero-section .shape1,
  .hero-section .shape2,
  .hero-section .shape3 {
    display: none;
  }
  .hero-section .hero-content {
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-content .title {
    font-size: 40px;
  }
  .hero-section .hero-content .subtitle {
    font-size: 16px;
  }
}
/*********************************************************************************
* 4. About Section
*********************************************************************************/
.about-left {
  display: flex;
  align-items: stretch;
  max-width: 95%;
}
.about-left .achivements {
  flex-basis: 30%;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.about-left .achivements .achivement-item {
  background-color: #ffffff;
  text-align: center;
  align-content: center;
}
.about-left .achivements .achivement-item a {
  padding: 20px 10px;
  display: block;
}
.about-left .achivements .achivement-item a .icon span {
  display: inline-block;
  font-size: 25px;
  height: 65px;
  width: 65px;
  background-color: #2B466A;
  color: #ffffff;
  border-radius: 50%;
  line-height: 2.6;
}
.about-left .achivements .achivement-item a .icon span i {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-left .achivements .achivement-item a .counter {
  font-size: 30px;
  margin: 5px 0;
  color: #2B466A;
  font-weight: 700;
}
.about-left .achivements .achivement-item a .title strong {
  color: #2B466A;
}
.about-left .achivements .achivement-item a:hover .icon span {
  background-color: #005FCB;
}
.about-left .achivements .achivement-item a:hover .icon span i {
  transform: rotateY(360deg);
}
.about-left .about-thumb {
  flex-basis: 70%;
  position: relative;
}
.about-left .about-thumb .thumb2 {
  position: absolute;
  bottom: 10px;
  right: -30px;
  border-radius: 5px;
  overflow: hidden;
}
.about-left .about-thumb .thumb2 img {
  width: 150px;
  height: auto;
  border: 5px solid #ffffff;
}

.about-right .checklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.about-right .checklist ul li {
  font-weight: 600;
  color: #2B466A;
}
.about-right .checklist ul li i {
  color: #005FCB;
  margin-right: 5px;
  font-size: 20px;
}

.author-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-top: 5px solid #2B466A;
  border-radius: 5px;
}
.author-card .author-thumb {
  width: 80px;
  height: 80px;
}
.author-card .designation {
  margin-top: 5px;
}

@media all and (max-width: 1400px) {
  .about-left .achivements .achivement-item a .icon span {
    height: 50px;
    width: 50px;
    line-height: 2;
  }
  .about-left .achivements .achivement-item a .counter {
    font-size: 25px;
  }
}
@media all and (max-width: 1200px) {
  .about-left .achivements .achivement-item a .icon span {
    height: 40px;
    width: 40px;
    line-height: 1.5;
  }
  .about-left .achivements .achivement-item a .icon span i {
    font-size: 18px;
  }
  .about-left .achivements .achivement-item a {
    padding: 15px 10px;
  }
  .about-left .achivements .achivement-item a .counter {
    font-size: 20px;
  }
}
@media all and (max-width: 992px) {
  .about-right {
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .about-left {
    display: block;
  }
  .about-left .about-thumb .thumb2 {
    right: 0;
  }
  .about-right .checklist ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*********************************************************************************
* 5. Iconbox
*********************************************************************************/
.iconbox-item a {
  background: linear-gradient(180deg, #ffffff 0%, #fbc5b4 100%);
  border-top: 5px solid #005FCB;
  text-align: center;
  display: block;
  padding: 2rem 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iconbox-item a .icon {
  margin-bottom: 20px;
}
.iconbox-item a .icon i {
  font-size: 50px;
  color: #005FCB;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iconbox-item a:hover {
  background: linear-gradient(180deg, #f57b54 0%, #005FCB 100%);
  border-color: #f57b54 !important;
}
.iconbox-item a:hover .icon i {
  color: #ffffff;
  transform: rotateY(360deg);
}
.iconbox-item a:hover .title h4 {
  color: #ffffff;
}

.left-iconbox-item {
  display: flex;
  gap: 15px;
  padding: 10px;
}
.left-iconbox-item .icon i {
  display: inline-block;
  font-size: 30px;
  color: #005FCB;
}
.left-iconbox-item .content h4 {
  margin-bottom: 0.3rem;
}
.left-iconbox-item .content h4 a {
  color: #2B466A;
}
.left-iconbox-item .content h4 a:hover {
  color: #005FCB;
}

.inline-link a {
  padding: 3px 7px;
  background-color: #005FCB;
  color: #ffffff;
  border-radius: 3px;
}
.inline-link a:hover {
  background-color: #2B466A;
}

@media all and (max-width: 1200px) {
  .iconbox-item {
    margin-bottom: 1.5rem;
  }
}
/*********************************************************************************
* 6. Image Box
*********************************************************************************/
.imgbox-item {
  margin-bottom: 30px;
}
.imgbox-item .thumb {
  overflow: hidden;
}
.imgbox-item .thumb img {
  width: 100%;
}
.imgbox-item .box-content {
  position: relative;
  padding: 70px 15px 20px 15px;
}
.imgbox-item .box-content .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgbox-item .box-content .icon i {
  font-size: 35px;
  line-height: 2.2;
  display: inline-block;
  color: #005FCB;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgbox-item .box-content .btn {
  position: absolute;
  top: 100%;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgbox-item:hover .box-content .icon {
  background-color: #005FCB;
  border-color: #005FCB !important;
}
.imgbox-item:hover .box-content .icon i {
  color: #ffffff;
}
.imgbox-item:hover .box-content .btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*********************************************************************************
* 7. Facilities Section
*********************************************************************************/
.facilities-wrapper {
  display: flex;
  align-items: stretch;
}
.facilities-wrapper > div {
  flex-basis: 50%;
}
.facilities-wrapper .facility-thumb img {
  height: 100%;
}
.facilities-wrapper .facility-content {
  padding: 40px 11% 20px 20px;
}
.facilities-wrapper .facilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.facilities-wrapper .facility-btn .btn.btn-dark:hover {
  color: #2B466A;
}
.facilities-wrapper .facility-btn .btn.btn-dark:hover::before {
  background-color: #ffffff !important;
}

@media all and (max-width: 1380px) {
  .facilities-wrapper .facility-content {
    padding: 40px 5% 20px 20px;
  }
  .facilities-wrapper .facility-content .section-title {
    margin-top: 0 !important;
  }
  .facilities-wrapper .facility-content .section-title .title {
    font-size: 38px !important;
  }
}
@media all and (max-width: 1200px) {
  .facilities-wrapper .facility-content {
    padding: 20px 5% 20px 20px;
  }
  .facilities-wrapper .facility-content .section-title {
    margin-bottom: 0.5rem !important;
  }
  .facilities-wrapper .facility-content .section-title .title {
    font-size: 30px !important;
  }
  .facilities-wrapper .facility-content .facilities {
    gap: 5px;
    margin-top: 1rem !important;
  }
}
@media all and (max-width: 992px) {
  .facilities-wrapper {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .facilities-wrapper {
    display: block;
  }
  .facilities-wrapper .facility-content .facilities {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
/*********************************************************************************
* 8. Pricing Section
*********************************************************************************/
.pricing-item {
  padding: 2.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-item .icon i {
  line-height: 2;
  font-size: 50px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #d8e2ef;
  border-radius: 50%;
  color: #2B466A;
}
.pricing-item .price span {
  font-size: 40px;
  font-weight: bold;
}
.pricing-item .features .features-list li.feature-item {
  margin-bottom: 1rem;
  font-size: 16px;
}
.pricing-item .features .features-list li.feature-item:last-child {
  margin-bottom: 0;
}
.pricing-item:hover, .pricing-item.active {
  background-color: #005FCB;
}
.pricing-item:hover .icon i, .pricing-item.active .icon i {
  background-color: #ffffff;
}
.pricing-item:hover .title h4, .pricing-item.active .title h4 {
  color: #ffffff;
}
.pricing-item:hover .price span, .pricing-item.active .price span {
  color: #ffffff;
}
.pricing-item:hover .features .features-list li.feature-item, .pricing-item.active .features .features-list li.feature-item {
  color: #ffffff;
}
.pricing-item:hover .features .features-list li.feature-item i, .pricing-item.active .features .features-list li.feature-item i {
  color: #ffffff !important;
}
.pricing-item:hover .feature-btn .btn, .pricing-item.active .feature-btn .btn {
  background-color: #ffffff !important;
  color: #2B466A !important;
}
.pricing-item:hover .feature-btn .btn:hover, .pricing-item.active .feature-btn .btn:hover {
  color: #ffffff !important;
}

/*********************************************************************************
* 9. CTA Section
*********************************************************************************/
.cta-section {
  background: #2B466A url("img/cta-bg.jpg") no-repeat fixed center/cover;
  color: #ffffff;
}

.cta-wrapper .cta-btn .btn.btn-dark::before {
  background: #ffffff !important;
}
.cta-wrapper .cta-btn .btn.btn-dark:hover {
  color: #2B466A !important;
}

@media all and (max-width: 768px) {
  .cta-wrapper .cta-title h2 {
    font-size: 30px;
  }
}
/*********************************************************************************
* 10. Team Section
*********************************************************************************/
.member-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-wrapper .member-thumb img {
  max-width: 210px;
}
.member-wrapper .member-info {
  padding: 1.5rem;
}
.member-wrapper .member-info .member-name a {
  color: #2B466A;
}
.member-wrapper .member-info .member-name a:hover {
  color: #005FCB;
}
.member-wrapper .member-info .social-links {
  display: flex;
  gap: 10px;
}
.member-wrapper .member-info .social-links li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #DEE2E6;
  line-height: 2.8;
  text-align: center;
  color: #2B466A;
  background-color: #ffffff;
}
.member-wrapper .member-info .social-links li a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member-wrapper .member-info .social-links li a:hover {
  border-color: #005FCB;
  background-color: #005FCB;
  color: #ffffff;
}
.member-wrapper .member-info .social-links li a:hover i {
  transform: rotateY(360deg);
}
.member-wrapper:hover {
  border-color: #2B466A !important;
}

.member-details .member-thumb {
  text-align: center;
}
.member-details .member-thumb img {
  max-width: 500px;
  height: auto;
}
.member-details .member-info .social-links li a {
  background-color: transparent;
  color: #2B466A;
  font-size: 18px;
  display: block;
}
.member-details .member-info .social-links li a:hover {
  color: #005FCB;
}
.member-details .member-info .social-links li a:hover:hover i {
  transform: none;
}
.member-details ul.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media all and (max-width: 575px) {
  .member-wrapper {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .member-wrapper .member-info .social-links {
    justify-content: center;
  }
}
/*********************************************************************************
* 11. Blog Section
*********************************************************************************/
.blog-wrapper {
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-wrapper .blog-thumb a {
  display: block;
}
.blog-wrapper .blog-thumb a img {
  width: 100%;
}
.blog-wrapper .blog-info {
  padding: 1.5rem;
}
.blog-wrapper .blog-info .blog-meta .category span i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blog-wrapper .blog-info .blog-meta div span i {
  margin-right: 5px;
  font-size: 18px;
}
.blog-wrapper .blog-info .blog-title {
  line-height: 1.5;
}
.blog-wrapper .blog-info .blog-title a {
  color: #2B466A;
  font-size: 22px;
}
.blog-wrapper .blog-info .blog-title a:hover {
  color: #005FCB;
}
.blog-wrapper:hover {
  border-color: #2B466A !important;
}

.single-blog .category span i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-blog .content p {
  margin-bottom: 1rem;
}
.single-blog .content ul.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.single-blog .blog-title {
  font-size: 40px;
  margin-bottom: 1.5rem;
}
.single-blog .tags ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-blog .tags ul li a {
  padding: 3px 10px;
  background-color: #2B466A;
  color: #ffffff;
}
.single-blog .tags ul li a:hover {
  background-color: #005FCB;
}
.single-blog .share ul li.share-btn {
  position: relative;
}
.single-blog .share ul li.share-btn > i {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  background-color: #2B466A;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-blog .share ul li.share-btn > i:hover {
  background-color: #005FCB;
}
.single-blog .share ul li.share-btn ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 40px;
  background-color: #2B466A;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-blog .share ul li.share-btn ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
}
.single-blog .share ul li.share-btn ul li a:hover {
  background-color: #005FCB;
}
.single-blog .share ul li.share-btn:hover ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*********************************************************************************
* 12. Footer Section
*********************************************************************************/
.footer-wrapper {
  padding: 50px 0;
}
.footer-wrapper.bg-dark {
  background: url("img/footer-bg.svg") no-repeat center/cover;
}

.footer-widget .about-widget .contact-info .icon i {
  font-size: 22px;
}
.footer-widget .about-widget .contact-info .info {
  font-size: 16px;
}
.footer-widget .widget-links ul {
  list-style: disc;
  margin-left: 1.5rem;
}
.footer-widget .widget-links ul li::marker {
  color: #005FCB;
}
.footer-widget .widget-links ul li a {
  font-size: 15px;
  padding: 5px 10px;
  color: #ffffff;
}
.footer-widget .widget-links ul li a:hover {
  color: #005FCB;
}
.footer-widget .widget-subscribe form .form-control {
  border: none !important;
}
.footer-widget .widget-subscribe form .form-control:active, .footer-widget .widget-subscribe form .form-control:focus {
  border: none !important;
  border-right-width: 0 !important;
}
.footer-widget .widget-subscribe form .btn {
  background-color: #005FCB;
  color: #ffffff;
}

.footer-bottom-bar {
  background-color: #3a5e8e;
}
.footer-bottom-bar .copyright-text a {
  color: #ffffff;
  font-weight: 600;
}
.footer-bottom-bar .copyright-text a:hover {
  color: #005FCB;
}
.footer-bottom-bar .social-links {
  display: flex;
  gap: 10px;
}
.footer-bottom-bar .social-links li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 2.8;
  text-align: center;
  color: #ffffff;
  background-color: #3a5e8e;
}
.footer-bottom-bar .social-links li a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-bottom-bar .social-links li a:hover {
  border-color: #005FCB;
  background-color: #005FCB;
}
.footer-bottom-bar .social-links li a:hover i {
  transform: rotateY(360deg);
}

@media all and (max-width: 1200px) {
  .footer-widget {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .footer-bottom-bar .copyright-text {
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer-bottom-bar .social-links {
    justify-content: center !important;
  }
}
/*********************************************************************************
* 13. Breadcrumb
*********************************************************************************/
.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #005FCB;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #005FCB;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f192";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #ffffff;
  font-weight: 900;
}

/*********************************************************************************
* 14. Partners
*********************************************************************************/
.partners-wrapper {
  display: flex;
}
.partners-wrapper .partner-title {
  flex-basis: 250px;
}
.partners-wrapper .partner-title h4 {
  line-height: 1.5;
}
.partners-wrapper .partners {
  overflow: hidden;
  flex-basis: 100%;
}
.partners-wrapper .partners .partner-slider .partner-item {
  text-align: center;
}
.partners-wrapper .partners .partner-slider .partner-item img {
  max-width: 80px;
  filter: saturate(0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners-wrapper .partners .partner-slider .partner-item img:hover {
  filter: inherit;
}

.partner-bg {
  background: url("img/partner-bg.svg") no-repeat center center/cover;
}

@media all and (max-width: 575px) {
  .partners-wrapper {
    display: block;
  }
  .partners-wrapper .partner-title {
    text-align: center;
    flex-basis: inherit;
    margin-bottom: 2rem;
  }
}
/*********************************************************************************
* 15. Slick Slider
*********************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************************************************************************
* 16. Slick Theme
*********************************************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(./webfonts/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(webfonts/slick.eot);
  src: url(webfonts/slick-1.eot) format("embedded-opentype"), url(webfonts/slick.woff2) format("woff2"), url(webfonts/slick.woff) format("woff"), url(webfonts/slick.ttf) format("truetype"), url(webfonts/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*********************************************************************************
* 17. Testimonial
*********************************************************************************/
.testimonial-item {
  position: relative;
  margin-right: 10px;
}
.testimonial-item .thumb {
  position: absolute;
  bottom: 25px;
  right: 15px;
  background-color: #ffffff;
  padding: 7px;
  border-radius: 50%;
}
.testimonial-item .thumb img {
  border-radius: 50%;
  border: 5px solid #005FCB;
  padding: 5px;
  width: 100px;
  height: 100px;
}
.testimonial-item .thumb .qoute-sign {
  position: absolute;
  left: -15px;
  top: 33%;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 3.1;
}
.testimonial-item .thumb .qoute-sign i {
  color: #005FCB;
}
.testimonial-item .description {
  margin-right: 140px;
}
.testimonial-item .description p {
  font-style: italic;
}
.testimonial-item .designation span {
  display: inline-block;
  letter-spacing: 2px;
}

/*********************************************************************************
* 18. Portfolio
*********************************************************************************/
.portfolio-item {
  margin-bottom: 1.5rem;
}
.portfolio-item .portfolio-wrapper {
  position: relative;
}
.portfolio-item .portfolio-wrapper .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-wrapper .portfolio-info.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-item .portfolio-wrapper .portfolio-info .number {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 60px;
  -webkit-text-stroke: 1px #ffffff;
  -moz-text-stroke: 1px #ffffff;
  -o-text-stroke: 1px #ffffff;
  color: transparent;
}
.portfolio-item .portfolio-wrapper .portfolio-info .info {
  position: absolute;
  left: 15px;
  top: 32%;
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.portfolio-item .portfolio-wrapper .portfolio-info .info h4 {
  font-size: 22px;
}
.portfolio-item .portfolio-wrapper .portfolio-info .portfolio-btn {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.portfolio-item .portfolio-wrapper .portfolio-info .portfolio-btn a.btn i {
  transform: rotate(-25deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-item .portfolio-wrapper .portfolio-info .portfolio-btn a.btn:hover i {
  transform: rotate(0);
}
.portfolio-item:hover .portfolio-info .info {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*********************************************************************************
* 19. Comment
*********************************************************************************/
.comment-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.comment-item .thumb img {
  width: 100px;
  max-width: 100px;
}

@media all and (max-width: 450px) {
  .comment-item {
    display: block;
  }
  .comment-item .thumb {
    margin-bottom: 1rem;
    text-align: center;
  }
}
/*********************************************************************************
* 20. Service
*********************************************************************************/
.single-service .content p {
  margin-bottom: 1rem;
}
.single-service .content ul.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.single-service .content ul.checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.single-service .content ul.checklist li i {
  color: #005FCB;
}
.single-service .content .work-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.single-service .content .work-process .left-iconbox-item p {
  margin-bottom: 0;
}
.single-service .service-title {
  font-size: 40px;
  margin-bottom: 1.5rem;
}
.single-service .tags ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-service .tags ul li a {
  padding: 3px 10px;
  background-color: #2B466A;
  color: #ffffff;
}
.single-service .tags ul li a:hover {
  background-color: #005FCB;
}
.single-service .share ul li.share-btn {
  position: relative;
}
.single-service .share ul li.share-btn > i {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  background-color: #2B466A;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service .share ul li.share-btn > i:hover {
  background-color: #005FCB;
}
.single-service .share ul li.share-btn ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 40px;
  background-color: #2B466A;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service .share ul li.share-btn ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
}
.single-service .share ul li.share-btn ul li a:hover {
  background-color: #005FCB;
}
.single-service .share ul li.share-btn:hover ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media all and (max-width: 768px) {
  .single-service .content .work-process {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*********************************************************************************
* 21. Skill
*********************************************************************************/
.skill-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.skill-list .skill-item .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 768px) {
  .skill-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*********************************************************************************
* 22. Recent Post Widget
*********************************************************************************/
.recent-post-list .recent-post-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  padding: 10px;
}
.recent-post-list .recent-post-item .thumb img {
  max-width: 100px;
}
.recent-post-list .recent-post-item .post-info h4 a {
  color: #2B466A;
  font-size: 16px;
  font-weight: 600;
}
.recent-post-list .recent-post-item .post-info h4 a:hover {
  color: #005FCB;
}

/*********************************************************************************
* 23. Service Widget
*********************************************************************************/
.widget .service-list ul li {
  margin-bottom: 0.5rem;
}
.widget .service-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2B466A;
  border: 1px solid #DEE2E6;
}
.widget .service-list ul li a span {
  padding-left: 12px;
}
.widget .service-list ul li a i {
  padding: 12px;
  border-left: 1px solid #DEE2E6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget .service-list ul li a:hover {
  color: #ffffff;
  background-color: #005FCB;
}
.widget .service-list ul li a:hover i {
  background-color: #2B466A;
  border-color: #005FCB;
}

/*********************************************************************************
* 24. Tags Widget
*********************************************************************************/
.tags-widget .tag-list li {
  display: inline-block;
}
.tags-widget .tag-list li a {
  display: block;
  color: #2B466A;
  border: 1px solid #DEE2E6;
  padding: 5px 10px;
  margin-bottom: 0.5rem;
}
.tags-widget .tag-list li a:hover {
  color: #ffffff;
  border-color: #005FCB;
  background-color: #005FCB;
}

/*********************************************************************************
* 25. Categories Widget
*********************************************************************************/
.widget .category-widget ul.category-list {
  list-style: disc;
  margin-left: 1.5rem;
}
.widget .category-widget ul.category-list li::marker {
  color: #005FCB;
}
.widget .category-widget ul.category-list li a {
  font-size: 15px;
  padding: 5px 10px;
  color: #2B466A;
}
.widget .category-widget ul.category-list li a:hover {
  color: #005FCB;
}

/*********************************************************************************
* 26. Search Widget
*********************************************************************************/
.search-widget .input-group .form-control:focus {
  border-color: #2B466A !important;
}

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