@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #44484B;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

label {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Quicksand", sans-serif;
  color: #1D2328;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #44484B;
}

a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #054D8B;
  text-decoration: none;
}

a:hover h3 {
  text-decoration: none;
  color: #054D8B !important;
}

a:hover p {
  color: #414D6C;
}

a {
  color: #44484B;
  text-decoration: none;
}
a:hover {
  color: #054D8B;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #054D8B !important;
}

.text-accent {
  color: #6BBD1D !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #054D8B !important;
}

.bg-accent {
  background: #6BBD1D !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #6BBD1D;
}

.text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-line--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-line--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

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

.border-none {
  border: none !important;
}

.color-text {
  color: #ABB2B7 !important;
}

.grid {
  display: grid;
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
}

@media (min-width: 767px) {
  .grid {
    display: grid;
    grid-gap: 30px;
  }
  .grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.header {
  background: #F4FCEC;
  padding: 20px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 100;
}

.curve-bg {
  background: url("../images/header-bg.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: relative;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #0e0e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 180px;
  cursor: pointer;
}

.logo img {
  height: 85px;
}

#typed {
  font-size: 28px;
  font-weight: 600;
  color: #3b3b3b;
}

#typed:after {
  content: "|";
  display: inline;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webkit-animation-direction: "";
  -moz-animation-direction: "";
  -o-animation-direction: "";
  animation-direction: "";
  margin-left: 5px;
}

.typed-cursor {
  display: none;
}

.shrink {
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
}
.shrink .bg-dark {
  background-color: #fff !important;
}

.social-chat {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
}
.social-chat img {
  width: 50px;
}
.social-chat .social-icon + .social-icon {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .logo img {
    height: 65px;
  }
}
@media screen and (max-width: 576px) {
  .info.p-t-40 {
    padding-top: 0;
  }
}
.menu {
  background-color: #F4FCEC !important;
}

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

.nav-link {
  transition: 0.3s ease;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  border-top: 2px solid #6BBD1D;
  border-bottom: 2px solid #6BBD1D;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: inherit;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 0.8rem;
  line-height: 40px;
  font-weight: 600;
}

.shrink .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 0.8rem;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: inherit;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #6BBD1D !important;
  background: transparent;
  position: relative;
  border-top: 2px solid #6BBD1D;
  border-bottom: 2px solid #6BBD1D;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #6BBD1D !important;
  border-top: 2px solid #6BBD1D;
  border-bottom: 2px solid #6BBD1D;
}

.dropdown a {
  position: relative;
}

.dropdown .sub-menu .fa-caret-right {
  position: absolute;
  right: 1rem;
  top: 16px;
}

.mobile-menu .dropdown .fa-caret-down {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media (max-width: 1250px) {
  .nav-item .fa {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: absolute;
    left: -130%;
    width: 320px;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 100%;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #ccc;
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .nav-item.active a {
    background: #32a769;
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (min-width: 1250px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a {
    background: transparent;
  }
  .sub-menu > li:hover > a {
    background: transparent;
    color: #fff !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    position: absolute;
    z-index: 100000;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #6BBD1D;
    border: 1px solid #63b01b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  }
  .sub-menu .sub-menu {
    top: 140%;
    left: 100%;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .nav-list .sub-menu a {
    color: #f0f7ea;
    border-bottom: 1px solid #9bd568;
    padding: 10px;
  }
  .sub-menu li {
    margin-bottom: 0;
  }
  .sub-menu li:hover > a {
    background: #9bd568;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu li {
    line-height: 1.6;
  }
}
@media (min-width: 1251px) and (max-width: 1360px) {
  .nav-list a {
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .navdiv {
    width: 260px;
  }
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
    line-height: 50px;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 1250px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
    line-height: 45px;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
    line-height: 45px;
    font-weight: 600;
  }
  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 1250px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
}
.hiden {
  overflow: hidden;
}

.nav-link i {
  margin-left: 4px;
}

.slider {
  position: relative;
}

.hero-content-img {
  display: none;
}

.slider-box {
  border-radius: 20px;
  background: #fff;
  padding: 1rem;
  position: absolute;
  z-index: 99;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.slider-box-1 {
  left: 0;
  top: 120px;
}

.slider-box-2 {
  right: -60px;
  bottom: 40px;
}

.slider-box {
  display: flex;
  gap: 1rem;
}

.slider-box-number {
  font-size: 2.4rem;
  font-weight: bold;
}

.slider__owl-carousel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.item.item--text-white,
.item.item--text-white h2,
.item.item--text-white .slider-text {
  color: #fff;
}

.slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: bold;
}

.slider-text {
  font-size: 18px;
  color: #343434;
}

.partners .owl-carousel .owl-item img {
  width: auto;
}

.slider__owl-carousel .owl-prev {
  left: 40px;
}

.slider__owl-carousel .owl-next {
  right: 40px;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #012337 !important;
}

.owl-prev span,
.owl-next span {
  font-size: 36px;
}

.owl-next {
  margin-left: 20px !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 100% !important;
  height: 40px;
  width: 40px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  background: #012337 !important;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] span {
  opacity: 1 !important;
  height: 40px;
  margin-top: -6px;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
}

.services__owl-carousel .owl-prev,
.services__owl-carousel .owl-next {
  position: inherit;
}

.services__owl-carousel .owl-nav [class*=owl-] {
  display: inline-block;
}

.services__owl-carousel .owl-nav {
  margin-top: 30px !important;
}

.services__owl-carousel .owl-next {
  margin-left: 10px !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #000 !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .slider-content .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slider-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .slider-text {
    font-size: 8px;
  }
  .slider-content .btn {
    font-size: 8px;
  }
  .slider.p-t-20 {
    padding-top: 0;
  }
  .owl-theme .owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
  }
  .owl-next {
    right: 10px;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-prev span, .owl-next span {
    font-size: 23px;
    top: 2px;
    position: relative;
  }
  .m-b-60 {
    margin-bottom: 1.875rem;
  }
}
.slider__owl-carousel .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.slider__owl-carousel .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.slider-img {
  max-width: 200px;
  max-height: 370px;
  object-fit: contain;
  margin-left: 240px;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .slider-box-2 {
    right: 0;
    bottom: 0;
  }
  .floating {
    margin-left: 0;
  }
  .hero {
    padding-top: 40px !important;
    padding-bottom: 60px;
  }
  .slider-box-number {
    font-size: 1.25rem;
  }
  .slider-box-ex {
    font-size: 12px;
  }
  .slider-box {
    border-radius: 1rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .owl-carousel .owl-item img {
    margin-left: 174px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .owl-carousel .owl-item img {
    margin-left: -210px;
  }
  .slider-img {
    max-width: 140px;
    max-height: 320px;
    object-fit: contain;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    display: none;
  }
  .hero-content {
    text-align: center;
  }
  .hero .social-icons {
    justify-content: center;
  }
  .hero-content-img {
    text-align: center;
    margin-bottom: 30px;
    display: block;
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #6BBD1D;
    background: #6BBD1D;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .hero-content-img img {
    margin-top: -59px;
  }
  .slider-box-number {
    font-size: 1.25rem;
  }
  .slider-box-ex {
    font-size: 13px;
  }
  .slider-box {
    border-radius: 1rem;
  }
  .slider__owl-carousel .item img {
    max-width: 170px !important;
  }
}
.destination-list {
  display: flex;
  gap: 30px;
  font-size: 20x;
}
.destination-list i {
  margin-right: 4px;
  color: #6BBD1D;
}
.destination-list a {
  color: #1D2328;
  font-weight: 500;
}
.destination-list a:hover {
  text-decoration: underline;
}

.about-img img {
  height: 665px;
  object-fit: cover;
  width: 100%;
}

.destination-grid {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 20px;
  margin-top: 40px;
}
.destination-grid img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.destination-grid a:hover h3 {
  color: #fff;
}

.destination-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.destination-img:hover .destination-caption {
  bottom: 0;
  background: rgb(104, 204, 240);
  background: linear-gradient(0deg, rgb(104, 204, 240) 0%, rgba(255, 255, 255, 0) 100%);
}

.destination-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
}
.destination-caption h3, .destination-caption a {
  color: #fff;
}

.view-all {
  font-size: 14px;
  margin-top: 8px;
}
.view-all i {
  font-size: 12px;
}

.blogs-post figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.blogs-post figure img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.blogs-post:hover figure img {
  transform: scale(1.1);
}

.blogs-post a {
  display: flex;
}
.blogs-post .blogs-post-fig {
  flex: 0 0 185px;
  margin-bottom: 0;
}
.blogs-post .blogs-post-fig img {
  height: 201px;
}
.blogs-post .blogs-post-body {
  padding: 1.5rem;
  background: #f4f7fe;
}

.blog-post-container .grid {
  gap: 20px;
}
.blog-post-container .grid .card {
  border: none;
}
.blog-post-container .grid .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.blog-post-container .grid .card img {
  height: 170px;
}

.inside-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgb(5, 118, 182) 0%, rgb(56, 44, 96) 100%);
  width: 100%;
  padding: 2rem 0;
  background-size: cover;
}
.inside-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-banner h1 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #fff;
}

.bread {
  height: 80px;
  background: #ececec;
  display: flex;
  align-items: center;
}

.breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: #054D8B;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  margin: 4px;
}

.duration {
  color: #fff;
  font-size: 20px;
}
.duration strong {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before,
.inside-banner .breadcrumb-item a {
  color: #fff;
}

.inside-banner .breadcrumb-item.active {
  color: #fff;
}

.media-blog {
  background: #e8f5f9;
  margin-bottom: 30px;
  align-items: flex-start;
}

.media-blog-content {
  padding: 20px;
  padding-bottom: 0;
}
.media-blog-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.media-blog-content i {
  color: #6BBD1D;
  margin-right: 0.5rem;
}

.media-blog .flex-shrink-0 {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  flex: 0 0 225px;
  height: 206px;
}
.media-blog img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-blog:hover img {
  transform: scale(1.1);
}

.hero {
  background: #F4FCEC;
}

.hero-title {
  font-size: 64px;
  letter-spacing: -0.1rem;
}

.btn-outer .btn + .btn {
  margin-left: 0.5rem;
}

@media screen and (max-width: 992px) {
  .hero-content h2 {
    font-size: 18px;
  }
  #typed {
    font-size: 20px;
  }
  .hero-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 28px;
  }
  #typed {
    font-size: 16px;
  }
  .hero-content h2 {
    font-size: 16px;
  }
  .curve-bg {
    background: url(../images/header-bg-767.png) no-repeat center top !important;
  }
}
.testimonials {
  position: relative;
  background: linear-gradient(0deg, rgba(7, 77, 139, 0.9), rgba(7, 77, 139, 0.9)), url("../images/testimonial-bg.jpg") no-repeat left top;
}
.testimonials .owl-stage-outer {
  position: relative;
}
.testimonials .owl-stage-outer::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 93px;
  background: url("../images/quote.png") no-repeat left top;
  height: 79px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .testimonials::before, .testimonials::after {
    display: none;
  }
}

.owl-carousel .owl-item .testimonial-avatar {
  height: 160px;
  width: 160px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 100px;
  background: #054D8B;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  color: #fff;
  font-size: 1.5rem;
  border: 3px solid #fff;
}

.testimonials__owl-carousel .owl-dots {
  margin-top: 30px;
}

.testimonial-post {
  margin-bottom: 0;
}

.testimonial-body {
  width: 60%;
  margin: 0 auto;
}

.owl-theme.testimonials__owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
}

@media screen and (max-width: 992px) {
  .testimonials .owl-stage-outer::before {
    left: 20px;
    top: 0;
  }
}
.facilites {
  background: #f4f7fe;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.facilities-grid .grid-item {
  text-align: center;
  border: 1px solid #054D8B;
  padding: 2rem;
  transition: all 0.3s ease;
  background: none;
}
.facilities-grid .grid-item:hover {
  background: #054D8B;
}
.facilities-grid .grid-item:hover h3 {
  color: #fff;
}
.facilities-grid .grid-item:hover .facility-content {
  color: #fff;
}
.facilities-grid .grid-item svg {
  margin-bottom: 30px;
  display: inline-block;
}
.facilities-grid .grid-item svg path {
  fill: #0E55FB;
}
.facilities-grid .grid-item h3 {
  margin-bottom: 20px;
}
.facilities-grid .grid-item:hover path {
  fill: #fff;
}

.education-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.education-post .flex-shrink-0 {
  flex: 0 0 160px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #ddd;
}

.education-date {
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  .education-post .flex-shrink-0 {
    flex: 0 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .education-post .d-flex.shadow {
    flex-direction: column;
  }
  .education-post .py-4 {
    padding: 0 !important;
  }
  .education-post .ms-3 {
    margin-left: 0 !important;
  }
  .education-post .flex-grow-1 {
    padding: 0 1rem 1rem !important;
  }
}
@media screen and (max-width: 576px) {
  .education-post {
    grid-template-columns: 1fr;
  }
}
.pop-effect {
  position: relative;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.pop-effect img {
  transition: all 200ms ease-in;
  transform: scale(0.9);
}
.pop-effect:hover {
  transform: translateY(-3%);
}
.pop-effect:hover img {
  transform: scale(1);
}

.effect1 {
  position: relative;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.effect1:hover {
  transform: translateY(-3%);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
}

.experience {
  background: #6BBD1D;
}
.experience .card-img {
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.experience .card-img img {
  height: auto;
}

.work-section {
  background: #1D2328;
}

.work-img {
  overflow: hidden;
}
.work-img img {
  width: 100%;
}

.work-body {
  background: #fff;
}

.work-tag {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.work-tag-item {
  border-radius: 30px;
  border: 2px solid #6BBD1D;
  padding: 0 0.8rem;
  line-height: 32px;
  color: #6BBD1D;
  font-size: 12px;
  font-weight: 700;
}

.work * {
  transition: all 0.5s ease;
}

.work {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.work:hover img {
  transform: scale(1.2);
}
.work img {
  margin: 0 auto;
  width: 100%;
}
.work .overlay {
  background: rgba(5, 77, 139, 0.9);
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.2);
  z-index: 1;
}
.work:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.work .links {
  margin-top: -60px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.work .icon {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 50px;
  line-height: 48px;
  margin: 0 5px;
  opacity: 0.7;
  width: 50px;
}
.work .icon:hover {
  opacity: 1;
  transform: rotate(180deg);
}
.work .caption {
  bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% - 30px);
}
.work .caption h5 {
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}
.work .tags {
  font-size: 12px;
}

.work-tag--overlay .work-tag-item {
  border: 2px solid #fff;
  color: #fff;
}
.work-tag--overlay .work-tag-item a {
  color: #fff;
}

/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 15px;
  border-top: 1px solid #ececec;
}
.footer .grid-item {
  background: none;
}

.contact-info-wrap {
  background: #F4FCEC;
}
.contact-info-wrap .grid-item {
  background: #F4FCEC;
}

.footer-contact-text > div {
  margin-bottom: 4px;
  font-size: 0.9375rem;
}

.footer-accept {
  background: #E4EEF8;
}

.footer-accept-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer-social-media {
  background: #E4EEF8;
  border-top: 1px solid #ACC1D7;
}

.footer-accept-icon {
  transition: all 200ms ease-in;
  transform: scale(0.9);
}
.footer-accept-icon:hover {
  transform: scale(1);
}

/* #btn================================================== */
.btn {
  padding: 0 1rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.25s;
}

.btn--primary {
  background: #054D8B;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #065ba4;
}

.btn--accent {
  background: #6BBD1D;
}
.btn--accent:hover {
  color: #fff;
  background: #78d320;
}

.btn--danger {
  background: #f55353;
}
.btn--danger:hover {
  color: #fff;
  background: #f66b6b;
}

.btn--primary-outline {
  border: 2px solid #054D8B;
  color: #054D8B;
}
.btn--primary-outline:hover {
  border: 2px solid #054D8B;
  color: #fff;
  background: #054D8B;
}

.btn--accent-outline {
  border: 2px solid #6BBD1D;
  color: #6BBD1D;
}
.btn--accent-outline:hover {
  border: 2px solid #6BBD1D;
  color: #fff;
  background: #6BBD1D;
}

.btn--dark-outline {
  border: 2px solid #2C2234;
  color: #2C2234;
}
.btn--dark-outline:hover {
  border: 1px solid #2C2234;
  color: #fff;
  background: #2C2234;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #6BBD1D;
}
.btn-link:hover {
  color: #6BBD1D;
  text-decoration: none;
}

.btnLink {
  color: #529116;
  font-weight: 500;
}
.btnLink:hover {
  color: #39650f;
}

.btn i {
  margin-left: 4px;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 10em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #6BBD1D;
  --hover: #6BBD1D;
}

.pulse {
  --color: #6BBD1D;
  --hover: #6BBD1D;
}

.close {
  --color: #6BBD1D;
  --hover: #6BBD1D;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #6BBD1D;
  --hover: #6BBD1D;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

.btn + .btn {
  margin-left: 1rem;
}

.progress-wrap h3 {
  text-transform: uppercase;
}
.progress-wrap + .progress-wrap {
  margin-top: 20px;
}
.progress-wrap .progress-bar {
  background-color: #6BBD1D;
}

/* 1.2. SECTION TITLE */
.section--title {
  text-align: center;
}
.section--title h2 {
  position: relative;
  margin-top: -7px;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section--title h2 {
    font-size: 30px;
  }
}

.section--title h2:before,
.section--title h2:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section--title h2:before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #303030;
  opacity: 0.67;
}

.section--title h2:after {
  bottom: 5px;
  width: 200px;
  height: 1px;
  background-color: #303030;
}

.bg--img .section--title h2:before {
  border-color: #fff;
}

.bg--img .section--title h2:after {
  background-color: #fff;
}

.bg--img .section--title h2 strong {
  color: #fff;
}

.title {
  position: relative;
  padding-left: 2rem;
}
.title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #6BBD1D;
  width: 5px;
}

.breadcrumb-item a {
  color: #054D8B;
}

.card {
  position: relative;
  overflow: hidden;
}
.card img {
  height: 220px;
  object-fit: cover;
}
.card a {
  position: relative;
  display: block;
}
.card h2 {
  font-size: 2rem;
}
.card--border-none {
  border: none;
}
.card .card-body {
  padding: 20px;
}
.card .card-body--position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(25, 89, 149) 50%, rgb(56, 44, 96) 100%);
}
.card .card-body--position h2, .card .card-body--position h2 p {
  color: #fff;
}

.card--no-padding {
  padding: 0;
}

.card__date {
  color: #7e7f8b;
}

.news__owl-carousel .owl-item img {
  width: 130px;
}

.c-card__body {
  background: #fff;
  padding: 15px 20px;
}

.notices__media h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.notices__media img {
  width: 90px;
  height: 70px;
  object-fit: cover;
}

.media-date {
  color: #7e7f8b;
}

.card-price {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(253, 21, 40, 0.5);
  padding: 1.25rem;
  color: #fff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.card-price span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 26px;
  font-weight: normal;
}

.cards .card {
  margin-bottom: 30px;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.card img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}

.card-flex i {
  color: #6BBD1D;
}

.price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 1;
  opacity: 0.8;
}
.price span {
  font-size: 12px;
  font-style: italic;
}
.price strong {
  font-size: 24px;
  color: #6BBD1D;
}

.card-title {
  text-transform: inherit;
}

.social-media {
  display: flex;
  gap: 8px;
}
.social-media a {
  height: 32px;
  width: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid;
  align-items: center;
  transition: all 0.2s ease;
  color: #fff;
}
.social-media a:hover {
  color: #fff;
}
.social-media .fb {
  color: #3B5999;
  border: 1px solid #3B5999;
}
.social-media .fb:hover {
  background: #3B5999;
}
.social-media .tw {
  color: #55ACEE;
  border: 1px solid #55ACEE;
}
.social-media .tw:hover {
  background: #55ACEE;
}
.social-media .instagram {
  color: #B931B6;
  border: 1px solid #B931B6;
}
.social-media .instagram:hover {
  background: #B931B6;
}
.social-media .ytb {
  color: #EB4040;
  border: 1px solid #EB4040;
}
.social-media .ytb:hover {
  background: #EB4040;
}
.social-media .tiktok {
  color: #222;
  border: 1px solid #222;
}
.social-media .tiktok:hover {
  background: #222;
}
.social-media .Stackoverflow {
  color: #F48024;
  border: 1px solid #F48024;
}
.social-media .Stackoverflow:hover {
  background: #F48024;
}
.social-media .gmail {
  color: #EB4132;
  border: 1px solid #EB4132;
}
.social-media .gmail:hover {
  background: #EB4132;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
}

.social-icon {
  position: relative;
  transition: all 0.15s ease;
}
.social-icon:hover {
  color: #fff;
}
.social-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -150%);
}
.social-icon:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social-icon--linkedin {
  background: #006599;
  color: #fff;
}
.social-icon--linkedin .tooltip {
  background: #006599;
  color: currentColor;
}
.social-icon--linkedin .tooltip:after {
  border-top-color: #006599;
}
.social-icon--twitter {
  color: #fff;
}
.social-icon--twitter .tooltip {
  background: #55ACEE;
  color: currentColor;
}
.social-icon--twitter .tooltip:after {
  border-top-color: #55ACEE;
}
.social-icon--tiktok {
  color: #fff;
}
.social-icon--tiktok .tooltip {
  background: #222;
  color: currentColor;
}
.social-icon--tiktok .tooltip:after {
  border-top-color: #222;
}
.social-icon--Stackoverflow {
  color: #fff;
}
.social-icon--Stackoverflow .tooltip {
  background: #F48024;
  color: currentColor;
}
.social-icon--Stackoverflow .tooltip:after {
  border-top-color: #F48024;
}
.social-icon--gmail {
  color: #fff;
}
.social-icon--gmail .tooltip {
  background: #EB4132;
  color: currentColor;
}
.social-icon--gmail .tooltip:after {
  border-top-color: #EB4132;
}
.social-icon--facebook {
  color: #fff;
}
.social-icon--facebook .tooltip {
  background: #3B5999;
  color: currentColor;
}
.social-icon--facebook .tooltip:after {
  border-top-color: #3B5999;
}
.social-icon--instagram {
  color: #fff;
}
.social-icon--instagram .tooltip {
  background: #B931B6;
  color: currentColor;
}
.social-icon--instagram .tooltip:after {
  border-top-color: #B931B6;
}
.social-icon--ytb {
  color: #fff;
}
.social-icon--ytb .tooltip {
  background: #EB4040;
  color: currentColor;
}
.social-icon--ytb .tooltip:after {
  border-top-color: #EB4040;
}
.social-icon i {
  position: relative;
  top: 1px;
}

.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, -100%);
  transition: all 0.2s ease;
  z-index: 1;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  transform: translate(-50%, 100%);
}

.wrapper .captcha-area {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.captcha {
  background: url("../images/captcha-bg.png") no-repeat left top;
}

.captcha-area .captcha-img {
  height: 100%;
  flex: 1;
  user-select: none;
  border-radius: 5px;
  position: relative;
}

.captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}

.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 6px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: "Noto Serif", serif;
  padding-left: 3px;
}

.wrapper button {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #0984ed;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wrapper button:hover {
  background: #0768bc;
}

.captcha-area .reload-btn {
  width: 50px;
  height: 100%;
  font-size: 25px;
}

.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}

.wrapper .input-area {
  height: 60px;
  width: 100%;
  position: relative;
}

.input-area input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
  padding-left: 19px;
  border: 2px solid #4db2ec;
}

.input-area input::placeholder {
  color: #bfbfbf;
}

.input-area .check-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-area input:valid + .check-btn {
  opacity: 1;
  pointer-events: auto;
}

.wrapper .status-text {
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px) {
  .wrapper header {
    font-size: 25px;
  }
  .wrapper .captcha-area {
    height: 48px;
  }
  .captcha-area .captcha {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn {
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area {
    height: 55px;
  }
  .input-area .check-btn {
    height: 40px;
  }
  .wrapper .status-text {
    font-size: 15px;
  }
  .captcha-area .captcha-img {
    width: 250px;
  }
}
s.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #6BBD1D;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #6BBD1D;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #6BBD1D;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe,
.sucharu-map iframe {
  width: 100%;
}

.t-map iframe {
  display: block;
}

.card--tab .card-title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
}

.card--tab .card-body {
  padding: 0 20px 20px;
}

.destination .card a {
  color: #fff;
}

.destination .card img {
  height: 300px;
  object-fit: cover;
}

.destination__owl-carousel.owl-carousel .owl-dots.disabled,
.destination__owl-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.destination__owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel .owl-prev, .destination__owl-carousel .owl-next {
  position: absolute;
  top: -50px;
}

.destination__owl-carousel .owl-prev {
  right: 50px !important;
  left: inherit;
  position: absolute;
}

.destination__owl-carousel .owl-next {
  right: 0 !important;
}

.inquiry-p-t {
  padding-top: 150px;
}

.inquiry {
  background: linear-gradient(to right, rgba(50, 70, 80, 0.7), rgba(30, 20, 150, 0.7)), url("../images/inquiry-bg.jpg") no-repeat left top;
  background-size: cover;
  width: 100%;
}

.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 14px;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 110px;
}
.contact-form .btn {
  text-transform: uppercase;
}

.contact-icons {
  text-align: center;
}

.contact-icon {
  background: #F3F5FD;
  padding: 20px;
}
.contact-icon i {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #054D8B;
  color: #fff;
  font-size: 24px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-icon h3 {
  margin-bottom: 8px;
}
.contact-icon p {
  margin-bottom: 0;
}

.contact-box {
  padding: 30px;
  background: #F3F5FD;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .contact-icons.grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .mb-bottom .col-md-6 + .col-md-6 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-icons.grid--4 {
    grid-template-columns: 1fr;
  }
}
.map-wrap iframe {
  width: 100%;
}

.contact-info p {
  display: flex;
  gap: 12px;
}

.error {
  color: #ef7070;
}

.captcha-img input {
  height: 48px;
}

.contact-box button[type=submit] {
  height: 40px;
}

select.form-control.error {
  color: #222;
}

select.form-control {
  -webkit-appearance: searchfield;
  height: 40px;
}

.categories-pages .c-card__body h3 {
  margin-bottom: 0;
}

.categories-pages .c-card {
  margin-bottom: 80px;
  position: relative;
}

.c-card__body--position {
  position: absolute;
  bottom: -20px;
  width: 77%;
  left: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.p-title {
  font-size: 20px;
}

.p-sub-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.cat .card figure {
  position: relative;
}
.cat .card figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
  opacity: 0;
}
.cat .card:hover figure::after {
  opacity: 1;
}

.job-wrap {
  background: #d9eeff;
  height: 100%;
  padding: 20px 0 60px 0;
}

.job-application {
  font-size: 15px;
}

.module {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 3rem;
  padding-top: 22px;
  position: relative;
}

.borderTop {
  border-top: 10px solid #054D8B;
}

.required,
.astrik {
  color: #ea1c1c;
}

.job-application {
  width: 48%;
}

#datepicker {
  width: 180px;
  display: flex;
  -ms-display: flex;
  align-items: center;
}

#datepicker span {
  position: relative;
  z-index: 100;
  left: -20px;
  cursor: pointer;
}

.form-text.text-danger {
  display: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.module .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Add File";
}

@media screen and (max-width: 767px) {
  .job-wrap {
    padding: 20px 20px 60px 20px;
  }
  .job-application {
    width: 100%;
  }
  .module .row {
    display: block;
  }
}
.carrier-page form .col {
  margin-bottom: 20px;
}

.carrier-page form textarea {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .carrier-page form .col {
    max-width: 100%;
  }
  .carrier-page form .row {
    display: block;
  }
  .carrier-page.w-75 {
    width: 100% !important;
  }
}
.gallery-list .col-lg-3 {
  margin-bottom: 30px;
}

.gallery-item-caption {
  padding: 1rem 0;
  text-align: center;
  background: #1D2328;
  font-size: 18px;
  color: #ddd;
}

.gallery-item img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.gallery-img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.gallery-list .col-lg-2 {
  margin-bottom: 30px;
}

.gallery-items .col-sm-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .gallery-item img {
    width: 100%;
    height: 100%;
  }
  .gallery-img {
    height: 100%;
  }
}
.process-outer.grid--4 {
  grid-gap: 0;
}
.process-outer.grid--4 .grid-item {
  position: relative;
  padding: 20px;
}
.process-outer.grid--4 .grid-item .process-body {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 86%;
}
@media screen and (max-width: 767px) {
  .process-outer.grid--4 .grid-item .process-body {
    height: auto;
  }
}
.process-outer.grid--4 .grid-item:nth-child(4n)::before {
  display: none;
}
.process-outer.grid--4 .grid-item:last-child::before {
  display: none;
}
.process-outer.grid--4 .grid-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background: #6BBD1D;
}
.process-outer.grid--4 .grid-item:last-child::after {
  width: 50%;
}
.process-outer.grid--4 .grid-item::before {
  content: "";
  position: absolute;
  right: 0;
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 600;
  top: 38px;
  color: #6BBD1D;
}
@media screen and (max-width: 1250px) {
  .process-outer.grid--4 .grid-item::before {
    display: none;
  }
}

.process-rounded {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 4px solid #fff;
  background: #6BBD1D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 5px;
  outline: 2px solid #6BBD1D;
}

.text-bg {
  padding: 2rem;
  background: #f3f3f3;
  border: 1px solid #ddd;
}

.process {
  height: 100%;
}
.process .effect1 {
  transform: scale(1);
}
.process .effect1:hover {
  transform: translateY(-1.5%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.process-body-inner {
  padding: 1.5rem;
  padding-top: 1rem;
}

.process-title {
  padding: 0.5rem 1rem;
  background: #6BBD1D;
  color: #fff;
  text-align: center;
}

.p-t-150 {
  padding-top: 150px;
}

.pagination-work .pagination .page-item .page-link {
  color: #fff;
}

.work-place {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.work-place img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  border: 4px solid #000;
}

@media screen and (max-width: 767px) {
  .work-place {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-t-150 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .work-place {
    grid-template-columns: 1fr;
  }
  .work-place img {
    height: auto;
  }
}
.logo-design .grid-item img {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  display: block;
}

.web-app .grid-item img {
  height: 380px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 0 0;
}

.payment-methods .grid-item {
  border: 1px solid #ccc;
  padding: 1.5rem;
  background: #054D8B;
  color: #fff;
}
.payment-methods .grid-item .payment-card-body {
  color: #99c0e1;
}
.payment-methods .grid-item .payment-card-body h5 {
  color: #fff;
}
.payment-methods .grid-item img {
  height: 150px;
  object-fit: cover;
}

.payment-options img {
  height: 160px !important;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .fancybox-image {
    width: 80% !important;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
  }
  .payment-methods {
    padding-top: 0 !important;
  }
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 30px;
}

.portfolio-bg {
  background: #1D2328;
}

.portfolio-wrap {
  position: relative;
}

.portfolio-avatar {
  overflow: hidden;
  margin-left: 200px;
  display: inline-block;
}
.portfolio-avatar img {
  border-radius: 100%;
  height: 260px;
  width: 260px;
  object-fit: cover;
}

.portfolio-item {
  padding-top: 150px;
}

.portfolio-content {
  background: #054D8B;
  padding: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 250px;
  width: 100%;
  padding-left: 240px;
  z-index: -1;
}
.portfolio-content h2,
.portfolio-content h3 {
  color: #fff;
}

.profile-detail {
  padding-top: 40px;
}

.skills .work-tag-item {
  font-size: 14px;
}
.skills .work-tag-item a {
  color: #6BBD1D;
}

.table-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #C6C6C6;
}

.table-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cell {
  border: 1px solid #C6C6C6;
  padding: 8px;
}

.profile-title {
  background: #6BBD1D;
  padding: 1rem;
  margin-bottom: 20px;
}
.profile-title h3 {
  margin-bottom: 0;
  color: #fff;
}

.pl-120 {
  padding-left: 120px;
}

.table-experience {
  border: 1px solid #C6C6C6;
}

.table-software a:hover {
  color: #054D8B;
  text-decoration: underline;
}

.table-cell {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.cell-many {
  font-size: 14px;
  font-weight: bold;
  color: #054D8B;
  text-transform: uppercase;
}

.website-development-list li {
  list-style: disc inside;
}

.social-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.social-list li a:hover {
  text-decoration: underline;
}

.reference-list li {
  margin-bottom: 8px;
}

.sidebar-title {
  border: 2px solid #6BBD1D;
  color: #6BBD1D;
  padding: 0.5rem 2rem;
  display: inline-block;
}

.sidebar {
  padding: 4rem 2rem;
  font-size: 15px;
  color: #cfcfcf;
}

.table-education .table-row {
  grid-template-columns: 1fr 1.5fr;
}

.table-language {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3C4751;
}
.table-language .table-row {
  grid-template-columns: 1fr 1.5fr;
}

.language-mark {
  padding: 0.25rem;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background: #6BBD1D;
}

.language-excellent {
  width: 100%;
  background: #6BBD1D;
}

.language-good {
  width: 80%;
  background: #1dbd73;
}

.language-veryGood {
  width: 90%;
  background: #bd761d;
}

.language-average {
  width: 65%;
  background: #2750ad;
}

.language-poor {
  width: 45%;
  background: #2750ad;
}

.language-poor {
  width: 45%;
  background: #eb49e6;
}

.language-veryPoor {
  width: 35%;
  background: #eb9749;
}

.table-language strong {
  color: #fff;
}

.cell img {
  border: 1px solid #ccc;
  padding: 0.25rem;
}

@media screen and (max-width: 1200px) {
  .portfolio-content {
    background: #054D8B;
    padding: 3rem;
    position: inherit;
    top: 0;
    transform: inherit;
    margin-left: 0;
    width: auto;
    padding-left: 240px;
    z-index: -1;
  }
  .portfolio-profile {
    text-align: center;
  }
  .portfolio-avatar {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .portfolio-avatar img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: 3fr 1.5fr;
  }
}
@media screen and (max-width: 800px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .pl-120 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .portfolio-item {
    padding-top: 100px;
  }
  .portfolio-item.sidebar {
    padding-top: 60px;
  }
  .table-education .table-row {
    border-bottom: 1px solid #3C4751;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .portfolio-avatar img {
    width: 160px;
    height: 160px;
  }
  .table-row {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
  }
  .table-profile {
    border: none;
  }
  .project-undertaken .cell:first-child {
    font-weight: bold;
    padding-bottom: 0;
  }
  .project-undertaken .cell + .cell {
    height: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .profile-detail .cell + .cell {
    height: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .table-experience .cell {
    border: none;
  }
  .table-experience .cell strong {
    color: #fff;
    display: block;
    margin-bottom: 8px;
  }
  .table-experience .cell .cell-text {
    color: #bbd6ed;
  }
  .project-undertaken .table-row:first-child {
    display: none;
  }
  .project-undertaken .cell {
    border: none;
    color: #5d5d5d;
  }
  .table-software .table-row {
    margin-bottom: 1rem;
  }
  .portfolio-content {
    padding: 1.5rem 2rem;
  }
  .table-software .table-row .cell:nth-of-type(1),
  .table-experience .table-row .cell:nth-of-type(1) {
    background: #054D8B;
    color: #fff;
  }
}
.feedback .media img {
  height: 90px;
  flex: 0 0 90px;
  border-radius: 100%;
  overflow: hidden;
}

.feedback {
  padding: 2rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
.feedback + .feedback {
  margin-top: 30px;
}

.testimonial-name {
  font-size: 14px;
  letter-spacing: 0;
}
.testimonial-name strong {
  font-weight: 500;
  color: #fff;
}

.request {
  background: linear-gradient(to right, rgba(50, 70, 80, 0.7), rgba(30, 20, 150, 0.7)), url("../images/request-bg.jpg") no-repeat left top;
  background-size: cover;
  width: 100%;
}
.request .contact-box {
  background: #fff;
}

.price-item {
  position: relative;
  transition: all 500ms ease;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.price-item-header {
  background: #054D8B;
  padding: 1.5rem;
  text-align: center;
}
.price-item-header svg {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.price-item-header svg path {
  fill: #fff;
}
.price-item-header svg stroke {
  fill: #fff;
}

.price-item-currency {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.colmun-title h6 {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}

.price-item-body {
  padding: 1.5rem;
}

.price-item-body table th {
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.price-item-body table th + th {
  text-align: center;
}
.price-item-body table td {
  padding: 4px 0;
}
.price-item-body table td + td {
  text-align: center;
}
.price-item-body table .fa-check {
  color: #6BBD1D;
}
.price-item-body table .fa-times {
  color: #f54040;
}
.price-item-body table .tr-pb td {
  padding-bottom: 1rem;
}
.price-item-body table .tr {
  border-top: 1px solid #ccc;
}
.price-item-body table .tr td {
  padding-top: 1rem;
}

.price-item.pop-effect {
  position: relative;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.price-item.pop-effect img {
  transition: all 200ms ease-in;
  transform: scale(0.9);
}
.price-item.pop-effect:hover {
  transform: translateY(-1%);
}
.price-item.pop-effect:hover img {
  transform: scale(1);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .grid--3.pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #6BBD1D;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i {
  opacity: 1;
  transform: translateX(10px);
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .btnLink {
  font-size: 0.875rem;
}

.blog .card + .card {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d8d1dd;
}

.module {
  background: #EDF0F0;
  padding: 2rem 0;
}

.post__list {
  padding: 0 2rem;
}
.post__item a:hover h3 {
  color: #054D8B;
}
.post__item + .post__item {
  border-top: 1px solid #d8d1dd;
  margin-top: 24px;
  padding-top: 24px;
}

.list__item {
  line-height: 52px;
  position: relative;
}
.list__item a {
  padding: 0 2rem;
  display: block;
}
.list__item a:hover {
  color: #054D8B;
  background: #fff;
}
.list__item a::after {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}

.list--custom li a:hover::after {
  content: "\f104";
  position: absolute;
  right: inherit;
  left: 12px;
  top: 0;
}

.need {
  padding: 3rem;
  background: url("../images/need-bg.jpg") no-repeat left top;
  position: relative;
  color: #fff;
  width: 100%;
}
.need::after {
  content: "";
  position: absolute;
  background: rgba(42, 75, 155, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.need__inner {
  position: relative;
  z-index: 1;
}
.need h3 {
  color: #fff;
  margin-bottom: 28px;
}
.need__content {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}
.need__ph {
  font-size: 1.5rem;
  margin-bottom: 28px;
}

.works-card-outer img {
  height: 64px;
  display: block;
  margin: 0 auto;
  width: auto;
}
.works-card-outer .card:hover img {
  transform: inherit;
}
.works-card-outer .grid-item {
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 4px;
  background: #ecf0f3;
}
.works-card-outer .card {
  background: #ecf0f3;
  height: 100%;
}

.card-body-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body-bottom {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works-design.p-t-40 {
    padding-top: 0;
  }
}
.not-found {
  text-align: center;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
}

.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}
.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}

.blog-single__media img {
  width: 260px;
  height: 200px;
  object-fit: cover;
}

.blog-single__media + .blog-single__media {
  margin-top: 40px;
}

.notices h2 {
  font-size: 24px;
}

.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol > li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
  text-align: justify;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-title {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.single-title h2 {
  margin-bottom: 0;
}
.single-title figure {
  flex: 0 0 80px;
  height: 80px;
  padding: 16px;
  background: #f1efef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.single-title img {
  width: 100%;
}

.para-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-wrap--mobile {
  display: none;
}

/* #Media Queries For Responsive================================================== */
@media screen and (max-width: 992px) {
  .blogs-post a {
    display: block;
  }
  .blogs-post-fig img {
    width: 100%;
  }
  .owl-stage-outer::before {
    left: 10px;
  }
}
.navbar-toggler {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (max-width: 1250px) {
  .navbar-toggler {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dropdown--language {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .notices {
    margin-top: 30px;
  }
  .gallery-row > [class*=col-] img {
    height: 100px;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .footer__box {
    margin-top: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .header__middle-right-btn {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-40 {
    margin-top: 1.25rem;
  }
  .p-b-80 {
    padding-bottom: 40px;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .p-t-80 {
    padding-top: 2rem;
  }
  .p-t-60 {
    padding-top: 30px;
  }
  .p-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .portfolio.p-b-80 {
    padding-bottom: 0;
  }
  .footer__box {
    margin-bottom: 30px;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .dropdown--language {
    display: none;
  }
  .d-flex.media-blog {
    flex-direction: column;
    padding: 20px;
  }
  .testimonial-body {
    width: 100%;
  }
  .media-blog img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .gallery-row img {
    height: 120px;
    object-fit: cover;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .input-outer i {
    top: 27px;
  }
  .media-blog-content.ms-3 {
    margin-left: 0 !important;
  }
  .media-blog .flex-shrink-0 {
    width: 100%;
    text-align: center;
  }
  .media-blog-content {
    padding: 0;
  }
  .carousel-caption {
    font-size: 26px;
  }
  .notices {
    padding-left: 0;
    border: 0;
  }
  .img-block img {
    width: 100%;
  }
  .contact-info-outer {
    margin-top: 30px;
  }
  .contact-section {
    padding-top: 0 !important;
  }
  .shrink .header__middle {
    padding: 8px 0;
  }
  .about__figure::after {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .news .owl-theme .owl-nav {
    display: none;
  }
  .blog-single__media img {
    width: 80px;
    height: 80px;
  }
  .inside-banner h1 {
    font-size: 1.8rem;
  }
  .inside-banner {
    height: auto;
  }
  .notices {
    margin-top: 40px;
  }
  .pagination.m-t-40 {
    margin-top: 40px;
  }
  .container.d-flex.align-items-center {
    display: block !important;
    position: relative;
  }
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
  .section-title h2 {
    line-height: 1.2;
  }
  .grid-categories .grid-item + .grid-item {
    margin-top: 30px;
  }
  .header__middle-right-btn {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__middle .btn {
    font-size: 10px;
    line-height: 1.5rem;
  }
  .slider__owl-carousel .owl-prev {
    left: 10px;
  }
  .slider__owl-carousel .owl-next {
    right: 10px;
  }
  .section-title h2 {
    font-size: 1.625rem;
  }
  .section-title h3 {
    margin-bottom: 8px;
  }
  .t-map iframe {
    height: 250px;
  }
  .slider__owl-carousel .owl-item img {
    height: auto;
  }
  .location {
    margin-bottom: 1rem;
  }
  .destination .card {
    margin-bottom: 30px;
  }
  .m-b-30 {
    margin-bottom: 1.25rem;
  }
  .m-t-60 {
    margin-top: 30px;
  }
  .about-img {
    margin-top: 30px;
  }
  .btn-wrap-mobile {
    margin-left: auto;
    margin-top: 20px;
    display: none;
  }
  .last_footer {
    margin-top: 130px;
  }
  .about__figure {
    margin-bottom: 0;
  }
  .p-tb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn--big {
    padding: 0 1em;
    line-height: 45px;
  }
  .design {
    margin-top: 0.5rem;
  }
  .testimonials.m-t-50 {
    margin-top: 0;
  }
  .about-img img {
    height: auto;
  }
  .inside-hero-caption {
    position: inherit;
  }
  .inside-hero-tile {
    top: 30%;
  }
  .inside-hero-tile h2 {
    font-size: 20px;
  }
  .inside-right {
    margin-top: 20px;
  }
  .btn--medium {
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .btn-wrap.m-t-30 {
    margin-top: 0 !important;
  }
  .search {
    display: none;
  }
  .facilities-grid {
    grid-template-columns: 1fr 1fr;
  }
  .info .col-md-5.col-lg-5 {
    order: 1;
  }
  .info .col-md-7.col-lg-7 {
    order: 2;
    margin-top: 30px;
  }
  .blog-post-container .grid .card img,
  .blogs-post .blogs-post-fig img {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .facilities-grid {
    grid-template-columns: 1fr;
  }
}

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