@charset "UTF-8";
html {
  font-size: 100%;
}

* {
  /* margin: 0; */
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  margin: 0px;
  font-family: "Saira", serif;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  /* color: #626262; */
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 28px;
  overflow-x: hidden;
}

.bod_wrpa {
  position: relative;
}

.bod_wrpa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  z-index: -1;
  opacity: 0.3;
}

.top_wrapper {
  position: relative;
  height: 100vh;
}

.top_wrapper::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1144px;
  }
}

.section-title .sub-title {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.section-title .sub-title span.title {
  text-transform: uppercase;
  color: #f9580e;
  font-size: 17px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  z-index: 1;
}

.section-title .sub-title .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  font-size: 65px;
  color: #ffe5dc;
  line-height: 1;
  z-index: -1;
}

.section-title h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 47px;
  color: #313590;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.section-title h2 span {
  color: #f9580e;
}

.title-span-line span.line {
  background-color: #f9580e;
  height: 5px;
  border-radius: 2.5px;
}

.title-span-line span.line-1 {
  width: 40px;
}

.title-span-line span.line-2 {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.title-span-line span.line-3 {
  width: 40px;
}

.section-white-title h2 {
  color: #fff;
}

.section-white-title h2 span {
  color: #282828;
}

ul.social-link li {
  display: inline-block;
}

.form_group {
  position: relative;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 60px;
}

textarea.form_control {
  padding-top: 15px;
}

/*===== All bg =====*/

.main-bg {
  background-color: #f9580e;
}

.light-bg {
  background: #f7f7f7;
}

/*===== All Button Style =====*/

.main-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #439e9c;
  line-height: 27px;
  text-transform: capitalize;
  border-radius: 28px;
  transition: all 0.3s ease-out 0s;
}

.main-btn:after {
  display: inline-block;
  padding-left: 10px;
  font-family: "IcoFont";
  content: "";
}

.main-btn:hover,
.main-btn:focus {
  background: #282828;
  color: #fff;
}

button {
  border: none;
}

.btn-link {
  color: #282828;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

.btn-link:after {
  display: inline-block;
  content: "";
  font-family: "IcoFont";
  padding-left: 10px;
  transition: all 0.3s ease-out 0s;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.btn-link:hover:after,
.btn-link:focus:after {
  padding-left: 15px;
}

/*
    nice select css
*/

.nice-select {
  width: 100%;
  outline: none;
}

.nice-select.open:after {
  transform: none;
}

.nice-select:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2e2e2e;
}

.nice-select .list {
  width: 100%;
}

/*
    Start Preloader css
*/

.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f9580e;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*
    End Preloader css
*/

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/*
    Start scroll_up css
*/

.back-to-top {
  background: #f3c80a;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #282828;
  color: #fff;
}

/*
    End scroll_up css
*/

/*---=======================
   02. Start Header css 
===========================---*/

.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  padding-top: 0;
}

.header-navigation .nav-container {
  position: relative;
  max-width: 1192px;
  margin: auto;
  text-align: center;
}

.header-navigation
  .nav-container
  .main-menu
  ul
  > li.menu-item-has-children
  > a:after {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  margin-left: 5px;
  display: inline-block;
  color: #f3c80a;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation
    .nav-container
    .main-menu
    ul
    > li.menu-item-has-children
    > a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-navigation
    .nav-container
    .main-menu
    ul
    > li.menu-item-has-children
    > a:after {
    display: none;
  }
}

.header-navigation .nav-container .main-menu ul li {
  display: inline-block;
  position: relative;
}

.header-navigation .nav-container .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 17px 16px;
  line-height: 1;
}

.header-navigation .nav-container .main-menu ul li .sub-menu {
  position: absolute;
  text-align: left;
  left: 0;
  top: 120%;
  width: 285px;
  /* background: linear-gradient(to bottom, #f2ffed, #f5f5f5, #f3ffee); */
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
  box-shadow: 0px 0px 10px #969696;
  border-radius: 0 0 10px 10px;
}

.f-sub {
  width: 161px !important;
  background-color: #57ab3c !important;
}

.f-sub li a:hover {
  background-color: #1c467b !important;
}

.s-sub {
  width: 117px !important;
}

.s-sub li a:hover {
  background-color: #57ab3c !important;
}

.header-navigation .nav-container .main-menu ul li .sub-menu.c_w_menu {
  width: 137px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child > a {
  /* border-bottom: none; */
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px dashed #c5c5c5;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child a {
  border: none;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li a .fa {
  width: 30px;
  height: 30px;
  /* background: #f3c80a; */
  /* border-radius: 50%; */
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #111; */
  /* box-shadow: 0px 3px 6px #ccc; */
  border-right: 1px dashed #272727;
  padding-right: 10px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
  background-color: #1b437c;
  color: #fff !important;
  border-color: transparent;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover .fa {
  border-right: 1px dashed #fff;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation
  .nav-container
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  .sub-menu {
  top: 0;
}

.header-navigation
  .nav-container
  .main-menu
  ul
  li:hover.menu-item-has-children
  > a:after {
  /* color: #63e2df; */
}

.header-navigation .nav-container .main-menu ul li:hover > a {
  color: #f3c80a;
}

.header-navigation .nav-container .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .nav-container .main-menu ul li .dd-trigger {
  display: none;
}

.header-navigation .nav-container .site-branding {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 315px;
}

.header-navigation.sticky .nav-container .site-branding {
  width: 282px;
  top: 7px;
}

.header-navigation .nav-container .nav-menu {
  display: inline-block;
  /* background: #fff; */
  margin-top: 32px;
  padding: 0;
  position: relative;
}

.header-navigation.sticky .nav-container .nav-menu {
  margin-top: 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li:last-child {
  border-bottom: 0;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li.active
  .sub-menu {
  border-top: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #282828 !important;
  padding: 13px 20px;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a {
  color: #282828;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #282828;
  font-size: 14px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
  display: none;
}

.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #f9580e;
  padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
  top: 17px;
  left: 0;
  transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
  bottom: 15px;
  left: 0;
  transform: rotate(-45deg);
}

.header-top {
  padding: 11px 0;
  background-color: #282828;
}

@media (max-width: 767px) {
  .header-top .top-left {
    text-align: center;
  }
}

.header-top .top-left ul li {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .header-top .top-left ul li {
    margin-right: 4px;
  }
}

.header-top .top-left ul li span {
  color: #fff;
}

.header-top .top-left ul li span i {
  margin-right: 10px;
}

.header-top .top-right {
  float: right;
}

@media (max-width: 767px) {
  .header-top .top-right {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}

.header-top .top-right ul.social-link li {
  margin-left: 5px;
}

.header-top .top-right ul.social-link li a {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  border: 1px solid;
}

.header-top .top-right ul.social-link li a:hover,
.header-top .top-right ul.social-link li a:focus {
  background-color: #f9580e;
  border-color: #f9580e;
  color: #fff;
}

.header-area-v1 .header-navigation {
  position: relative;
  background-color: #f9580e;
}

.header-area-v1 .header-navigation:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 100%;
  width: calc(100% - 60%);
  left: -100px;
  top: 0;
  transform: skew(-50deg, 0deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v1 .header-navigation {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .header-area-v1 .header-navigation {
    padding: 20px 0;
  }
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 50%);
  }
}

@media (max-width: 767px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 10%);
  }
}

@media (max-width: 400px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 10%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 30%);
  }
}

.header-area-v1 .header-navigation .nav-container {
  position: relative;
}

.header-area-v1 .header-navigation .nav-container .logo-col {
  position: relative;
}

.custom-container {
  max-width: 1190px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: right;
}

.header-area-v2 .header-top {
  background-color: transparent;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
}

.address_left {
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 30px 0px 0px 30px;
  padding: 0 17px 0 0;
  z-index: 9;
}

.address_left ul li {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 0px;
  border-right: 1px solid #848484;
  color: #000;
  font-size: 15px;
}

.address_left ul li:last-child {
  border: none;
}

.address_left ul li i {
  width: 37px;
  height: 37px;
  background-color: #313591;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  border: 2px solid;
  font-size: 20px;
}

.social_right {
  position: absolute;
  right: 300px;
}

.social_right ul li {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top .top-left {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top .top-left ul li {
    margin-right: 15px;
  }
}

.header-area-v2 .header-top .top-left ul li span {
  color: #626262;
}

.header-area-v2 .header-top .top-left ul li span i {
  color: #f9580e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top .top-right {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top .top-right ul.social-link li a {
    border-color: #282828;
    color: #282828;
  }
  .header-area-v2 .header-top .top-right ul.social-link li a:hover,
  .header-area-v2 .header-top .top-right ul.social-link li a:focus {
    border-color: transparent;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-top .top-right ul.social-link li a {
    border-color: #282828;
    color: #282828;
  }
  .header-area-v2 .header-top .top-right ul.social-link li a:hover,
  .header-area-v2 .header-top .top-right ul.social-link li a:focus {
    border-color: transparent;
    color: #fff;
  }
}

.header-area-v2 .header-navigation {
  position: relative;
  z-index: 1;
}

.header-area-v2
  .header-navigation.sticky
  .nav-container
  .main-menu
  .nav-button
  .main-btn {
  background: #282828;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-navigation {
    padding: 15px 0;
  }
}

.header-area-v2 .header-navigation:after {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 58px;
  width: 75%;
  border-radius: 50px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-v2 .header-navigation:after {
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation:after {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-navigation:after {
    width: 150%;
  }
}

.header-area-v2 .header-navigation .nav-container .main-menu {
  position: relative;
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li a {
    font-size: 18px;
  }
}

.header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
  border-radius: 32px;
  padding: 7px 18px;
  position: absolute;
  right: 18px;
  top: -14px;
  font-weight: 500;
  color: #f3c80a;
  background: #fff;
  border: 2px solid;
  font-size: 17px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
    padding: 19px 41px;
  }
}

.header-area-v2 .header-navigation {
  position: relative;
  z-index: 1;
  margin-top: 27px;
}

.header-area-v2 .header-navigation.sticky .nav-container .nav-button .main-btn {
  top: 4px;
  right: 31px;
}

.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  background: #fff;
  margin-top: 0;
  height: 89px;
  box-shadow: 0px 0px 10px;
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

.social_left {
  position: absolute;
  width: 50px;
  text-align: center;
  left: 13px;
  z-index: 99;
  top: 17rem;
}

.social-link li {
  display: inline-block;
}

.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #3171b7;
  border: 1px solid;
  font-size: 19px;
  line-height: 38px;
  margin: 4px 0;
  box-shadow: 0px 0px 10px #a2a2a2;
  background: #fff;
}

.social-link li:nth-child(2) a {
  color: #dc3545;
}

.social-link li:nth-child(3) a {
  color: #17a2b8;
}

.social-link li:nth-child(4) a {
  color: #af31b7;
}

.doctor_thumb {
  position: absolute;
  bottom: 13%;
  padding: 18px 112px 20px 23px;
  background: linear-gradient(to left, #266ab9, #18345d);
  border-radius: 0px 52px 52px 0px;
  left: -282px;
  transition: all ease-in-out 0.7s;
}

.doctor_thumb:hover {
  left: 0px;
}

.doctor_thumb a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.doctor_thumb p {
  color: #fff;
  font-size: 16px;
  text-transform: initial;
  display: table;
  border: 1px solid;
  padding: 0 10px;
  margin-top: 7px;
  background: #f3c80a;
}

.doctor_thumb span {
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fcfcfc;
  position: absolute;
  right: 10px;
  top: 11px;
  padding: 15px;
  background: #f3c80a;
}

a.chatwithus {
  position: absolute;
  right: 0;
  top: 133px;
  z-index: 9;
  background: linear-gradient(to left, #f3c80a, #313591);
  color: #fff;
  padding: 6px 17px 6px 8px;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 36px 0px 0px 36px;
}

a.chatwithus i {
  width: 36px;
  height: 36px;
  background: #f3c80a;
  border-radius: 50%;
  line-height: 35px;
  margin-right: 4px;
}

/*---=======================
   End Header css 
===========================---*/

/*---=======================
   03. Start Hero css 
===========================---*/

.banner-area-v1 {
  position: relative;
}

.banner-area-v1 .hero-slider-one .single-hero {
  position: relative;
  padding: 210px 0 220px;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner-area-v1 .hero-slider-one .single-hero {
    padding: 110px 0 120px;
  }
}

.banner-area-v1 .hero-slider-one .single-hero:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: -1;
}

.banner-area-v1 .hero-slider-one .single-hero .hero-content h1 {
  font-size: 115px;
  line-height: 105px;
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-v1 .hero-slider-one .single-hero .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-v1 .hero-slider-one .single-hero .hero-content h1 {
    font-size: 82px;
    line-height: 96px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .banner-area-v1 .hero-slider-one .single-hero .hero-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.banner-area-v1 .hero-slider-one .single-hero .hero-content h1 span {
  font-weight: 400;
}

.banner-area-v1 .hero-slider-one .single-hero .hero-content h4 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .banner-area-v1 .hero-slider-one .single-hero .hero-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-v1 .hero-slider-one .single-hero .hero-content h4 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}

.banner-area-v1 .hero-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
}

.banner-area-v1 .hero-arrows .slick-arrow:hover,
.banner-area-v1 .hero-arrows .slick-arrow:focus {
  background-color: #f9580e;
  color: #fff;
}

.banner-area-v1 .hero-arrows .slick-arrow.prev {
  left: 3%;
}

.banner-area-v1 .hero-arrows .slick-arrow.next {
  right: 3%;
}

.banner-area-v2 .hero-slider-two .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #f9580e;
  left: 10%;
  transition: all 0.3s ease-out 0s;
}

.banner-area-v2 .hero-slider-two .slick-arrow.next {
  top: 57%;
  transform: translateY(-57%);
}

.banner-area-v2 .hero-slider-two .slick-arrow:hover {
  background-color: #282828;
  color: #fff;
}

.banner-area-v2 .hero-slider-two .single-slider {
  padding: 0;
  position: relative;
  height: 100vh;
}

.banner-area-v2 .hero-slider-two .single-slider .container {
  height: 100%;
}

.banner-area-v2 .hero-slider-two .single-slider .hero-slide-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 41%;
}

.banner-area-v2 .hero-slider-two .single-slider .hero-content {
  position: absolute;
  top: 19rem;
  left: 8%;
}

.banner-area-v2 .hero-slider-two .single-slider .hero-content span {
  font-weight: 500;
  color: #439e9c;
  font-size: 25px;
  margin-bottom: 25px;
}

.banner-area-v2 .hero-slider-two .single-slider .hero-content h1 {
  font-size: 47px;
  line-height: 57px;
  padding-right: 0;
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-v2 .hero-slider-two .single-slider .hero-content h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-v2 .hero-slider-two .single-slider .hero-content h1 {
    font-size: 75px;
    line-height: 85px;
  }
}

@media (max-width: 767px) {
  .banner-area-v2 .hero-slider-two .single-slider .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner-area-v2 .hero-slider-two .single-slider .hero-content h4 {
  font-weight: 500;
  font-size: 22px;
  color: #626262;
  margin-bottom: 27px;
  line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-v2 .hero-slider-two .single-slider .hero-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-v2 .hero-slider-two .single-slider .hero-slide-right {
    display: none !important;
  }
}

.banner-area-v2 .hero-slider-two .single-slider .hero-slide-right img {
  width: 100%;
}

.banner-area-v2 .hero-slider-two .single-slider .hero-slide-right .slider-icon {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  text-align: center;
  padding: 30px 35px;
  background-color: #399e9c;
  position: absolute;
  box-shadow: 0px 0px 0px 10px #ccc;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area-v2
    .hero-slider-two
    .single-slider
    .hero-slide-right
    .slider-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    padding: 16px 25px;
  }
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon
  .icon {
  position: relative;
  margin-bottom: 8px;
  z-index: 1;
  color: #fff;
  font-size: 33px;
  margin-top: 20px;
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon
  .icon:after {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: -1;
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon
  .icon
  i {
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon
  .info
  h5 {
  color: #fff;
  font-weight: 500;
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon.icon-one {
  top: 28%;
  left: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area-v2
    .hero-slider-two
    .single-slider
    .hero-slide-right
    .slider-icon.icon-one {
    top: 28%;
  }
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon.icon-two {
  top: 60%;
  left: -5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area-v2
    .hero-slider-two
    .single-slider
    .hero-slide-right
    .slider-icon.icon-two {
    top: 60%;
  }
}

.banner-area-v2
  .hero-slider-two
  .single-slider
  .hero-slide-right
  .slider-icon.icon-three {
  bottom: 0;
  left: 15%;
  top: initial;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area-v2
    .hero-slider-two
    .single-slider
    .hero-slide-right
    .slider-icon.icon-three {
    top: initial;
    bottom: -46px;
    left: 26%;
  }
}

.banner-area-v2
  .hero-slider-two
  .slick-current[data-slick-index="2"]
  .hero-slide-right
  .slider-icon.icon-three,
.banner-area-v2
  .hero-slider-two
  .slick-current[data-slick-index="1"]
  .hero-slide-right
  .slider-icon.icon-two,
.banner-area-v2
  .hero-slider-two
  .slick-current[data-slick-index="0"]
  .hero-slide-right
  .slider-icon.icon-one {
  background-color: #f74b5c;
}

.slide {
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide1 {
  background-image: url(../images/banner/1.jpg);
}

.slide2 {
  background-image: url(../images/banner/2.jpg);
}

.slide3 {
  background-image: url(../images/banner/3.jpg);
}

.banner_slider .owl-dots {
  width: 200px;
  margin: 39px auto 0;
  position: absolute;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 20px;
}

.banner_slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background: #fff;
  border: 3px solid #225096;
  border-radius: 4px;
}

.banner_slider .owl-dots .owl-dot.active {
  background: #fed354;
}

.breadcrumbs-section {
  padding: 130px 0;
}

@media (max-width: 991px) {
  .breadcrumbs-section {
    padding: 70px 0;
  }
}

.breadcrumbs-section .breadcrumbs-content h1 {
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 32px;
  }
}

.breadcrumbs-section .breadcrumbs-content ul.link li {
  display: inline-block;
  color: #fff;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:after {
  display: inline-block;
  content: "-";
  margin-left: 5px;
  font-size: 20px;
  margin-right: 5px;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:last-child:after {
  display: none;
  margin-right: 0px;
}

.breadcrumbs-section .breadcrumbs-content ul.link li.active {
  color: #fff;
}

.section-title {
  position: relative;
}

.aboutsection {
  position: relative;
  padding: 90px 0px 81px;
}

.aboutsection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 913px;
  height: 10px;
  bottom: 0;
  background: linear-gradient(to left, #84af7f, #3b72c1);
  border-radius: 31px;
}

.about_content {
  text-align: center;
  margin-bottom: 46px;
}

.about_content .section-title {
  padding-top: 0;
  position: relative;
  margin-bottom: 46px;
  z-index: 1;
}

.about_content .section-title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px dashed #467f33;
  bottom: -20px;
  border-radius: 50%;
  background: #60ab48;
}

.about_content .section-title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 26px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 1px dashed #2f2f2f;
  bottom: -46px;
  z-index: -1;
}

.about_content .section-title h2 {
  text-transform: uppercase;
  color: #313591;
  font-size: 86px;
  margin-bottom: 9px;
}

.section-title span {
  display: inline-block;
  font-size: 23px;
  color: #353535;
  margin-bottom: 14px;
}

.about_content .section-title h3 {
  color: #464646;
  font-size: 45px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  border-top: 2px solid;
  margin-top: 6px;
}

.abt_row {
  border-top: 1px dashed #212121;
  padding-top: 32px;
}

.about_content p {
  margin-bottom: 14px;
  text-align: justify;
  padding-right: 0;
}

.wecare {
  font-size: 37px;
  text-align: center;
  background: linear-gradient(to left, #f3c80a, #313591);
  /* left: 20px; */
  margin-top: 0;
  color: #fff;
  line-height: 43px;
  padding: 35px;
  position: relative;
  font-weight: 300;
}

.wecare span {
  text-transform: uppercase;
  color: #e4e4e4;
  font-weight: 600;
}

.wecare::before,
.wecare::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 90%;
  left: initial;
  background: #2f3390;
}

.wecare::after {
  left: 100%;
  right: initial;
  background: #f3c80a;
}

.weel_img {
  position: absolute;
  margin-top: 11px;
  left: 12px;
  padding: 12px;
  z-index: 1;
  background: #f6f6f6;
  box-shadow: 0px 10px 30px #18181873;
}

.weel_img2 {
  position: absolute;
  right: 0px;
  width: 200px;
  background: linear-gradient(to top, #e2e2e2, transparent);
  height: 100%;
  padding-top: 75px;
  border-radius: 0px 0px 115px 115px;
  box-shadow: 0px 10px 10px #ccc;
  border-top: 7px solid #f3c80a;
}

.exp_blocks {
  text-align: center;
  position: relative;
}

.exp_blocks::before {
  content: "";
  position: absolute;
  width: 144px;
  height: 144px;
  background: #f0ffee;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  top: 0;
}

.exp_blocks h3 {
  display: inline-block;
  font-size: 78px;
  color: #5f5f5f;
  font-weight: 700;
}

.exp_blocks span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.exp_row {
  position: relative;
}

.plus_icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #7aab73;
  color: #fff;
  text-align: center;
  font-size: 46px;
  border-radius: 50%;
  line-height: 74px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  top: 166px;
  box-shadow: 0px 0px 0px 21px;
}

.exp_row .col-md-6 {
  border-right: 1px dashed #4e4e4e;
  border-bottom: 1px dashed #4e4e4e;
  padding: 36px 0;
}

.exp_row .col-md-6:nth-child(2),
.exp_row .col-md-6:nth-child(4) {
  border-right: 0px;
}

.exp_row .col-md-6:nth-child(3),
.exp_row .col-md-6:nth-child(4) {
  border-bottom: 0px;
}

.theme_btn {
  position: relative;
  color: #f3c80a;
  border: 2px solid;
  padding: 4px 17px;
  border-radius: 30px;
  background: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 22px;
}

.theme_btn:hover {
  color: #fff;
  background-color: #313591;
}

.abshape {
  position: absolute;
  width: 339px;
  height: 339px;
  background: #edf9ea;
  z-index: -1;
  border-radius: 50%;
  top: -75px;
  left: -83px;
}

.abshape2 {
  background: #eaf3ff;
  left: inherit;
  top: -75px;
  right: -83px;
}

.before_after {
  position: relative;
}

.before_after::before {
}

.befaf_row {
  position: relative;
}

.befaf_row {
  padding: 0 0 60px;
}

.befaf_row::before {
  content: "";
  position: absolute;
  width: 191%;
  height: 70%;
  bottom: 0;
  right: -100%;
  background: #ffe6e8;
  z-index: -1;
}

.befaf_row .col-md-4 {
  padding: 0 10px;
}

.before_after_images {
  background: #fff;
}

.af_before_content {
  color: #000;
  padding-left: 144px;
  font-size: 18px;
  margin-top: 36px;
  font-weight: 400;
  line-height: 31px;
}

/*---=======================
   End Hero css 
===========================---*/

/* services */

.serices_section {
  position: relative;
  padding: 50px 0px 92px;
  text-align: center;
}

.serices_section::before {
  content: "";
  position: absolute;
  width: 4px;
  max-width: 742px;
  height: 69%;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 174px;
  z-index: -1;
}

.services_slider_b {
  padding: 96px 0 31px;
  position: relative;
}

.ser_title h2 {
  margin-bottom: 10px;
}

.ser_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/ser-bg_left.png);
  width: 338px;
  height: 873px;
  position: absolute;
  top: 0;
  left: -61px;
  opacity: 0.1;
}

.ser_bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/ser-bg_right.png);
  width: 338px;
  height: 873px;
  position: absolute;
  bottom: 0;
  left: initial;
  right: -61px;
  opacity: 0.1;
}

.ser_border {
  position: absolute;
  width: 99px;
  height: 9px;
  background: linear-gradient(to bottom, #f3c80a, #f3c80a);
  bottom: -1px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  border-radius: 5px;
}

.ser_border2 {
  left: inherit;
  right: 329px;
}

.services_slider_b::before {
  content: "";
  position: absolute;
  width: 73%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* box-shadow: 0px 0px 15px #b3b3b3; */
}

.services_slider_b::after {
  content: "";
  position: absolute;
  width: 71.5%;
  height: 96%;
  top: 9px;
  left: 9px;
  /* border: 1px dashed #eee; */
  right: 0;
  /* box-shadow: 0px 0px 10px #ccc; */
}

.servives_block {
  position: relative;
  padding: 50px;
  overflow: hidden;
  text-align: center;
  width: 529px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
}

.servives_block::before,
.servives_block::after {
  content: "";
  position: absolute;
  width: 84%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  border-top: 11px solid #b8e6aa;
  z-index: -1;
  border-left: 0;
  border-bottom: 0px;
  border-radius: 50%;
}

.servives_block::after {
  top: initial;
  bottom: 0px;
  border-bottom: 20px solid #aecdf9;
  border-top: 0;
}

.ser_image {
  position: relative;
  display: inline-block;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  overflow: hidden;
  border: 11px solid #efefef;
  box-shadow: 0px 0px 33px #333;
}

.ser_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: linear-gradient(to bottom, rgb(12 40 80 / 0%), #0a2042);
  left: 0;
}

.ser_image img {
  display: block;
}

.service_info {
  position: absolute;
  left: 50px;
  right: 47px;
  margin: auto;
  bottom: 42px;
  width: 233px;
  transition: all ease-in-out 0.6s;
  opacity: 0;
}

.services_slider .owl-item.active .service_info {
  opacity: 1;
  bottom: 54px;
}

.service_info h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.service_info p {
  color: #eee;
  line-height: 22px;
}

.service_info a {
  display: inline-block;
  color: #fff;
  background: #f3c80a;
  padding: 2px 9px;
  border-radius: 30px;
  margin-top: 10px;
}

.container {
  position: relative;
}

.ser_rifgt_top_tile {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 800;
  color: #8bb57d;
  display: inline-block;
  border-bottom: 2px solid;
  line-height: 60px;
  margin-bottom: 50px;
}

.services_slider .owl-dots {
  position: absolute;
  text-align: center;
  top: 0;
}

.services_slider .owl-dots .owl-dot {
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #dcf5d4;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  box-shadow: 0px 0px 10px #797979;
  border: 4px solid #ffffff;
  margin: 0px 6px;
  transition: all ease-in-out 0.7s;
}

.services_slider .owl-dots .owl-dot:nth-child(1) {
  background-image: url(../images/service/general-medicine.png);
  left: 358px;
  bottom: 73px;
}

.services_slider .owl-dots .owl-dot:nth-child(2) {
  background-image: url(../images/service/general-surgery.png);
  left: 170px;
  bottom: 9px;
}

.services_slider .owl-dots .owl-dot:nth-child(3) {
  background-image: url(../images/service/joint.png);
  top: 79px;
  right: 0;
}

.services_slider .owl-dots .owl-dot:nth-child(4) {
  top: 186px;
  background-image: url(../images/service/neuro.png);
  right: 128px;
}

.services_slider .owl-dots .owl-dot:nth-child(5) {
  background-image: url(../images/service/cardio.png);
  top: 291px;
  right: 13rem;
}

.services_slider .owl-dots .owl-dot:nth-child(6) {
  background-image: url(../images/service/gynecology.png);
  top: 380px;
  right: 248px;
}

.services_slider .owl-dots .owl-dot:nth-child(7) {
  background-image: url(../images/service/urology.png);
  top: 444px;
  right: 257px;
}

.services_slider .owl-dots .owl-dot:nth-child(8) {
  background-image: url(../images/service/pulmonology.png);
  bottom: 70px;
  right: 37px;
}

.services_slider .owl-dots .owl-dot:nth-child(9) {
  background-image: url(../images/service/dermatology.png);
  right: 55px;
}

.services_slider .owl-dots .owl-dot:nth-child(10) {
  background-image: url(../images/service/trauma.png);
  top: 88px;
  right: 96px;
}

.services_slider .owl-dots .owl-dot:nth-child(11) {
  background-image: url(../images/service/dermatology.png);
  top: 197px;
  right: 179px;
}

.services_slider .owl-dots .owl-dot:nth-child(12) {
  background-image: url(../images/service/pediatrics.png);
  left: 406px;
  top: 212px;
}

.services_slider .owl-dots .owl-dot:nth-child(13) {
  background-image: url(../images/service/laproscopy.png);
  top: 301px;
  left: 237px;
}

.services_slider .owl-dots .owl-dot:nth-child(14) {
  background-image: url(../images/service/critical-care.png);
  top: 362px;
  left: 41px;
}

.services_slider .owl-dots .owl-dot:nth-child(1),
.services_slider .owl-dots .owl-dot:nth-child(2),
.services_slider .owl-dots .owl-dot:nth-child(3),
.services_slider .owl-dots .owl-dot:nth-child(4),
.services_slider .owl-dots .owl-dot:nth-child(5),
.services_slider .owl-dots .owl-dot:nth-child(6),
.services_slider .owl-dots .owl-dot:nth-child(7) {
  background-color: #cce1ff;
}

.services_slider .owl-dots .owl-dot.active {
  background-color: #fdbcc2;
  transform: rotate(360deg);
}

.services_slider .owl-dots .owl-dot:hover {
  transform: rotate(-40deg);
}

.service_qote {
  text-align: center;
  padding-top: 0;
  position: relative;
}

.service_qote::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 1px dashed #676767;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  top: 13px;
}

.service_qote h4 {
  display: inline-block;
  font-size: 29px;
  font-weight: 400;
  padding: 26px 26px;
  border-radius: 9px;
  position: relative;
  background: #d4f3ca;
  color: #143254;
  text-transform: uppercase;
  line-height: 43px;
  box-shadow: 0px 0px 10px #adadad;
}

.service_row_ .col-md-3 {
  padding: 0 10px;
}

.services_blocks_ {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 27px;
  box-shadow: 0px 0px 6px #717171;
}

.services_blocks_::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #062d5d);
  z-index: 1;
}

.services_info_ {
  position: absolute;
  bottom: 21px;
  left: 0px;
  right: 0px;
  padding: 10px 15px 0;
  transition: all ease-in-out 0.6s;
  z-index: 1;
}

.services_blocks_:hover .services_info_ {
  bottom: 43px;
}

.services_info_ h3 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.services_info_ p {
  position: relative;
  color: #eee;
  line-height: 21px;
}

.services_blocks_ a {
  background: #f3c80a;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.7s;
  width: 99px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 1;
}

.services_blocks_:hover a {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.services_images {
  display: inline-block;
}

.services_images img {
  filter: grayscale(100%);
  transition: all ease-in-out 0.6s;
}

.services_blocks_:hover .services_images img {
  filter: grayscale(0);
}

.ser_icon_ {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 11px;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
  line-height: 63px;
  top: 32px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px;
  opacity: 0.6;
  transition: all ease-in-out 0.7s;
  z-index: 1;
}

.services_blocks_:hover .ser_icon_ {
  opacity: 1;
  transform: rotate(360deg);
  top: 40px;
  background: #c4f9b3;
}

.services_blocks_:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  border-right: 2px solid #fff;
  right: 49px;
  top: 0;
  transition: all ease-in-out 0.7s;
}

.services_blocks_:hover.services_blocks_::after {
  height: 40px;
}

.ser_icon_ img {
  width: 45px;
}

.facilites_section {
  padding: 100px 0 25px;
  position: relative;
}

.facilites-block {
  padding: 0;
  text-align: center;
}

.facilities-heads {
  color: #292929;
  margin-top: 8px;
}

.facilites-block .col-md-6 {
  padding: 0 4px;
}

.factitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 14px;
}

.facilisis_block.our-team {
  text-align: center;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
}

.facilisis_block.our-team .pic {
  border-radius: 50%;
  overflow: hidden;
  width: 230px;
  display: inline-block;
  position: relative;
}

.facilisis_block.our-team .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(71 171 90 / 42%); */
  transition: all 0.5s ease 0s;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

/* .facilisis_block.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
} */

.facilisis_block.our-team:hover .pic::before {
  background: #46aa5978;
}

.facilisis_block.our-team .pic img {
  width: 100%;
  height: auto;
}

.facilisis_block.our-team .team-content {
  width: 228px;
  height: 189px;
  /* border-radius: 50%; */
  border: 2px dotted #a7a7a7;
  position: absolute;
  bottom: -67px;
  left: 0;
  right: 0;
  margin: auto;
  background: #f5f5f5;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.facilisis_block.our-team:hover .team-content {
  border: 2px dotted #47ab5a;
}

.facilisis_block.our-team .team-info {
  width: 100%;
  color: #464646;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.facilisis_block.our-team .title {
  font-size: 17px;
  font-weight: 600;
  color: #464646;
  margin: 0 0 14px 0;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}

.facilisis_block.our-team:hover .title {
  color: #47ab5a;
}

.facilisis_block.our-team .post {
  display: block;
  font-size: 14px;
  color: #464646;
}

@media screen and (max-width: 990px) {
}

.facility_rows {
  justify-content: center;
}

.facility_rows .col-md-3 {
  padding: 41px 10px;
  border-right: 1px dashed #969696;
  /* border-bottom: 1px dashed #969696; */
}

.facility_rows .col-md-3:nth-child(5),
.facility_rows .col-md-3:nth-child(6),
.facility_rows .col-md-3:nth-child(7) {
  border-bottom: 0px;
}

.facility_rows .col-md-3:nth-child(4),
.facility_rows .col-md-3:nth-child(7) {
  border-right: 0px;
}

.whychoose_section {
  position: relative;
  padding: 98px 0 100px;
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.whychoose_section::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0;
  margin: auto;
}

.whychoose_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(9 50 99 / 92%);
  z-index: -1;
}

.why_list_block {
  position: relative;
  background: rgb(82 173 51 / 80%);
  margin: 0;
  padding: 27px 28px;
  right: 12px;
  z-index: 1;
  top: 36px;
}

.why_title {
  position: relative;
  text-align: center;
  padding: 0;
  margin-bottom: 28px;
}

.why_title::before,
.why_title::after {
  position: absolute;
  content: "";
  width: 6%;
  height: 2px;
  /* border-bottom: 1px solid #eee; */
  left: 27px;
  top: 17px;
}

.why_title::after {
  left: initial;
  right: 27px;
}

.why_title h3 {
  text-transform: uppercase;
  color: #fafafa;
  font-weight: 500;
  font-size: 44px;
}

.why_title p {
  color: #fff;
}

.why_blocks {
  position: relative;
  text-align: center;
}

.why_blocks h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-top: 14px;
}

.why_row .col-md-6 {
  border-right: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  padding: 20px 10px;
}

.why_border {
  width: 13px;
  height: 159px;
  position: absolute;
  left: 27px;
  border-radius: 30px;
  z-index: 2;
}

.why_border2 {
  width: 10px;
  height: 159px;
  position: absolute;
  right: 23px;
  background: #efefef;
  border-radius: 30px;
  z-index: 2;
  bottom: 97px;
}

.why_row .col-md-6:nth-child(2),
.why_row .col-md-6:nth-child(4) {
  border-right: 0px;
}

.why_row .col-md-6:nth-child(3),
.why_row .col-md-6:nth-child(4) {
  border-bottom: 0px;
}

.why_head {
  position: relative;
  text-align: center;
  z-index: 1;
}

.why_head h3 {
  color: #fbfbfb;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0 0 7px;
  border-right: 0px;
  position: relative;
  z-index: 1;
  bottom: 0;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px dashed;
}

.why_head p {
  color: #d4d4d4;
  font-size: 23px;
  line-height: 37px;
  margin-top: 0px;
  position: relative;
  padding: 0 12px;
}

.why_head::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
}

.team_section {
  position: relative;
  z-index: 1;
}

.teamtitle_head {
  text-align: center;
}

.teamtitle_head h3 {
  display: inline-block;
  color: #fff;
  background: #f3c80a;
  font-weight: 600;
  padding: 7px 34px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 42px 0 0;
  font-size: 23px;
}

.team_inner .teamtitle_head h3 {
  display: inline-block;
  color: #143b68;
  background: transparent;
  font-weight: 600;
  padding: 7px 34px;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 42px 0 22px;
  font-size: 23px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.team_rowmainrow {
  justify-content: center;
}

.team_row {
  align-items: center;
  align-self: center;
  justify-self: center;
  justify-items: center;
  justify-content: center;
  margin: 0px;
}

.team_rowmainrow .col-md-6 {
  padding: 35px 10px;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.team_rowmainrow .col-md-6:nth-child(2),
.team_rowmainrow .col-md-6:nth-child(4),
.team_rowmainrow .col-md-6:nth-child(6),
.team_rowmainrow .col-md-6:nth-child(8) {
  border-right: 0px;
}

.team_rowmainrow .col-md-6:nth-child(5),
.team_rowmainrow .col-md-6:nth-child(6) {
  border-bottom: 0px;
}

.team_rowmainrow9 .col-md-6:nth-child(5),
.team_rowmainrow9 .col-md-6:nth-child(6) {
  border-bottom: 1px solid #d0d0d0;
}

.team_rowmainrow9 .col-md-6:last-child {
  border: none;
}

.team_rowmainrow2 .col-md-6 {
  border-bottom: none;
}

.team_rowmainrow .col-md-6:nth-child(1)::before,
.team_rowmainrow .col-md-6:nth-child(3)::before,
.team_rowmainrow .col-md-6:nth-child(5)::before,
.team_rowmainrow .col-md-6:nth-child(7)::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #f3c80a;
  border-radius: 50%;
  z-index: 1;
}

.team_inner .team_rowmainrow .col-md-6 {
  border: 0px;
  padding: 13px 13px;
}

.team_inner .team_rowmainrow .col-md-6:nth-child(1)::before,
.team_inner .team_rowmainrow .col-md-6:nth-child(3)::before,
.team_inner .team_rowmainrow .col-md-6:nth-child(5)::before,
.team_inner .team_rowmainrow .col-md-6:nth-child(7)::before {
  display: none;
}

.team_list {
  position: relative;
}

.team_inner .team_list {
  position: relative;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 90px 0px 0px 90px;
  padding: 15px 0;
  background: linear-gradient(to right, white, #f7fff4);
}

.team_inner .team_list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 66px;
  background: #163c68;
  right: 0;
  top: 29%;
}

.team_img {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.team_inner .team_img img {
  border-radius: 50%;
  border: 8px solid #fefefe;
  box-shadow: 0px 0px 10px #c1c1c1;
}

.team_inner .team_img {
  padding: 0px;
}

.team_img::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  background-color: #add69f;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.team_img::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  background-color: #add69f;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.team_img::after {
  left: inherit;
  top: inherit;
  right: 0px;
  bottom: 0px;
}

.team_inner .team_img::before,
.team_inner .team_img::after {
  display: none;
}

.team_img img {
  display: inline-block;
  /* border: 2px solid; */
}

.team_doc_info {
  position: relative;
}

.team_doc_info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.team_inner .team_doc_info h3 {
  color: #083e62;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.team_doc_info p {
  color: #eee;
  padding: 1px 0;
  line-height: 24px;
  position: relative;
  padding-left: 18px;
}

.team_inner .team_doc_info p {
  color: #000;
  padding: 1px 0;
  line-height: 24px;
  position: relative;
  padding-left: 18px;
}

.team_doc_info p::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid #72d253;
  border-radius: 50%;
  top: 8px;
}

.team_doc_info h5 {
  color: #9adc84;
  font-weight: 500;
  font-size: 16px;
  margin-top: 9px;
}

.team_inner .team_doc_info h5 {
  color: #426e34;
  font-weight: 500;
  font-size: 16px;
  margin-top: 9px;
}

.team_shape {
  position: absolute;
}

.shape1 {
  width: 620px;
  height: 1135px;
  background-color: rgb(176 234 156 / 13%);
  border-radius: 282px 90px 200px 115px;
  transform: rotate(-39deg);
  left: 17%;
  top: 13%;
}

.shape2 {
  width: 620px;
  height: 1057px;
  background-color: rgb(176 234 156 / 13%);
  border-radius: 282px 90px 200px 115px;
  transform: rotate(39deg);
  right: 17%;
  bottom: 6%;
}

/*---=======================
   04. Start About css 
===========================---*/

.about_section {
  position: relative;
  padding: 70px 0px 221px;
  background-image: url(../images/about_img.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, rgb(24 61 105 / 52%), #0a2f5d);
}

.about_title {
  position: relative;
}

.about_title span {
  color: #fff;
  font-size: 24px;
}

.about_title h2 {
  color: #fff;
}

.home_abt_content {
  position: relative;
  text-align: center;
}

.home_abt_content a {
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid;
  margin-top: 25px;
}

.home_abt_content p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.ecperience {
  text-align: center;
  color: #fff;
  padding: 41px 0;
  position: relative;
  border-radius: 3px;
  background: rgb(63 144 143 / 79%);
  bottom: 70px;
}

.ecperience h3 {
  color: #fff;
  font-size: 99px;
  font-weight: 500;
}

.ecperience p {
  color: #fff;
  font-size: 29px;
  line-height: 39px;
  text-transform: uppercase;
}

.abt_bottom {
  padding: 0 0 71px;
  position: relative;
  margin-top: -120px;
}

.abt_bottom .row .col-md-3 {
  padding: 0 8px;
}

.about-area-v1 .about-img-box {
  margin-left: -200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-img-box {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .about-area-v1 .about-img-box {
    margin-left: 0px;
    margin-bottom: 60px;
  }
}

.about-area-v1 .about-content-box {
  margin-left: 40px;
  margin-right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .about-area-v1 .about-content-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.about-area-v1 .about-content-box .section-title h2 span.thin {
  font-weight: 300;
  font-style: italic;
}

.about-area-v1 .about-content-box h5 {
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 20px;
}

.about-area-v1 .about-content-box p {
  margin-bottom: 35px;
}

.about-area-v2 .about-img {
  margin-left: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v2 .about-img {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .about-area-v2 .about-img {
    margin-left: 0px;
    margin-bottom: 60px;
  }
}

.about-area-v2 .about-content-box h2 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v2 .about-content-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .about-area-v2 .about-content-box h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.about-area-v2 .about-content-box h2 span {
  color: #f9580e;
}

.about-area-v2 .about-content-box .content-box {
  background-color: #fff4ef;
  padding: 25px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.about-area-v2 .about-content-box .content-box p {
  font-size: 15px;
  color: #282828;
  font-weight: 700;
  padding-left: 35px;
  border-left: 3px solid #f9580e;
  margin-bottom: 0px;
}

.about-area-v2 .about-content-box p {
  margin-bottom: 35px;
}

.about-area-v3 .section-title span.span {
  color: #f9580e;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 15px;
}

.about-area-v3 .section-title span.span:after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 3px;
  margin-left: 20px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #f9580e;
}

@media (max-width: 991px) {
  .about-area-v3 .about-content-box {
    margin-bottom: 40px;
  }
}

.about-area-v3 .about-content-box p {
  color: #d3d3d3;
}

.about-area-v3 .counter-wrapper {
  margin-top: 35px;
}

.about-area-v3 .counter-wrapper .counter-column {
  position: relative;
}

.about-area-v3 .counter-wrapper .counter-column:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
}

.about-area-v3 .counter-wrapper .counter-column:last-child::after {
  display: none;
}

@media (max-width: 991px) {
  .about-area-v3 .counter-wrapper .counter-column {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .about-area-v3 .counter-wrapper .counter-column:after {
    display: none;
  }
}

.about-area-v3 .counter-wrapper .counter-box h2 {
  color: #f9580e;
  margin-bottom: 15px;
  line-height: 1;
}

.about-area-v3 .counter-wrapper .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
  margin-left: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v3 .counter-wrapper .counter-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.about-area-v3 .counter-wrapper .counter-box h4 {
  color: #fff;
  font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v3 .counter-wrapper .counter-box h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.about-area-v3 .about-img {
  text-align: right;
  margin-right: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v3 .about-img {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .about-area-v3 .about-img {
    margin-right: 0px;
  }
}

.testimonila_title span {
  font-size: 28px;
}

/*---=======================
   End About css 
===========================---*/

.testimonial_section {
  position: relative;
  padding: 0 0 91px;
}

.testimonial_list {
  position: relative;
  text-align: center;
  padding: 49px 72px;
  border: 1px dashed #333;
  margin-top: 43px;
  background: #f6fff3;
  margin-bottom: 30px;
}

.testimonial_list.odd {
  background: #e7f2ff;
}

.testimonial_list::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  left: 33px;
  top: -29px;
  color: #f3c80a;
  font-size: 34px;
  border: 1px dashed #333;
  line-height: 55px;
}

.testimonial_list::after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #313591;
  font-size: 34px;
  border: 1px dashed #333;
  text-align: center;
  right: 33px;
  bottom: -29px;
  line-height: 57px;
}

.testimonila_item {
  margin-right: 3px;
}

.testimonila_image {
  position: relative;
  display: inline-block;
}

.testimonila_info {
  position: relative;
  padding-top: 31px;
}

.testimonila_info p {
  line-height: 23px;
  font-size: 16px;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}

.testimonila_info h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin: 11px 0 0;
  color: #313590;
}

.rattings {
  color: #ff9c07;
}

.testimonial_row {
  border-right: 1px dashed;
}

.testimonila_slider .owl-dots {
  width: 200px;
  margin: 39px auto 0;
  position: relative;
  text-align: center;
}

.testimonila_slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border: 3px solid #225096;
  border-radius: 4px;
}

.testimonila_slider .owl-dots .owl-dot.active {
  background-color: #fed354;
}

/*---=======================
   05. Start Service css 
===========================---*/

.service-area-v1 {
  position: relative;
  z-index: 1;
}

.service-area-v1:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.service-area-v1 .section-title h2 {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .service-area-v1 .section-title h2 {
    padding: 0px;
  }
}

.service-area-v1 .section-white-title h2 span {
  color: #f9580e;
}

.service-area-v1 .service-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-area-v1 .service-item:hover:before {
  background-color: #f9580e;
}

.service-area-v1 .service-item:hover:after {
  border-right: 25px solid #f9580e;
  border-bottom: 25px solid #f9580e;
}

.service-area-v1 .service-item:before {
  position: absolute;
  content: "";
  top: -40px;
  left: -30px;
  width: 185px;
  height: 185px;
  background-color: #ffd6c3;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}

.service-area-v1 .service-item:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #fff;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}

.service-area-v1 .service-item .service-img {
  margin-bottom: 35px;
}

.service-area-v1 .service-item .service-img img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
}

.service-area-v1 .service-item .service-content span.position {
  color: #f9580e;
  margin-bottom: 10px;
}

.service-area-v1 .service-item .service-content h3.title {
  font-size: 25px;
  margin-bottom: 15px;
}

.service-area-v1 .service-item .service-content .btn-link {
  color: #6e6d6d;
}

.service-area-v1 .service-item .service-content .btn-link:after {
  display: none;
}

.service-area-v1 .service-slider-one .slick-dots {
  text-align: center;
}

.service-area-v1 .service-slider-one .slick-dots li.slick-active button {
  background-color: #f9580e;
}

.service-area-v1 .service-slider-one .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.service-area-v2 .service-item {
  border-radius: 5px;
}

.service-area-v2 .service-item .service-img {
  position: relative;
  z-index: 1;
}

.service-area-v2 .service-item .service-img img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.service-area-v2 .service-item .service-img:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f9580e;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
  border-radius: 5px 5px 0 0;
}

.service-area-v2 .service-item .service-img .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f9580e;
  box-shadow: 0px 11px 20px 0px rgba(254, 90, 14, 0.3);
  z-index: 1;
}

.service-area-v2 .service-item .service-img .icon i {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.service-area-v2 .service-item .service-content {
  padding: 30px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
  border-radius: 0 0 5px 5px;
}

.service-area-v2 .service-item .service-content h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 22px;
}

.service-area-v2 .service-item .service-content p {
  padding-bottom: 35px;
}

.service-area-v2 .service-item .service-content .main-btn {
  border-radius: 5px;
  padding: 9px 11px;
  background-color: #282828;
  text-transform: capitalize;
}

.service-area-v2 .service-item .service-content .main-btn:hover,
.service-area-v2 .service-item .service-content .main-btn:focus {
  background-color: #f9580e;
  color: #fff;
}

.service-area-v3 .service-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
  padding: 40px 40px 30px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}

.service-area-v3 .service-item .service-shape .shape {
  position: absolute;
  content: "";
  top: 0;
  right: -100px;
  background-color: rgba(254, 90, 14, 0.04);
  border-radius: 5px;
  transform: rotate(45deg);
}

.service-area-v3 .service-item .service-shape .shape.shape-1 {
  width: 150px;
  height: 150px;
  top: 28px;
}

.service-area-v3 .service-item .service-shape .shape.shape-2 {
  width: 170px;
  height: 170px;
  top: 20px;
}

.service-area-v3 .service-item .service-shape .shape.shape-3 {
  width: 190px;
  height: 190px;
  top: 10px;
}

.service-area-v3 .service-item .service-shape .shape.shape-4 {
  width: 210px;
  height: 210px;
  top: 0px;
}

.service-area-v3 .service-item:hover {
  background-color: #f9580e;
}

.service-area-v3 .service-item:hover .service-shape .shape {
  background-color: rgba(255, 255, 255, 0.08);
}

.service-area-v3 .service-item:hover .service-icon i {
  background-color: #fff;
  color: #f9580e;
}

.service-area-v3 .service-item:hover .service-content h3,
.service-area-v3 .service-item:hover .service-content p,
.service-area-v3 .service-item:hover .service-content .btn-link {
  color: #fff;
}

.service-area-v3 .service-item .service-icon {
  margin-bottom: 30px;
}

.service-area-v3 .service-item .service-icon i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #f9580e;
  color: #fff;
  border-radius: 10px;
  font-size: 36px;
  box-shadow: 0px 11px 20px 0px rgba(254, 90, 14, 0.3);
}

.service-area-v3 .service-item .service-content h3.title {
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area-v3 .service-item .service-content h3.title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .service-area-v3 .service-item .service-content h3.title {
    font-size: 22px;
    line-height: 32px;
  }
}

.service-area-v3 .service-item .service-content p {
  margin-bottom: 20px;
}

/* Service-details-section */

.service-details-section .service-img {
  margin-bottom: 25px;
}

.service-details-section .service-img img {
  border-radius: 10px;
}

.service-details-section .service-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details-section .service-content p {
  margin-bottom: 25px;
}

.service-details-section .service-content p:last-child {
  margin-bottom: 0;
}

.service-details-section .content-box {
  background-color: #fff3ed;
}

.service-details-section .content-box .content {
  padding: 40px 40px 25px;
}

.service-details-section .content-box .block-img img {
  width: 100%;
}

.service-details-section .how-work-box h3 {
  margin-bottom: 20px;
}

.service-details-section .how-work-box .work-item {
  border: 1px solid #e6e6e6;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-section .how-work-box .work-item {
    padding: 30px 15px;
  }
}

.service-details-section .how-work-box .work-item .work-title {
  position: relative;
  padding-left: 75px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-section .how-work-box .work-item .work-title {
    padding-left: 0px;
  }
}

.service-details-section .how-work-box .work-item .work-title span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f9580e;
  color: #fff;
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-section .how-work-box .work-item .work-title span.icon {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}

.service-details-section .service-details-wrapper .faq-area {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-section .service-details-wrapper .faq-area {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .service-details-section .service-details-wrapper .faq-area {
    padding: 20px 15px;
  }
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper h3 {
  margin-bottom: 30px;
}

.service-details-section .service-details-wrapper .faq-area .faq-wrapper .card {
  border-radius: 5px;
  border: none;
  border: 1px solid #e6e6e6;
}

.service-details-section
  .service-details-wrapper
  .faq-area
  .faq-wrapper
  .card
  .card-header {
  background-color: transparent;
  border-bottom: none;
  font-size: 16px;
  color: #282828;
  font-weight: 700;
}

.service-details-section
  .service-details-wrapper
  .faq-area
  .faq-wrapper
  .card
  .card-header
  .toggle_btn {
  float: right;
}

.service-details-section
  .service-details-wrapper
  .faq-area
  .faq-wrapper
  .card
  .card-header
  .toggle_btn:after {
  content: "";
  font-family: "IcoFont";
  display: inline-block;
  font-size: 15px;
  color: #282828;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .service-details-section
    .service-details-wrapper
    .faq-area
    .faq-wrapper
    .card
    .card-header
    .toggle_btn:after {
    display: none;
  }
}

.service-details-section
  .service-details-wrapper
  .faq-area
  .faq-wrapper
  .card
  .card-body {
  padding-top: 0px;
}

.service-details-section
  .service-details-wrapper
  .faq-area
  .faq-wrapper
  .card.card
  .card-header[aria-expanded="true"]
  .toggle_btn:after {
  content: "";
}

.service-details-section .sidebar-widget-area .widget {
  background-color: #fff;
  box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.08);
}

.service-details-section
  .sidebar-widget-area
  .widget.widget-catageory
  ul.categeory-link
  li
  a:hover {
  background-color: #f9580e;
  color: #fff;
  border-color: transparent;
}

/*---=======================
   End Service css 
===========================---*/

/*---=======================
   06. Start Features css 
===========================---*/

.features-area-v1 .features-column {
  flex: 0 0 20%;
  max-width: 20%;
  border-right: 1px solid #fae3d9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-v1 .features-column {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .features-area-v1 .features-column {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
  }
}

.features-area-v1 .features-column:last-child {
  border-right: none;
}

.features-area-v1 .features-column .features-item {
  background-color: #fbf6f3;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.features-area-v1 .features-column .features-item:hover:after,
.features-area-v1 .features-column .features-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.features-area-v1 .features-column .features-item:hover .features-icon i {
  color: #fff;
}

.features-area-v1 .features-column .features-item:hover .features-content h5 {
  color: #fff;
}

.features-area-v1 .features-column .features-item:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  top: -5px;
  left: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item:after {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  content: "";
  background-color: #f9580e;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item .features-icon {
  margin-bottom: 20px;
}

.features-area-v1 .features-column .features-item .features-icon i {
  width: 60px;
  height: 60px;
  color: #f9580e;
  font-size: 60px;
  line-height: 1;
}

.features-area-v1 .features-column .features-item .features-content h5 {
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v1 .features-column .features-item .features-content h5 {
    font-size: 15px;
  }
}

.features-area-v2 .features-nav .nav-tabs {
  border-bottom: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item {
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 50%;
  }
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link {
  text-align: center;
  border: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link i {
  width: 80px;
  height: 70px;
  line-height: 1;
  color: #b8b8b8;
  font-size: 75px;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link.active i {
  color: #f9580e;
}

.features-area-v2 .tab-left-content,
.features-area-v2 .tab-right-content {
  margin-bottom: 30px;
}

.features-area-v2 .tab-left-content h2 {
  margin-bottom: 0px;
}

.features-area-v2 .tab-right-content p {
  margin-bottom: 35px;
}

.features-area-v2 .tab-right-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v3 .features-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.features-area-v3 .features-box {
  position: relative;
  overflow: hidden;
  background-color: #fff3ed;
  padding: 45px 34px;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:hover {
  background-color: #f9580e;
}

.features-area-v3 .features-box:hover .features-icon i {
  color: #fff;
}

.features-area-v3 .features-box:hover .features-content h4,
.features-area-v3 .features-box:hover .features-content p,
.features-area-v3 .features-box:hover .features-content .btn-link {
  color: #fff;
}

.features-area-v3 .features-box:hover .features-content .btn-link {
  border-color: #fff;
}

.features-area-v3 .features-box:hover:after {
  visibility: visible;
  opacity: 1;
}

.features-area-v3 .features-box:hover::before {
  color: rgba(255, 255, 255, 0.3);
}

.features-area-v3 .features-box:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #fff;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:before {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 200px;
  color: #ffe3d6;
  font-family: "Flaticon";
  line-height: 1;
  z-index: -1;
}

.features-area-v3 .features-box.box-1:before {
  content: "";
}

.features-area-v3 .features-box.box-2:before {
  content: "";
}

.features-area-v3 .features-box.box-3:before {
  content: "";
}

.features-area-v3 .features-box.box-4:before {
  content: "";
}

.features-area-v3 .features-box .features-icon {
  margin-bottom: 30px;
}

.features-area-v3 .features-box .features-icon i {
  font-size: 65px;
  width: 65px;
  height: 65px;
  line-height: 1;
  color: #f9580e;
}

.features-area-v3 .features-box .features-content h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 23px;
}

.features-area-v3 .features-box .features-content p {
  margin-bottom: 20px;
}

.features-area-v3 .features-box .features-content .btn-link {
  font-size: 18px;
  padding-left: 25px;
  border-left: 3px solid #f9580e;
}

.features-area-v3 .features-box .features-content .btn-link:after {
  display: none;
}

.features-area-v4 .features-box {
  background-color: #fff3ed;
  padding: 37px 45px 45px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v4 .features-box {
    padding: 25px 30px 25px;
  }
}

.features-area-v4 .features-box.features-video {
  padding: 0px;
  height: 386px;
}

.features-area-v4 .features-box.features-video .play-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-area-v4 .features-box.features-video .play-content .video-popup {
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  background-color: #f9580e;
  border-radius: 50%;
  color: #fff;
}

.features-area-v4 .features-box .features-content h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v4 .features-box .features-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.features-area-v4 .features-box .features-content p {
  margin-bottom: 30px;
}

.features-area-v4 .features-box .features-content h5.title {
  padding-left: 25px;
  border-left: 3px solid #f9580e;
  font-size: 18px;
  font-weight: 700;
  color: #f9580e;
}

.counter-area-v1 .counter-column {
  flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area-v1 .counter-column {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .counter-area-v1 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .counter-area-v1 .counter-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .counter-area-v1 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

.counter-area-v1 .counter-column .counter-box {
  background-color: #fbf6f3;
  padding: 50px 35px 60px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box {
    padding: 40px 35px;
  }
}

.counter-area-v1 .counter-column .counter-box:before,
.counter-area-v1 .counter-column .counter-box:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.counter-area-v1 .counter-column .counter-box:before {
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:after {
  position: absolute;
  bottom: 0;
  left: 30px;
  content: "";
  font-family: "Flaticon";
  color: rgba(255, 255, 255, 0.15);
  font-size: 150px;
  line-height: 1;
  z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:hover {
  background-color: #f9580e;
}

.counter-area-v1 .counter-column .counter-box:hover:before,
.counter-area-v1 .counter-column .counter-box:hover:after {
  visibility: visible;
  opacity: 1;
}

.counter-area-v1 .counter-column .counter-box:hover h2 {
  color: #fff;
}

.counter-area-v1 .counter-column .counter-box h2 {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.counter-area-v1 .counter-column .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
}

.counter-area-v1 .counter-column .counter-box h5 {
  font-size: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box h5 {
    font-size: 13px;
  }
}

.counter-area-v2 .counter-wrapper {
  padding: 95px 40px 91px;
  border-radius: 50px;
}

.counter-area-v2 .counter-column {
  position: relative;
}

@media (max-width: 991px) {
  .counter-area-v2 .counter-column {
    margin-bottom: 50px;
  }
  .counter-area-v2 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

.counter-area-v2 .counter-column:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .counter-area-v2 .counter-column:after {
    display: none;
  }
}

.counter-area-v2 .counter-column:last-child::after {
  display: none;
}

.counter-area-v2 .counter-box {
  text-align: center;
}

.counter-area-v2 .counter-box h2 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v2 .counter-box h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.counter-area-v2 .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
  margin-left: -10px;
}

.counter-area-v2 .counter-box h4 {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v2 .counter-box h4 {
    font-size: 16px;
  }
}

.counter-area-v3 {
  position: relative;
  margin-top: -80px;
}

.counter-area-v3 .counter-wrapper {
  padding: 95px 40px 91px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.04);
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-wrapper {
    padding-bottom: 51px;
  }
}

.counter-area-v3 .counter-column {
  position: relative;
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-column {
    margin-bottom: 40px;
  }
}

.counter-area-v3 .counter-column:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #ffede4;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-column:after {
    display: none;
  }
}

.counter-area-v3 .counter-column:last-child::after {
  display: none;
}

.counter-area-v3 .counter-box {
  text-align: center;
}

.counter-area-v3 .counter-box h2 {
  color: #f9580e;
  margin-bottom: 15px;
  line-height: 1;
}

.counter-area-v3 .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
  margin-left: -10px;
}

.awards-area {
  background-color: #f9580e;
  padding: 55px 0 40px;
}

.awards-area .awards-slide .single-awards {
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .awards-area .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.rigistration_section {
  padding: 39px 0 106px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #214f8a;
  text-align: center;
}

.rigistration_section span {
  display: inline-block;
  color: #eee;
  font-size: 25px;
}

.rigistration_section span a {
  display: inline-block;
  background: #ffffff;
  padding: 8px 22px;
  border-radius: 30px;
  margin-left: 10px;
  color: #f3c80a;
}

.cta-area-v1 .cta-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  /* content: ""; */
  font-family: "Flaticon";
  font-size: 400px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.cta-area-v1 .cta-wrapper .section-title h2 {
  margin-bottom: 3px;
  font-size: 35px;
  font-weight: 400;
}

.cta-area-v1 .cta-wrapper .button-box {
  float: right;
}

@media (max-width: 991px) {
  .cta-area-v1 .cta-wrapper .button-box {
    float: none;
  }
}

.cta-area-v1 .cta-wrapper .button-box .main-btn {
  background-color: #fff;
  color: #282828;
  padding: 21px 50px;
  border-radius: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area-v1 .cta-wrapper .button-box .main-btn {
    padding: 15px 30px;
  }
}

.cta-area-v2 .cta-wrapper {
  padding: 56px 100px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 128px;
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper {
    padding: 56px 20px 140px;
  }
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.cta-area-v2 .cta-wrapper .button-box {
  float: right;
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper .button-box {
    float: none;
    text-align: center;
  }
}

.cta-area-v2 .cta-wrapper .button-box .main-btn {
  background-color: #fff;
  color: #282828;
  position: relative;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.pricing-item {
  position: relative;
  padding: 40px 60px 50px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(254, 90, 14, 0.08);
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-item {
    padding: 40px 20px 50px;
  }
}

@media (max-width: 991px) {
  .pricing-item {
    padding: 40px 20px 50px;
  }
}

.pricing-item:hover .pricing-bg {
  visibility: visible;
  opacity: 1;
}

.pricing-item:hover .pricing-title-price h4.plan {
  color: #fff;
}

.pricing-item:hover .pricing-title-price h2.price {
  color: #fff;
}

.pricing-item:hover .pricing-title-price h2.price span.currency,
.pricing-item:hover .pricing-title-price h2.price span.time {
  color: #fff;
}

.pricing-item:hover .pricing-title-price .title-span-line span.line {
  background-color: #fff;
}

.pricing-item:hover .pricing-features ul li {
  color: #fff;
}

.pricing-item:hover .pricing-features ul li:before {
  color: #fff;
}

.pricing-item:hover .pricing-button .main-btn {
  background-color: #fff;
  color: #282828;
}

.pricing-item .pricing-bg {
  background-color: #f9580e;
  background-image: url(../images/pricing-bg.html);
  position: absolute;
  height: calc(100% + 100px);
  left: 0;
  width: 100%;
  top: -50px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}

.pricing-item .pricing-title-price {
  margin-bottom: 10px;
}

.pricing-item .pricing-title-price h2.price {
  color: #f9580e;
}

.pricing-item .pricing-title-price h2.price span.currency {
  font-size: 22px;
  vertical-align: super;
}

.pricing-item .pricing-title-price h2.price span.time {
  font-size: 15px;
  color: #626262;
}

.pricing-item .pricing-features {
  margin-top: 40px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.pricing-item .pricing-features ul li {
  margin-bottom: 10px;
}

.pricing-item .pricing-features ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item .pricing-features ul li:before {
  font-family: "IcoFont" !important;
  content: "";
  padding-right: 30px;
  color: #626262;
  color: #f9580e;
}

.error-header.transparent-header {
  top: 60px;
}

.error-banner {
  padding: 335px 0 260px;
}

.error-banner .error-content h1 {
  font-size: 36px;
  line-height: 68px;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-banner .error-content h1 span {
  color: #f9580e;
  font-weight: 700;
}

.error-banner .error-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 37px;
}

/*---=======================
   End Features css 
===========================---*/

/*---=======================
   07. Start Project css 
===========================---*/

.project-area-v1 .section-title h2 span {
  color: #f9580e;
}

.project-area-v1 .project-main-section {
  position: relative;
  padding: 120px 0;
}

.project-area-v1 .project-main-section .project-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
}

@media (max-width: 991px) {
  .project-area-v1 .project-main-section .project-bg {
    width: 100%;
  }
}

.project-area-v1 .project-main-section .project-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 6, 15, 0.75);
}

.project-area-v1 .project-main-section .play-content .video-popup {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background-color: #f9580e;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.project-area-v1 .project-slide-wrapper {
  position: relative;
  margin-top: -215px;
  margin-left: 28%;
}

@media (max-width: 991px) {
  .project-area-v1 .project-slide-wrapper {
    margin-top: 0;
    margin-left: 0%;
  }
}

.project-area-v1 .project-slide-wrapper .project-slide-one .slick-arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #282828;
  color: #fff;
  left: -20%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v1 .project-slide-wrapper .project-slide-one .slick-arrow {
    bottom: 0;
  }
}

.project-area-v1 .project-slide-wrapper .project-slide-one .slick-arrow.next {
  left: -13%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v1 .project-slide-wrapper .project-slide-one .slick-arrow.next {
    left: -10%;
  }
}

.project-area-v1 .project-slide-wrapper .project-slide-one .slick-arrow:hover {
  background-color: #f9580e;
}

.project-area-v1 .project-item {
  transition: all 0.3s ease-out 0s;
}

.project-area-v1 .project-item:hover .project-img .project-overlay {
  visibility: visible;
  opacity: 1;
}

.project-area-v1 .project-item .project-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.project-area-v1 .project-item .project-img img {
  width: 100%;
}

.project-area-v1 .project-item .project-img .project-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  background-color: #f9580e;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.project-area-v1
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon
  .popup-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #282828;
}

.project-area-v1 .project-item .project-info {
  padding-left: 25px;
  border-left: 3px solid #fe5a0e;
}

.project-area-v1 .project-item .project-info span.span {
  color: #f9580e;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v1 .project-item .project-info span.span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v1 .project-item .project-info h4 {
    font-size: 14px;
  }
}

.project-area-v2 .project-item:hover .project-img .project-overlay {
  transform: scale(1);
  visibility: visible;
}

.project-area-v2 .project-item .project-img {
  position: relative;
  overflow: hidden;
}

.project-area-v2 .project-item .project-img img {
  width: 100%;
  border-radius: 10px;
}

.project-area-v2 .project-item .project-img .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  justify-content: center;
  visibility: hidden;
  background-color: rgba(254, 90, 14, 0.95);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.project-area-v2 .project-item .project-img .project-overlay .project-content {
  position: relative;
  padding: 30px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content {
  position: relative;
  padding-left: 30px;
}

.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
}

.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4,
.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  p.p-name {
  color: #fff;
}

.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4 {
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v2
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4 {
    font-size: 18px;
  }
}

.project-area-v2
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon
  .popup-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  color: #282828;
  text-align: center;
  border-radius: 50%;
}

.filter-nav ul.filter-btn {
  position: relative;
  padding-bottom: 40px;
}

.filter-nav ul.filter-btn:before,
.filter-nav ul.filter-btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 3px;
}

.filter-nav ul.filter-btn:before {
  width: 7%;
  background-color: #f9580e;
  z-index: 1;
}

.filter-nav ul.filter-btn:after {
  width: 25%;
  background-color: #ffe7dc;
}

.filter-nav ul.filter-btn li {
  display: inline-block;
  font-size: 19px;
  padding: 5px;
  cursor: pointer;
  color: #282828;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}

.filter-nav ul.filter-btn li.active {
  color: #f9580e;
}

.filter-nav ul.filter-btn li:last-child:after {
  display: none;
}

.filter-nav ul.filter-btn li:after {
  display: inline-block;
  content: "-";
  padding-left: 12px;
  font-size: 19px;
}

.project-area-v3 .container-fluid,
.releted-project-section .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .project-area-v3 .container-fluid,
  .releted-project-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3 .container-fluid,
  .releted-project-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .project-area-v3 .container-fluid,
  .releted-project-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.project-area-v3 .project-item:hover .project-img .project-overlay,
.releted-project-section .project-item:hover .project-img .project-overlay {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.project-area-v3 .project-item .project-img,
.releted-project-section .project-item .project-img {
  position: relative;
  overflow: hidden;
}

.project-area-v3 .project-item .project-img img,
.releted-project-section .project-item .project-img img {
  width: 100%;
  border-radius: 5px;
}

.project-area-v3 .project-item .project-img .project-overlay,
.releted-project-section .project-item .project-img .project-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  height: 86%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.project-area-v3 .project-item .project-img .project-overlay .project-content,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content {
  position: relative;
  padding: 30px;
  height: 100%;
  background-color: #f9580e;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3 .project-item .project-img .project-overlay .project-content,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .project-area-v3 .project-item .project-img .project-overlay .project-content,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content {
    padding: 20px;
  }
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content {
  position: relative;
  padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content {
    padding-left: 20px;
  }
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content:before,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4,
.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  p.p-name,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  p.p-name {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    p.p-name {
    font-size: 14px;
  }
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .content
  h4 {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .content
    h4 {
    font-size: 16px;
  }
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.project-area-v3
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon
  .popup-icon,
.releted-project-section
  .project-item
  .project-img
  .project-overlay
  .project-content
  .icon
  .popup-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  color: #282828;
  text-align: center;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .project-area-v3
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon,
  .releted-project-section
    .project-item
    .project-img
    .project-overlay
    .project-content
    .icon
    .popup-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .content-box
  h3 {
  font-size: 35px;
  margin-bottom: 25px;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .content-box
  p {
  padding-bottom: 10px;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details {
  background-color: #f9580e;
  padding: 40px;
  border-radius: 5px;
  width: 350px;
  margin-top: -155px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-page-section
    .project-details-wrapper
    .project-content
    .project-info-details {
    padding: 40px 15px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .project-details-page-section
    .project-details-wrapper
    .project-content
    .project-info-details {
    margin-top: 20px;
    padding: 40px 15px;
    width: 100%;
  }
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details
  h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details
  ul.info-list {
  position: relative;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details
  ul.info-list.title
  li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: ":";
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details
  ul.info-list
  li {
  position: relative;
  color: #fff;
  margin-bottom: 9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-page-section
    .project-details-wrapper
    .project-content
    .project-info-details
    ul.info-list
    li {
    font-size: 14px;
  }
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-info-details
  ul.info-list
  li:last-child {
  margin-bottom: 0px;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .slick-arrow:hover,
.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .slick-arrow:focus {
  background-color: #f9580e;
  color: #fff;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .slick-arrow.prev {
  left: 40px;
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .slick-arrow.next {
  right: 40px;
}

@media (max-width: 767px) {
  .project-details-page-section
    .project-details-wrapper
    .project-content
    .project-slide-four
    .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.project-details-page-section
  .project-details-wrapper
  .project-content
  .project-slide-four
  .project-item
  .project-img
  img {
  width: 100%;
}

.post-share-tag {
  background-color: #f6f6f6;
  padding: 21px 30px;
}

@media (max-width: 991px) {
  .post-share-tag .post-tag {
    text-align: center;
  }
}

.post-share-tag .post-tag ul li {
  display: inline-block;
}

.post-share-tag .post-tag ul li span {
  color: #282828;
  font-weight: 700;
}

.post-share-tag .post-share {
  float: right;
}

@media (max-width: 991px) {
  .post-share-tag .post-share {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
}

.post-share-tag .post-share ul li {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .post-share-tag .post-share ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.post-share-tag .post-share ul li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.post-share-tag .post-share ul li a:hover,
.post-share-tag .post-share ul li a:focus {
  background-color: #f9580e;
  color: #fff;
  border-color: transparent;
}

.post-next-prev-post .post-nav-img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.post-next-prev-post .post-nav-img img {
  max-width: 100%;
  border-radius: 50%;
}

.post-next-prev-post .post-nav-img i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #f9580e;
  color: #fff;
}

.post-next-prev-post .post-nav-img.post-prev-img {
  margin-left: 15px;
}

.post-next-prev-post .post-nav-img.post-prev-img i {
  left: -15px;
}

.post-next-prev-post .post-nav-img.post-next-img {
  margin-right: 15px;
  float: right;
}

.post-next-prev-post .post-nav-img.post-next-img i {
  left: auto;
  right: -15px;
}

/*---=======================
   End Project css 
===========================---*/

/*---=======================
   08. Start Project css 
===========================---*/

.testimonial-area-v1 {
  background-color: #fbf6f3;
}

@media (max-width: 991px) {
  .testimonial-area-v1 {
    padding-bottom: 120px;
  }
}

.testimonial-area-v1 .testimonial-img {
  margin-left: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .testimonial-img {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .testimonial-area-v1 .testimonial-img {
    margin-left: 0px;
    margin-bottom: 60px;
  }
}

.testimonial-area-v1 .testimonial-item .td-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .testimonial-item .td-content p {
    font-size: 17px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .testimonial-area-v1 .testimonial-item .td-content p {
    font-size: 17px;
    line-height: 28px;
  }
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info {
  display: flex;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-thumb {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ff7a76;
}

.testimonial-area-v1 .testimonial-item .td-content .td-author-info .td-author {
  margin-left: 35px;
}

.testimonial-area-v1
  .testimonial-item
  .td-content
  .td-author-info
  .td-author
  h4 {
  font-size: 23px;
}

.testimonial-area-v1
  .testimonial-item
  .td-content
  .td-author-info
  .td-author
  p.position {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .testimonial-arrows-one {
    margin-bottom: 50px;
  }
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #f7cab5;
  border-radius: 50%;
  line-height: 50px;
  color: #f9580e;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .testimonial-arrows-one .slick-arrow {
    bottom: 60px;
  }
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow:hover {
  background-color: #f9580e;
  color: #fff;
}

.testimonial-area-v1 .testimonial-arrows-one .slick-arrow.prev {
  right: 60px;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f3aa88;
  color: #f3aa88;
  cursor: pointer;
  z-index: 1;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow:hover {
  border-color: #f9580e;
  color: #f9580e;
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow.prev {
  left: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-area-v2 .testimonial-slider-two .slick-arrow.prev {
    left: -5%;
  }
}

.testimonial-area-v2 .testimonial-slider-two .slick-arrow.next {
  right: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-area-v2 .testimonial-slider-two .slick-arrow.next {
    right: -5%;
  }
}

.testimonial-area-v2 .testimonial-item {
  padding-left: 120px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-area-v2 .testimonial-item {
    padding-left: 0px;
    padding-top: 120px;
  }
}

.testimonial-area-v2 .testimonial-item .td-thumb {
  position: absolute;
  top: 60px;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonial-area-v2 .testimonial-item .td-thumb {
    top: 0;
  }
}

.testimonial-area-v2 .testimonial-item .td-thumb .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #f9580e;
  color: #fff;
  font-size: 40px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 9px;
  padding-right: 12px;
}

.testimonial-area-v2 .testimonial-item .td-content {
  position: relative;
  background-color: #fff1eb;
  padding: 53px 35px 50px;
  border-radius: 10px;
}

.testimonial-area-v2 .testimonial-item .td-content:after {
  position: absolute;
  top: 57px;
  left: 35;
  content: "";
  font-family: "IcoFont";
  font-size: 60px;
  color: rgba(254, 90, 14, 0.25);
}

.testimonial-area-v2 .testimonial-item .td-content:before {
  position: absolute;
  top: 20px;
  left: -10px;
  content: "";
  width: 40px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff1eb;
  transform: skewX(-35deg);
}

@media (max-width: 991px) {
  .testimonial-area-v2 .testimonial-item .td-content:before {
    top: -10px;
    left: 10px;
    transform: skewY(-35deg);
  }
}

.testimonial-area-v2 .testimonial-item .td-content p {
  margin-bottom: 35px;
}

.testimonial-area-v2
  .testimonial-item
  .td-content
  .td-author-info
  .td-author
  h4.title {
  margin-bottom: 10px;
}

.testimonial-area-v2
  .testimonial-item
  .td-content
  .td-author-info
  .td-author
  p.position {
  margin-bottom: 0px;
}

ul.rating li {
  display: inline-block;
}

ul.rating li i {
  color: #fe5a0e;
}

/*---=======================
   End Project css 
===========================---*/

/*---=======================
   09. Start Team css 
===========================---*/

.team-area-v1 .team-item:hover .team-info .team-shape:after {
  background-color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-content h4,
.team-area-v1 .team-item:hover .team-info .team-member-info .team-content p {
  color: green;
}

.team-area-v1
  .team-item:hover
  .team-info
  .team-member-info
  .team-content
  p.position:after {
  background-color: #fff;
}

.team-area-v1
  .team-item:hover
  .team-info
  .team-member-info
  .team-social
  .social-link
  li
  a {
  border-color: #fff;
  color: #fff;
}

.team-area-v1 .team-item:hover .team-info {
}

.team-area-v1 .team-item .team-img img {
  width: 100%;
}

.faq_section {
  position: relative;
  padding: 60px 0px 60px;
}

.faq_sec_block {
  position: relative;
  text-align: center;
}

.faq_sec_block .section-title h2 {
  /* color: #fff; */
  margin-bottom: 21px;
}

.faq_sec_block .section-title span {
  color: #f3c80a;
}

.faq_section::before,
.faq_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.faq_section::before {
  left: -106px;
  width: 300px;
  height: 300px;
  background: #e6f3ff;
  top: -88px;
  border-radius: 0px 181px 99px 0px;
}

.faq_section::after {
  right: -106px;
  width: 300px;
  height: 300px;
  background: #e5f1e1;
  top: -88px;
  border-radius: 181px 0px 0px 99px;
}

.faq_img {
  position: relative;
}

.faq_img2 {
  position: absolute;
  width: 115px;
  left: -56px;
  top: 37.6%;
  border: 17px solid #c9f1bb;
  box-shadow: 0px 0px 10px #757575;
}

.faq_img::before,
.faq_img::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  top: -22px;
  z-index: -1;
  left: -22px;
  background: #c9f1bb;
}

.faq_img::after {
  bottom: -22px;
  top: initial;
}

.faq_icon {
  width: 67px;
  height: 67px;
  background: #ffffff;
  color: #f3c80a;
  font-size: 30px;
  border-radius: 50%;
  border: 6px solid #f3c80a;
  line-height: 54px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0px 6px 16px #151515;
}

.faq_content h3 {
  color: #12325a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.faq_content p {
  color: #2b2b2b;
  line-height: 21px;
}

.faqqs_row .col-md-6:nth-child(2) .faq_content h3,
.faqqs_row .col-md-6:nth-child(3) .faq_content h3 {
  color: #eee;
}

.faqqs_row .col-md-6:nth-child(2) .faq_content p,
.faqqs_row .col-md-6:nth-child(3) .faq_content p {
  color: #cacaca;
}

.faqqs_row .col-md-6 {
  padding: 32px 10px;
}

.faqqs_row {
  position: relative;
}

.faqqs_row::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 300px;
  height: 300px;
  background: linear-gradient(to bottom, #e2ffd9, #c6def9);
  top: 68px;
  border-radius: 50%;
}

.faqqs_row .col-md-6:nth-child(2),
.faqqs_row .col-md-6:nth-child(3) {
  border-right: 0px;
  background-color: #214f8a;
}

.faqqs_row .col-md-6:nth-child(3),
.faqqs_row .col-md-6:nth-child(4) {
  border-bottom: 0px;
}

.faq_timeline.main-timeline .timeline {
  text-align: center;
  padding: 0;
}

.faq_timeline.main-timeline .timeline-icon {
  padding: 45px 0 35px;
  background: #59b13c;
  border-radius: 0 0 50% 50%;
  height: 168px;
}

.faq_timeline.main-timeline .timeline-icon i {
  width: 69px;
  height: 69px;
  line-height: 67px;
  border-radius: 50%;
  background: #fff;
  font-size: 38px;
  color: #59b13c;
  box-shadow: 0px 0px 0px 9px #e4e4e4;
}

.faq_timeline.main-timeline .timeline:nth-child(2n) .timeline-icon i {
  color: #214f8a;
}

.faq_timeline.main-timeline .timeline-content {
  padding: 0 12px;
  display: table-cell;
  width: 400px;
  height: 167px;
  vertical-align: middle;
  background: linear-gradient(to top, #d7d7d7, transparent);
  /* border: 1px dashed; */
  border-bottom: 0;
}

.faq_timeline.main-timeline .timeline:nth-child(2n) .timeline-content {
  background: linear-gradient(to bottom, #d6d6d6, transparent);
  /* border: 1px dashed; */
  border-top: 0;
}

.faq_timeline.main-timeline .year {
  font-size: 16px;
  font-weight: bold;
  color: #58b25e;
}

.faq_timeline.main-timeline .post {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.faq_timeline.main-timeline h3 {
  color: #333;
  font-size: 20px;
}

.faq_timeline.main-timeline .description {
  font-size: 15px;
  color: #404040;
  line-height: 22px;
}

.faq_timeline.main-timeline .timeline:nth-child(2n) .timeline-icon {
  padding: 35px 0 45px;
  border-radius: 50% 50% 0 0;
  background: #1c4f8a;
}

.faq_timeline.main-timeline .timeline:nth-child(2n) .timeline-content {
  /* padding: 20px 10px 0; */
}

@media only screen and (max-width: 990px) {
  .faq_timeline.main-timeline .timeline {
    margin-bottom: 20px;
  }
}

.blog_section {
  position: relative;
  padding: 29px 0 110px;
}

.team-img {
  position: relative;
}

.team-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(24 61 105 / 0%), #164173);
}

.team-img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 53%;
  left: -29px;
  top: -29px;
  z-index: -1;
}

.team-area-v1 .blog_row .col-md-6:nth-child(2) .team-img::after {
  left: initial;
  top: initial;
  right: -29px;
  bottom: -29px;
}

.team-item {
  position: relative;
}

.team-area-v1 .team-item .team-info {
  position: relative;
  margin: 0;
  /* background: linear-gradient(to left, #f3c80a, #313591); */
  right: 0;
}

.wep {
  background: linear-gradient(to bottom, white, #efffea);
  width: 70%;
  margin: -77px auto 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 18px 17px;
  box-shadow: 0px 13px 17px #9e9e9e;
  border-bottom: 5px solid;
}

.blog_block {
  position: relative;
  align-items: center;
  padding: 20px 0;
  box-shadow: 0px 0px 10px #ababab;
  text-align: center;
  border-radius: 18px;
  margin: 6px -6px;
}

.blog_block::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 83%;
  left: 0;
  top: 30px;
}

.blog_icon.fab.fa-blogger-b {
  position: absolute;
  left: -24px;
  width: 50px;
  height: 50px;
  background: #214f8a;
  color: #7dda5e;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  top: 41%;
}

.btm_img {
  position: relative;
  box-shadow: 0px 0px 10px #333;
}

.blog_img img {
  border: 9px solid #ffffff;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 9px;
}

.team-area-v1 .blog_row .col-md-6:nth-child(2) .team-item .team-info {
  right: initial;
  left: 0px;
}

.team-area-v1 .team-info h4 {
  color: #12345f;
  font-size: 19px;
  font-weight: 500;
}

.team-area-v1 .team-info p {
  line-height: 20px;
  margin: 8px 0;
}

.team-area-v1 .team-info a {
  display: inline-block;
  background: transparent;
  color: #f3c80a;
  padding: 0px 11px;
  border: 2px solid;
  border-radius: 30px;
}

.team-area-v1 .team-info .team-shape {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-shape {
    top: -34px;
    height: 63px;
  }
}

.team-area-v1 .team-item .team-info .team-shape:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  transition: all 0.1s ease-out 0s;
}

.team-area-v1 .team-item .team-info .team-member-info {
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item .team-info .team-member-info {
    padding: 15px 20px 25px;
  }
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-member-info {
    padding: 15px 20px 25px;
  }
}

.team-area-v1
  .team-item
  .team-info
  .team-member-info
  .team-social
  .social-link
  li {
  display: block;
  margin-bottom: 10px;
}

.team-area-v1
  .team-item
  .team-info
  .team-member-info
  .team-social
  .social-link
  li:last-child {
  margin-bottom: 0px;
}

.team-area-v1
  .team-item
  .team-info
  .team-member-info
  .team-social
  .social-link
  li
  a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.team-area-v1
  .team-item
  .team-info
  .team-member-info
  .team-social
  .social-link
  li
  a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #282828;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content {
  margin-left: 0;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 25px;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content p {
  line-height: 22px;
  margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
    font-size: 17px;
  }
}

.team-area-v1 .team-item .team-info .team-member-info .team-content p.position {
  position: relative;
  padding-bottom: 18px;
}

.team-area-v1
  .team-item
  .team-info
  .team-member-info
  .team-content
  p.position:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 65px;
  height: 3px;
  background-color: #282828;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v2 .team-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.team-area-v2 .team-item {
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item:hover .team-content {
  background-color: #f9580e;
}

.team-area-v2 .team-item:hover .team-content h3.title,
.team-area-v2 .team-item:hover .team-content p {
  color: #fff;
}

.team-area-v2 .team-item:hover .team-content ul.social-link li a {
  border-color: #fff;
  color: #fff;
}

.team-area-v2 .team-item .team-img {
  position: relative;
  z-index: 1;
}

.team-area-v2 .team-item .team-img img {
  width: 100%;
}

.team-area-v2 .team-item .team-img:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 100%;
  border-radius: 10px;
  background-color: #282828;
  bottom: -15px;
  right: 0;
  z-index: -1;
}

.team-area-v2 .team-item .team-img:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 100%;
  border-radius: 10px;
  background-color: #f9580e;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.team-area-v2 .team-item .team-img img {
  border-radius: 10px;
}

.team-area-v2 .team-item .team-content {
  background-color: #fff;
  margin-left: 15px;
  border-radius: 0 0 10px 10px;
  padding: 25px 25px 25px 45px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item .team-content h3.title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.team-area-v2 .team-item .team-content p {
  margin-bottom: 15px;
}

.team-area-v2 .team-item .team-content ul.social-link li {
  margin-left: 5px;
  margin-right: 5px;
}

.team-area-v2 .team-item .team-content ul.social-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #282828;
  width: 37px;
  height: 37px;
  color: #282828;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item .team-content ul.social-link li a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #282828;
}

.team-area-v3 .team-item:hover .team-img .team-overlay {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.team-area-v3 .team-item .team-img {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 270px;
  margin: auto;
  margin-bottom: 35px;
}

.team-area-v3 .team-item .team-img img {
  width: 100%;
  border-radius: 50%;
}

.team-area-v3 .team-item .team-img .team-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 86%;
  height: 86%;
  background-color: rgba(254, 90, 14, 0.95);
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.team-area-v3 .team-item .team-img .team-overlay .overlay-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-area-v3 .team-item .team-img .team-overlay .overlay-content .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #282828;
}

.team-area-v3 .team-item .team-content h4 {
  margin-bottom: 15px;
}

.team-area-v3 .team-item .team-content p.position {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.team-area-v3 .team-arrows .slick-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #f3a885;
  color: #f3a885;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.team-area-v3 .team-arrows .slick-arrow:hover,
.team-area-v3 .team-arrows .slick-arrow:focus {
  border-color: #f9580e;
  color: #f9580e;
}

.team-area-v3 .team-arrows .slick-arrow.prev {
  margin-right: 20px;
}

.team-area-v3 .button-box .main-btn {
  position: relative;
}

.team-area-v3 .button-box .main-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v3 .button-box .main-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-area-v4 .team-wrapper {
  background-color: #f9580e;
  padding: 95px 145px;
  border-radius: 40px;
  background-position: bottom;
  background-size: 100%;
}

@media (max-width: 991px) {
  .team-area-v4 .team-wrapper {
    padding: 55px 15px;
  }
}

.team-area-v4 .team-item .team-content h4 {
  color: #fff;
}

.team-area-v4 .team-item .team-content p.position {
  color: #ffe5d9;
}

.team-area-v4 .button-box .main-btn {
  position: relative;
  background-color: #fff;
  color: #282828;
}

.team-area-v4 .button-box .main-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v4 .button-box .main-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-details-page-section {
  padding-top: 240px;
}

@media (max-width: 991px) {
  .team-details-page-section {
    padding-top: 120px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content {
  background-color: #f9f9f9;
  margin-left: 60px;
  padding: 60px 60px 25px 60px;
  border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content {
    margin-left: 0px;
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .team-details-page-section
    .team-details-wrapper
    .team-main-content
    .team-img-box {
    margin-bottom: 30px;
  }
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-img {
  margin-left: -110px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .team-details-page-section
    .team-details-wrapper
    .team-main-content
    .team-img-box
    .team-img {
    margin: 0;
  }
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-img:after {
  position: absolute;
  top: -50px;
  right: 0;
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #f9580e;
  z-index: -1;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-img
  img {
  border: 5px solid #fff;
  border-radius: 2px 85px 2px 2px;
}

@media (max-width: 991px) {
  .team-details-page-section
    .team-details-wrapper
    .team-main-content
    .team-img-box
    .team-img
    img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-social
  ul.social-link
  li
  a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  font-size: 12px;
  color: #282828;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-social
  ul.social-link
  li
  a:hover,
.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-img-box
  .team-social
  ul.social-link
  li
  a:focus {
  background-color: #f9580e;
  color: #fff;
  border-color: transparent;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-contnet
  h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-contnet
  .info-list {
  max-width: 300px;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-contnet
  .info-list
  ul.list
  li {
  position: relative;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-contnet
  .info-list
  ul.list.title
  li {
  font-weight: 700;
  color: #282828;
}

.team-details-page-section
  .team-details-wrapper
  .team-main-content
  .team-contnet
  .info-list
  ul.list.title
  li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: ":";
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .content-box
  h4,
.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  h4 {
  font-size: 30px;
  margin-bottom: 28px;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .content-box
  p {
  margin-bottom: 12px;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  .single-skill
  .progress-title {
  margin-bottom: 15px;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  .single-skill
  .progress-title
  h5 {
  font-size: 15px;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  .single-skill
  .progress-title
  h5
  span {
  float: right;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  .single-skill
  .progress {
  height: 5px;
  background-color: #ffeee6;
}

.team-details-page-section
  .team-details-wrapper
  .team-content-box
  .skill-area
  .single-skill
  .progress
  .progress-bar {
  background-color: #f9580e;
}

/*---=======================
   End Team css 
===========================---*/

/*---=======================
   10. Start Blog css 
===========================---*/

.blog-grid-v1 .blog-post-item {
  position: relative;
}

.blog-grid-v1 .blog-post-item:hover .entry-content {
  background-color: rgba(254, 90, 14, 0);
  border-color: #ffe5d9;
}

.blog-grid-v1 .blog-post-item .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.blog-grid-v1 .blog-post-item .post-thumbnail img {
  width: 100%;
}

.blog-grid-v1 .blog-post-item .post-thumbnail .date {
  position: absolute;
  bottom: 20px;
  left: 40px;
  padding: 8px 18px;
  background-color: #fff;
  font-weight: 600;
  color: #f9580e;
  line-height: 19px;
  border-radius: 18px;
}

.blog-grid-v1 .blog-post-item .entry-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 35px 40px;
  border-radius: 5px;
  box-shadow: 0px 15px 40px 0px rgba(255, 122, 118, 0.1);
  border: 2px solid #fff;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-post-item .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-post-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-post-item .entry-content h3.title:focus {
  color: #f9580e;
}

.blog-grid-v1 .blog-post-item .entry-content p {
  margin-bottom: 35px;
}

.blog-grid-v2 .blog-title-wrapper {
  padding: 55px 40px 70px;
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blog-grid-v2 .blog-title-wrapper {
    padding: 55px 50px 70px;
  }
}

@media (max-width: 991px) {
  .blog-grid-v2 .blog-title-wrapper {
    margin-bottom: 60px;
  }
}

.blog-grid-v2 .blog-title-wrapper .section-title h3 {
  margin-bottom: 30px;
}

.blog-grid-v2 .blog-title-wrapper .section-title p {
  color: #fff;
  margin-bottom: 37px;
}

.blog-grid-v2 .blog-title-wrapper .blog-arrows-two {
  margin-top: 30px;
}

.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow:hover {
  background-color: #fff;
  color: #282828;
  border-color: transparent;
}

.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow.prev {
  margin-right: 50px;
}

.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow.prev:after {
  position: absolute;
  top: 0;
  right: -50%;
  display: inline-block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
}

.blog-grid-v2 .blog-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-grid-v2 .blog-post-item .entry-content {
  background-color: #fff;
  padding: 20px 35px 30px;
  border-radius: 0 0 5px 5px;
}

.blog-grid-v2 .blog-post-item .entry-content .post-meta {
  margin-bottom: 5px;
}

.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li:last-child:after {
  display: none;
}

.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li:after {
  display: inline-block;
  content: "/";
  margin-left: 5px;
  margin-right: 2px;
  color: #f9580e;
}

.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #f9580e;
}

.blog-grid-v2 .blog-post-item .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.blog-grid-v2 .blog-post-item .entry-content p {
  margin-bottom: 15px;
}

.blog-grid-v2 .blog-post-item .entry-content .main-btn {
  font-weight: 600;
  font-size: 15px;
  border-radius: 20px;
  padding: 6px 16px;
}

/*  blog-standard-section  */

.blog-standard-section .blog-post-item .entry-content {
  padding: 31px 50px 40px;
  border: 1px solid #eeeeee;
  border-top: none;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(254, 90, 14, 0.03);
}

@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content {
    padding: 31px 15px 40px;
  }
}

.blog-standard-section .blog-post-item .entry-content h3.title {
  margin-bottom: 18px;
  transition: all 0.3s ease-out 0s;
}

.blog-standard-section .blog-post-item .entry-content h3.title:hover,
.blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #f9580e;
}

@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 26px;
    line-height: 36px;
  }
}

.blog-standard-section .blog-post-item .entry-content p {
  margin-bottom: 25px;
}

.blog-standard-section .blog-post-item .entry-content .main-btn {
  border-radius: 2px;
  padding: 12px 20px;
  text-transform: capitalize;
}

/*  Post Thumbnail  */

.post-thumbnail img {
  border-radius: 2px;
}

/*  Post Meta  */

.post-meta ul li {
  display: inline-block;
}

.post-meta {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .post-meta {
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post-meta {
    flex-direction: inherit;
  }
}

.post-meta ul.meta-link li {
  display: inline-block;
  padding-right: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li {
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .post-meta ul.meta-link li {
    padding-right: 10px;
  }
}

.post-meta ul.meta-link li span i {
  margin-right: 15px;
  color: #f9580e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li span i {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .post-meta ul.meta-link li span i {
    margin-right: 5px;
  }
}

.post-meta ul.meta-link li span:hover,
.post-meta ul.meta-link li span:focus {
  color: #f9580e;
}

.post-meta ul.social-link {
  float: right;
}

@media (max-width: 400px) {
  .post-meta ul.social-link {
    float: none;
  }
}

.post-meta ul.social-link li {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .post-meta ul.social-link li {
    margin-left: 0;
  }
}

.post-meta ul.social-link li span {
  padding-right: 10px;
}

.post-meta ul.social-link li a:hover,
.post-meta ul.social-link li a:focus {
  color: #f9580e;
}

/*  Blog-details-section  */

.blog-details-section .post-thumbnail {
  margin-bottom: 32px;
}

.blog-details-section .entry-content {
  margin-bottom: 55px;
}

.blog-details-section .entry-content h3.title {
  margin-bottom: 15px;
}

.blog-details-section .entry-content p {
  margin-bottom: 20px;
}

.blog-details-section .entry-content .content-box {
  background-color: #fff4ef;
  padding: 40px 45px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-section .entry-content .content-box h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 16px;
}

.blog-details-section .entry-content .content-box p {
  margin-bottom: 15px;
}

.blog-details-section .post-share-tag {
  background-color: #fff4ef;
}

.blog-details-section .admin-box {
  background-color: #fff3ed;
  display: flex;
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .blog-details-section .admin-box {
    flex-direction: column;
  }
}

.blog-details-section .admin-box .admin-img {
  min-width: 190px;
  max-width: 190px;
  height: 190px;
}

.blog-details-section .admin-box .admin-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-section .admin-box .admin-info {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .blog-details-section .admin-box .admin-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.blog-details-section .admin-box .admin-info h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

.blog-details-section .admin-box .admin-info p.position {
  margin-bottom: 12px;
}

.blog-details-section .related-post h4.title {
  margin-bottom: 20px;
}

.blog-details-section
  .related-post
  .blog-post-item:hover
  .post-thumbnail
  .post-overlay {
  visibility: visible;
  opacity: 1;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail {
  position: relative;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail img {
  width: 100%;
}

.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 86%;
  background-color: rgba(254, 90, 14, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content
  .main-btn {
  padding: 11px 16px;
  background-color: #fff;
  color: #282828;
  border-radius: 2px;
}

.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content
  .main-btn:after {
  display: none;
}

.blog-details-section .comments-area h4.comments-title {
  margin-bottom: 20px;
}

.blog-details-section .comments-area ul.comments-list li.comment {
  display: flex;
  padding: 20px 25px 15px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment {
    flex-direction: column;
  }
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment:nth-child(even) {
  margin-left: 70px;
}

@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment:nth-child(even):nth-child(even) {
    margin-left: 0px;
  }
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar
  img {
  max-width: 100%;
  border-radius: 50%;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content {
  position: relative;
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.author-name {
  font-size: 22px;
  font-weight: 700;
  color: #282828;
  font-family: "Gilroy", sans-serif;
  display: block;
  margin-bottom: 5px;
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.date {
  margin-bottom: 15px;
}

.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  a.reply {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 35px;
  background-color: #f9580e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap
    .comment-author-content
    a.reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}

.blog-details-section .comments-respond {
  background-color: #fff4ef;
  padding: 55px 50px 60px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .blog-details-section .comments-respond {
    padding: 55px 15px 60px;
  }
}

.blog-details-section .comments-respond h4.comments-heading {
  margin-bottom: 20px;
}

.blog-details-section .comments-respond form .form_group .form_control {
  border: none;
  height: 60px;
  border-radius: 2px;
  border: 1px solid #fff;
}

.blog-details-section .comments-respond form .form_group .form_control:focus {
  border-color: #f9580e;
}

.blog-details-section .comments-respond form .form_group textarea.form_control {
  height: 240px;
}

.blog-details-section .comments-respond form .main-btn {
  border-radius: 2px;
  padding: 14px 35px;
}

/* Sidebar-widget-area */

.sidebar-widget-area {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area {
    margin-left: 0px;
  }
}

.sidebar-widget-area .widget {
  background-color: #f9f9f9;
  padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget {
    padding: 20px 15px;
  }
}

.sidebar-widget-area .widget h4.widget-title {
  margin-bottom: 25px;
}

.sidebar-widget-area .widget.widget-search {
  padding: 0px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-search .form_group .form_control {
  border: 1px solid #e8e8e8;
  height: 60px;
}

.sidebar-widget-area .widget.widget-search .form_group .search-icon {
  position: absolute;
  top: 17px;
  right: 20px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li {
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 10px 20px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:hover,
.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:focus {
  border-color: #f9580e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content {
  margin-bottom: 50px;
  display: flex;
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content:last-child {
  margin-bottom: 0px;
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  img {
  width: 80px;
  height: 80px;
  border-radius: 2px;
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date {
  margin-left: 30px;
  margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area
    .widget.widget-recent-post
    ul.recent-post-widget
    li.post-thumbnail-content
    .post-title-date {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area
    .widget.widget-recent-post
    ul.recent-post-widget
    li.post-thumbnail-content
    .post-title-date {
    margin-left: 15px;
  }
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6 {
  font: 19px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6:hover,
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6:focus {
  color: #f9580e;
}

.sidebar-widget-area .widget.widget-tag-cloud {
  padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget-tag-cloud a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 7px 25px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-tag-cloud a:hover,
.sidebar-widget-area .widget.widget-tag-cloud a:focus {
  border-color: #f9580e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-tag-cloud a {
    font-size: 14px;
    padding: 7px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-tag-cloud a {
    font-size: 14px;
    padding: 7px 15px;
  }
}

.sidebar-widget-area .widget.widget-cta {
  padding: 0px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-cta .cta-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.sidebar-widget-area .widget.widget-cta .cta-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(254, 90, 14, 0.95);
}

.sidebar-widget-area .widget.widget-cta .cta-content h3 {
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h3 {
    font-size: 26px;
  }
}

.sidebar-widget-area .widget.widget-cta .cta-content i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  font-size: 36px;
  color: #f9580e;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget-cta .cta-content h4.call {
  font-size: 32px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
    font-size: 24px;
  }
}

/* Pagination */

.induxter-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}

.induxter-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f9d0bc;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-weight: 700;
}

.induxter-pagination ul li a:hover,
.induxter-pagination ul li a:focus,
.induxter-pagination ul li a.active {
  background-color: #f9580e;
  color: #fff;
  border-color: transparent;
}

/* Blockquote */

.blockquote {
  background-color: #fff4ef;
  padding: 25px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blockquote p {
  font-size: 15px;
  color: #282828;
  font-weight: 700;
  padding-left: 35px;
  border-left: 3px solid #f9580e;
  margin-bottom: 0px;
}

/*---=======================
   End Blog css 
===========================---*/

/*---=======================
   11. Start Contact css 
===========================---*/

.contact-page-section {
  margin-bottom: -350px;
}

.contact-page-section .contact-info-list .info-box .icon i {
  color: #f9580e;
  font-size: 50px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .icon i {
    font: 26px;
  }
}

.contact-page-section .contact-info-list .info-box .info {
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 20px;
  }
}

.contact-page-section .contact-info-list .info-box .info h4 {
  font-size: 25px;
}

.contact-page-section .contact-info-list .info-box .info p {
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

.contact-page-section .contact-form-wrapper {
  background-color: #f9f9f9;
  box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
  padding: 45px 70px 60px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-form-wrapper {
    padding: 20px 30px;
  }
}

.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  .form_control {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 2px;
}

.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  .form_control:focus {
  border-color: #f9580e;
}

.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  textarea.form_control {
  height: 240px;
}

.contact-home-section {
  margin-bottom: 0px;
}

/*--- Contact map css ---*/

.contact-map-section .map_box iframe {
  width: 100%;
  height: 700px;
  display: inherit;
  border: none;
}

/*---=======================
    End Contact css 
===========================---*/

/*---=======================
   12. Start Footer css 
===========================---*/

.footer-area .footer-widget {
  padding: 37px 0 30px;
}

.about-widget {
  text-align: center;
  margin-bottom: 0;
}

.footer-area .footer-widget .widget h4.widget-title {
  color: #fff;
  margin-bottom: 9px;
}

.footer-area .footer-widget .widget p {
  color: #e1e1e1;
}

.footer-area .footer-widget .widget.about-widget img {
  margin-bottom: 25px;
  margin-top: 25px;
  width: 317px;
}

.footer-area .footer-widget .widget.about-widget p {
  margin-bottom: 35px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link {
  display: inline-block;
  box-shadow: 0px 0px 10px #ccc;
  padding: 8px 17px;
  border-radius: 14px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li {
  margin: 0 3px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a {
  width: 37px;
  height: 37px;
  display: block;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a:hover,
.footer-area .footer-widget .widget.about-widget ul.social-link li a:focus {
  background-color: #f3c80a !important;
  color: #fff !important;
  border-color: transparent !important;
}

.footer-area .footer-widget .widget.widget-categories {
  padding-left: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .widget.widget-categories {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .footer-area .footer-widget .widget.widget-categories {
    padding-left: 0px;
  }
}

.links_row .col-lg-4 {
  border-left: 1px dashed;
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li {
  padding-bottom: 3px;
  display: block;
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li a {
  color: #e1e1e1;
}

.footer-area
  .footer-widget
  .widget.newsletter-widget
  .newsletter-form
  .form_group
  .form_control {
  background-color: #fff;
  border: none;
  height: 55px;
  border-radius: 5px;
}

.footer-area
  .footer-widget
  .widget.newsletter-widget
  .newsletter-form
  .form_group
  .newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #f9580e;
  color: #fff;
  border-radius: 5px;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-info h5 {
  color: #fff;
  margin-bottom: 8px;
}

.footer-area .footer-widget .widget.newsletter-widget .newsletter-info p {
  color: #e1e1e1;
}

.footer-area .footer-widget .widget.instragram-widget {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .widget.instragram-widget {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .footer-area .footer-widget .widget.instragram-widget {
    padding-left: 0px;
  }
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li {
  padding-left: 4px;
  padding-right: 4px;
  flex: 0 0 33.33%;
  margin-bottom: 10px;
}

.footer-area .footer-widget .widget.instragram-widget ul.instagram-list li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-area
  .footer-widget
  .widget.instragram-widget
  ul.instagram-list
  li
  a:hover
  .insta-overlay {
  visibility: visible;
  opacity: 1;
}

.footer-area
  .footer-widget
  .widget.instragram-widget
  ul.instagram-list
  li
  a
  img {
  width: 100%;
  border-radius: 5px;
}

.footer-area
  .footer-widget
  .widget.instragram-widget
  ul.instagram-list
  li
  a
  .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9580e;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.footer-area
  .footer-widget
  .widget.instragram-widget
  ul.instagram-list
  li
  a
  .insta-overlay
  i {
  color: #fff;
}

.footer-area .copyright-area {
  padding: 0;
}

.footer-area .copyright-area .copyright-text p {
  color: #000000;
  padding: 11px 0 14px;
  border-top: 1px solid #a0a0a0;
  font-size: 18px;
}

.footer-area .copyright-area .copyright-text p a {
  color: #f3c80a;
}

.footer-area-v1 {
  background-color: #282828;
}

.footer-area-v2 {
  /* background-color: #fff; */
}

.footer-area-v2 .footer-widget .widget h4.widget-title {
  color: #183f6d;
  text-transform: uppercase;
  text-align: center;
  font-size: 39px;
}

.footer-area-v2 .footer-widget .widget p {
  color: #626262;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li a {
  color: #3171b7;
  border-color: #3171b7;
}

.footer-area-v2
  .footer-widget
  .widget.about-widget
  ul.social-link
  li:nth-child(2)
  a {
  color: #ef4040;
  border-color: #ef4040;
}

.footer-area-v2
  .footer-widget
  .widget.about-widget
  ul.social-link
  li:nth-child(3)
  a {
  color: #17a2b8;
  border-color: #17a2b8;
}

.footer-area-v2
  .footer-widget
  .widget.about-widget
  ul.social-link
  li:nth-child(4)
  a {
  color: #dc35c0;
  border-color: #dc35c0;
}

.footer-area-v2 .footer-widget .widget.widget-categories ul.widget-link li a {
  color: #1b1b1b;
  font-size: 15px;
  position: relative;
  padding-left: 23px;
}

.footer-area-v2
  .footer-widget
  .widget.widget-categories
  ul.widget-link
  li
  a::before {
  content: "\f147";
  position: absolute;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: 0px;
  color: #f3c80a;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info h5 {
  color: #282828;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info p {
  color: #626262;
}

.footer-area-v2 .footer-top .main-wrapper {
  position: relative;
  padding: 0px 0px 0px;
  z-index: 1;
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .main-wrapper {
    padding: 65px 15px 70px;
  }
}

.footer-area-v2 .footer-top .main-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box {
    margin-bottom: 30px;
  }
}

.useful-links {
  display: table;
  margin: 54px auto 0;
  padding: 9px 32px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}

.useful-ul {
  text-align: center;
}

.useful-ul span {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  color: #f3c80a;
  font-weight: 600;
  font-size: 22px;
}

.usefull .useful-ul li {
  display: inline-block;
}

.usefull .useful-ul li a {
  padding: 0 10px;
  border-right: 1px solid #929292;
  color: #0c0c0c;
  font-size: 18px;
}

.usefull .useful-ul li a.b-none {
  border: none;
}

.usefull ul li a:hover {
  color: #f3c80a;
}

.footer-area-v2 .footer-top .info-box .icon {
  text-align: center;
  margin-bottom: 15px;
}

.footer-area-v2 .footer-top .info-box .icon i {
  width: 60px;
  height: 60px;
  font-size: 29px;
  background: #f3c80a;
  line-height: 57px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -31px;
}

.footer-area-v2 .footer-top .info-box {
  position: relative;
  min-height: 125px;
  box-shadow: 0 12px 19px -9px #9c9a9a;
  margin-top: -58px;
  padding: 26px 16px;
  background: linear-gradient(to bottom, white, #c1c3ff);
}

.footer-area-v2 .footer-top .info-box .info {
  margin-left: 0;
  text-align: center;
}

.footer-area-v2 .footer-top .info-box .info h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-v2 .footer-top .info-box .info h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box .info h4 {
    font-size: 18px;
  }
}

.footer-area-v2 .footer-top .info-box .info p {
  font-size: 17px;
  color: #0c0c0c;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-v2 .footer-top .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

.f_map {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 16px;
}

.f_map img {
  border: 6px solid #ccc;
}

.app_doalouge.modal-dialog {
  max-width: 402px;
  margin-top: 9%;
}

.app_headre {
  display: block;
  text-align: center;
  padding: 0px;
  border: 0px;
}

.ap_m_body.modal-body {
  padding: 30px 29px;
  text-align: center;
}

.app_headre .close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  background: #45a745;
  opacity: 1;
  color: #ffff;
  padding: 11px 10px;
  opacity: 1;
}

.ap_m_body .form-control {
  background-color: #313591;
  height: 50px;
  color: #eee;
}

.ap_m_body textarea.form-control {
  height: 80px;
}

.ap_m_body .form-control::placeholder {
  color: #eee;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.inner_body .top_wrapper {
  height: 131px;
}

.bread_cumb_wrap {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  z-index: 1;
}

.about {
  background-image: url(../images/breadcrumb.jpg);
}

.ortho {
  background-image: url(../images/breadcrumb.jpg);
}

.contact {
  background-image: url(../images/breadcrumb.jpg);
}

.blog {
  background-image: url(../images/breadcrumb.jpg);
}

.feedback {
  background-image: url(../images/breadcrumb.jpg);
}

.taruma {
  background-image: url(../images/breadcrumb.jpg);
}

.team {
  background-image: url(../images/breadcrumb.jpg);
}

.panel {
  background-image: url(../images/breadcrumb.jpg);
}

.joint {
  background-image: url(../images/breadcrumb.jpg);
}

.kr {
  background-image: url(../images/breadcrumb.jpg);
}

.sr {
  background-image: url(../images/breadcrumb.jpg);
}

.hr {
  background-image: url(../images/breadcrumb.jpg);
}

.si {
  background-image: url(../images/breadcrumb.jpg);
}

.arthoscopy {
  background-image: url(../images/breadcrumb.jpg);
}

.gm {
  background-image: url(../images/breadcrumb.jpg);
}

.gs {
  background-image: url(../images/breadcrumb.jpg);
}

.spine {
  background-image: url(../images/breadcrumb.jpg);
}

.kidney {
  background-image: url(../images/breadcrumb.jpg);
}

.nephrology {
  background-image: url(../images/breadcrumb.jpg);
}

.neurology {
  background-image: url(../images/breadcrumb.jpg);
}

.cardiology {
  background-image: url(../images/breadcrumb.jpg);
}

.gynecology {
  background-image: url(../images/breadcrumb.jpg);
}

.urology {
  background-image: url(../images/breadcrumb.jpg);
}

.pulmonology {
  background-image: url(../images/breadcrumb.jpgg);
}

.dermatology {
  background-image: url(../images/breadcrumb.jpg);
}

.diabetology {
  background-image: url(../images/breadcrumb.jpg);
}

.pediatrics {
  background-image: url(../images/breadcrumb.jpg);
}

.laproscopysurgery {
  background-image: url(../images/breadcrumb.jpg);
}

.criticalcare {
  background-image: url(../images/breadcrumb.jpg);
}

.emergency {
  background-image: url(../images/breadcrumb.jpg);
}

.facilities {
  background-image: url(../images/breadcrumb.jpg);
}

.images {
  background-image: url(../images/breadcrumb.jpg);
}

.videos {
  background-image: url(../images/breadcrumb.jpg);
}

.news {
  background-image: url(../images/breadcrumb.jpg);
}

.bread_cumb_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2222229c;
  z-index: -1;
}

.bread_cumb_wrap h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.bread_cumb_wrap ul {
  display: inline-block;
  border: 1px dashed #eee;
  padding: 3px 17px;
  border-radius: 30px;
}

.bread_cumb_wrap ul li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: #fff;
}

.bread_cumb_wrap ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #e0dfdf;
  right: -6px;
  top: 14px;
}

.bread_cumb_wrap ul li:last-child:before {
  display: none;
}

.bread_cumb_wrap ul li a {
  display: block;
  color: #fff;
}

.inner_content_wrap {
  min-height: 60vh;
  padding: 90px 0px 90px;
}

.service_inner_content h2 {
  font-size: 23px;
  color: #313591;
  margin: 12px 0 7px;
  line-height: 40px;
}

.service_inner_content h3 {
  font-size: 18px;
  color: #3d8327;
  margin: 17px 0 9px;
}

.service_inner_content p {
  margin-bottom: 10px;
}

.ol_styles {
  position: relative;
}

.ol_styles li {
  font-size: 15px;
  position: relative;
  padding-left: 18px;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: initial;
}

.ol_styles li::before {
  position: absolute;
  width: 9px;
  height: 9px;
  line-height: 28px;

  background-color: #313591;
  content: "";

  left: 0;
  top: 8px;
  border-radius: 100%;
}
.ol_styles li::after {
  position: absolute;
  width: 5px;
  height: 5px;
  line-height: 28px;

  background-color: #f3c80a;
  content: "";

  left: 3px;
  top: 8px;
  border-radius: 100%;
}

.inner_ser_img {
  display: inline-block;
  position: relative;
  padding: 24px;
}

.inner_ser_img::before,
.inner_ser_img::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: 0px;
  top: 0px;
  background: #2b63a5;
  z-index: -1;
}

.inner_ser_img::after {
  top: initial;
  left: initial;
  right: 0px;
  bottom: 0px;
  background: #47ab50;
}

.inner_ser_img img {
  box-shadow: 0px 0px 10px #333;
  padding: 5px;
  background-color: #fff;
}

.col_count {
  column-count: 3;
}

.col_count2 {
  column-count: 2;
}

.contact_box.serviceBox {
  text-align: center;
  padding: 0px 14px 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.contact_box.serviceBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #fbfbfb, #efefef);
  box-shadow: 0px 10px 10px #c9c7c7;
}

.contact_box.serviceBox::after {
  content: "";
  position: absolute;
  width: 37%;
  height: 8px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: 0;
  background: linear-gradient(to left, #f3c80a, #313591);
  z-index: -1;
}

.contact_box.serviceBox .service-icon {
  color: #fff;
  background: linear-gradient(to right, #f3c80a, #af8f03);
  font-size: 38px;
  line-height: 81px;
  height: 80px;
  width: 110px;
  margin: 0 auto 40px;
  border-radius: 50%;
  position: relative;
}

.contact_box.serviceBox .service-icon:after {
  content: "";
  background: linear-gradient(to right, #2f3591, #a98a00);
  height: 100%;
  width: 100%;
  border-radius: 40% 40% 50% 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: -1;
}

.contact_box.serviceBox .title {
  color: #027e9a;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 7px;
}

.contact_box.serviceBox .description {
  color: #565656;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.contact_box.serviceBox.blue .service-icon {
  background: linear-gradient(to right, #69a1e9, #214f8a);
}

.contact_box.serviceBox.blue .service-icon:after {
  background: linear-gradient(to right, #373171, #0097f3);
}

.contact_box.serviceBox.blue .title {
  color: #373171;
}

@media only screen and (max-width: 990px) {
  .contact_box.serviceBox {
    margin: 0 0 30px;
  }
}

.contact-form-parent {
  position: relative;
  margin: 40px 0;
  padding: 20px;
  background: #353693;
  border-radius: 40px;
  box-shadow: 0px 10px 30px #6b6b6b;
}
.contact-form-parent::before,
.contact-form-parent::after {
  content: "";
  position: absolute;

  background: radial-gradient(circle, #ffd84d8a 0%, transparent 60%);
}
.contact-form-parent::before {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  backdrop-filter: blur(10px);
  z-index: 0;
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .contact-form-parent::before {
    top: 50%;
    left: 25%;
  }
  .contact_info_row .col-md-4 {
    margin: 20px 0;
  }
  ._contact-form h3 {
    font-size: 24px;
  }
}
.contactform {
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 35px;
}
._contact-form {
  text-align: center;
  padding: 21px 20px;
  margin-top: 32px;
}

._contact-form h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  display: inline-block;
  border-bottom: 2px dashed;
}

._contact-form .form-group {
  margin-bottom: 20px;
}

._contact-form .form-control {
  height: 50px;
  background: #8c8eff;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
._contact-form::placeholder {
  color: #ffffff;
}

._contact-form textarea.form-control {
  height: 135px;
}

._contact-form .form-control::placeholder {
  color: #333;
}

._contact-form .btn-success {
  background-color: #f3c80a;
  border-color: transparent;
  color: #fbfbfb;
}

.map {
  position: relative;
  padding: 12px 23px;
  margin-top: 35px;
}

.map::before,
.map::after {
  content: "";
  position: absolute;
  width: 27%;
  height: 27%;
  left: 0;
  bottom: 0;
  background: #54b136;
  z-index: -1;
}

.map::after {
  left: initial;
  right: 0px;
}

.map iframe {
  width: 100%;
  height: 321px;
  /* border: 10px solid #ccc; */
  border-radius: 20px;
}

.feedback_timeline {
  font-family: "Poppins", sans-serif;
}

.feedback_timeline:after {
  content: "";
  display: block;
  clear: both;
}

.feedback_timeline:before {
  content: "";
  height: 100%;
  width: 3px;
  border-left: 3px dashed #555;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

.feedback_timeline .timeline {
  width: 50%;
  padding: 15px 15px 15px 55px;
  margin: 0 0 0 5px;
  float: right;
  position: relative;
  z-index: 1;
}

.feedback_timeline .timeline:before {
  content: "";
  background-color: #62bb46;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -10px;
  top: 50%;
}

.feedback_timeline .timeline-content {
  color: #777;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
}

.feedback_timeline .timeline-content:hover {
  text-decoration: none;
}

.feedback_timeline .timeline-content:before,
.feedback_timeline .timeline-content:after {
  content: "";
  background: #62bb46;
  width: 35px;
  height: 35px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: -33px;
  z-index: -1;
}

.feedback_timeline .timeline-content:after {
  background: linear-gradient(to left, transparent, #62bb46);
  height: auto;
  width: auto;
  border-radius: 20px;
  transform: translateY(0);
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  z-index: -2;
}

.feedback_timeline .timeline-icon {
  color: #555;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 10px;
}

.feedback_timeline .title {
  color: #0071bb;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.feedback_timeline .description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0;
}

.feedback_timeline .timeline:nth-child(even) {
  padding: 15px 55px 15px 15px;
  margin: 0 5px 0 0;
  float: left;
}

.feedback_timeline .timeline:nth-child(even):before {
  left: auto;
  right: -10px;
}

.feedback_timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: -33px;
}

.feedback_timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotate(180deg);
}

.feedback_timeline .timeline:nth-child(even):before,
.feedback_timeline .timeline:nth-child(even) .timeline-content:before {
  background-color: #0071bb;
}

.feedback_timeline .timeline:nth-child(even) .timeline-content:after {
  background: linear-gradient(to left, transparent, #0071bb);
}

.feedback_timeline .timeline:nth-child(even) .title {
  color: #62bb46;
}

@media screen and (max-width: 767px) {
  .feedback_timeline:before {
    transform: translateX(-50%);
    left: 18px;
  }
  .feedback_timeline .timeline,
  .feedback_timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 15px 15px 15px 55px;
    margin: 0 0 30px;
  }
  .feedback_timeline .timeline:before,
  .feedback_timeline .timeline:nth-child(even):before {
    left: -7px;
  }
  .feedback_timeline .timeline-content:before,
  .feedback_timeline .timeline:nth-child(even) .timeline-content:before {
    left: -33px;
    right: auto;
  }
  .feedback_timeline .timeline:nth-child(even) .timeline-content:after {
    transform: rotate(0);
  }
  .feedback_timeline .title {
    font-size: 23px;
  }
}

.email-signature {
  padding: 20px 35px 50px 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  box-shadow: 0 0 10px #d7d7d7;
  position: relative;
  /* top: 21px; */
}

.email-signature:before {
  content: "";
  background: linear-gradient(to left, #b9f3ab, #9cc4f3);
  height: 100%;
  width: 30px;
  box-shadow: 0 0 10px #000;
  position: absolute;
  left: 80px;
  top: 0;
}

.email-signature:after {
  width: 34px;
  left: auto;
  right: 0;
}

.email-signature .icon:before {
  content: none;
}

.email-signature .signature-img {
  height: 130px;
  width: 130px;
  /* border: 4px solid #20417e; */
  transform: translateY(-50%);
  position: absolute;
  left: 30px;
  top: 50%;
  box-shadow: 0 0 10px #000;
  padding: 4px;
  background-color: #fff;
}

.email-signature .signature-img img {
  width: 100%;
  height: auto;
}

.email-signature .signature-details {
  margin: 0 0 10px;
}

.email-signature .title {
  color: #0c0c0c;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.email-signature .post {
  font-size: 17px;
  font-style: italic;
}
.doctor-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  margin-bottom: 30px;
}
.doctor-image {
  padding: 10px 10px 0;
  background: #ccc;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.doctor-image img {
  width: 210px;
}
.designation {
  font-size: 15px;
  color: #332a00;
  background: #f7eab3;
  text-align: center;
  width: fit-content;
  padding: 3px 13px;
  border-radius: 30px;
  margin-bottom: 8px;
  font-weight: 600;
}
.doctor-description h3 {
  font-family: unset;
  color: #214f8a;
}
.degrees {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 18px;
  margin: 8px 0;
}
.doctor-description button {
  /* width: 100%; */
  padding: 5px 25px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  background: #313591;
}
.mt-20 {
  margin-top: 20px;
}

.email-signature .signature-content {
  color: #0c6609;
  font-size: 78px;
  line-height: 25px;
  padding: 0;
  margin: auto;
  list-style: none;
  position: relative;
  left: -4px;
  right: 25%;
  opacity: 0.1;
}

.signature-content li {
  position: relative;
  padding-left: 16px;
}

.signature-content li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0px;
  top: 6px;
  font-weight: 600;
  color: #cc2428;
  font-size: 17px;
  background-color: #14aa50;
}

.email-signature .signature-content li span {
  margin-right: 6px;
}

.email-signature .icon {
  width: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(-50%);
  position: absolute;
  right: 1px;
  top: 50%;
  z-index: 1;
}

.email-signature .icon li a {
  color: #000;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 29px;
  height: auto;
  width: auto;
  margin: 0px 0;
  display: block;
  transition: all 0.3s ease 0s;
}

.email-signature .icon li a:hover {
  color: var(--main-color);
  background-color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .email-signature {
    padding: 150px 20px 40px 20px;
  }
  .email-signature:before,
  .email-signature:after {
    width: 100%;
    height: 35px;
    top: 60px;
    left: 0;
    transform: translateY(0);
  }
  .email-signature:after {
    top: auto;
    bottom: 0;
  }
  .email-signature .signature-img {
    top: 10px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .email-signature .signature-details,
  .email-signature .signature-content {
    text-align: center;
  }
  .email-signature .icon {
    text-align: center;
    width: 100%;
    height: 30px;
    transform: translateY(0);
    top: auto;
    bottom: 0;
  }
  .email-signature .icon li {
    display: inline-block;
  }
  .email-signature .icon li a {
    margin: 0 15px 0;
  }
}

.who-we-are {
  display: inline-block;
  position: relative;
  background-color: #62bb46;
  background-image: linear-gradient(to right, #6bbe5b, #0071bb);
  color: white;
  padding: 6px 15px;
  font-size: 20px;
  right: 0;
  top: 29px;
  left: 45%;
  margin: auto;
  border-radius: 19px 19px 19px 19px;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
}

.about-content.common-text {
  padding: 35px 52px 35px;
  position: relative;
  top: 0;
  text-align: center;
  line-height: 35px;
  border: 21px solid #e1e1e1;
}

.about-content p {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 28px;
}

.value_row {
}

.about-img {
  margin-bottom: 0;
  box-shadow: 0 39px 34px -9px #7d7979;
  position: relative;
  top: 77px;
}

.our-values {
  margin-top: 0;
  text-align: center;
}

.abt_content {
  padding: 0px 12px 0px;
  position: relative;
  height: 117%;
}
.abt_content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, white, #e7f1e3);
  z-index: -1;
  left: 0;
}

.about_icon {
  height: 106px;
  width: 75px;
  line-height: 97px;
  font-size: 40px;
  border-radius: 0px 0px 37px 37px;
  background: linear-gradient(to bottom, #fefefe, #c9f1bc);
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: -21px auto 0;
  box-shadow: 0px 10px 10px #a1a1a1;
  border-top: 5px solid;
}

.abt_title {
  font-size: 32px;
  text-transform: uppercase;
}

.about_description {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.about_description li {
  text-align: initial;
}
.service-main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 40px;
}
.service-list-wrapper {
  padding: 20px;
  background: #f7f7f7;
  box-shadow: 0px 10px 30px #4343432e;
  border-radius: 20px;
}
.service-list-wrapper h3 {
  color: #313591;
  margin: 0;

  padding-left: 10px;
  border-left: 5px solid #f3c80a;
  margin-bottom: 20px;
  font-size: 24px;
}
.service-list-wrapper ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #f3c80a;
  margin-bottom: 12px;
  border-radius: 30px;
}
.service-list-wrapper ol li a {
  font-size: 16px;
  font-weight: 700;
}
a.chatwithus {
  display: none;
}
.service-list-wrapper ol li.active {
  background-color: #313591;
}
.service-list-wrapper ol li.active a,
.service-list-wrapper ol li.active i {
  color: #fff;
}
@media (max-width: 767px) {
  .doctor-container {
    flex-direction: column;
  }
  .doctor-description {
    text-align: center;
  }
  .degrees {
    justify-content: center;
  }
  .designation {
    margin: 0 auto 10px;
  }
  .weel_img {
    padding: 12px !important;
  }
  .weel_img img {
    width: 100% !important;
  }
  .address_left {
    top: 17px !important;
    margin: unset !important;
  }
  .header-navigation .nav-container .main-menu ul li .sub-menu li a .fa {
    display: none;
  }
}
.visible-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-btns-area {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    color: #fff;
    margin-bottom: 10px;
  }
  .visible-xs {
    display: block !important;
  }
  .mobile-btns-area a {
    display: block;
  }
  .fix-box p {
    margin: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 7px;
  }
  .fix-box-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-right: 2px;
    width: 50%;
    float: left;
  }
  .fix-box {
    border-radius: 30px;
    background: #313590;
    border: 1px solid #fff;
    box-shadow: 0px 4px 6px #4d4d4d;
  }
  .fix-box1-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-left: 2px;
    width: 50%;
    float: left;
  }
  .fix-box1 {
    background: #00c12c !important;
    border-radius: 30px;
  }
}