@font-face {
  font-family: 'arial';
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x");
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?1z9v6x") format("truetype"), url("../fonts/icomoon/icomoon.woff?1z9v6x") format("woff"), url("../fonts/icomoon/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #EFF0F4;
  color: black;
  line-height: 28px;
  font-size: 15px;
  font-family: 'Montserrat';
}

a {
  color: #c40606;
  text-decoration: none;
}

a:hover {
  color: #c40606;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #079204;
  line-height: 1.5;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
}

p {
  color: #000000;
  font-weight: 500;
  animation: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  font-family: 'Montserrat';
  font-size: 18px;
  white-space: none;
  text-align: justify;
}

.table {
  font-family: 'Montserrat';
  font-size: 18px;
}

li {
  font-family: 'Montserrat';
  text-align: justify;
}

img:hover {
  animation: pulse;
  animation-duration: 2s;
  animation-delay: infinite;
}
/*.............................................................
#Whatsappp chat button
...............................................................*/

.back-to-topp {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 100px;
  z-index: 996;
  background: #1bb107;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-topp i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-topp:hover {
  background: #1bb107;
  color: #fff;
}

.back-to-topp.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 320px) {
  .back-to-topp {
    display: flex;
    margin-right: 2px !important;
  }
}

@media (max-width: 375px) {
  .back-to-topp {
    display: flex;
    margin-right: 2px !important;
  }
}

@media (max-width: 720px) {
  .back-to-topp {
    display: flex;
    margin-right: 1cm;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e96b56;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 320px) {
  .back-to-top {
    display: flex;
    margin-right: 2px !important;
  }
}

@media (max-width: 375px) {
  .back-to-top {
    display: flex;
    margin-right: 2px !important;
  }
}

@media (max-width: 720px) {
  .back-to-top {
    display: flex;
    margin-right: 1cm;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  visibility: hidden;
  background: #545454;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #0d0ba1e8;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #e96b56;
}

#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}

/* ------------------------------------------------------------
#topbar media queries
------------------------------------------------------------- */
@media (max-width: 667px) {
  .topnav {
    display: flex;
    flex-direction: column;
    height: 7.5cm;
    margin-top: -70px;
    margin-bottom: -110px;
  }
}

@media (width=768px) {
  .social-links {
    margin-left: 100px !important;
    top: -200px !important;
    height: 60px;
    margin-bottom: 15px;
  }

  .back-to-top {
    margin-right: 200px !important;
  }

  .socials {
    height: 20px;
  }
}

@media (max-width: 992px) {
  .topnav .sub-nav {
    max-width: 60%;
    margin: 0 auto 30px auto;
    padding-top: 2cm;
  }
}

@media (max-width: 767px) {
  .topnav .sub-nav {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 991px) {
  .topnav .sub-nav {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .media {
    zoom: 40%;
  }
}

@media (max-width: 667px) {
  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 667px) {
  .media {
    zoom: 40%;
  }
}

/* a provision for core objective
--------------------------------- */
@media (max-width: 667px) {
  .low {
    padding-top: 30px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 95px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 50px; */
}

#header .logo {
  width: 600px !important;
  margin: 0px;
}

#header .logo a img {
  height: 100px !important;
  width: 600px;
}

#header .logo h1 {
  font-size: 26px;
  font-weight: 600;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #0d0ba1e8;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  /* max-height: 40px; */
  height: 90px;
  width: 100px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
Header media queries
---------------------------------------------------------------*/
@media (max-width: 320px) {
  #header .logo a img {
    width: 300cm !important;
  }

  #header .logo {
    width: 400px !important;
  }

  .mobile-nav-toggle {
    padding-left: 190px;
    margin-top: 20px;
  }

  .navbar .navy {
    margin-left: 200px !important;
  }

  .dropdown .deepdropdown {
    padding-right: 200px;
  }

  .dropdown .deepdropdown a {
    font-size: 12px !important;
  }

  .drop-it li a {
    margin-right: 200px;
  }

  .mobile-nav-toggle.bi-x {
    margin-top: -5px;
    margin-right: 50px;
  }

  #main {
    width: auto;
    overflow-wrap: break-word;
  }
}

@media(max-width: 375px) {
  html {
    overflow-x: hidden;
  }
  
  .logo a {
    margin-left: 10px !important;
  }

  #header .logo a img {
    padding-right: 50px;
  }

  .whatsapp-butt-on {
    visibility: hidden;
  }

  .mobile-nav-toggle {
    margin-top: 30px;
  }

  .navbar .navy {
    margin-left: 200px !important;
    overflow: scroll !important;
    scroll-behavior: smooth;
  }

  .dropdown .deepdropdown {
    padding-right: 200px;
  }

  .dropdown .deepdropdown a {
    font-size: 12px !important;
  }

  .drop-it li a {
    margin-right: 200px;
  }

  .mobile-nav-toggle.bi-x {
    margin-top: -10px;
  }

  #Hero_img {
    zoom: 30%;
  }

  
}

@media(max-width: 425px) {

  .logo a {
    margin-left: 10px !important;
  }

  #header .logo a img {
    padding-right: 50px;
  }

  .whatsapp-butt-on {
    visibility: hidden;
  }

  .mobile-nav-toggle {
    margin-top: 30px;
  }

  .mobile-nav-toggle.bi-x {
    margin-top: -10px;
  }
}

@media (max-width: 768px){
  .logo a {
    margin-left: 10px !important;
  }

}

@media (max-width: 1024px) {
  .logo a {
    margin-left: 10px !important;
  }

  #header .logo a img {
    width: 380px !important;
  }
}

@media (width >=1440px) {
  #header .logo img {
    width: 400px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 0;
}

.navbar ul li a {
  color: #060f64;
  font-weight: 700px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 10px;
  line-height: 0;
  margin-left: 5px;
  color: #050280;
}

@media (max-width: 1280px) {

  .navbar a i,
  .navbar a:focus i {
    margin-right: 50px;
    padding-top: 10px;
  }

  /* .mobile-nav-toggle.bi-x {
    margin-right: 90px;
  } */

  .navbar ul li a {
    margin-left: 20px;
  }

  .navbar-mobile ul {
    width: 14cm;
  }

  .navbar .dropdown ul a {
    zoom: 100%;
    width: 10cm;
  }

  .navbar .dropdown ul li {
    width: 8cm;
  }
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #42a713;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ad0813;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ad0813;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #0d0ba1e8;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ad0813;
  background-color: #00000028;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* @media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 667px) {
  .navbar .dropdown .dropdown ul {
    left: 20%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
} */

@media (max-width: 667px) {
  .navbar .navy {
    width: fit-content;
    align-content: center;
    width: 9cm;
    overflow: hidden;
    margin-left: 200px;
  }

  .navy {
    overflow-x: auto;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #34c708;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 1cm;
}

.mobile-nav-toggle.bi-x {
  color: #ad0813;

}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 50px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  overflow: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ad0813;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  /* margin: 10px 20px; */
  /* padding: 10px 0; */
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #FFFFFF;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  /* width: 1cm; */
  padding-right: 10cm;
  zoom: 100%;
}

.navbar-mobile .dropdown ul li {
  min-width: 20px;
  align-content: center;
}

.navbar-mobile .dropdown ul a {
  padding-left: 25%;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ad0813;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#Hero_img {
  content: '';
  /* width: fit-content; */
  height: 100vh;
  /* background-color: green; */
  overflow: hidden;
  /* padding: 0; */
  /* margin-bottom: 30px; */
  position: relative;
  z-index: -1;
  margin-top: 50px !important;
  /* margin: 0px;
  padding: 0px; */
}

.hero_img img {
  height: 607px;
  width: 1349px;
  background-size: cover;

}

#hero {
  content: '';
  width: 100%;
  height: 150vh;
  /* background-color: green; */
  overflow: hidden;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
  z-index: -1;
  /* margin-top: 0px !important; */
  margin: 0px;
  padding: 0px;
}

#hero .heroo {
  /* zoom: 105%; */
  width: 1100px;
}

#hero .carousel-item {
  width: 100%;
  height: 200vh !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(255, 255, 255, 0.6); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
}

#hero .carousel-content {
  text-align: center;
  background-size: cover;
}

#hero h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #e96b56;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  height: 500px;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.2s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

.hat .btn {
  animation-iteration-count: infinite;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e96b56;
  background: #e96b56;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

.forth {
  background-image: url(../img/Gallery/photo_2023-03-13_11-41-19.jpg);
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }

  #hero .carousel-container {
    padding-bottom: 0;
    align-content: center;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (width=768px) {
  #hero {
    height: 70vh;
  }

  #hero .carousel-item {
    height: 150vh;
  }

  .another-one {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  #Hero_img {
    zoom: 25%;
    margin-top: 350px !important;
    height: 800px;
    margin-bottom: -100px;
  }

  .heroo {
    height: 900px !important;
    margin-top: 90px;
  }

  #hero {
    height: 60vh !important;
  }

  #hero .carousel-item {
    height: 120vh !important;
  }

  .carousel-item img {
    height: 300px !important;
    margin-top: 40px;
  }

  .carousel-inner {
    height: 300px !important;
  }
}

@media (max-width: 375px) {
  #hero {
    height: 60vh;
  }

  #hero .carousel-item {
    height: 120vh;
  }

  .carousel-item img {
    height: 500px !important;
    margin-top: 40px;
  }

  .carousel-inner {
    height: 500px !important;
  }

  .about_img img {
    zoom: 80%;
  }
  .uni-img {
    zoom: 40% !important;
    margin-left: -40px;
  }
}

@media (max-width: 425px) {
  #hero {
    height: 60vh;
  }

  #hero .carousel-item {
    height: 120vh;
  }

  .carousel-item img {
    height: 500px !important;
    margin-top: 40px;
  }

  .carousel-inner {
    height: 500px !important;
  }

  .about_img img {
    zoom: 80%;
  }
  .hero_div {
    zoom: 10% !important;
  }
  .soc {
    zoom: 90%;
    margin-left: -65px;
  }
  iframe{
    zoom: 75%;
  }
  .uni-img {
    zoom: 45%;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#main {
  margin-top: 120px;
  width: 100%;
}

@media (width <=320px) {
  #main {
    width: 365px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 50px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #e96b56;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/* media queries of the about and footer */

@media (width <=320px) {
  .about_img img {
    zoom: 50% !important;
  }

  .ytvideo {
    zoom: 65% !important;
  }

  .ytvideos {
    zoom: 75% !important;
  }

  .social {
    margin-left: 70px;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #e96b56;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #e96b56;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #e96b56;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #e96b56;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #e96b56;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  padding-left: 1%;
  padding-bottom: 2%;
  padding-top: 1%;
  padding-right: 1%;
  margin-bottom: 20px;
  background: #e96b56;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #e96b56;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e96b56;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e96b56;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e96b56;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e96b56;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e96b56;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e96b56;
  background: #e96b56;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e96b56;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.paragraph-utility {
  margin: 0;
  text-align: justify;
}


/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}



/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: rgb(29, 28, 28);
  border-radius: 0;
  border-right: 2px solid #e96b56;
  ;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #e96b56;
}

.specials .nav-link.active {
  color: #15141a;
  background: #e96b56;
  border-color: #e96b56;
}

.specials .nav-link:hover {
  border-color: #e96b56;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.divi {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  border-color: red;
  height: 2vh;
  width: 1px;
}

#comp {
  margin-right: 0.5cm;
}

h4 {
  color: black;
}

h4 .subhead:hover {
  color: red;
}



/*** 
=============================================
    Working Area style
=============================================
***/
.working-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 110px 0 60px;
  z-index: 1;
}

.working-area::before {
  /* background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}

.single-working-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-working-box .img-holder {
  position: relative;
  display: block;
}

.single-working-box .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-working-box .img-holder .inner img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease 300ms;
}

.single-working-box:hover .img-holder .inner img {
  transform: scale(1.2) rotate(2deg);
}

.single-working-box .img-holder .inner .overlay-style-one {
  background-color: rgba(0, 0, 0, 0.85);
}

.single-working-box:hover .img-holder .inner .overlay-style-one {
  opacity: 1;
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  transition: all 700ms ease 500ms;
  border-radius: 0px;
  z-index: 3;
}

.single-working-box .img-holder .inner:before {
  transform: scale(0, 1);
  transform-origin: bottom center;
  border-top: 4px solid #e9212e;
  border-bottom: 4px solid #e9212e;
}

.single-working-box:hover .img-holder .inner:before {
  transform: scale(1, 1);
}

.single-working-box .img-holder .inner:after {
  transform: scale(1, 0);
  transform-origin: left center;
  border-left: 4px solid #e9212e;
  border-right: 4px solid #e9212e;
}

.single-working-box:hover .img-holder .inner:after {
  transform: scale(1, 1);
}

.single-working-box .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  margin: 0 20px;
  margin-top: -40px;
  z-index: 5;
}

.single-working-box .text-holder .plus-icon-box {
  position: absolute;
  right: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
  background: #e9212e;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 15px 0;

}

.single-working-box:hover .text-holder .plus-icon-box {
  top: -50px;
  height: 75px;
  background: #e9212e;
  border-radius: 25px 25px 0px 0px;
  padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.single-working-box .text-holder .outer-box {
  position: relative;
  display: block;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.single-working-box .text-holder .outer-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: rgb(237, 237, 237);
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%, rgba(32, 50, 96, 0) 100%, rgba(32, 50, 96, 0.6530987394957983) 100%, rgba(80, 166, 253, 1) 100%, rgba(93, 173, 253, 1) 100%);
}

.single-working-box .text-holder .outer-box .icon .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.single-working-box .text-holder .outer-box .icon .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-working-box .text-holder .outer-box .icon .inner .box span:before {
  color: #e9212e;
  font-size: 35px;
  line-height: 35px;
}

.single-working-box .text-holder .outer-box .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.single-working-box .text-holder .outer-box .text h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 13px;
}

.single-working-box .text-holder .outer-box .text p {
  margin: 0;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}




/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 100px 0px 70px;
  background-color: #f5f5f5;
}

.services-block {
  position: relative;
  margin-bottom: 30px;
}

.services-block .inner-box {
  position: relative;
  overflow: hidden;
}

.services-block .inner-box .image {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .image img {
  transform: scale(1.2, 1.2);
}

.services-block .inner-box .lower-content {
  position: relative;
  padding: 22px 25px;
  border: 1px solid #dddddd;
  border-top: none;
}

.services-block .inner-box .lower-content h3 {
  position: relative;
  color: #000048;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.services-block .inner-box .lower-content h3 a {
  position: relative;
  color: #000048;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .lower-content .text,
.services-block .inner-box:hover .lower-content h3 a {
  color: #ffffff;
}

.services-block .inner-box .lower-content .text {
  position: relative;
  color: #777777;
  z-index: 1;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box .lower-content .upper-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50%;
}

.services-block .inner-box .lower-content .upper-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 50%;
  /* background-color:#2176BE; */
  background-color: #e96b56;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box .lower-content .upper-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 50%;
  background-color: #e96b56;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .lower-content .upper-layer:before,
.services-block .inner-box:hover .lower-content .upper-layer:after {
  width: 100%;
}

.services-block .inner-box .lower-content .lower-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
}

.services-block .inner-box .lower-content .lower-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 50%;
  /* background-color:#222222; */
  background-color: #e96b56;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box .lower-content .lower-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 50%;
  background-color: #e96b56;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .lower-content .lower-layer:before,
.services-block .inner-box:hover .lower-content .lower-layer:after {
  width: 100%;
}

/* Services Block Two */

.services-block-two {
  position: relative;
  margin-bottom: 30px;
}

.services-block-two .inner-box {
  position: relative;
  padding: 22px 25px;
  min-height: 140px;
  border: 1px solid #dddddd;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: #e96b56;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover::before {
  height: 100%;
}

.services-block-two .inner-box h3 {
  position: relative;
  color: #000048;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.services-block-two .inner-box h3 a {
  position: relative;
  color: #000048;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box h3 a:hover {
  color: #e96b56;
}

.services-block-two .inner-box .text {
  position: relative;
  color: #777777;
  z-index: 1;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 10px;
}

.services-block-two .inner-box .image {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
  position: relative;
  text-align: center;
  padding: 100px 0px 100px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.call-to-action-section:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.80);
}

.call-to-action-section h2 {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2em;
}

.call-to-action-section .text {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8em;
  margin-top: 22px;
  margin-bottom: 32px;
}


.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}




/*** 
=============================================
    Blog Area Blog Large style
=============================================
***/
#blog-area.blog-large-area {
  position: relative;
  display: block;
}

/* .single-blog-post.style4{
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 35px;
  margin-bottom: 80px;
  z-index: 1;
} */
.single-blog-post.style4:before {
  position: absolute;
  top: -300px;
  left: 0;
  bottom: -500px;
  width: 1px;
  background: #ededed;
  content: "";
  z-index: -1;
}

.single-blog-post.style4 .img-holder .overlay .box .link-icon a span:before {
  font-size: 55px;
  line-height: 55px;
}

.single-blog-post.style4 .text-holder {
  position: relative;
  display: block;
  padding-top: 32px;
}

.single-blog-post.style4 .text-holder:before {
  position: absolute;
  top: 40px;
  left: -29px;
  width: 3px;
  height: 20px;
  background: #e9212e;
  content: "";
  z-index: 99;
}

.single-blog-post.style4 .text-holder:after {
  position: absolute;
  top: 0px;
  left: -29px;
  width: 3px;
  background: #e9212e;
  content: "";
  z-index: 99;
  bottom: 0px;
  transform: scaleY(0);
  transition: all 700ms ease 400ms;
}

.single-blog-post.style4:hover .text-holder:after {
  transform: scaleY(1);
}

.single-blog-post.style4 .text-holder .blog-title {
  font-size: 30px;
  line-height: 40px;
}

.single-blog-post.style4 .meta-box {
  margin-top: 11px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}

.single-blog-post.style4 .text-holder .text {
  margin-top: 24px;
}

.single-blog-post.style4 .text-holder .text p {
  margin: 0 0 32px;
}



#blog-area .sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 300px;
  margin-left: -30px;
}

.sidebar-title {
  position: relative;
  display: block;
  margin-top: -4px;
  padding-bottom: 6px;
}

.sidebar-title:before {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 10px;
  height: 5px;
  background: #e9212e;
  content: "";
}

.sidebar-title .title {
  color: #27282c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  padding: 40px 30px 0;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
  margin-bottom: 50px;
}

.sidebar-search-box .search-form {
  position: relative;
  display: block;
  max-width: 300px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f6f6f6;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}

.sidebar-wrapper .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #e9212e;
  color: #ffffff;
  font-size: 14px;
  height: 60px;
  width: 60px;
  border: 0px solid #e9212e;
  line-height: 60px;
  text-align: center;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  margin: 0;
}

.sidebar-wrapper .search-form button i {
  font-size: 14px
}

.sidebar-wrapper .search-form input[type="text"]:focus {
  border: 1px solid #e9212e;
  background: #fff;
  color: #000000;
}

.sidebar-wrapper .search-form input[type="text"]:focus+button,
.sidebar-wrapper .search-form button:hover {
  border-color: #e9212e;
  color: #ffffff;
}


.single-sidebar .categories {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.single-sidebar .categories li {
  position: relative;
  display: block;
}

.single-sidebar .categories li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #828282;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  font-family: 'Rubik', sans-serif;
  transition: all 700ms ease;
  z-index: 1;
}

.single-sidebar .categories li a sup {
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
  transform: scaleX(0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:hover a sup {
  transform: scaleX(1.0);
  transition: all 300ms ease 100ms;
}

.single-sidebar .categories li:last-child a {
  border: none;
}

.single-sidebar .categories li:hover a {
  color: #e9212e;
  transition: all 700ms ease;
}

.single-sidebar .categories li a:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f107";
  font-family: "Flaticon";
  color: #828282;
  font-size: 10px;
  transition: all 900ms ease;
  font-weight: 600;
  line-height: 50px;
  margin: 0px;
}

.single-sidebar .categories li:hover a:before {
  color: #e9212e;
  content: "\f108";
  transition: all 900ms ease;
}



.single-sidebar .recent-post {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 0 35px;
}

.single-sidebar .recent-post li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  min-height: 65px;
  padding-left: 60px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.single-sidebar .recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-post li .img-holder {
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.single-sidebar .recent-post li .img-holder img {
  transition: all 0.4s ease-in-out 0.5s;
  width: 100%;
  transform: scale(1.1, 1.1);
}

.single-sidebar .recent-post li:hover .img-holder img {
  transition-delay: 0s;
  transform: scale(1.2, 1.2);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one {
  background: rgba(233, 33, 48, 0.90);
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one .box .content a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a span:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a:hover span:before {
  color: #000000;
}

.single-sidebar .recent-post li:hover .img-holder .overlay-style-one {
  opacity: 1;
}

.single-sidebar .recent-post li .title-holder {
  padding-left: 20px;
}

.single-sidebar .recent-post li .title-holder span {
  display: block;
  line-height: 14px;
}

.single-sidebar .recent-post li .title-holder .post-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 7px 0 0;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-sidebar .recent-post li .title-holder .post-title a:hover {
  color: #e9212e;
}

.single-sidebar .instagram {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  padding: 19px 0 4px;
}

.single-sidebar .instagram li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
  transition: all 0.5s ease 0s;
}

.single-sidebar .instagram li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  z-index: 5;
}

.single-sidebar .instagram li .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-sidebar .instagram li:hover .img-holder img {
  transform: scale(1, 1);
}

.single-sidebar .instagram li .img-holder .overlay-style-one {
  background: rgba(40, 41, 46, 0.95);
}

.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
}

.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 5;
}

.single-sidebar .instagram li:hover .img-holder .overlay-style-one .box .content a {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}

.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a span:before {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
  filter: alpha(opacity=0);
}

.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a:hover {
  color: #e9212e;
}

.follow-us-button {
  position: relative;
  display: block;
  padding-bottom: 32px;
}


.single-sidebar .popular-tag {
  position: relative;
  display: block;
  margin-left: -2.5px;
  margin-right: -2.5px;
  padding: 19px 0 35px;
}

.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 2.5px 5px;
}

.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 9px 10px 7px;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.single-sidebar .popular-tag li a:hover {
  color: #ffffff;
  background: #27282c;
}


/*** 
=============================================
    Blog Area Blog Large Area style
=============================================
***/
#blog-area.blog-large-area {
  padding-bottom: 60px;
}

.single-blog-post.style4 {
  padding-left: 30px;
  padding-right: 0px;
  margin-bottom: 50px;
}

.single-blog-post.style4:before {
  top: -300px;
  left: 0;
  bottom: 0;
}

#blog-area .sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 300px;
  margin-left: 0px;
  z-index: 99;
  padding-top: 100px;
}

/*** 
=============================================
  Blog Area Blog Single Area style
=============================================
***/
#blog-area.blog-single-area {
  position: relative;
  display: block;
  padding: 0 0 60px;
}

.blog-single-area .blog-post {
  margin-right: 0px;
}

.blog-single-image-with-text-box .image-box li {
  margin-right: 30px;
  max-width: 329px;
}

.blog-prev-next-option .single {
  max-width: 330px;
  width: 100%;
}




/*** 
=============================================
    Working Area style
=============================================
***/
.working-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 110px 0 60px;
  z-index: 1;
}

.working-area::before {
  /* background: #FB4307; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}

.single-working-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-working-box .img-holder {
  position: relative;
  display: block;
}

.single-working-box .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-working-box .img-holder .inner img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease 300ms;
}

.single-working-box:hover .img-holder .inner img {
  transform: scale(1.2) rotate(2deg);
}

.single-working-box .img-holder .inner .overlay-style-one {
  background-color: rgba(0, 0, 0, 0.85);
}

.single-working-box:hover .img-holder .inner .overlay-style-one {
  opacity: 1;
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  transition: all 700ms ease 500ms;
  border-radius: 0px;
  z-index: 3;
}

.single-working-box .img-holder .inner:before {
  transform: scale(0, 1);
  transform-origin: bottom center;
  border-top: 4px solid #e9212e;
  border-bottom: 4px solid #e9212e;
}

.single-working-box:hover .img-holder .inner:before {
  transform: scale(1, 1);
}

.single-working-box .img-holder .inner:after {
  transform: scale(1, 0);
  transform-origin: left center;
  border-left: 4px solid #e9212e;
  border-right: 4px solid #e9212e;
}

.single-working-box:hover .img-holder .inner:after {
  transform: scale(1, 1);
}

.single-working-box .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  margin: 0 20px;
  margin-top: -40px;
  z-index: 5;
}

.single-working-box .text-holder .plus-icon-box {
  position: absolute;
  right: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
  background: #e9212e;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 15px 0;
  transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
  top: -50px;
  height: 75px;
  background: #e9212e;
  border-radius: 25px 25px 0px 0px;
  padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.single-working-box .text-holder .outer-box {
  position: relative;
  display: block;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.single-working-box .text-holder .outer-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: rgb(237, 237, 237);
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%, rgba(32, 50, 96, 0) 100%, rgba(32, 50, 96, 0.6530987394957983) 100%, rgba(80, 166, 253, 1) 100%, rgba(93, 173, 253, 1) 100%);
}

.single-working-box .text-holder .outer-box .icon .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.single-working-box .text-holder .outer-box .icon .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-working-box .text-holder .outer-box .icon .inner .box span:before {
  color: #e9212e;
  font-size: 35px;
  line-height: 35px;
}

.single-working-box .text-holder .outer-box .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.single-working-box .text-holder .outer-box .text h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 13px;
}

.single-working-box .text-holder .outer-box .text p {
  margin: 0;
}



/*** 
=============================================
  Recently Project Area style
=============================================
***/
.recently-project-area {
  position: relative;
  display: block;
  padding: 110px 0 108px;
}

.recently-project-area .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.more-project-button {
  position: relative;
  display: block;
  margin-top: 39px;
}

.single-project-style1 {
  position: relative;
  display: block;
  z-index: 6;
}

.single-project-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
}

.single-project-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.single-project-style1:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-project-style1 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.80);
  transform: scaleX(0);
  transition: all 700ms ease 100ms;
}

.single-project-style1:hover .overlay-content {
  transform: scaleY(1);
}

.single-project-style1 .overlay-content .inner-content {
  display: table;
  width: 100%;
  height: 100%;
}

.single-project-style1 .overlay-content .inner-content .link-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  transition: all 300ms ease 100ms;
}

.single-project-style1:hover .overlay-content .inner-content .link-box {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: all 700ms ease 500ms;
}

.single-project-style1 .overlay-content .inner-content .link-box a {
  background: #ffffff;
  color: #27282c;
  line-height: 55px;
  padding: 0 25px 0;
}

.single-project-style1 .overlay-content .inner-content .link-box a:hover {
  color: #ffffff;
  background: #e9212e;
}

.single-project-style1 .img-holder .title-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  display: block;
  padding-bottom: 34px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  opacity: 0;
  transition: all 300ms ease 200ms;
  z-index: 3;
}

.single-project-style1:hover .img-holder .title-box {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition: all 700ms ease 800ms;
}

.single-project-style1 .img-holder .title-box span {
  color: #95979c;
}

.single-project-style1 .img-holder .title-box h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 3px 0 0;
}

.project-carousel.owl-carousel .owl-stage-outer {
  padding: 0px;
}

.project-carousel .owl-dots {
  position: relative;
  display: block !important;
  margin-top: 43px !important;
  line-height: 14px;
}

.project-carousel .owl-dots .owl-dot {
  background-image: none;
  width: 20px;
  height: 5px;
  margin: 0px 10px;
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
  display: inline-block;
}

.project-carousel .owl-dots .owl-dot span {
  display: none;
}

.project-carousel .owl-dots .owl-dot.active {
  background: #e9212e;
  border-color: #e9212e;
}


/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 110px;
  padding-bottom: 50px;
}

.single-blog-post {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post:hover .overlay-style-two {
  opacity: 1;
}

.single-blog-post:hover .img-holder .overlay-style-two:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.single-blog-post:hover .img-holder .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.single-blog-post .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

.single-blog-post .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate3d(0px, -100%, 0px);
  transition: all 700ms ease 300ms;
}

.single-blog-post:hover .img-holder .overlay {
  transition: all 700ms ease 500ms;
  transform: translate3d(0px, 0px, 0px);
}

.single-blog-post .img-holder .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-holder .overlay .box .link-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-blog-post .img-holder .overlay .box .link-icon a span:before {
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before {
  color: #e9212e;
}

.single-blog-post .text-holder {
  position: relative;
  display: block;
  padding-top: 20px;
}

.single-blog-post .text-holder .post-date {
  position: relative;
  display: inline-block;
  height: 45px;
  border-bottom: 3px solid #dadada;
  transition: all 700ms ease 500ms;
}

.single-blog-post .text-holder .post-date h3 {
  position: relative;
  display: block;
  color: #e9212e;
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-blog-post .text-holder .post-date h3 span {
  color: #27282c;
  font-size: 14px;
}

.single-blog-post .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.single-blog-post .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-post .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  padding-right: 16px;
  margin-right: 14px;
  font-weight: 500;
}

.single-blog-post .meta-box .meta-info li:before {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #d3d9e0;
  content: "";
}

.single-blog-post .meta-box .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-blog-post .meta-box .meta-info li:last-child:before {
  display: none;
}

.single-blog-post .meta-box .meta-info li a {
  color: #e9212e;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.single-blog-post .meta-box .meta-info li a:hover {
  color: #828282;
}

.single-blog-post .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.single-blog-post .text-holder .blog-title a {
  color: #27282c;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title a:hover {
  color: #e9212e;
}

.single-blog-post .text-holder .text {
  display: block;
  margin-top: 12px;
}

.single-blog-post .text-holder .text p {
  margin: 0 0 26px;
}


/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
  position: relative;
  display: block;
  margin-top: -160px;
  z-index: 10;
  background: transparent;
}

.single-featured-box {
  position: relative;
  display: block;
  padding-top: 50px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.single-featured-box .inner {
  position: relative;
  display: block;
  background: #e9212e;
  transition: all 300ms ease 100ms;
}

.single-featured-box .inner .img-holder {
  position: relative;
  display: block;
  width: 255px;
  height: 270px;
  float: right;
}

.single-featured-box .inner .static-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 125px;
  padding-left: 30px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translateY(0px);
  transition: all 500ms ease 100ms;
}

.single-featured-box:hover .inner .static-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: all 900ms ease 100ms;
}

.single-featured-box .icon {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.single-featured-box .icon span:before {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
}

.single-featured-box .title {
  position: relative;
  display: block;
}

.single-featured-box .title h3 {
  color: #ffffff;
  font-weight: 600;
}

.single-featured-box .inner .overlay-content {
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  background: #27282c;
  transition: all 300ms ease 100ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 500ms ease 100ms;
}

.single-featured-box:hover .inner .overlay-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 900ms ease 100ms;
}

.single-featured-box .inner .overlay-content .icon span:before {
  color: #e9212e;
}

.single-featured-box .inner .overlay-content .text {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 0px;
}

.single-featured-box .inner .overlay-content .text p {
  color: #ffffff;
  margin: 0 0 26px;
}

.single-featured-box .inner .overlay-content .text a {
  color: #ffffff;
}

.single-featured-box .overlay-content .overlay-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 255px;
  height: 00px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 500ms ease 100ms;
}

.single-featured-box:hover .overlay-content .overlay-image {
  opacity: 1;
  height: 270px;
  transform: scale(1.0);
  transition: all 900ms ease 500ms;
}


.about-style3-content {
  position: relative;
  display: block;
  padding-top: 110px;
  padding-bottom: 110px;
}

.about-style3-content .sec-title {
  padding-bottom: 40px;
  margin: 0;
}

.about-style3-content .sec-title p {
  margin: 15px 0 27px;
}

/* .about-style3-content .button{ } */
.about-style3-content .button a {
  padding: 0 40px;
  margin: 0 13px;
}

.about-style3-content .button a.black {
  background: #27282c;
}

.about-style3-bg {
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}



/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
  margin-top: 0px;
  padding-top: 60px;
  background: #ffffff;
}

.collapsible {
  color: #2077BE;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 20px;
  font-weight: 700;
  height: 80px;
  border: 2px solid black;
  border-color: #2077BE;
  transition: 0.3s;
}

.collapsible:hover {
  background-color: #ee8b7a;
  color: #fff !important;
  animation: alternate;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #dbe6ee;
  color: white;
  border-radius: 8px;
}

.but {
  display: block;
  width: 1150px;
  height: 70px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #2077BE;
  border: 2px solid #2077BE;
  letter-spacing: 2px;
  position: relative;
  transition: all .95s;
  border-radius: 20px;
  text-align: start;
  padding-left: 20px;
}

.but span {
  position: relative;
  z-index: 2;
}

.but:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ee8b7a;
  transition: all 1.35s;
  border-radius: 18px;
  overflow: hidden;
}

.but:hover {
  color: #fff;
}

.but:hover:after {
  width: 100%;
}

.car {
  margin-right: 100px;
}

.colors {
  background: red;
  position: absolute;
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: -130px;
  margin-left: -70px;
  line-height: 20px;
  color: white;
  width: 150px;
}

.spaner {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.cardd1 {
  padding-bottom: 60px;
}

.cardd2 {
  padding-left: 100px;
}

.pic-frame {
  height: 6.5cm;
  width: 400px;
}

.card {
  background: rgb(180, 170, 170);
  text-align: center;
  margin-left: 20px;
  width: 350px;
}

.card:hover {
  box-shadow: 0 0 40px -10px rgb(0, 0, 0, 0.25);
}

.descript_head {
  padding-top: 5px;
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 2px;
  background-color: rgb(15, 87, 15);
  margin-left: 30px;
  margin-right: 30px;
  font-size: 13px;
}

.descript {
  font-size: 13px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  color: black;
  line-height: normal;
}

.vid {
  margin: 0px 0px 0px 350px;
}

@media (width <=320px) {
  .deep_dropdown {
    margin-left: -1px !important;
    width: 100px !important;
    height: 160px !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .deep_dropdown li:first-child {
    margin-top: 5px;
  }

  .dropdown-active {
    overflow: scroll !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }

  .sec-child {
    margin-top: -30px;
  }
}

@media (320 > width=375px) {
  .deep_dropdown {
    margin-left: -1px !important;
    width: 100px !important;
    height: 160px !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .deep_dropdown li:first-child {
    margin-top: 5px;
  }

  .dropdown-active {
    overflow: scroll !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }

  .sec-child {
    margin-top: -30px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq {
  padding-top: 30px;
  background-color: transparent;
  margin-bottom: -100px;
}

.faq .faq-list {
  padding: 0px 100px 0px 0px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.carousel-item img {
  /* zoom: 40%; */
  width: 100%;
  height: 110%;
}

#more {
  display: none;
}

.but-ton {
  border-radius: 4px;
  background-color: #063da1;
  border: none;
  /* color: #FFFFFF; */
  text-align: center;
  font-size: 18px;
  padding: 2px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.but-ton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.but-ton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.but-ton:hover span {
  padding-right: 25px;
}

.but-ton:hover span:after {
  opacity: 1;
  right: 0;
}

.area .card {
  width: 270px;
  height: 120px;
  background-color: #060f64;
}

.area .card .card-text {
  text-align: center;
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Montserrat';
}

.carousel-item .hat h2 {
  color: white;
  font-family: Raleway, Arial, sans-serif;
  font-size: 31px;
  margin-top: -300px !important;
}

.size {
  height: 567px;
}

.btn a {
  color: #FFFFFF;
}

.wrap {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.butt-on {
  min-width: 100px;
  min-height: 7px !important;
  font-family: 'Nunito', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #313133;
  background: #4FD1C5;
  background: linear-gradient(90deg, rgb(129, 230, 137) 0%, rgba(79, 209, 197, 1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 5px;
  justify-content: right !important;
  margin-left: 7px;
}

.but-ton::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0, 255, 203, .64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.butt-on:hover,
.butt-on:focus {
  color: #313133;
  transform: translateY(-6px);
}

.butt-on:hover::before,
.butt-on:focus::before {
  opacity: 1;
}

.butt-on::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #00FFCB;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.butt-on:hover::after,
.butt-on:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  color: #ad0813;
  font-family: "Raleway", Arial, sans-serif;

}

.centeredd h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  text-transform: uppercase;
  font-size: 27px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #004b8f;
}

.centeredde {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 25px;
  font-family: "Raleway", Arial, sans-serif;
  animation: backwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

.centereddee {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 30px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600px;
  animation-delay: infinite;
}

.centereddee:hover {
  color: #0071c5 !important;
}

.drop-it {
  cursor: pointer;
}

@media(max-width: 320px) {
  .Welcome_meso {
    margin-top: 50px;
  }

  .uni-img {
    zoom: 33%;
  }

  .soc {
    margin-left: -5px;
    zoom: 59%;
  }

  .loca {
    margin-top: 260px !important;
    margin-left: -310px;
  }

  .whatsapp-butt-on {
    visibility: hidden;
  }
}

/* Extra media queries for the pictures */
@media(max-width: 320px){
  a .img-par {
    zoom: 50% !important;
  }
  a .img-para {
    zoom: 50% !important;
  }
  a .img-paraa {
    zoom: 30% !important;
    margin-right: 60px;
  }
  a .img-paraa-a {
    zoom: 20% !important;
    margin-right: 60px;
  }
  a .img-paraaa {
    zoom: 25% !important;
    margin-right: 60px;
  }
  a .img-paraaaa {
    zoom: 28% !important;
    margin-right: 60px;
  }
  a .img-paraa-model {
    zoom: 33%;
    margin-right: 40px !important;
  }
  a .img-para-c {
    zoom: 55% !important;
    margin-right: 40px !important;
  }
  a .img-paraa-phd {
    zoom: 40% !important;
  }
}

@media(max-width: 375px){
  a .img-par {
    zoom: 90% !important;
  }
  a .img-para {
    zoom: 50% !important;
  }
  a .img-paraa {
    zoom: 37% !important;
    margin-right: 60px;
  }
  a .img-paraa-a {
    zoom: 33% !important;
    margin-right: 60px;
  }
  a .img-paraaa {
    zoom: 25% !important;
    margin-right: 10px;
  }
  a .img-paraaaa {
    zoom: 33%;
    margin-right: 10px;
  }
  a .img-paraa-model {
    zoom: 33%;
    margin-right: 40px !important;
  }
  a .img-para-c {
    zoom: 65%;
    margin-right: 40px !important;
  }
  a .img-paraa-phd {
    zoom: 45%;
  }
}

/* @media(max-width: 425px){
  a .img-para {
    zoom: 50% !important;
  }
  a .img-paraa {
    zoom: 30% !important;
    margin-right: 60px;
    user-scalable: yes;
    user-zoom: 100%;
  }

} */