/* ===================== Table Content Start ======================= 

Project Name 	:  NeoTec
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  28/02/2024
Author 			:  Pentagon Information Technology LLC

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
:root {
  --theme-font: "Lufga";
  --title-font:"Lufga";
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #033635;
  --theme-color: #01c2bf;
  --light-color: #8aa7a6;
  --color-gray: #696969;
  --icon-font: "Font Awesome 6 Free";
  --subtitle-font: "Dancing Script", cursive;
}

section,
header,
footer,
main {
  height: auto;
  clear: both;
}

section,
header,
footer,
main {
  width: 100%;
  position: relative;
}

.service-section-two .service-list-item::before, .service-section .tab-row .nav-tabs .nav-item .nav-link::before, .home-slider .hero-slider .slide-inner::before {
  position: absolute;
  content: "";
}

/*-- 2. MIXIN --*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Regular.woff2") format("woff2"), url("../fonts/Lufga-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Medium.woff2") format("woff2"), url("../fonts/Lufga-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-SemiBold.woff2") format("woff2"), url("../fonts/Lufga-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Bold.woff2") format("woff2"), url("../fonts/Lufga-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: auto;
  font-family: var(--theme-font);
  color: var(--color-black);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  width: 100%;
  letter-spacing: 0.5px;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none !important;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea,
:focus,
:focus-visible {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 20px;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6rem;
  margin-bottom: 15px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

.o-hidden {
  overflow: hidden;
}

section,
header,
footer,
main {
  position: relative;
}

.mt-80 {
  margin-top: 80px;
}

.container {
  width: 100%;
}

.mainContent {
  padding: 120px 0;
}

.view-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.view-btn .icon {
  width: 45px;
  height: 45px;
}
.view-btn .icon svg {
  width: 100%;
  height: 100%;
}
.view-btn .icon svg .btn-bg {
  fill: var(--theme-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.view-btn .icon svg .btn-icon {
  fill: var(--color-white);
  transform-origin: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.view-btn .text {
  color: var(--color-white);
  font-size: 13px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.view-btn.btn-dark .text {
  color: var(--color-dark);
}
.view-btn:hover .icon svg .btn-bg {
  fill: var(--color-dark);
}
.view-btn:hover .icon svg .btn-icon {
  transform: rotate(360deg);
}

ul.list li {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
  margin-right: 10px;
}
ul.list li:before {
  position: absolute;
  content: "";
  left: 0px;
  right: -10px;
  bottom: 0;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  transition: all 400ms;
  width: 15px;
  height: 15px;
  top: 12px;
}
ul.list li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--theme-color);
  left: 5px;
  border-radius: 50px;
  top: 17px;
}

.accordion .accordion-item {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  padding: 0;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 700;
  padding: 30px 0px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid transparent;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/plus.png");
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 100%;
  transform: none;
}
@media (max-width: 1280px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 0px;
  padding-bottom: 30px;
}
.accordion .accordion-item .accordion-collapse .accordion-body h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-collapse .accordion-body h4 {
    font-size: 16px;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 15px;
  line-height: 32px;
  color: var(--color-dark);
}
.accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    max-width: 100%;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body .lines {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 50px auto;
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .accordion .accordion-item {
    padding: 0px;
  }
}

header {
  z-index: 9999;
  width: 100%;
  background-color: var(--color-white);
}
header .menu-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
header .menu-nav .logo img {
  max-width: 215px;
}
@media (max-width: 767px) {
  header .menu-nav .logo img {
    max-width: 150px;
  }
}
header .menu-nav .main-menu ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
header .menu-nav .main-menu ul li {
  position: relative;
  padding: 20px 0;
}
header .menu-nav .main-menu ul li a {
  font-size: 15px;
  font-family: var(--title-font);
  color: var(--color-dark);
  font-weight: 400;
  line-height: 1;
}
header .menu-nav .main-menu ul li .submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  top: 100%;
  z-index: 99;
  margin-top: -1px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  min-width: 250px;
  padding: 0px;
  background: var(--color-white);
  list-style-type: none;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  display: block;
}
header .menu-nav .main-menu ul li .submenu-inner li {
  background: 0 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 0px;
  color: var(--color-dark);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
}
header .menu-nav .main-menu ul li .submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 15px 15px;
  font-size: 15px;
  position: relative;
  color: currentColor;
}
header .menu-nav .main-menu ul li .submenu-inner li a .caret {
  margin-left: 3px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  position: absolute;
  height: 8px;
  width: 10px;
  display: inline-block;
  font-size: 14px;
}
header .menu-nav .main-menu ul li .submenu-inner li a .caret::after {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}
header .menu-nav .main-menu ul li .submenu-inner li:last-child {
  border: none;
}
header .menu-nav .main-menu ul li .submenu-inner li:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}
header .menu-nav .main-menu ul li.active a, header .menu-nav .main-menu ul li:hover a {
  color: var(--theme-color);
}
header .menu-nav .main-menu ul li:hover .submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  transform: rotateX(0);
}
@media (max-width: 1199px) {
  header .menu-nav .main-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transform-origin: left top;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
  }
  header .menu-nav .main-menu.open-nav {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
  header .menu-nav .main-menu ul {
    display: block;
  }
  header .menu-nav .main-menu ul li {
    padding: 0;
  }
  header .menu-nav .main-menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    display: block;
  }
  header .menu-nav .main-menu ul li .submenu-inner {
    position: relative;
    background-color: #f9f9f9;
    box-shadow: none;
    height: 0;
  }
  header .menu-nav .main-menu ul li .submenu-inner li a {
    padding: 20px 30px;
  }
}
header .menu-nav .extra-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
header .menu-nav .extra-menu .contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
header .menu-nav .extra-menu .contact-block .text {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .menu-nav .extra-menu .contact-block .text span {
  font-size: 15px;
  color: var(--color-dark);
  font-family: var(--title-font);
  font-weight: 400;
  line-height: 1;
}
header .menu-nav .extra-menu .contact-block .text h6 {
  color: var(--color-dark);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  header .menu-nav .extra-menu .contact-block .text {
    display: none;
  }
}
header .menu-nav .extra-menu .contact-block .icon {
  width: 68px;
  height: 68px;
}
header .menu-nav .extra-menu .contact-block .icon img {
  width: 100%;
  height: 100%;
}
header .menu-nav .extra-menu .contact-block .icon svg {
  width: 100%;
  height: 100%;
}
header .menu-nav .extra-menu .contact-block .icon svg .btn-bg {
  fill: var(--theme-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .menu-nav .extra-menu .contact-block .icon svg .btn-icon {
  fill: var(--color-white);
  transform-origin: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  header .menu-nav .extra-menu .contact-block .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  header .menu-nav .extra-menu .contact-block .icon {
    border-radius: 100%;
    overflow: hidden;
  }
}
header .menu-nav .extra-menu .contact-block:hover .text h6 {
  color: var(--theme-color);
}
header .menu-nav .extra-menu .contact-block:hover .icon svg .btn-bg {
  fill: var(--color-dark);
}
header .menu-nav .extra-menu .contact-block:hover .icon svg .btn-icon {
  fill: var(--theme-color);
}
header .menu-nav .extra-menu .nav-icon-5 {
  width: 30px;
  height: 22px;
  margin: 0px;
  position: relative;
  cursor: pointer;
  display: none;
}
header .menu-nav .extra-menu .nav-icon-5 span {
  background-color: var(--color-dark);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
header .menu-nav .extra-menu .nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
header .menu-nav .extra-menu .nav-icon-5 span:nth-child(2) {
  top: 10px;
  left: 0px;
  opacity: 1;
}
header .menu-nav .extra-menu .nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 1199px) {
  header .menu-nav .extra-menu .nav-icon-5 {
    display: inline-block;
  }
}
header .menu-nav .extra-menu .nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
header .menu-nav .extra-menu .nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
header .menu-nav .extra-menu .nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
header.is-sticky {
  position: fixed;
  background-color: var(--color-white);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}
header.is-sticky .menu-nav {
  padding: 15px 0;
}

.footer {
  padding: 0;
  border-top: 1px solid rgba(155, 179, 201, 0.24);
}
.footer .footer-top {
  padding: 80px 0;
}
.footer .footer-top .footer-logo img {
  max-width: 250px;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-logo {
    text-align: center;
  }
}
.footer .footer-top .row {
  width: 100%;
}
.footer .footer-top .footer-links {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: space-between;
}
.footer .footer-top .footer-links .links-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .footer-top .footer-links .links-item h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-color);
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links .links-item h4 {
    text-align: center;
  }
}
.footer .footer-top .footer-links .links-item ul {
  display: block;
}
.footer .footer-top .footer-links .links-item ul li {
  display: block;
}
.footer .footer-top .footer-links .links-item ul li a {
  color: var(--color-dark);
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
}
.footer .footer-top .footer-links .links-item ul li a:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links .links-item ul li {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-top .footer-links .links-item p {
  color: var(--color-dark);
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links .links-item p {
    text-align: center;
  }
}
.footer .footer-top .footer-links .links-item .cnt-in {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-top .footer-links .links-item .cnt-in a {
  display: block;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 700;
}
.footer .footer-top .footer-links .links-item .cnt-in a:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links .links-item .cnt-in a {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .footer-links {
    margin-top: 50px;
    flex-direction: column;
  }
}
@media (max-width: 1699px) {
  .footer .footer-top {
    gap: 100px;
  }
}
.footer .footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid rgba(155, 179, 201, 0.24);
}
.footer .footer-bottom .col-block {
  width: 50%;
}
.footer .footer-bottom .col-block p {
  color: var(--color-gray);
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer .footer-bottom .col-block.design-content {
  text-align: right;
}

.page-header {
  padding: 0;
}
.page-header .page-title {
  text-align: center;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.page-header .page-title .title {
  color: var(--theme-color);
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-header .page-title .title {
    font-size: 30px;
  }
}
.page-header .page-title .breadcrumb {
  justify-content: center;
  margin: 0;
}
.page-header .page-title .breadcrumb .breadcrumb-item {
  color: var(--theme-color);
}
.page-header .page-title .breadcrumb .breadcrumb-item a {
  color: var(--color-dark);
}
@media (max-width: 1399px) {
  .page-header .page-title {
    padding: 150px 0 50px;
  }
}

@media (min-width: 992px) {
  .about-page-content .content-block {
    padding-left: 170px;
  }
}
.about-page-content .title-caption {
  margin-bottom: 30px;
}
.about-page-content .title-caption h4 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 30px;
  display: block;
  font-family: var(--subtitle-font);
  color: var(--theme-color) !important;
  font-weight: 400;
}
.about-page-content .title-caption h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
  max-width: 80%;
}
.about-page-content p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  color: var(--color-black);
  margin-bottom: 15px;
}
.about-page-content p:last-child {
  margin: 0;
}
.about-page-content .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.about-page-content .image-wrapper .small-lg-image {
  border: 7px solid #ddf3f3;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 500px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page-content .image-wrapper .small-abt-image {
  position: absolute;
  bottom: -20%;
  margin: 0;
  border-radius: 50px;
  border: 7px solid #ddf3f3;
  right: -20%;
  z-index: 3;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .about-page-content .image-wrapper .small-abt-image {
    display: none;
  }
}
.about-page-content .image-wrapper .small-half-round {
  position: absolute;
  top: -10%;
  right: -10%;
  width: auto;
  height: auto;
}

.contact-page-content .left-contact-details .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.contact-page-content .left-contact-details p {
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
  max-width: 80%;
}
.contact-page-content .left-contact-details p:last-child {
  margin: 0;
}
.contact-page-content .left-contact-details h6 {
  font-size: 18px;
  color: var(--color-dark);
  font-weight: 600;
}
.contact-page-content .left-contact-details .contact-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}
.contact-page-content .left-contact-details .contact-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color);
  font-family: "FontAwesome";
}
@media (max-width: 991px) {
  .contact-page-content .left-contact-details .contact-list li::before {
    right: 0;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    color: var(--color-white);
    border-radius: 100%;
    margin: 0 auto;
  }
}
.contact-page-content .left-contact-details .contact-list li:nth-child(1)::before {
  content: "\f095";
}
.contact-page-content .left-contact-details .contact-list li:nth-child(2)::before {
  content: "\f0e0";
}
.contact-page-content .left-contact-details .contact-list li:nth-child(3)::before {
  content: "\f3c5";
}
.contact-page-content .left-contact-details .contact-list li a {
  color: var(--color-dark);
}
.contact-page-content .left-contact-details .contact-list li:hover a {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .contact-page-content .left-contact-details .contact-list li {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.contact-page-content .right-contact-form .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 15px;
}
.contact-page-content .right-contact-form h6 {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
}
.contact-page-content .right-contact-form .form-wrapper {
  margin-top: 30px;
}
.contact-page-content .right-contact-form .form-wrapper .contact-form input.form-control {
  width: 100%;
  height: 55px;
  background-color: #F9FBFC;
  color: var(--color-black);
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 15px 30px;
}
.contact-page-content .right-contact-form .form-wrapper .contact-form input.form-control::-moz-placeholder {
  color: var(--color-gray);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form input.form-control::placeholder {
  color: var(--color-gray);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form textarea.form-control {
  width: 100%;
  height: 100px;
  background-color: #F9FBFC;
  color: var(--color-black);
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 15px 30px;
}
.contact-page-content .right-contact-form .form-wrapper .contact-form textarea.form-control::-moz-placeholder {
  color: var(--color-gray);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form textarea.form-control::placeholder {
  color: var(--color-gray);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form .btn-group button {
  padding: 15px 50px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--color-white);
  font-size: 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
.contact-page-content .right-contact-form .form-wrapper .contact-form .btn-group button i img {
  max-width: 18px;
}
.contact-page-content .right-contact-form .form-wrapper .contact-form .btn-group button i svg {
  width: 15px;
  height: 15px;
  fill: var(--color-white);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form .btn-group button:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.contact-page-content .right-contact-form .form-wrapper .contact-form .btn-group button:hover i svg {
  fill: var(--theme-color);
}
.contact-page-content .google-map {
  margin-top: 70px;
}
.contact-page-content .google-map iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  .contact-page-content .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .contact-page-content .google-map {
    margin-top: 50px;
  }
}

.courses-page-content .content-block figure {
  margin: 30px auto;
}

.gallery-page-content .gallery-items {
  -moz-columns: 3;
       columns: 3;
}
.gallery-page-content .gallery-items .gallery-box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 15px;
}
.gallery-page-content .gallery-items .gallery-box.gallery-none {
  display: none;
}
.gallery-page-content .gallery-items .gallery-box .img-box {
  position: relative;
  overflow: hidden;
}
.gallery-page-content .gallery-items .gallery-box .img-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 54, 53, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 1;
}
.gallery-page-content .gallery-items .gallery-box .img-box img {
  transform: scale(1);
}
.gallery-page-content .gallery-items .gallery-box .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.gallery-page-content .gallery-items .gallery-box .icon svg {
  width: 18px;
  height: 18px;
  fill: var(--color-white);
}
@media (max-width: 991px) {
  .gallery-page-content .gallery-items .gallery-box .icon {
    width: 35px;
    height: 35px;
  }
  .gallery-page-content .gallery-items .gallery-box .icon svg {
    width: 16px;
    height: 16px;
  }
}
.gallery-page-content .gallery-items .gallery-box:hover .img-box::before {
  opacity: 1;
  visibility: visible;
}
.gallery-page-content .gallery-items .gallery-box:hover .img-box img {
  transform: scale(1.1);
}
.gallery-page-content .gallery-items .gallery-box:hover .icon {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .gallery-page-content .gallery-items {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 575px) {
  .gallery-page-content .gallery-items {
    -moz-columns: 1;
         columns: 1;
  }
}

.home-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-slider .hero-slider {
  width: 100%;
  height: calc(100vh - 200px);
  display: flex;
  position: relative;
  z-index: 0;
}
.home-slider .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.home-slider .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-slider .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-slider .hero-slider .slide-inner::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(46, 95, 84, 0.5) 0%, rgba(30, 87, 74, 0.35) 100%);
}
.home-slider .hero-slider .slide-inner .meta {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-slider .hero-slider .slide-inner .slide-title {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.home-slider .hero-slider .slide-inner .slide-title h2 {
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  font-family: var(--title-font);
}
.home-slider .hero-slider .slide-inner .slide-btns .btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.home-slider .hero-slider .swiper-button-prev,
.home-slider .hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.home-slider .hero-slider:hover .swiper-button-prev,
.home-slider .hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.home-slider .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.home-slider .hero-slider .swiper-button-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
.home-slider .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}
.home-slider .hero-slider .swiper-button-next::before {
  content: "";
  color: #d4d3d3;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
.home-slider .hero-slider .swiper-pagination {
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
.home-slider .hero-slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  text-align: right;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: var(--color-white);
  transition: all 0.2s ease;
}
.home-slider .hero-slider .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.title-block h2 {
  color: var(--color-dark);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1.5;
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .title-block h2 {
    max-width: 80%;
  }
}

.about-section {
  overflow: hidden;
}
.about-section .title-caption {
  margin-bottom: 50px;
}
.about-section .title-caption h4 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 30px;
  display: block;
  font-family: var(--subtitle-font);
  color: var(--theme-color) !important;
  font-weight: 400;
}
.about-section .title-caption h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
  max-width: 80%;
}
.about-section .description-block {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-right: 100px;
}
.about-section .description-block .icon {
  width: 150px;
  margin-top: 10px;
}
.about-section .description-block .text p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  color: var(--color-black);
}
.about-section .description-block .text .button-wrapper {
  display: flex;
  margin-top: 50px;
}
.about-section .description-block .text .button-wrapper .theme-btn {
  padding: 15px 30px;
  font-size: 15px;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 50px;
  text-transform: uppercase;
  display: flex;
  gap: 50px;
  align-items: center;
}
.about-section .description-block .text .button-wrapper .theme-btn i {
  display: flex;
}
.about-section .description-block .text .button-wrapper .theme-btn i svg {
  width: 11px;
  height: 11px;
  fill: var(--color-white);
}
.about-section .description-block .text .button-wrapper .theme-btn:hover {
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .about-section .description-block .text .button-wrapper {
    justify-content: center;
  }
}
.about-section .line {
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin: 100px auto 80px;
}
.about-section .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.about-section .image-wrapper .small-lg-image {
  border: 7px solid #ddf3f3;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 500px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .image-wrapper .small-abt-image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100px;
  border: 7px solid #ddf3f3;
  left: -12%;
  z-index: 3;
  width: 190px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .about-section .image-wrapper .small-abt-image {
    display: none;
  }
}
.about-section .image-wrapper .small-half-round {
  position: absolute;
  top: -10%;
  right: -10%;
  width: auto;
  height: auto;
}
.about-section .image-wrapper .since {
  position: absolute;
  bottom: 0;
  left: -30%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #ddf3f3;
  color: var(--color-dark);
  max-width: 150px;
  font-weight: 600;
  z-index: 999;
}

.courses-section {
  background: #f2f8f8;
}
.courses-section .section-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  color: var(--color-dark);
  text-align: center;
}
.courses-section .section-title .sub-title {
  display: block;
  font-family: var(--subtitle-font);
  color: var(--theme-color) !important;
  font-weight: 400;
}
.courses-section .section-title .title {
  color: currentColor;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .courses-section .section-title .title {
    font-size: 35px;
  }
}
.courses-section .section-title p {
  color: currentColor;
  padding: 0;
  margin: 0 auto;
  max-width: 60%;
}
@media (max-width: 1399px) {
  .courses-section .section-title p {
    font-size: 15px;
  }
}
.courses-section .courses-slider .slider-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.courses-section .courses-slider .slider-item .img-box {
  position: relative;
}
.courses-section .courses-slider .slider-item .img-box .icon {
  width: 45px;
  height: 45px;
  background-color: var(--color-black);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
}
.courses-section .courses-slider .slider-item .text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.courses-section .courses-slider .slider-item .text-block h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
  line-height: normal;
  margin: 0;
  padding: 0;
}
.courses-section .courses-slider .slider-item .text-block p {
  color: var(--color-gray);
  margin: 0;
  padding: 0;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.courses-section .courses-slider .slider-item:hover .img-box .icon {
  background-color: var(--theme-color);
}

.testimonials-section .testimonials-title {
  margin-bottom: 70px;
}
.testimonials-section .testimonials-title .sub-title {
  display: block;
  font-family: var(--subtitle-font);
  color: var(--theme-color) !important;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
}
.testimonials-section .testimonials-title .title {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: var(--color-black);
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .testimonials-section .testimonials-title .title {
    font-size: 35px;
  }
}
.testimonials-section .testimonials-slider {
  margin-top: 15px;
}
.testimonials-section .testimonials-slider .testimonial-box {
  padding: 50px;
  box-shadow: 0px 10px 10px 0px rgba(13, 30, 58, 0.03);
  border-radius: 30px 30px;
  background-color: #f2f8f8;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info,
.testimonials-section .testimonials-slider .testimonial-box .author-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section .testimonials-slider .testimonial-box .author-img .avater-line {
  width: calc(100% - 85px);
  height: 2px;
  margin-right: 20px;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.testimonials-section .testimonials-slider .testimonial-box .author-img .avater {
  width: 65px;
  height: 65px;
  background-color: var(--color-white);
  padding: 5px;
  box-shadow: 0px 5px 60px 0px rgba(39, 71, 125, 0.18);
  border-radius: 50%;
}
.testimonials-section .testimonials-slider .testimonial-box .author-img .avater img {
  border-radius: inherit;
  width: 100%;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .info .name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .info .degi {
  font-size: 15px;
  color: var(--color-dark);
  font-weight: 500;
  margin: 0;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .testi-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .testi-rating .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #fec624;
  font-weight: 300;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .testi-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.testimonials-section .testimonials-slider .testimonial-box .author-info .testi-rating .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #fec624;
  letter-spacing: 3px;
}
.testimonials-section .testimonials-slider .testimonial-box .name {
  margin-bottom: 0;
}
.testimonials-section .testimonials-slider .testimonial-box .degi {
  line-height: 1;
}
.testimonials-section .testimonials-slider .testimonial-box .content p {
  font-weight: 500;
  color: var(--color-black);
}
.testimonials-section .testimonials-slider .testimonial-box .content p:last-child {
  margin-bottom: 0;
}

.service-section {
  position: relative;
}
@media (min-width: 1700px) {
  .service-section .tab-row .tab-outer {
    max-width: 90%;
  }
}
.service-section .tab-row .nav-tabs {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  border-bottom: 1px solid rgba(155, 179, 201, 0.25);
}
.service-section .tab-row .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--light-color);
  line-height: 1;
  padding: 0;
  padding-bottom: 30px;
  border: none;
  position: relative;
}
.service-section .tab-row .nav-tabs .nav-item .nav-link::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background-color: var(--theme-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.service-section .tab-row .nav-tabs .nav-item .nav-link.active, .service-section .tab-row .nav-tabs .nav-item .nav-link:hover {
  color: var(--theme-color);
  background-color: transparent;
}
.service-section .tab-row .nav-tabs .nav-item .nav-link.active::before, .service-section .tab-row .nav-tabs .nav-item .nav-link:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.service-section .tab-row .tab-content {
  margin-top: 80px;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: center;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper .col-block {
  width: 50%;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper .content-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper .content-block h4 {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 1;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper .content-block .text-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-section .tab-row .tab-content .tab-pane .content-wrapper .content-block .text-block p {
  font-family: var(--theme-font);
  color: var(--color-gray);
  font-weight: 500;
  margin: 0;
  padding: 0;
  max-width: 90%;
}

.service-section-two .service-list-item {
  position: relative;
  z-index: 1;
}
.service-section-two .service-list-item::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 100%);
}
.service-section-two .service-list-item a {
  display: block;
}
.service-section-two .service-list-item .meta-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-section-two .service-list-item .meta-content .icon {
  width: 0;
  height: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.service-section-two .service-list-item .meta-content .icon svg {
  width: 100%;
  height: 100%;
}
.service-section-two .service-list-item .meta-content h5 {
  font-size: 25px;
  color: var(--color-white);
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.service-section-two .service-list-item:hover .meta-content .icon {
  width: 58px;
  height: 68px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-section-two .site-btn {
  display: inline-block;
}
.service-section-two .site-btn .view-btn {
  justify-content: center;
}/*# sourceMappingURL=theme_style.css.map */