@charset "UTF-8";
/*********************************************************************************
* Template Name: Hivebit - IT Company Responsive HTML Template
* Author : Code Blowing
* 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: #F25624;
}

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: #F25624 !important;
}

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

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

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

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  background: #F25624 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: #F25624;
}

.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: #F25624;
}
.btn.btn-primary {
  background-color: #F25624 !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: #F25624;
  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: #f25624;
}

.dots::before {
  box-shadow: 26.9px 0 #f25624;
  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: #F25624;
  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: #F25624;
  background-color: #F25624;
}
.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 #f25624;
  }
}
@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: #F25624 !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: #F25624;
}
.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: #F25624;
  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: #F25624;
}

.page-banner {
  color: #ffffff;
  padding: 150px 0 80px 0;
}
.page-banner.page-banner-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='600' preserveAspectRatio='none' viewBox='0 0 1920 600'%3E%3Cg mask='url(&quot;%23SvgjsMask1032&quot;)' fill='none'%3E%3Crect width='1920' height='600' x='0' y='0' fill='%230e2a47'%3E%3C/rect%3E%3Cpath d='M0,812.566C147.009,778.057,202.569,593.728,335.356,521.824C485.442,440.553,706.201,504.05,814.047,371.763C921.098,240.451,928.821,31.686,861.783,-123.906C796.932,-274.424,587.97,-292.766,476.118,-412.559C370.722,-525.439,378.733,-742.95,233.85,-796.421C90.576,-849.298,-50.904,-713.857,-193.727,-659.775C-324.295,-610.334,-486.622,-605.693,-568.494,-492.603C-649.716,-380.412,-605.216,-225.905,-608.084,-87.429C-610.585,33.337,-607.14,148.207,-584.221,266.805C-554.582,420.176,-568.663,600.602,-454.513,707.237C-338.518,815.596,-154.534,848.841,0,812.566' fill='%230b2239'%3E%3C/path%3E%3Cpath d='M1920 1339.1C2078.129 1369.975 2245.8450000000003 1401.212 2393.549 1336.857 2550.869 1268.312 2696.66 1141.912 2748.227 978.239 2798.592 818.38 2702.658 655.591 2659.188 493.721 2621.128 351.997 2597.8559999999998 206.363 2509.4790000000003 89.214 2417.162-33.158000000000015 2291.922-124.97400000000005 2149.563-181.81899999999996 1997.282-242.62599999999998 1817.59-320.332 1671.805-245.274 1524.248-169.30399999999997 1548.0729999999999 58.120000000000005 1439.583 183.716 1331.368 308.993 1107.56 319.758 1049.7359999999999 474.875 991.95 629.891 1057.336 815.562 1153.999 949.821 1244.672 1075.76 1413.7 1102.2440000000001 1552.0439999999999 1172.55 1674.547 1234.8049999999998 1785.133 1312.767 1920 1339.1' fill='%23113255'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3Cmask id='SvgjsMask1032'%3E%3Crect width='1920' height='600' fill='%23ffffff'%3E%3C/rect%3E%3C/mask%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 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: #F25624;
}
.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: #F25624;
  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 #F25624;
  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: #F25624;
  -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%, #F25624 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: #F25624;
}
.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: #F25624;
}

.inline-link a {
  padding: 3px 7px;
  background-color: #F25624;
  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: #F25624;
  -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: #F25624;
  border-color: #F25624 !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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
  background-color: #F25624;
  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;
  border-radius: 5px;
  border: 5px solid #DEE2E6;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='700' preserveAspectRatio='none' viewBox='0 0 1920 700'%3E%3Cg mask='url(&quot;%23SvgjsMask1071&quot;)' fill='none'%3E%3Crect width='1920' height='700' x='0' y='0' fill='rgba(43, 70, 106, 1)'%3E%3C/rect%3E%3Cpath d='M203.321,423.62C263.899,423.606,321.301,394.532,352.17,342.409C383.627,289.293,383.021,223.973,353.744,169.625C322.804,112.191,268.444,69.964,203.321,66.1C130.952,61.806,52.835,85.913,18.438,149.729C-14.798,211.39,15.16,284.422,54.351,342.48C88.259,392.712,142.716,423.634,203.321,423.62' fill='rgba(26, 60, 95, 0.4)' class='triangle-float1'%3E%3C/path%3E%3Cpath d='M1924.259,189.046C1972.316,187.812,2012.262,152.883,2032.69,109.366C2050.409,71.619,2036.069,30.351,2015.881,-6.135C1994.79,-44.253,1967.674,-82.994,1924.259,-86.599C1875.295,-90.665,1826.739,-66.272,1801.855,-23.906C1776.677,18.961,1780.963,72.091,1805.737,115.192C1830.6,158.448,1874.383,190.326,1924.259,189.046' fill='rgba(26, 60, 95, 0.4)' class='triangle-float2'%3E%3C/path%3E%3Cpath d='M407.544,772.091C455.851,772.96,510.478,770.023,535.659,728.789C561.53,686.426,544.105,633.276,518.16,590.958C493.602,550.901,454.526,520.416,407.544,519.822C359.592,519.215,316.299,546.769,291.972,588.097C267.269,630.064,261.268,683.082,287.17,724.32C311.78,763.5,361.283,771.259,407.544,772.091' fill='rgba(26, 60, 95, 0.4)' class='triangle-float2'%3E%3C/path%3E%3Cpath d='M434.51 303.44 a145.31 145.31 0 1 0 290.62 0 a145.31 145.31 0 1 0 -290.62 0z' fill='rgba(26, 60, 95, 0.4)' class='triangle-float1'%3E%3C/path%3E%3Cpath d='M1181.5991245801422 277.4077691707307L1357.062473953043 252.748003590186 1332.4027083724984 77.28465421728504 1156.9393589995975 101.94441979782977z' fill='rgba(26, 60, 95, 0.4)' class='triangle-float3'%3E%3C/path%3E%3Cpath d='M951.9979778320137 243.92379172481478L961.6340489692182 60.05660122314296 777.7668584675464 50.42053008593851 768.130787330342 234.28772058761032z' fill='rgba(26, 60, 95, 0.4)' class='triangle-float3'%3E%3C/path%3E%3Cpath d='M1876.1572143025762 270.30248649957434L1743.5337011775346 334.98729586074944 1808.2185105387096 467.6108089857912 1940.8420236637514 402.9259996246161z' fill='rgba(26, 60, 95, 0.4)' class='triangle-float3'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3Cmask id='SvgjsMask1071'%3E%3Crect width='1920' height='700' fill='%23ffffff'%3E%3C/rect%3E%3C/mask%3E%3Cstyle%3E @keyframes float1 %7B 0%25%7Btransform: translate(0, 0)%7D 50%25%7Btransform: translate(-10px, 0)%7D 100%25%7Btransform: translate(0, 0)%7D %7D .triangle-float1 %7B animation: float1 5s infinite; %7D @keyframes float2 %7B 0%25%7Btransform: translate(0, 0)%7D 50%25%7Btransform: translate(-5px, -5px)%7D 100%25%7Btransform: translate(0, 0)%7D %7D .triangle-float2 %7B animation: float2 4s infinite; %7D @keyframes float3 %7B 0%25%7Btransform: translate(0, 0)%7D 50%25%7Btransform: translate(0, -10px)%7D 100%25%7Btransform: translate(0, 0)%7D %7D .triangle-float3 %7B animation: float3 6s infinite; %7D %3C/style%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 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: #F25624;
}
.footer-widget .widget-links ul li a {
  font-size: 15px;
  padding: 5px 10px;
  color: #ffffff;
}
.footer-widget .widget-links ul li a:hover {
  color: #F25624;
}
.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: #F25624;
  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: #F25624;
}
.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: #F25624;
  background-color: #F25624;
}
.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: #F25624;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #F25624;
}
.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.eot?#iefix) 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#slick) 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 #F25624;
  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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}
.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: #F25624;
}

/*********************************************************************************
* 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: #F25624;
}
.widget .service-list ul li a:hover i {
  background-color: #2B466A;
  border-color: #F25624;
}

/*********************************************************************************
* 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: #F25624;
  background-color: #F25624;
}

/*********************************************************************************
* 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: #F25624;
}
.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: #F25624;
}

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

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