/**
* Template Name: Medicio - v2.0.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
p{
  text-align: justify;
}

.directory{
  text-align: center;
  color: transparent;
}

.directory a{
  color: transparent;
}

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
.top-header {
  color: #fff;
}

.head{
  font-size: 26px;
}

.list li a{
  color: #000;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3fbbc0;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #5ec6ca;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
background: #3fbbc0;
  color: #fff;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
  padding-top: 10px;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 2px 0;
	top: 65px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 110px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
        margin-left: -20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #3fbbc0;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  margin-top: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #194b4d;
  border-bottom: 1px solid gray;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3fbbc0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu .left-drop ul {
margin-left: 0px !important;
width: 250px;
    margin-top: 0px;
}

.nav-menu .left-drop ul li ul{
margin-left: -50px !important;
width: 250px;
top: -20px !important;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -80%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.tab-bg{
  background-color: #d4d4d445;
  padding: 20px;
}
/* Appointment Button */
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
    display: none;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
	    line-height: 5
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 600;
  outline: none;
  border-bottom: 1px solid #fff;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color:#3fbbc0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
      background-color: #69c7d1;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgb(0 12 24);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-inner{
      margin-top: 8%;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgb(33 33 33 / 45%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
/*  width: 290px;*/
}

#mobile-slider{
  display: none;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #f7f7f7;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.4);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(63, 187, 192, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
/*  background-image: url(../img/6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #1d1818;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
  background-color: #3fbbc0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background-color: white;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  background-color: #1a1a1a7a;
  padding: 5px;
  margin-bottom: 10px;
}

.services .title a {
  color: #000000;
  transition: 0.3s;
}

.services .title a:hover {
  color: #ffffff;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #c5e6e6;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

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

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #def4f4;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.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 !important;
}

.testimonials .owl-dot.active {
  background-color: #3fbbc0 !important;
}

@media (max-width: 767px) {
	#jssor_1{
		margin-top:30% !important;
	}
  .gallery {
    padding: 40px 0 !important;
    margin-top: 70px !important;
  }
	.counts .count-box span {
    font-size: 30px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555555;
    margin-left: 50px;
}
  .about {
    padding: 40px 0 !important;
    margin-top: 70px !important;
  }
  .contact {
    padding: 40px 0 !important;
    margin-top: 70px !important;
  }
  .cont {
    margin: 5px;
  }
  .testimonials {
    margin: 30px 10px;
  }
  .mob-space{
  padding: 10px;
}
.section-title h2 {
    font-size: 15px;
    }
  #hero{
    display: none;
  }
  #mobile-slider{display: block;}
  #mobile-slider img{
        height: 240px;
    margin-top: 10%;
  }
  #mobile-slider .carousel-caption{
    background-color: #2121218c;
  }
  .common {
    position: relative;
    padding: 70px 0 !important;
  }
  .common .bread-crumb {
    position: relative;
    margin-left: 0% !important;
  }
.common .bread-crumb li {
    font-size: 16px !important;
    }
    .common h1 {
    font-size: 25px !important;
  }
  .pb-10{
   padding-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/
.products .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 46%);
}

.products .member .member-img {
  position: relative;
  overflow: hidden;
}

.products .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.products .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.products .member .social a:hover {
  color: #3fbbc0;
}

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

.products .member .member-info {
  padding: 25px 15px;
}

.products .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.products .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.products .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.products .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

.gallery .owl-dot.active {
  background-color: #3fbbc0 !important;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery .gallery-carousel .center {
  border: 6px solid #3fbbc0;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
}

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

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

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #d4d4d4;
}
#footer .footer-top .footer-info li{
    color: #d4d4d4;
    list-style: none;
    padding: 5px;
} 
#footer .footer-top .footer-info li i{
    color: #3fbbc0;
    padding: 5px;
} 
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    color: #ffffff;
    border-bottom: 1px solid #3fbbc0;
}

#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 li a{
  color: #d4d4d4;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #3fbbc0;
  font-size: 15px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links #lists li{
  margin-bottom: -13px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}

#footer .copyright {
  text-align: center;
  padding: 10px;
}

#footer .credits {
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
}
#footer .credits a{
  color: #3fbbc0;
}

/*whatsapp icon*/
.float{
  position:fixed;
  width:55px;
  height:55px;
  bottom:10px;
  left:25px;
  background-color:#77a43f;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index: 999;
}

.my-float{
    margin-top: 6px;
    height: 40px;
    width: 50px;
}

.float-choose a {
  color: white !important;
}

.support1 {
  display: none;
  position: fixed;
  height:44px;
  bottom:110px;
  left:25px;
  background-color:#77a43f;
  z-index:100;
  border: 2px solid #77a43f;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

/*fixed social icons*/

.social-icons ul li{
    list-style-type: none;
    padding: 2px;
}
.social-icons{
      position: fixed;
    top: 200px;
    left: 5px;
    z-index: 9999;
}
/* ==== products =====*/
.box{
  border: 1px solid gray;
  padding: 5px;
}
.box:hover{
  box-shadow: 0px 0 7px;
}
/* === about us === */
.about{
  position:relative;
  padding: 155px 0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../img/slide/about-us.png);
  margin-top: 10%;
}

.about:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgb(45 45 45 / 26%);
  opacity: .80;
  position:absolute;
}
/* === contact us === */
.contact{
  position:relative;
  padding: 155px 0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../img/slide/contact-us.jpg);
  margin-top: 10%;
}

.contact:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgb(45 45 45 / 9%);
  opacity: .80;
  position:absolute;
}
/* === gallery === */
.gallery{
  position:relative;
  padding: 155px 0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../img/slide/gallery.jpg);
  margin-top: 10%;
}
.gallery:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgb(45 45 45 / 9%);
  opacity: .80;
  position:absolute;
}

.clients{
  position:relative;
  padding: 155px 0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../img/slide/clients.jpg);
  margin-top: 10%;
}
.clients:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgb(45 45 45 / 9%);
  opacity: .80;
  position:absolute;
}

/* ==== common banner ====*/
.common{
  position:relative;
  padding: 155px 0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../img/slide/slide-2.jpg);
  margin-top: 10%;
}
.common:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgb(45 45 45 / 87%);
  opacity: .80;
  position:absolute;
}
.common .inner-container{
  position: relative;
}
.common h1{
  position:relative;
  font-size:36px;
  color:#ffffff;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.common .bread-crumb {
  position: relative;
  margin-left: 37%;
}
.common .bread-crumb li {
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right: 15px;
	margin-right: 0;
	letter-spacing: 2px;
	list-style-type: none;
}
.common .bread-crumb li:before{
  position: absolute;
  right: -8px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.common .bread-crumb li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.common .bread-crumb li:last-child:before{
  display: none;
}
.common .bread-crumb li a{
  color:#fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.common .bread-crumb li a:hover{
  color:#ffffff;  
}

/* =====  Table =====*/
.bg-tr{
  background-color: #379ca0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #c6e1e2;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}
.st {
  width: 150px;
}
.space{
padding: 11px;
}
.bg-gray{
  background-color: #d4d4d4;
}

/* ==== Contact ==== */
.cont
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}
.cont .fa{
    font-size: 24px;
    color: #ff8a00;
}
.cont p{
    font-weight: bolder;
      text-align: center;
}
.enquiry-contact-info-icon i {
  color: #3fbbc0;
}
 input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 2px solid #ccc;
    width: 100%;
    padding: 8px;
}
form{
    padding: 20px;
    border: 1px solid #65c9cd;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
input:focus {
    box-shadow: 0 4px 8px 0 #65c9cd;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
  }
.light-color{
  color: #3fbbc0;
}
.bg-light-color{
  background-color: #3fbbc0;
}
.img-effect{
  box-shadow: 0px 2px 5px 4px #cecece;
  padding: 10px;
}
.pdf{
  width: 30%;
}
.caption
  {
    text-align: center;
    background-color: #3fbbc0;
    color: black;
    padding: 5px;
    font-size: 20px;
}
.mc-list h5{
    border-right: 4px solid #3fbbc0;
    background: #000000b5;
    padding: 9px;
    border-left: 4px solid #3fbbc0;
    text-align: center;
    font-size: 18px;
}
.list{
  list-style-type: square;
}
.list-border{
  border: 1px solid #3fbbc0;
}
.status-meeting{
    list-style-type: square;
}
.read-more-content{
  display: none;
}
.read-more{
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    font-size: 15px;
    background-color: #3fbbc0;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.read-more:hover{
  color: #000;
}

/*  ======= Margin & Padding ========= */
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}

.highlight-text{
    color: #e46e1e;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }


  .product-list{
    margin: 30px 0;
  }

  .product-list h5{
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
  }

  
.forHeadingOne {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    background: #f3f3f3;
    padding: 18px;
    border-bottom: 2px solid #009581;
    border-radius: 3px;
    color: #444444;
    line-height: 36px;
}

.forHeadingTwo {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    color: #444444;
    background: #f7f1f1;
    padding: 10px;
    border-left: 2px solid #009581;
    border-radius: 3px;
    margin-top: 20px;
}

  .product-list h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
  }

.product-list ul.list li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}
.product-list ul.list li::before {
	content: "";
	height: 12px;
	width: 12px;
	display: block;
	background: #f7f1f1;
	position: absolute;
	top: 8px;
	left: 0px;
	border-radius: 50%;
	border: 2px solid #009581;
}

    .for-top-top-header {
	border-bottom: 1px solid #fff;
	/* float: right; */
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: -1px;
}
.common {
    padding: 165px 0 100px;
}
.common .bread-crumb {
    position: relative;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-left: 0;
}

.common .bread-crumb li {
    position: relative;
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 0;
    margin-right: 0;
    letter-spacing: 2px;
    list-style-type: none;
}
.forHeadingTwo {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    color: #444444;
    background: #f7f1f1;
    padding: 10px;
    border-left: 2px solid #009581;
    border-radius: 3px;
    margin-top: 20px;
    text-align: left !important;
}
.forHeadingTwo::after{
  display: none !important;
}


/*****************************/
/* Blog Section 
============== */

.single-blog-item {
	background: #fff;
	margin-bottom: 30px;
}

p.blog-meta {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

p.blog-meta i:before {
	padding-right: 7px;
}

.blog-meta i {
	font-size: 20px;
}

.blog-content {
	padding: 30px 30px 40px;
}

.blog-content h5 a {
	font-size: 22px;
	line-height: 28px;
	margin: 20px 0;
  color: #0270b6;
}

.blog-content h5 a:hover{
	color: #002C42;
	opacity: .8;
}


.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0;
	color: #122A44;
}

.blog-area a.read-more:hover {
	color: #F35C27;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	transition: transform ease 0.3s;
}

.blog-bg span {
	background: #f68c36;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.blog-bg img:hover {
	transform: scale(1.07);
}


.blog {
  background: #f6f6f6;
}


.pagination {
	margin-top: 30px;
  }
  
  .page-link {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FA4729;
	border-color: #FA4729;
	color: #fff;
  }
  
  .page-item:first-child .page-link {
	display: inline-flex;
	background: #fec500 !important;
	border-color: #fec500 !important;
	border-radius: 0;
  }
  
  .page-link,
  .page-link.active {
	border-radius: 0;
	margin-right: 15px;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ddd;
	border-color: #ddd;
	color: #0B0D26;
  }
  .page-link:hover,
  .page-link.active:hover {
	background: #fec500 !important;
	border-color: #fec500 !important;
	color: #fff;
  }
  

.post-thumb {
    position: relative;
}

.dates {
  position: absolute;
  background-color: #ffb600;
  top: 30px;
  left: 30px;
  line-height: normal;
}

.dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}
 .dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}
 .dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}

.dates span.comments-counts {
  display: block;
  background: #fff;
  padding: 10px;
  color: #999;
}

.dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
  font-size: 18px;
  color: #fff;
}
.post-thumb img{
  width: 100%;
}

.dates .comments-counts span, .dates .date {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.dates span.date {
  color: #fff;
}

.dates span.year {
  padding-bottom: 10px !important;
  color: #fff;
}

span.years {
  font-size: 17px;
}

.dates span.month {
  margin-top: 10px;
}

.dates span.years {
  font-size: 17px;
  margin-bottom: 11px;
  margin-top: 5px;
}

 h1.entry-title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0 15px;

}

.entry_meta span.author.vcard ,.entry_meta span.categories-links  {
  margin-right: 10px;
  font-size: 14px;
}
.entry_meta span.author.vcard i, .entry_meta span.categories-links  i{
  margin-right: 5px;
}
 .ast-single-post-order .entry_meta span {
  color: #6b6b6b;
}
.ast-single-post-order .entry_meta span {
  color: #6b6b6b;
  font-size: 16px;
}

.recent-posts__item a {
  display: flex;
  gap: 13px;
}

.recent-posts__item a .recent-blog-text{
  font-size: 13px;
}

.list li i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #fec500;
  border-radius: 100px;
  display: inline-block;
  margin-right: 15px;
  color: #000;
  flex: 0 0 25px;
  font-style: normal;
  font-weight: 700;
}
.list li  span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
}



.careerDetails ul li {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}


.careerDetails ul li span {
  font-weight: 600;
  color: #000;
}

.careerDetails ul li button {
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  background: #001a56;
}
.careerDetails ul li button:hover{
  background: #fec500;
  color: #000;
}

section.company-section.blog.blogSingle {
  background: #fff;
}

.mb-30 {
  margin-bottom: 40px;
}
.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}
.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}
.blog-tag-wrap.d-flex.align-items-center h5 {
  margin-bottom: 0;
}


h2.have-career {
  font-size: 56px;
  line-height: 64px;
  font-family: "Roboto Slab", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 40px;
  background: #ff6e2c;
  background: linear-gradient(90deg, #fec500 0%, #020d26  100%);;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec500', endColorstr='#020d26',GradientType=0 );
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.6);
}
.carrerDetails h3, .carrerDetails h5{
  margin-bottom: 10px;
}
.carrerDetails p{
  color: #000;
}

.carrerDetails ul li{
  color: #000;
margin-bottom: 10px;
}
.carrerDetails ul {
  margin-left: 20px;
}

.carrerDetails button{
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}
.carrerDetails{
  position: relative;
}

.carrerDetails .backTo{
  position: absolute;
  top: 0;
  right: 0;
  color: #fec500;
}

.carrerDetails .backTo:hover{
  color:#000;
}

section.about-two.three {
  background: #fff;
}

section.jobHeading {
  padding: 50px 0;
  background-image: linear-gradient(120deg, rgb(238 220 255) 0%, rgb(219 237 255) 100%);
}

section.jobHeading p {
  font-size: 18px;
}

.careerDetails ul li:first-child{
  border-bottom: 1px solid #fec500;
}

.careerDetails ul li:first-child strong{
  color: #000;
  font-weight: 900;
  font-size: 18px;
}

.job_details ul li:first-child{
  border: none;
}

.job_details ul {
  display: flex;
  gap: 27px;
}
.job_details ul li {
  border: none;
  padding: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #a8a8a8 !important;
  padding-right: 15px;
}

.job_details ul li:last-child {
  border-right:none !important;
}

.job_details ul li:first-child i {
  margin-right: 11px;
  color: #a136aa;
}

.careerDetails {
  padding: 60px 0 0 0;
}
.applyNowD{
  position: relative;
}
.applyNowD:before{
  content: "";
  background-image: linear-gradient(0deg, #000, rgba(7, 0, 7, .3) 51%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.applyNowD .applyNowT {
  position: absolute;
  bottom: 27px;
  padding: 25px;
}

.applyNowD .applyNowT h3 {
  color: #fff;
  line-height: 36px;
}

.applyNowD .applyNowT p {
  color: #fff;
}

a.applyBtnN {
  padding: 10px 25px;
  background: #fec500;
  color: #000;
  font-weight: 700;
}

section.jobHeadingDetails {
  padding-bottom: 80px;
}

.carrerDetails h3 .job_details ul{
  margin-left: 0;
}
.carrerDetails h3 .job_details ul li {
  list-style-type: none;
  padding-left: 0;
}

a.theme-btn.bannerButton.forcareerB {
  padding: 9px 10px;
  font-size: 14px;
}

a.theme-btn.bannerButton.forcareerB i {
  margin-left: 4px;
  font-size: 14px;
}
.services-one .testimonial-two__bg{
  padding: 30px 0 30px;

    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-one .quote-tab__button {
  position: relative;
  display: block;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  width: 194.5px;
  background-color: var(--thm-base);
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.services-one .quote-tab__button .quote-tab__button-inner h4 {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #222;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  /* transition: all 200ms linear; */
  transition-delay: 0.1s;
  margin-bottom: 0;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #E5E5E5;
  position: absolute;
  right: 0;
  top: 13px;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item.active-btn-item::after {
  content: '';
  width: 21px;
  height: 21px;
  background-color: var(--theme-color);
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fec500;
  right: 0;
  margin: 0 auto;
}

.services-one__btn .btn-1 {
  display: inline-block;
  border: 1px solid #fec500;
  padding: 16px 45px 16px 45px;
  color: #222;
  position: relative;
}
.btn-1:hover span {
  width: 225%;
  height: 562.5px;
}

.header-link-btn .btn-1 span {
  background-color:#ffb600;
}
.btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffb600;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.servicesDetails {
  padding: 80px 0;
}

.sidebar-left .widget.widget-nav-menu ul li a {
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  background-color: #fff;
}

.widget.widget-nav-menu ul li.active a{
  background:#fec500 !important; 
}

.widget.widget-nav-menu ul li:hover a{
  background:#fec500 !important; 
}

.widget.widget-nav-menu ul li{
  list-style-type:none;
}

.sidebar .widget-download .download li {
  list-style-type:none;
  margin-bottom: 22px;
}

.sidebar .widget-download .download li  i {
  color: #fec500 ;
}

.services-bottom {
  background: #b1b1b1;
  padding: 30px 20px;
}
.services-bottom h2 {
  text-align: center;
  color: #fff;
}

.services-bottom p {
  color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 38px;
    max-width: 750px;
    text-align: center;
    display:block;
    margin: 0 auto;
}

.services-bottom a {
  background: #fff;
  border-radius: 2px;
  color: #494743;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  width: 14%;
  margin-top: 20px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.help-bx {
  background:#fec500;
}

.help-bx .info {
  padding: 15px 25px 35px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}


.help-bx .info:before, .help-bx .info:after {
  content: "";
  background:#fec500;
  position: absolute;
  top: -25px;
  width: 100%;
  height: 50px;
  left: 0;
  transform: skewY(-8deg);
  z-index: -1;
}

.help-bx .info:before {
  content: '';
  background: #fff;
  top: -32px;
  transform: skewY(-5deg);
  height: 40px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
.help-bx .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.help-bx p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.btn-secondry {
  background-color: #020d26;
  color: #fff;
}

.help-bx .info img {
  max-width: 60px;
  margin-bottom: 20px;
}

.btn, .btn-secondry {
  color: #fff !important;
  padding: 11px 25px;
  display: inline-block;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.help-bx p {
  color: #fff;
}

.sidebar h3.widget-title {
  margin-bottom: 45px !important;
}


.video-area .play-btn {
  
}


.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-wrapper {
  position: absolute;
  display: inline-block;
  padding: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 40%;
  /*transform: translate(-50%, -50%);*/
  background: #fec500;
  display: flex;
  justify-content: center;
  align-items: center;
}


.video-wrapper a.play-btn-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fec500;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out;
} 

.video-area .play-btn-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;

}

.video-content-list {
  position: relative;
}

.video-wrapper a.play-btn-btn i {
  color: #fff;
}

@keyframes ripple-wave {
  0% {
      opacity: .8;
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }
}

button.btn {
  background: #001a56;
  border-radius: 5px;
}

.blog-bg img {
	transition: transform ease 0.3s;
	width: 100%;
	height: auto;
}

.blog-content .read-more {
	display: inline-block;
	color: #fff;
	margin-left: 0;
	font-size: 15px;
	background-color: #3fbbc0;
	padding: 10px 20px;
	margin-bottom: 5px;
	font-weight: 500;
	border-radius: 5px;
}
h2.blog-tilte {
    font-size: 20px;
    background: #fafafa;
    padding: 11px;
    border-left: 5px solid #ffcf00;
}
h3.blog-tilte {
    font-size: 20px;
    background: #fafafa;
    padding: 11px;
    border-left: 5px solid #ffcf00;
}
.recent-posts__item a {
	display: flex;
	gap: 13px;
	justify-content: flex-start;
	align-items: center;
}

.recent-posts__item a .recent-blog-text{
  font-size: 13px;
}
.recent-blog-img {
    height: 95px;
    overflow: hidden;
    width: 125px;
    flex: 0 0 125px;
}

.recent-posts__item a .recent-blog-text {
	font-size: 14px;
	color: #008ed1;
}
.recent-blog-img img {
	width: 100%;
}

.post-thumb img {
	width: 100%;
	border: 2px solid #f17a35;
	padding: 10px;
}
p{
  font-size: 16px;
  line-height: 28px;
}
/************************/