/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	color: #313131;
	/* font-family: 'Lato', sans-serif; */
	/* font-family: "Open Sans", sans-serif; */
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}
a {
  color: #4383c7;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
}
img, svg {
	max-width: 100%;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
.PrimeItWorld_siteWrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #0aafd7;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.home-header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.header {
	overflow: hidden;
	padding: 15px 0;
	height: 72px;
	transition: all 0.5s;
	/* background: rgb(2, 85, 172); */
	background: #f4f4f4;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header #logo {
  float: left;
}
@media (min-width: 1024px) {
  .container-fluid #logo {
    padding-left: 60px;
  }
  .container #logo {
    padding-left: 0;
  }
}
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #0aafd7;
}
#header #logo img {
	padding: 0;
	margin: 0;
	max-width: 260px;
	max-height: 90px;
}
#header.header #logo img, #header.header-scrolled #logo img{
	max-height: 42px;
}
@media (max-width: 768px) {
  #header {
    padding: 14px 0 !important;
    height: 62px !important;
  }
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 34px !important;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
@media (min-width: 1024px) {
  .container-fluid #nav-menu-container {
    padding-right: 60px;
  }
  .container #nav-menu-container {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Menu Styling */
.nav-menu a {
  padding: 11px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  outline: none;
  transition: all 0.5s;
}
.header .nav-menu a {
	color: #151515;
}
.header.header-scrolled .nav-menu a{
  color: #fff;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #4383c7;
}

.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #0aafd7;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 16px 16px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle.home i, #mobile-nav-toggle.scrolled i {
	color: #fff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0aafd7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0aafd7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}
#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-content {
  text-align: center;
}
#intro h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 1px 1px #4383c7;
  text-align: center;
}
#intro p {
  margin: 0 auto 30px auto;
  color: #ffffff;
  text-shadow: .5px .5px #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
  #intro p {
    font-size: 17px;
  }
}
#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: .8;
  transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}
@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
#intro .carousel-indicators li {
  cursor: pointer;
}
#intro .btn-get-started {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #4383c7;
}
#intro .btn-get-started:hover {
  background: #fff;
  color: #4383c7;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-control-prev-icon::before, .carousel-control-next-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: white;
}
.carousel-control-prev-icon::before {
    content: "\f053";
}
.carousel-control-next-icon::before {
    content: "\f054";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
	margin-bottom: 50px;
}
.section-header h3 {
  font-size: 32px;
  color: #4383c7;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #4383c7;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #4383c7;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header p {
	text-align: center;
	color: #022953;
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 500;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured {
  background: #4383c7;
  text-align: center;
}

#featured .box {
  padding: 30px 20px;
}
#featured .box-bg {
	background-image: linear-gradient(0deg, #004084 0%, #004c9d 20%, #4383c7 100%);
}
#featured i {
  color: #4383c7;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}
#featured h4 {
  font-weight: 900;
  margin: 15px 0;
  font-size: 22px;
  color: #fff;
}
#featured h4 a {
  color: #fff;
}
#featured h4 a:hover {
  color: #0aafd7;
}
#featured p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
#about .about-col .img {
  position: relative;
}
#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0aafd7;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}
#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#about .about-col:hover .icon {
  background-color: #fff;
}
#about .about-col:hover i {
  color: #0aafd7;
}
#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 0;
  margin: 40px 0 12px 0;
  text-transform: uppercase;
  color: #4383c7;
}
#about .about-col h2 a:hover {
  color: #0aafd7;
}
#about .about-col p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
	text-align: justify;
}

/* Services Section
--------------------------------*/
#services {
  background: #4383c7;
  background-size: cover;
  padding: 60px 0 40px 0;
}
#services .box {
  margin-bottom: 25px;
}
.service_wrap {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	background: #fff;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service_wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.service_cont {
	padding: 10px;
	text-align: center;
}
.service_cont .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.service_cont .description {
	font-size: 15px;
	color: initial;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.SPECIALIZED h3 {
  color: #ffffff;
}

.SPECIALIZED h3::before, .SPECIALIZED h3::after {
  background: #fff;
}
.SPECIALIZED p {
  color: #ffffff;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background-size: cover;
  padding: 60px 0;
}
#call-to-action h3 {
	color: #6bae51;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 1px 1px #fff;
}
#call-to-action p {
  color: #fff;
  font-weight: 500;
}
#call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #6bae51;
  border: 2px solid #6bae51;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #4383c7;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* product Section
--------------------------------*/
.product {
  padding: 60px 0;
}
.product .product-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product .product-wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.product .product-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.product .product-item figure {
  background: #000;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.product .product-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
.product .product-item figure .link-preview, .product .product-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}
.product .product-item figure .link-preview i, .product .product-item figure .link-details i {
  padding-top: 6px;
  font-size: 17px;
  color: #333;
}
.product .product-item figure .link-preview:hover, .product .product-item figure .link-details:hover {
  background: #0aafd7;
}
.product .product-item figure .link-preview:hover i, .product .product-item figure .link-details:hover i {
  color: #fff;
}
.product .product-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
.product .product-item figure .link-details {
  right: calc(50% - 0px);
  top: calc(50% - 18px);
}
.product .product-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}
.product .product-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 18px);
}
.product .product-item .product-info {
  background: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 0 0 3px 3px;
}
.product .product-item .product-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.product .product-item .product-info h4 a {
  color: #333;
}
.product .product-item .product-info h4 a:hover {
  color: #0aafd7;
}
.product .product-item .product-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0aafd7;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
	height: 120px;
	line-height: 112px;
	background: #fff;
	font-size: 60px;
	object-fit: cover;
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0aafd7;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}
#team .member {
	text-align: center;
	background: #fff;
	position: relative;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	height: 100%;
}
#team .member .member-card {
	padding: 10px;
}
#team .member .member-card h4 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 17px;
	color: #4383c7;
}
#team .member .member-card span {
	font-size: 14px;
	display: block;
}
#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  transition: margin 0.4s;
  margin: 5px;
}
#team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #4383c7;
}
#team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #c0dfff;
}
#team .member .member-info p {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
  margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
#team .member .member-info .contact {
	color: #73b956;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	font-size: 15px;
}
#team .member .member-info .contact i {
	margin-right: 10px;
}
#team .member .member-info .contact a {
	color: #73b956;
	font-weight: 600;
	font-family: initial;
}

#team .member .member-info .social {
  margin-top: 15px;
}

#team .member .member-info .social a {
  transition: none;
  color: #fff;
}

#team .member .member-info .social a:hover {
  color: #0aafd7;
}

#team .member .member-info .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4383c7;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4383c7;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #4383c7;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #0aafd7;
  border: 1px solid #0aafd7;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #0aafd7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}
#news {
	padding: 60px 0 40px 0;
	position: relative;
}
#news::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}
#news .container {
	position: relative;
	z-index: 10;
}
.news-card {
	background: #fff;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.news-card .img {
	position: relative;
}
.news-card .img img {
	border-radius: 4px 4px 0 0;
}
.news-content {
	padding: 20px;
}
.news-card .news-title {
	font-size: 24px;
	padding: 0;
	margin-bottom: 12px;
	color: #4383c7;
}
.news-card .news-title a{
	display: inline-block;
	color: #4383c7;
}
.news-card .news-description {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
  margin-bottom: 15px;
}
.news-card .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.news-card .read-more {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.news-card .read-more:hover {
    color: #2980b9;
}
.news-card .no-news {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.8);
}
.news-card .no-news i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  margin-top: auto;
}

#footer .footer-top {
  background: #1e1e1e;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #0aafd7;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #eee;
	padding: 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	line-height: 36px;
}
#footer .footer-top .social-links a:hover {
	background: #0aafd7;
	color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: #555;
}
#footer .footer-top h4::after {
  background: #0aafd7;
  width: 60px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #0aafd7;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0aafd7;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.footer-top .contact-item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.footer-top .contact-item i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #0aafd7;
}
.footer-top .contact-item span {
	display: block;
}
/* Page content  */
.pitw_page_container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.breadcrumb.pitw_breadCrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.breadcrumb.pitw_breadCrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb.pitw_breadCrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #6c757d;
    font-weight: 300;
}
.breadcrumb.pitw_breadCrumb li a {
    color: #4383c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}
.breadcrumb.pitw_breadCrumb li.active {
	color: #6c757d;
	font-weight: 500;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 15px;
}
.breadCrumbPageTitle {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	background: #f4f4f44f;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.breadCrumbPageTitle h1{
  	margin: 0;
    font-size: 28px;
    color: #4383c7;
    font-weight: 900;
}
.pageTitle {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
  padding: 5px 0;
}
.pageTitle h1 {
	margin: 0;
	font-size: 32px;
	color: #4383c7;
	font-weight: 700;
}
.singleTitle {
	margin-bottom: 20px;
	margin-top: 15px;
}
.singleTitle h1 {
	margin: 0;
	font-size: 34px;
	color: #3f4346;
	font-weight: 700;
}
.pitw_single_content {
	font-size: 17px;
	line-height: 1.5;
  text-align: justify;
}
.pitw_single_content h1, .pitw_single_content h2, .pitw_single_content h3, .pitw_single_content h4, .pitw_single_content h5, .pitw_single_content h6 {
	font-weight: 700;
	margin: 15px 0;
	line-height: 1.2;
}
.pitw_single_content h1 {
	font-size: 28px;
}
.pitw_single_content h2 {
	font-size: 25px;
}
.pitw_single_content h3 {
	font-size: 22px;
}
.pitw_single_content h4 {
	font-size: 20px;
}
.pitw_single_content h5 {
	font-size: 19px;
}
.pitw_single_content h6 {
	font-size: 18px;
}
.pitw_single_content ul, .pitw_single_content ol {
	margin: 15px 0;
	padding-left: 24px;
}
.pitw_single_content li ol, .pitw_single_content li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.pitw_single_content ul li, .pitw_single_content ol li {
	margin-bottom: 6px;
	font-style: italic;
}
.pitw_single_content ul li {
	list-style: conic-gradient;
}
.pitw_single_content ol li{
	list-style: disc;
}
.pitw_single_content p {
	margin: 15px 0;
}
.pitw_single_content img {
	width: auto;
	max-width: 100%;
	margin-bottom: 0px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border-radius: .25rem !important;
}
.note-video-clip {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: none;
}
.pitw_single_content blockquote {
    position: relative;
    font-style: italic;
    font-size: 1.1rem;
    color: #333;
    border-left: 5px solid #4383c7;
    background: #f8f9fa;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
}
.pitw_single_content blockquote::before {
    content: "“";
    font-size: 3rem;
    color: #4383c7;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 1;
    opacity: 0.3;
}
.pitw_single_content blockquote p {
    margin: 0;
}
.pitw_single_content blockquote footer {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
    text-align: right;
}
/* News Meta Information */
.sinle-meta-info {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #007bff;
}
.meta-left, .meta-right {
    font-size: 14px;
    color: #6c757d;
}
.publish-date, .update-date, .reading-time {
    display: inline-flex;
    align-items: center;
}
/* Featured Image */
.featured-image-wrapper {
    text-align: center;
}
.featured-image {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.image-caption {
    font-style: italic;
}
/* Social Sharing */
.share-title {
    font-weight: 600;
    color: #495057;
}
.share-buttons .btn {
    border-radius: 20px;
    padding: 8px 16px;
}
/* Navigation */
.sinle-navigation .nav-link {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
}
.sinle-navigation .nav-link.next {
	justify-content: right;
}
.sinle-navigation .nav-link:hover {
    background: #f8f9fa;
    border-color: #18d36e;
    transform: translateY(-2px);
}
.nav-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-title {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #495057;
}
.next-news {
    justify-content: flex-end;
    text-align: right;
}
/* Related News */
.related-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.related-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.related-content {
    padding: 20px;
}
.related-title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.related-title a {
    color: #333;
    text-decoration: none;
}
.related-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.related-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}
.related-meta .read-more {
    color: #4383c7;
    text-decoration: none;
    font-weight: 500;
}
.related-meta .read-more:hover {
    text-decoration: underline;
}
.pitw_single_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}
.pitw_single_content table thead tr {
    background-color: #4383c7;
    color: #fff;
}
.pitw_single_content table td, 
.pitw_single_content table th {
    border: 1px solid #dee2e6 !important;
    padding: 8px 15px;
    text-align: center;
    vertical-align: middle;
}
.pitw_single_content table tr:first-child td {
    background-color: #4383c7;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.pitw_single_content table tr:nth-child(even):not(:first-child):not(:nth-child(2)) {
    background-color: #f9f9f9;
}
.pitw_single_content table tr:hover {
    background-color: #f0f6ff;
}
.pitw_single_content table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #333;
    background-color: #f8f9fa;
}
.service_price {
	font-size: 20px;
	font-weight: 600;
}
.service_price span {
	font-weight: 900;
	color: #4b86f9;
	font-size: 22px;
}
@media (max-width: 768px) {
  .pitw_page_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pageTitle {
      margin-bottom: 15px;
  }
  .pageTitle h1 {
    font-size: 24px;
  }
  .pitw_single_content {
    font-size: 15px;
  }
  .pitw_single_content p {
    margin: 10px 0;
  }
  .pitw_single_content h1, .pitw_single_content h2, .pitw_single_content h3, .pitw_single_content h4, .pitw_single_content h5, .pitw_single_content h6 {
    margin: 10px 0;
  }
  .pitw_single_content h1 {
    font-size: 24px;
  }
  .pitw_single_content h2 {
    font-size: 22px;
  }
  .pitw_single_content h3 {
    font-size: 20px;
  }
  .pitw_single_content h4 {
    font-size: 18px;
  }
  .pitw_single_content h5 {
    font-size: 17px;
  }
  .pitw_single_content h6 {
    font-size: 16px;
  }
  .pitw_single_content ul, .pitw_single_content ol {
    margin: 10px 0;
    padding-left: 18px;
  }
  .pitw_single_content table {
        font-size: 0.85rem;
  }
  .pitw_single_content table td, .pitw_single_content table th {
        padding: 8px;
  }
}
