/**
* Template Name: UpConstruction
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
}
.myform {
  /* background-color: #fff !important; */
  background-color: #131e4a87 !important;
  max-width: 470px;
  padding: 15px 25px 18px 20px;
  /* margin-top: 31%; */
  margin-left: 60%;
  position: absolute;
  top: calc(50% - 150px);
  left: 45px;
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.1);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.1);
}
@media (max-width: 768px) {
  .myform {
    /* margin: -91px 0 0 57px; */
    background-color: #131e4a87!important;
    width:100%;
    padding: 33px 11px;
    margin-top: -2%;
    /* margin-left: 136px; */
    position: absolute;
    left: -60%;
  }
}
@media (max-width: 320px) {
  .myform {
    /* margin: -91px 0 0 57px; */
    background-color: #131e4a87!important;
    width:100%;
    padding: 22px 11px;
    margin-top: 15%;
    /* margin-left: 136px; */
    position: absolute;
    left: -60%;
  }
}
@media (max-width: 425px) {
  .myform {
    /* margin: -91px 0 0 57px; */
    background-color: #131e4a87!important;
    width:100%;
    padding: 22px 11px;
    margin-top: 15%;
    /* margin-left: 136px; */
    position: absolute;
    left: -60%;
  }
}
.myform input {
  border: 0px solid #e1dfdd;
  height: 40px;
  /* border-radius: 50px; */
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 11px;
}

.disp {
  display: none;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #feb900;
}

.chechbox {
  height: 17px !important;
}

.check {
  height: 12px !important;
}

.mytheme-btn {
  background-color: #feb900;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 17px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  margin-top: 9px;
  width: 45%;
}


/* Colors */
:root {
  --color-default: #364d59;
  --color-primary: #feb900;
  --color-secondary: #52565e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
}

a {
  color:#364d59;
  text-decoration: none;
}

a:hover {
  color: #ffc732;
  text-decoration: none;
}
a1 {
  color:#f0f1f2;
  text-decoration: none;
}

a1:hover {
  color: #ffc732;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 20px 0px;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f6f7;
}

.section-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}

.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h2:before {
  margin: 0 15px 10px 0;
}

.section-header h2:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 100px 0 0px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .breadcrumbs:before {
  content: "";
  background-color: rgb(245, 244, 244);
  position: absolute;
  inset: 0;
} */

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #000;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(46, 45, 45, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

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

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

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-secondary);
  line-height: 0;
}

.scroll-top:hover {
  background: #ffc732;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: absolute;
  padding: 30px 0;
  top: 0;
  left: 0;
  right: 0;
}
.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  background-color: #fff;
  box-shadow: 0 8px 6px -6px #999;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.logotwo {
  max-height: 40px;
  margin-right: 6px;
}
/* .header .logo img {
  max-height: 42px;
  margin-right: 6px;
} */

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    margin-right:28%;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    /* background-color: var(--color-primary); */
    background-color: #058BA0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #676767;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    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: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .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: var(--color-primary);
  }

  .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 (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222428;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    position: relative;
    color: #370d93;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

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

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started .content {
  padding: 30px 0;
}

.get-started .content h3 {
  font-size: 36px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .content p {
  font-size: 14px;
}

.get-started .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-started .php-email-form {
    padding: 20px;
  }
}

.get-started .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

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

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

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-started .php-email-form input {
  padding: 12px 15px;
}

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

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
  border: 1px solid rgba(82, 86, 94, 0.2);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item .card-body {
  padding: 30px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.constructions .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

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

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}
h4{
  text-align: center!important;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 200px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

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

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

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

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

.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;
  transform: scale(-1, -1);
}

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

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 35px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 20%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

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

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 16px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.services-cards p {
  font-size: 15px;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.services-cards ul li i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

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

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #ffd565;
}

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

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

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: #059652;
  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 #059652;
  border-top-color: #fff;
  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: var(--color-primary);
}

/* .contact .php-email-form input {
  height: 44px;
} */

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

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* @media (max-width: 768px) {
  .hero .img {
    padding-bottom: 30px;
    width: 100%; 
    height: 50%;
  }
} */
@media (max-width: 768px){
  .img-responsive-one {
  
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}
  }   

@media (max-width: 320px){
  .hero .info h1  {
  display: none;
  }   
}
.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
 
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: rgba(255, 255, 255);
  font-size: 18px;
}
@media (max-width: 320px){
  .hero .info p  {
  display: none;
  } 
}
.hero .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.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: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

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

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  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 input[type=text]:focus {
  outline: none;
}

.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: var(--color-primary);
  color: var(--color-secondary);
  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: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.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: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}

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

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}
.footer-info a{
  color:#fff;
}
.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

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

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}
.section-heading {
  margin-top: 0;
  line-height: 1.4;
  font-size: 34px;
  color: #111;
}

.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}

@media(min-width:992px) {
  .service-box {
      margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(240, 95, 64, .9);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Open Sans';
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

@media(min-width:768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: #f05f40;
}

.no-gutter>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}

.btn-default .badge {
  color: #fff;
  background-color: #222;
}

.btn-primary {
  border-color: #f05f40;
  color: #fff;
  background-color: #2596be !important;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  border-color: #ed431f;
  color: #fff;
  background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #f05f40;
  background-color: #f05f40;
}

.btn-primary .badge {
  color: #f05f40;
  background-color: #fff;
}

.btn {
  border: 0;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 700;
}

.btn-xl {
  padding: 15px 30px;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

body {
  webkit-tap-highlight-color: #222;
}

.carousel-caption {
  top: 30%;
}

.main-container {
  padding: 40px 15px;
}

.skyblue {
  background-color: #22c8ff;
}

.deepskyblue {
  background-color: #00bfff;
}

.darkerskyblue {
  background-color: #00a6dd;
}

.carousel-indicators {
  bottom: 50;
}

.intro .carousel-control.right,
.intro .carousel-control.left {
  background-image: none;
  display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 0;
}

.intro .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.carousel-caption h1 {
  font-size: 90px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-family: "Mrs Sheppards";
}

.carousel-caption h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 300;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}
/* Animation delays */

.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.carousel-control,
.carousel-caption {
  text-shadow: none;
}

.intro .item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-caption .btn {
  margin-top: 10px;
  font-size: 11px;
  padding: 17px 20px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 150px;
  text-align: center;
}

.btn {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-ghost {
  border: 1px solid #eee;
  color: #fff;
  background: 0;
}

.btn-ghost:hover {
  background: #fff;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
}

.btn-round {
  border-radius: 300px;
  border: 0;
  font-weight: 700;
}

.btn-round:hover {
  border-radius: 300px;
}

.equal-heights .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.equal-heights .box {
  padding: 36px;
}

.w-middle {
  transform-style: preserve-3d;
}

@media(min-width:780px) {
  .w-middle .box {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .card{
    /* display: ; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}
}

.box h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}

.equal-heights img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

.iconbox {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  line-height: 90px;
}

.teambox h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 20px 5px 20px;
  text-align: center;
}

.teambox p {
  margin: 0;
  padding: 0px 20px 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.team-social a {
  background: rgba(0, 0, 0, 0.05);
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 4px;
}

.team-social {
  padding: 0 20px 20px 20px;
  text-align: center;
}

.overlay-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #222
}

.port-zoom-link p {
  width: 100%;
}

.overlay-image .mask,
.overlay-image .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view-overlay img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out
}

.view-overlay .mask {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.port-zoom-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 20px;
  align-items: center;
  display: flex;
}

.view-overlay:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.view-overlay:hover .mask {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}
/* Carousel */

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  /* Control buttons */
  /* Previous button */
  /* Next button */
  /* Changes the position of the indicators */
  /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left {
  left: 0px;
}

#quote-carousel .carousel-control.right {
  right: 0px;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border-color: #f33;
  opacity: 1;
  overflow: hidden;
}

.carousel-inner {
  min-height: 300px;
}

.item blockquote {
  border-left: none;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  padding: 0 0px 145px 0;
  font-weight: 300;
  font-family: Georgia;
  font-style: italic;
  color: #222;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.parallax-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.wrapsection {
  padding: 0px 0;
  position: relative;
  margin: 0px 0;
}

.parallax-content {
  position: relative;
  z-index: 4;
  padding: 80px 0;
}

.parallax .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.0;
  z-index: 2;
}

.funfacts .icon {
  font-size: 40px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  clear: both;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
}

.funfacts .icon a {
  color: #fff;
}

.funfacts .counter {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}

.funfacts h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 22px 0 0;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
}
/*=========================*/
/* Pricing */
/*=========================*/

.wow-pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.wow-pricing-table div {
  list-style: none;
}

.wow-pricing-table>div {
  list-style: none;
  text-shadow: none;
  margin-bottom: 0px;
  border: 1px solid #eee;
  margin: 0px 15px;
}

.wow-pricing-table>div.featured {
  z-index: 1;
}

.wow-pricing-table>div.featured {}

.wow-pricing-table>div.featured .wow-pricing-header {
  background-color: #f05f40;
}

.wow-pricing-table:hover {
  margin-top: -5px;
}

.wow-pricing-table .wow-pricing-header {
  text-align: center;
  padding: 20px 0 10px 0;
  background-color: #333;
}

.wow-pricing-table .wow-pricing-header h5 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 20px 0px;
}

.wow-pricing-table .wow-pricing-cost {
  color: #fff;
  font-size: 1.500em;
  line-height: 1em;
  padding-top: 15px;
  background: #333;
}

.wow-pricing-table .wow-pricing-per {
  font-size: 0.786em;
  color: #fff;
  background-color: #333;
  padding-bottom: 10px;
}

.wow-pricing-table .wow-pricing-content {
  background: #fff;
  text-align: center;
}

.wow-pricing-table .wow-pricing-content ul {
  margin: 0 !important;
  list-style: none !important;
  padding-left: 0;
}

.wow-pricing-table .wow-pricing-content ul li {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
  list-style: none !important;
  color: #555;
}

.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
  background: #F9F9F9;
}

.wow-pricing-table .wow-pricing-button {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 35px 20px 35px;
}

.wow-pricing-table .wow-pricing-button .wow-button {
  float: none;
  margin: 0 auto;
  background: #333;
  color: #fff;
  border-radius: 3px;
  padding: 12px 22px 14px;
}

.featured .wow-pricing-per,
.featured .wow-pricing-cost,
.featured .wow-pricing-button .wow-button,
.buttoncolor {
  background-color: #f05f40;
}
/*=========================*/
/* Timeline */
/*=========================*/

#tline {
  padding-bottom: 60px;
}

.tline-holder {
  margin: 0 auto;
  padding: 0px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
}

.tline-holder:before {
  background: #e4e4e4;
  content: "";
  left: 50%;
  top: 20px;
  bottom: 0px;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  height: 9999px;
}

ul .tline-holder>li {
  width: 100%;
  float: left;
  display: inline-block;
}

.tline-item-content {
  width: 61.5%;
}

.tline-item-txt {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-top: -20px;
}

.tline-item-txt h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}

.tline-item-txt .meta {
  color: #999;
}

.tline-item-left .tline-item-content:hover .date-icon,
.tline-item-right .tline-item-content:hover .date-icon {
  -webkit-animation: pulse .3s;
  animation: pulse .3s;
}

.tline-item-left {
  float: left;
  position: relative;
}

.tline-item-left .tline-item-content {
  float: left;
}

.tline-item-left .tline-item-txt {
  margin-right: 60px;
}

.tline-item-left .date-icon {
  margin-right: -20px;
  float: right;
  background-color: #303543;
  color: #fff;
}

.tline-item-right {
  float: right;
  position: relative;
}

.tline-item-right .tline-item-content {
  float: right;
}

.tline-item-right .tline-item-txt {
  margin-left: 60px;
}

.tline-item-right .date-icon {
  margin-left: -20px;
  float: left;
}

.tline-item-txt:before,
.tline-item-txt:after {
  content: " ";
  position: absolute;
  top: 24px;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}

.tline-item-left .tline-item-txt:before,
.tline-item-left .tline-item-txt:after {
  right: -18px;
  border-left: solid 20px #fff;
}

.tline-item-left .tline-item-txt:before {
  right: -20px;
  border-left-color: #e4e4e4;
}

.tline-item-right .tline-item-txt:before,
.tline-item-right .tline-item-txt:after {
  left: -18px;
  border-right: solid 20px #fff;
}

.tline-item-right .tline-item-txt:before {
  left: -20px;
  border-right-color: #e4e4e4;
}

.date-icon {
  text-align: center;
  padding-top: 12px;
  width: 40px;
  height: 40px;
  background-color: #ee4b28;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
}

.tline-start {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
}

.tline-start-content {
  text-align: center;
}

.tline-start .tline-start-icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.regularform input,
.regularform textarea {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.regularform input[type=submit] {
  border: 0;
}

.regularform textarea {
  height: 150px;
}

.regularform input.norightborder {
  border-right: 0;
}

.done {
  display: none;
}

.social-icons a {
  color: white;
  margin: 20px;
}

.social-icons a:hover {
  color: #e9e9e9;
}

.social-icons {
  margin-top: 30px;
}

h1.bottombrand {
  font-family: "Mrs Sheppards";
  color: #fff;
  font-size: 60px;
  margin-top: 0;
}

h1.bottombrand:first-letter {
  color: #f05f40;
}

input.error,
textarea.error {
  border: 1px solid red;
}

@media only screen and (max-width:768px) {
  .wow {
      visibility: visible !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      margin-top: 50px;
  }
  .tline-item-content {
      margin-bottom: 30px;
  }
  .tline-item-right,
  .tline-item-left {
      clear: both;
      float: none;
  }
  .tline-item-content {
      width: 100%;
  }
  .tline-item-left .date-icon {
      margin-right: 0;
  }
  .tline-item-right .date-icon {
      margin-left: 0;
  }
  .parallax {
      background-attachment: scroll !important;
      background-position: 100% !Important;
  }
  .portfolio-box img,
  .team-thumb img {
      width: 100%;
  }
  .funfacts {
      margin-bottom: 30px;
  }
  .regularform input,
  .regularform textarea {
      width: 100%;
      border: 1px solid #eee;
  }
  .item blockquote {
      font-size: 16px;
  }
  #quote-carousel .carousel-control {
      display: none;
  }
  .funfacts .counter {
      font-size: 35px;
  }
  /* section {
padding:30px 0;
} */
  .equal-heights .box {
      padding: 30px;
  }
  .carousel-caption h1 {
      font-size: 60px;
  }
  .section-heading {
      font-size: 30px;
  }
  #quote-carousel .carousel-indicators .active {
      width: 80px;
      height: 80px;
  }
  #quote-carousel {
      padding: 0 10px 10px 10px;
      margin-top: 30px;
  }
}
/* my style code */

.portfolio-item {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.portfolio-item .portfolio__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item .portfolio__content {
  padding-top: 30px;
  border-radius: 0 5px 0 0;
  background-color: #ffffff;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  margin-right: 28px;
}

.portfolio-item .portfolio__cat {
  line-height: 1;
  margin-bottom: 11px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 13px;
  color: #ea1f27;
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #060708;
}

.portfolio-item .portfolio__cat a::after {
  content: ",";
  position: absolute;
  top: 2px;
  right: 2px;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}

.portfolio-item .portfolio__title a {
  color: #060708;
}

.portfolio-item .portfolio__title a:hover {
  color: #ea1f27;
  text-decoration: none;
}

.portfolio-item .portfolio__desc {
  margin-bottom: 0;
}

.portfolio-item .btn__link {
  line-height: 1;
  margin-top: 23px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-item:hover .btn__link {
  color: #ea1f27;
}

.portfolio-item .view__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #ea1f27;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7) translate(-50%, -50%);
  -moz-transform: scale(0.7) translate(-50%, -50%);
  -ms-transform: scale(0.7) translate(-50%, -50%);
  -o-transform: scale(0.7) translate(-50%, -50%);
  transform: scale(0.7) translate(-50%, -50%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .view__icon:hover {
  background-color: #060708;
}

.portfolio-item:hover .view__icon {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.portfolio-item .zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-item .zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.portfolio-item:hover .zoom__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-filter {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #060708;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ea1f27;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #ea1f27;
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}
/* portfolio-classic */

.portfolio-classic .portfolio-item .portfolio__title {
  margin-bottom: 14px;
}

.portfolio-classic .portfolio-item .portfolio__content {
  padding-top: 30px;
  margin-top: 0;
  margin-right: 0;
}
/* portfolio-carousel */

.portfolio-carousel .portfolio-item {
  margin-bottom: 0;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev,
.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
  top: 40%;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
  left: -60px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
  right: -60px;
}

.portfolio-carousel .cta__banner {
  position: absolute;
  bottom: 0;
  right: 15px;
  border-radius: 3px;
}

.mix {
  display: none;
}

.portfolio-hidden>.portfolio-item {
  display: none;
}

@media only screen and (max-width: 992px) {
  .portfolio-carousel .cta__banner {
      position: static;
      margin-top: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .portfolio-carousel .cta__banner {
      right: -90px;
  }
}
/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-carousel .owl-nav .owl-prev,
  .portfolio-carousel .owl-nav .owl-next {
      left: -30px;
  }
  .portfolio-carousel .owl-nav .owl-prev:before,
  .portfolio-carousel .owl-nav .owl-next:before {
      font-size: 40px;
  }
}
/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter li {
      margin-right: 23px;
  }
}
/*  Small Screens and tablets  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-filter li {
      margin-right: 20px;
  }
  .portfolio-grid .container {
      max-width: none;
  }
  .portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
      left: -40px;
  }
  .portfolio-carousel .carousel-arrows .owl-nav .owl-next {
      right: -40px;
  }
}
/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__content {
      padding-top: 15px !important;
  }
  .portfolio-item .portfolio__title {
      margin-bottom: 10px;
  }
}
/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .portfolio-filter li {
      margin-right: 15px;
      margin-bottom: 15px;
  }
  .portfolio-filter li a {
      font-size: 13px;
  }
  .portfolio-item .portfolio__title {
      font-size: 18px;
      line-height: 25px;
  }
}
/*--------------------
Team
---------------------*/

.member {
  position: relative;
  margin-bottom: 60px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.member:hover .member__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.member .member__info {
  padding-top: 27px;
}

.member .member__info .member__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.member .member__info .member__desc {
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 94, 20, 0.85);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* table */

.tdrow1 {
  width: 27.9pt;
  border: 1pt solid black;
  border-top: 1pt solid black !important;
  border-right: 1pt solid black !important;
  border-bottom: 1pt solid black !important;
  background: rgb(198, 217, 241) !important;
  padding: 0cm 5.4pt;
  height: 14.8pt;
  vertical-align: top;
}

.tdrow2 {
  width: 103.5pt;
  border-top: 1pt solid black !important;
  border-right: 1pt solid black !important;
  border-bottom: 1pt solid black !important;
  border-image: initial;
  border-left: 1pt solid black !important;
  background: rgb(198, 217, 241)!important;
  padding: 0cm 5.4pt;
  height: 14.8pt;
  vertical-align: top;
}

.tdrow3 {
  width: 27.9pt;
  border-right: 1pt solid black;
  border-bottom: 1pt solid black;
  border-left: 1pt solid black;
  border-image: initial;
  border-top: none;
  padding: 0cm 5.4pt;
  vertical-align: top;
}

.tdsize {
  width: 42.95pt;
  border-top: 1.25pt solid black !important;
  border-left: none;
  border-bottom: 1pt solid black;
  border-right: none;
  background: rgb(197, 217, 241);
  padding: 0cm;
  height: 11.7pt;
  vertical-align: top;
}

.tdsize2 {
  width: 42.95pt;
  border-top: none;
  border-right: none;
  border-left: 1pt solid black;
  border-image: initial;
  border-bottom: 1pt solid black;
  background: rgb(197, 217, 241);
  padding: 0cm;
  height: 12.35pt;
  vertical-align: top;
}

.tdsize3 {
  width: 66.4pt;
  border-top: none;
  border-left: 1pt solid black;
  border-bottom: 1pt solid black;
  border-right: 1pt solid black;
  background: rgb(197, 217, 241) !important;
  padding: 0cm;
  height: 12.35pt;
  vertical-align: top;
}

.headingon {
  margin: 0cm;
  font-size: 17px;
  font-family: 'Open Sans';
}

.nospan {
  font-size: 16px;
  font-family: "Times New Roman", serif;
  color: black;
}
.main-header__top {
  margin: 0;
  padding: 0;
}

.main-header__top ul {
  list-style: none;
  padding: 0%;
  margin: 0;
}

.main-header__top li {
  display: inline-block;
}

.main-header__top p {
  text-decoration: none;
  /* padding: 5px 24px; */
}

.main-header__top i {
  padding: 0px -8px;
}

.phone i:hover {
  color: #22c8ff;
}

.mail i:hover {
  color: #22c8ff;
}

.icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.icon ul {
  margin-left: 85%;
  margin-top: -56px;
  margin-bottom: 20px;
}

.icon li {
  display: inline-block;
}

.icon li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
}

.icon i:hover {
  color: #00bfff;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  /* font-size: 14px; */
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
/*  */

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

.social {
  text-align: right;
  margin-top: 2%;
}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

ul.social-share li a {
  display: inline-block;
  color: #fff !important;
  background: #2596be;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #ea2470;
  color: #fff;
}

.search i {
  color: #fff;
}

.blink_me {
  animation: blinker 0.9s linear infinite;
}

@keyframes blinker {
  50% {
      opacity: 0;
  }
}

.margin-top {
  margin-top: 8% !important;
}

.margin {
  margin-top: 5% !important;
}

@media (max-width:375px) {
  .myimg {
      width: 120px !important;
      height: 50px !important;
  }
}

@media (max-width:425px) {
  .myimg {
      width: 134px;
      height: 62px;
  }
}

@media (max-width:1440px) {
  .myimg {
      width: 134px;
      height: 62px;
  }
}

@media (max-width:375px) {
  .social {
      display: none;
  }
}

@media (max-width:375px) {
  .navbar-default .navbar-brand {
      color: #777;
      margin-top: -17%;
  }
}

@media (max-width:425) {
  .navbar-default .navbar-brand {
      color: #777;
      margin-top: -17%;
  }
}
.img-responsive{
  text-align: center !important;
  margin-bottom: 20px;

}
/*--------------------------------------
	service single sidebar
----------------------------------------*/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
  /*** service-features-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border-bottom: 0;
  border: 5px solid #f2f7fd;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #ebf3fd;
}

.service-sidebar .service-list-widget ul > li:last-child {
  border-bottom: 0;
}

.service-sidebar .service-list-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #f89320;
  color: #fff;
  margin: 0 -5px;
}
.service-sidebar .product ul {
  list-style: none;
  border-bottom: 0;
  border: 5px solid #f2f7fd;
}

.service-sidebar .product ul li {
  border-bottom: 1px solid #ebf3fd;
}

.service-sidebar .product ul > li:last-child {
  border-bottom: 0;
}

.service-sidebar .product a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #0a172b;
  margin-left: 33px;
  margin-top: -21px;
  /* padding: 15px 24px; */
}

/* .service-sidebar .product a:hover,
.service-sidebar .product .current a {
  background-color: #f89320;
  color: #fff;
  margin: 0 -5px;
} */
.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: #f89320;
  color: #fff;
  padding: 18px 25px;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 35px;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .download-widget ul a:hover {
  background: #090e21;
}

.service-sidebar .contact-widget {
  background: url("../images/single-contact-widget-bg.jpg") center center/cover no-repeat local;
  padding: 45px 40px;
  position: relative;
  text-align: center;
}

.service-sidebar .contact-widget:before {
  content: "";
  background: #f89320;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.service-sidebar .contact-widget > div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #fff;
  margin: 1em 0;
  text-transform: capitalize;
}

.service-sidebar .contact-widget a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #777777;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 50px;
}

.service-sidebar .contact-widget a:hover {
  color: #fd5f17;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid #f7f7f7;
}

.service-sidebar .service-features-widget:before {
  font-family: "Themify";
  content: "\e61f";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fd5f17;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.service-sidebar .service-features-widget ol > li + li {
  margin-top: 8px;
}
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
  /*** service-features-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border-bottom: 0;
  border: 5px solid #f2f7fd;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #ebf3fd;
}

.service-sidebar .service-list-widget ul > li:last-child {
  border-bottom: 0;
}

.service-sidebar .service-list-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #f89320;
  color: #fff;
  margin: 0 -5px;
}
.service-sidebar .product ul {
  list-style: none;
  border-bottom: 0;
  border: 5px solid #f2f7fd;
}

.service-sidebar .product ul li {
  border-bottom: 1px solid #ebf3fd;
}

.service-sidebar .product ul > li:last-child {
  border-bottom: 0;
}
.section-padding {
  padding: 40px 0;
}
.section-padding h3 {
  text-align: center;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
.service-single-section {
  /*** why-choose-service ***/
  /*** service single tab ***/
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .theme-btn, .service-single-section .service-single-content .theme-btn-s2, .service-single-section .service-single-content .theme-btn-s3 {
  margin-top: 10px;
}

.service-single-section .service-single-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: capitalize;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content blockquote {
  background: #f5f9ff;
  padding: 45px;
  margin: 55px 0 80px;
  border: 0;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #131e4a;
  font-weight: 600;
  border-left: 5px solid #e5eaf1;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 35px 25px;
    margin: 45px 0 70px;
  }
}

.service-single-section .service-single-content blockquote p {
  margin-bottom: 0.5em;
}

.service-single-section .service-single-content blockquote > span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.service-single-section .service-single-content .service-single-slider {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-slider {
    margin-bottom: 50px;
  }
}

.service-single-section .service-single-content .benefit {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .benefit {
    margin-top: 50px;
  }
}

.service-single-section .service-single-content .benefit .details {
  width: calc(100% - 270px);
  float: left;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .details {
    width: 100%;
    float: none;
  }
}
.service-single-section .service-single-content .benefit .detail {
  width: calc(100% - 270px);
  float: left;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .detail {
    width: 100%;
    float: none;
  }
}
.service-single-section .service-single-content .benefit .img-holder {
  width: 270px;
  float: right;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .img-holder {
    width: 100%;
    float: none;
    margin: 45px 0;
  }
}

.service-single-section .service-single-content ul {
  margin-bottom: 30px;
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 45px;
  font-weight: 600;
}

.service-single-section .service-single-content ul li span {
  background: #fd5f17;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: -3px;
  text-align: center;
}

.service-single-section .service-single-content ul li .fi:before {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 15px;
}

.service-single-section .why-choose-service {
  margin-top: 40px;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .service-single-section .why-choose-service {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}

.service-single-section .why-choose-service .list {
  margin: 40px 0 0;
  clear: both;
}

.service-single-section .why-choose-service .list div {
  width: 50%;
  background-color: #131e4a;
  float: left;
  padding: 45px 25px 45px 105px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list div {
    width: 100%;
    float: none;
    padding: 40px 25px 40px 95px;
  }
}

.service-single-section .why-choose-service .list i {
  position: absolute;
  left: 25px;
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list i {
    top: 30px;
  }
}

.service-single-section .why-choose-service .list .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fd5f17;
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.service-single-section .why-choose-service h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.5em;
  color: #fff;
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-single-section .why-choose-service .list p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #d2d2d2;
  margin: 0;
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service .list p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.service-single-section .service-single-tab {
  margin: 50px 0;
  clear: both;
}

@media (max-width: 991px) {
  .service-single-section .service-single-tab {
    margin: 40px 0;
  }
}

.service-single-section .service-single-tab .nav {
  overflow: hidden;
  margin: 0;
}

.service-single-section .service-single-tab .nav li {
  float: left;
  padding-left: 0;
}

.service-single-section .service-single-tab .nav > li + li {
  margin-top: 0;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav > li + li {
    margin-left: 1px;
  }
}

.service-single-section .service-single-tab .nav a {
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #131e4a;
  padding: 13px 25px;
  border: 1px solid rgba(19, 30, 74, 0.2);
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 12px;
    text-transform: none;
  }
}

@media (max-width: 350px) {
  .service-single-section .service-single-tab .nav a {
    padding: 8px;
  }
}

.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
  background: #131e4a;
  color: #fff;
}

.service-single-section .tab-content {
  padding: 35px 40px;
  border: 1px solid rgba(19, 30, 74, 0.2);
  margin-top: -1px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content {
    padding: 25px 20px;
  }
}

.service-single-section .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
body{
  line-height: 1.5;
}
.card-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}
/* img{
  width: 100%;
  display: block;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
} */
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 1.3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
/* .product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
} */
.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-rating{
  color: #ffc107;
}
.product-rating span{
  font-weight: 600;
  color: #252525;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span{
  font-weight: 400;
}
.last-price span{
  color: #f64749;
  text-decoration: line-through;
}
.new-price span{
  color: #256eff;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li{
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span{
  font-weight: 400;
}
.purchase-info{
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input{
  width: 60px;
}
.purchase-info .btn{
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:first-of-type{
  background: #ffc107;
}
.purchase-info .btn:last-of-type{
  background: #ffc107;
}
.purchase-info a{
  color:white;
}
.purchase-info .btn:hover{
  opacity: 0.9;
}
.social-links{
  display: flex;
  align-items: center;
}
.social-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}
@media screen and (min-width: 768px){
  .card{
      display: flex;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      padding: 0px;
  }
  .card-wrapper{
      /* height: 100vh; */
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .product-content{
      padding-top: 0;
  }
}

.card-wrapper1{
  max-width: 1100px;
  margin: 0 auto;
}
img{
  width: 100%;
  display: block;
  margin-right: -5px;
}
.img-display1{
  overflow: hidden;
}
.img-showcase1{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase1 img{
  min-width: 100%;
}
.img-select1{
  display: flex;
}
.img-item1{
  margin: 0.3rem;
}
.img-item1:nth-child(1),
.img-item1:nth-child(2),
.img-item1:nth-child(3){
  margin-right: 0;
}
.img-item1:hover{
  opacity: 0.8;
}
.product-content1{
  padding: 2rem 1rem;
}
.product-title1{
  font-size: 1.3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
/* .product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
} */
.product-link1{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link1:hover{
  opacity: 0.9;
}
.product-rating1{
  color: #ffc107;
}
.product-rating1 span{
  font-weight: 600;
  color: #252525;
}
.product-price1{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price1 span{
  font-weight: 400;
}
.last-price1 span{
  color: #f64749;
  text-decoration: line-through;
}
.new-price1 span{
  color: #256eff;
}
.product-detail1 h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail1 p{
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail1 ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail1 ul li{
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail1 ul li span{
  font-weight: 400;
}
.purchase-info1{
  margin: 1.5rem 0;
}
.purchase-info1 input,
.purchase-info1 .btn1{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info1 input{
  width: 60px;
}
.purchase-info1 .btn1{
  cursor: pointer;
  color: #fff;
}
.purchase-info1 .btn1:first-of-type{
  background: #ffc107;
}
.purchase-info1 .btn1:last-of-type{
  background: #ffc107;
}
.purchase-info1 a{
  color:white;
}
.purchase-info1 .btn1:hover{
  opacity: 0.9;
}
.social-links1{
  display: flex;
  align-items: center;
}
.social-links1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links1 a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}
@media screen and (min-width: 991px){
  .card1{
      display: flex;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      padding: 0px;
  }
  .card-wrapper1{
      /* height: 100vh; */
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs1{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .product-content1{
      padding-top: 0;
  }
}
.tab1{
  overflow-x: auto;
}
.tab2{
  overflow-x: auto;
}
.manditory{
  color:#ffc107;
}
.footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer-info .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.footer-info .logo h1 span {
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  .review {text-align: -webkit-right;margin-top: -7%;margin-right: 14%;}
}

@media (min-width: 1440px) {
  .review {

    text-align: -webkit-right;
    margin-top: -7%;
    margin-right: 12%;
  }
}
