.container-fluid{
    width: 70%;

  }
  .c1{
    color: #f1c40f;
  }
  .c2{
    color: #415a74;
  }
  .c3{
    color: #8e44ad;
  }
  .c4{
    color: #3498db;
  }
  .blue{
    color: #3498db;
  }
  .c5{
    color: #2ecc71;/* 3498db */
  }
  .c6{
    color: rgb(216, 0, 0);
  }
  .background-red{
      background-color: rgb(216, 0, 0);
  }
  .background-yellow{
    background-color: #f1c40f;
  }
  .background-black{
    background-color: #415a74;
  }
  .background-pink{
    background-color: #8e44ad;
  }
  .background-blue{
    background-color: #3498db;
  }
  .background-green{
    background-color: #2ecc71;/* 3498db */
  }

  /* Start header */
  .upper-bar{

    margin-top: -10px;
    margin-bottom: 20px;
    background-color: #415a74;
    color: white;
  }
  .upper-bar .info{
    margin: auto;
    padding: 15px;
  }

  .upper-bar .get-quote{
    display: inline-block;
    border: #f1c40f 1px solid;
    padding: 2px 10px;
    margin-left: 0px;
    color: #f1c40f;
    text-align: center;
  }
  .upper-bar .get-quote:hover{
    background-color: #f1c40f;
    font-weight: 700;
    color: white;
  }
  .upper-bar i{
    color: #f1c40f;
  }
  .upper-bar a{
    color: #ffffff;
    padding-left: 5px;
  }
  .upper-bar a:hover{
    color: #f1c40f;
  }


  /* End header */

  /* Start carousel */

  .carousel-control-next-icon:after
  {
    content: '';
    font-size: 55px;
  }

  .carousel-control-prev-icon:after {
    content: '';
    font-size: 55px;
  }

  .carousel-item h4{
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #dbbc34;
  }
  .carousel-item p{
    text-align: center;
  }
  .carousel-item p span{
    text-align: center;
    font-size: larger;
    font-weight: 600;
    color: #f1c40f;
  }
  /* End carousel */

  /* Start About Us */
  .w3-animate-right {
    -webkit-transition-duration: 5s; /* Safari */
    transition-duration: 2s;
  }
  /* End About Us */

  /* Start Services */
  #more {display: none;}
  .icon-box{
    width: 100%;
  }
  .icon-box button{
    border: none;
    background-color: white;
    color: #3498db;
    margin-top: 10px;
  }
  .icon-box button:focus{
    border: none;
    background-color: white;
    color: #3498db;
    box-shadow: none;
  }
  .icon-box button:hover{
    border: none;
    color: white;
    background-color: #3498db;
  }


  /* End Services */


  /* Start Proccess */
  #portfolio h3{
    color: #3498db;
    margin-top: 30px;
  }
  .caption-content:hover{
    box-shadow: #111;
  }
  .caption-content p{
    color: #fff;
  }
  .caption-content .img-fluid{
    color: #fff;
  }
  .portfolio-item .btn{
    color: #fff;
    border: #fff;

    box-shadow: none;
    margin-top: -5px;
  }
  .portfolio-item p{
    margin: -5px 5px;
    text-align: center;
  }
  .portfolio-item i{
    margin: -5px 5px;
  }
  .portfolio-item .btn:hover{
    color: #f1c40f;
    border: none;
  }
  .portfolio-item .modal-header{
    color: #fff;
  }
  .modal .modal-body{
    font-size: larger;
  }
  .modal .modal-header{
    color: white;
  }
  .modal .btn{
    background-color: #3498db;
    color: white;
  }
  /* End Proccess */
  #reviews{
    background-color: #f8f8f8;
    padding: 100px 0px;
}
  /* Contact */
  #contact{
    background-color: #ffffff;
    margin: auto;
    text-align: center;
    align-items: center;
  }
  /* Contact */
  /* Start Footer */
  /* footer{
    background-color: #415a74;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  footer h1{
    color: white;
    text-align: center;
    margin: auto;
  }
  footer .container{
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 0px;
  }
  footer a{
    color: white;
    padding: 10px;
    text-align: center;
    margin: auto;
    font-weight: bolder;
    font-size: larger;
  }
  footer a:hover{
    color: white;
    font-size: x-large;
    text-align: center;
    margin: auto;
  } */
  .map{
    margin: auto;

  }
  footer{
    background-color: #415a74;
    height: 160px;
  }
  /* End Footer */
  body {
      font-family: Arial, Helvetica, sans-serif;
    color: #4d4643;
  }

  a {
    color: #415a74;
  }

  a:hover {
    color: #3498db;
    text-decoration: none;
  }
  h3 a {
    color: #415a74;
  }

  h3 a:hover {
    color: #3498db;
    text-decoration: none;
  }
  h5 a:hover {
    color: #3498db;
    text-decoration: none;
  }
  p{
    font-size: 18px;
  }
  .about-us li{
    font-size: 18px;
  }
  p a:hover {
    color: #3498db;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
  }
  p {
      font-family: Arial, Helvetica, sans-serif;
  }
  h2{
      font-size: 32px;
  }
  h3{
      font-size: 28px;
  }
  h4{
      font-size: 24px;
  }
  h5{
      font-size: 20px;
  }
  h6{
      font-size: 16px;
  }
  p{
      font-size: 20px;
  }
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    width: 300px;
    height: 60px;
    border-radius: 3px;
    right: 45px;
    bottom: 45px;
    background: #415a74;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    font-weight: 700;
  }

  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .back-to-top:hover {
    color: #fff;
    background: #3498db;
    transition: 0.3s ease-in-out;
  }


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

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

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

  #header .logo a span {
    color: #3498db;
  }

  #header .logo img {
    max-height: 2.5em;
    margin: -10px 0px;
  }

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

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

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

  .nav-menu a {
    display: block;
    position: relative;
    color: #111;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
  }

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

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

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

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

  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #111;
  }

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

  .nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
  }

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

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

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

  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 15px;
  }
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .navbar > ul {
    display: flex;
  }

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

  .navbar a {
    display: block;
    position: relative;
    color: #111;
    transition: 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
  }

  .navbar a:hover, .navbar .active > a, .navbar li:hover > a {

    color: #3498db;
  }

  .navbar .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #3498db;
  }

  .navbar .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

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

  .navbar .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #111;
  }

  .navbar .drop-down ul a:hover, .navbar .drop-down ul .active > a, .navbar .drop-down ul li:hover > a {
    color: #3498db;
  }

  .navbar .drop-down > a:after {
    content: "\ea99";
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
  }

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

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

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

  .navbar .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 15px;
  }



  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }

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

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

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

  .mobile-nav a {
    display: block;
    position: relative;
    color: #111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }

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

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

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

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

  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }

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

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

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

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

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

  /*--------------------------------------------------------------
  # Header Social Links
  --------------------------------------------------------------*/
  .header-social-links {
    padding-left: 14px;
    margin-left: 20px;
    border-left: 1px solid #c4c4c4;
  }

  .header-social-links a {
    color: #a0a0a0;
    padding-left: 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }

  .header-social-links a:hover {
    color: #3498db;
  }

  @media (max-width: 768px) {
    .header-social-links {
      padding: 0 48px 0 0;
      border-left: 0;
    }

  }

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

  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    top: 70px;
    left: 55px;
    right: 55px;
  }

  #hero .carousel-content {
    background: rgba(29, 29, 29, 0.603);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #3498db;
  }

  #hero .carousel-content h2 {
      text-align: center;
    color: #fff;
    margin-top: 0.2em;
    font-weight: 700;
  }
  #hero .carousel-content p {
    color: #fff;
    margin-top: 0.2em;
  }

  #hero .btn-get-started {
      font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin-top: 0.2em;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #3498db;
  }

  #hero .btn-get-started:hover {
    background: #3498db;
    color: #fff;
    text-decoration: none;
  }

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

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

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

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

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 15%;
    opacity: 1;
  }

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

  #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
  }

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

  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #3498db;
  }

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

  @media (max-width: 992px) {
    #hero .carousel-container {
      top: 58px;
    }
    #hero .carousel-content h2 {
      margin-bottom: 15px;
      font-size: 22px;
    }
    #hero .carousel-content p {
      font-size: 15px;
    }
  }

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

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

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

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

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

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


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

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: #3498db;
    min-height: 40px;
    margin-top: 72px;
  }

  .breadcrumbs h2 {
    font-weight: 300;
    color: #fff;
  }

  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
  }

  .breadcrumbs ol a {
    color: #fff;
  }

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

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

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

  }
  @media (max-width: 1100px) {
      .service-link{
          display: none;
      }
      .service-detail{
          width: 200%;
      }

  }

  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
  }

  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }

  .services .icon-box .icon i {
    font-size: 35px;
    transition: 0.5s;
    position: relative;
  }

  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }

  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
  }

  .services .icon-box h4 a {
    color: #111;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box p {
    line-height: 1.7;
    margin-bottom: 0;
    text-align: left;
  }
  .services .icon-box hr {
    width: 25%;
    margin: auto;
    text-align: center;
  }

  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  }

  .services .iconbox-blue i {
    color: #3498db;
  }
  .services .btn-blue{
    color: #3498db;
  }
  .services .btn-blue:hover{
    color: #fff;
    background-color: #3498db;
  }


  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }

  .services .iconbox-blue:hover .icon path {
    fill: #3498db;
  }

  .services .iconbox-orange i {
    color: #f1c40f;
  }
  .services .btn-orange{
    color: #f1c40f;
  }
  .services .btn-orange:hover{
    color: #fff;
    background-color: #f1c40f;
  }

  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }

  .services .iconbox-orange:hover .icon path {
    fill: #f1c40f;
  }

  .services .iconbox-pink i {
    color: #8e44ad;
  }
  .services .btn-pink{
      color: #8e44ad;
    }
    .services .btn-pink:hover{
      color: #fff;
      background-color: #8e44ad;
    }

  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }

  .services .iconbox-pink:hover .icon path {
    fill: #8e44ad;
  }

  .services .iconbox-green i {
    color: #2ecc71;
  }
  .services .btn-green{
      color: #2ecc71;
    }
    .services .btn-green:hover{
      color: #fff;
      background-color: #2ecc71;
    }

  .services .iconbox-green:hover .icon i {
    color: #fff;
  }

  .services .iconbox-green:hover .icon path {
    fill: #2ecc71;
  }

  .services .iconbox-black i {
    color: #415a74;
  }
  .services .btn-black{
      color: #415a74;
    }
    .services .btn-black:hover{
      color: #fff;
      background-color: #415a74;
    }

  .services .iconbox-black:hover .icon i {
    color: #fff;
  }

  .services .iconbox-black:hover .icon path {
    fill: #415a74;
  }

  .services .iconbox-teal i {
    color: #11dbcf;
  }

  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }

  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }

  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
  }

  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 4px;
  }

  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #3498db;
  }

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

  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
  }

  .portfolio .portfolio-item .portfolio-info h4 {
    color: #fff;
    font-weight: 600;
    color: #111;
  }

  .portfolio .portfolio-item .portfolio-info p {
    color: #444444;
    margin-bottom: 0;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #2b2b2b;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #3498db;
  }

  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
  }

  .portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }

  .portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }

  .portfolio .portfolio-item .portfolio-links a:hover {
    color: #57e76f;
  }

  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
  }

  /*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
  .clients .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
  }

  .clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 100px;
  }

  .clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 36px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .clients .client-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
  }

  /*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
  .about-us .content h2 {
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  .about-us .content h3 {
    margin-bottom: 40px;
    line-height: 40px;
  }

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

  .about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
  }

  .about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #3498db;
  }

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

  /*--------------------------------------------------------------
  # Our Team
  --------------------------------------------------------------*/
  .team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

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

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

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

  .team .member .social a:hover {
    color: #3498db;
  }

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

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

  .team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #111;
  }

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

  .team .member .member-info p {
    font-style: italic;
    line-height: 26px;
    color: #847872;
  }

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

  /*--------------------------------------------------------------
  # Our Skills
  --------------------------------------------------------------*/
  .skills .progress {
    height: 50px;
    display: block;
    background: none;
  }

  .skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
  }

  .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }

  .skills .progress-bar-wrap {
    background: #e7e7e7;
  }

  .skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #3498db;
  }

  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  #features{
      /* background-color: #3498db3b; */
      background-color: #f8f8f8;
      margin-top: 40px;

  }
  #features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
  }
  #features2 .icon-box {
    display: flex;
    align-items: center;
    padding: 0px;
  }

  .features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
  }
  #features2 i {
    font-size: 26px;
    padding-right: 10px;
    line-height: 1;
  }

  .features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .features .icon-box h3 a {
    color: #111;
    transition: ease-in-out 0.3s;
  }

  .features .icon-box h3 a:hover {
    color: #3498db;
  }
  #features2 h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  #features2 h3 a {
    color: #111;
    transition: ease-in-out 0.3s;
  }

  #features2 h3 a:hover {
    color: #3498db;
  }

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

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

  .pricing h4 {
    color: #3498db;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .pricing .btn-buy:hover {
    background: #2ae149;
  }

  .pricing .featured h3 {
    color: #fff;
    background: #3498db;
  }

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

  /*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/
  .faq .faq-list {
    padding: 0 100px;
  }

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

  .faq .faq-list li + li {
    margin-top: 15px;
  }

  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
  }

  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: lightgray;
  }

  .faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }

  .faq .faq-list .icon-show {
    display: none;
  }

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

  .faq .faq-list a.collapsed:hover {
    color: #3498db;
  }

  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }

  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }

  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }

  /*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
  }

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

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

  .testimonials .testimonial-item h4 {
    color: #999;
    margin: 0;
  }

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

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

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

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

  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }

  .contact .info {
    background: #fff;
  }

  .contact .info i {
    font-size: 20px;
    color: #3498db;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #3498db;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }

  .contact .info h4 {
    padding: 0 0 0 60px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }

  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    color: #444444;
  }

  .contact .info:hover i {
    background: #3498db;
    color: #fff;
  }

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

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

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

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

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

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

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

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

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

  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #3498db;
  }

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

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

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

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

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

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

  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding: 40px 0;
  }

  .portfolio-details .portfolio-details-container {
    position: relative;
  }

  .portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
  }

  .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
  }

  .portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #3498db !important;
  }

  .portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .portfolio-details .portfolio-info h3 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

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

  .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }

  .portfolio-details .portfolio-description {
    padding-top: 50px;
  }

  .portfolio-details .portfolio-description h2 {
    width: 50%;
    font-weight: 700;
    margin-bottom: 20px;
  }

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

  @media (max-width: 768px) {
    .portfolio-details .portfolio-info {
      position: static;
      margin-top: 30px;
    }
  }

  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog {
    padding: 40px 0 20px 0;
  }

  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  .blog .entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }

  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .blog .entry .entry-title a {
    color: #111;
    transition: 0.3s;
  }

  .blog .entry .entry-title a:hover {
    color: #3498db;
  }

  .blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #aaaaaa;
  }

  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }

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

  .blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
  }

  .blog .entry .entry-meta a {
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    transition: 0.3s;
  }

  .blog .entry .entry-meta a:hover {
    color: #3498db;
  }

  .blog .entry .entry-content p {
    line-height: 24px;
  }

  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }

  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }

  .blog .entry .entry-content .read-more a:hover {
    background: #1ed33c;
  }

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

  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }

  .blog .entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
  }

  .blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
  }

  .blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
  }

  .blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }

  .blog .entry .entry-footer i {
    color: #5e5e5e;
    display: inline;
  }

  .blog .entry .entry-footer a {
    color: #8b8b8b;
    transition: 0.3s;
  }

  .blog .entry .entry-footer a:hover {
    color: #3498db;
  }

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

  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }

  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }

  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }

  .blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }

  .blog .entry .entry-footer .share {
    font-size: 16px;
  }

  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }

  .blog .entry-single {
    margin-bottom: 30px;
  }

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

  .blog .blog-author img {
    width: 120px;
  }

  .blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 0;
  }

  .blog .blog-author .social-links {
    margin: 0 0 5px 140px;
  }

  .blog .blog-author .social-links a {
    color: #777777;
  }

  .blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #bfb9b6;
  }

  .blog .blog-comments {
    margin-bottom: 30px;
  }

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

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

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

  .blog .blog-comments .comment h5 {
    margin-left: 65px;
    margin-bottom: 2px;
  }

  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #4d4643;
    transition: 0.3s;
  }

  .blog .blog-comments .comment h5 a:hover {
    color: #3498db;
  }

  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111;
  }

  .blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    color: #777777;
    margin-bottom: 5px;
  }

  .blog .blog-comments .comment p {
    margin-left: 65px;
  }

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

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

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

  .blog .blog-comments .reply-form p {
  }

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

  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #57e76f;
  }

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

  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #57e76f;
  }

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

  .blog .blog-comments .reply-form .btn-primary {
    padding: 8px 20px;
    border: 0;
    border-radius: 4px;
    background-color: #3498db;
  }

  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #1ed33c;
  }

  .blog .blog-pagination {
    color: #444444;
  }

  .blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
  }

  .blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
  }

  .blog .blog-pagination li.active {
    background: white;
  }

  .blog .blog-pagination li a {
    color: #b4aca8;
    padding: 7px 16px;
    display: inline-block;
  }

  .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #3498db;
    border: 1px solid #3498db;
    border-radius: 4px;
  }

  .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
  }

  .blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
  }

  .blog .blog-pagination li.disabled i {
    color: #f6f5f5;
    padding: 10px 16px;
    display: inline-block;
  }

  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111;
    position: relative;
  }

  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }

  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
  }

  .blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
  }

  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #3498db;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

  .blog .sidebar .search-form form button:hover {
    background: #1ed33c;
  }

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

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

  .blog .sidebar .categories ul a {
    color: #2b2b2b;
    transition: 0.3s;
  }

  .blog .sidebar .categories ul a:hover {
    color: #3498db;
  }

  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
  }

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

  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }

  .blog .sidebar .recent-posts h4 {
    margin-left: 95px;
    font-weight: bold;
  }

  .blog .sidebar .recent-posts h4 a {
    color: black;
    transition: 0.3s;
  }

  .blog .sidebar .recent-posts h4 a:hover {
    color: #3498db;
  }

  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #777777;
  }

  .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: #515151;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dddddd;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
  }

  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #3498db;
    background: #3498db;
  }

  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
  }

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

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

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

  #footer .footer-top .footer-contact h3 {
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(245, 245, 245);
  }
  #footer .footer-top .footer-contact h4 {
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
  }

  #footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
  }

  #footer .footer-top h4 {
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

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

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

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1ed33c;
    font-size: 14px;
    line-height: 1;
  }

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

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

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

  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer-top .footer-contact  a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  #footer .footer-top .footer-contact  a:hover {
    text-decoration: none;
    color: #fff;
  }

  #footer .footer-newsletter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
  }

  #footer .footer-newsletter h4 {
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
  }

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

  #footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3498db;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  #footer .footer-newsletter form input[type="submit"]:hover {
    background: #2ae149;
  }

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

  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .social-links a:hover {
    background: #3498db;
    color: #fff;
    text-decoration: none;
  }
  /*--------------------------------------------------------------
    # Disable AOS delay on mobile
    --------------------------------------------------------------*/
    @media screen and (max-width: 768px) {
      [data-aos-delay] {
        transition-delay: 0 !important;
      }
      .upper-bar{
        display: none;
      }
      /* .container-fluid{
        width: 90%;
      } */
      .back-to-top{
        width: 55%;
        height: 25px;
        padding: 0;
        background-color: #415a749f;
        font-size: 15px;
      }
      .portfolio-item p{
        line-height: 20px;
        margin-bottom: 0px;
        font-size: 5px;
      }
      .portfolio-item i{
        font-size: 25px;
      }
      .portfolio-item .btn{
        font-size: 15px;
        margin: auto;
      }
      .img-fluid{
        size: 10em;
      }

    }


    .admin table{
      /* table-layout: fixed;
      border-collapse: collapse;
      width: 100%; */
    }
  .admin thead{
    background-color: #3498db;
    color: #fff;
    text-align: center;
  }
  .admin tbody{
      text-align: center;
  }
  .admin td{
      border: 1px solid #fff;
    width: 150px;
  }
  .admin td+td {
      width: auto;
    }
  .admin tbody img{
      max-width: 5em;
  }
  .admin .delete{
      background-color: red;
      padding: 5px;
      color: #fff;
      border-radius: 4px;
      border:none;
   }
  .admin .delete:hover{
      box-shadow: rgba(85, 85, 85, 0.465) 2px -2px;
   }
  .admin .save {
      background-color: #3498db;
      color: #fff;
      border-radius: 4px;
      border:none;
   }

   #quotationForm {
      background-color: #cecece48;
      padding:25px;
      box-shadow: 3px 5px 15px 3px #bdbdbd67;
      margin: 100px auto;
      font-family: Arial, Helvetica, sans-serif;
      padding: 40px;
      min-width: 300px;
    }

    #quotationForm h1 {
      text-align: center;
    }
    .form h4 {
      text-align: center;
      color: #3498db;
      /* font-size: 1.5em; */
  }
  .form h5 {
      text-align: center;
      color: #415a74;
      margin-top: 2em;
      margin-bottom: -4em;
      /* font-size: 1em; */
  }
  .form h5 i{
      font-size: 3em;
  }
  .form h5 .bi-arrow-right{
      font-size: 3em;
      color: #f1c40f;
  }
  .form h5 .bi-arrow-bar-right{
      font-size: 3em;
      color: #2ecc71;
  }
  /* */
  #quotationForm h5 {
      text-align: center;
      color: #3498db;
      /* font-size: 1.3em; */
  }
  #quotationForm h6 {
      text-align: center;
      color: #415a74;
      /* font-size: 1.2em; */
      margin-bottom: 1em;
    }
    .form p {
      text-align: center;
    }
    #quotationForm p {
      text-align: center;
    }
    #quotationForm p span{
      font-weight: 600;
    }

    #quotationForm input {
      padding: 10px;
      width: 100%;
      /* font-size: 17px; */
      font-family: Arial, Helvetica, sans-serif;
    }

    /* Mark input boxes that gets an error on validation: */
    #quotationForm input.invalid {
      background-color: #ffdddd;
    }

    /* Hide all steps by default: */
    #quotationForm .tab {
      display: none;
    }

    #quotationForm button {
      /* margin: 0;
      position: absolute;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); */
      background-color: #3498db;
      color: #ffffff;
      border: none;
      padding: 10px 15px;
      font-size: 17px;
      font-family: Arial, Helvetica, sans-serif;
      cursor: pointer;
      align-items: center;
      text-align: center;
      margin-top: 1em;
    }
    #quotationForm i {
      font-weight: bolder;
    }

    #quotationForm button:hover {
      opacity: 0.8;
    }

    #quotationForm #prevBtn {
      background-color: #bbbbbb;
    }

    /* Make circles that indicate the steps of the form: */
    #quotationForm .step {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbbbbb;
      border: none;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.9;
    }

    #quotationForm .step.active {
      opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    #quotationForm .step.finish {
      background-color: #3498db;
    }
    #quotationForm label{
        margin-bottom: 0%;
    }
    #quotationForm .address{
        padding-top: 1em;
        padding-bottom: 1em;
        /* background-color: #ffffff36; */
    }
    #quotationForm .small{
      margin: -10px 0px 10px 10px;
      line-height: 12px;
      text-align: left;
    }

  /* nested */


    /* new one */

    .just-padding {
      padding: 15px;
    }

    .list-group.list-group-root {
      padding: 0;
      overflow: hidden;
    }

    .list-group.list-group-root .list-group {
      margin-bottom: 0;
    }

    .list-group.list-group-root .list-group-item {
      border-radius: 0;
      border-width: 1px 0 0 0;
    }

    .list-group.list-group-root > .list-group-item:first-child {
      border-top-width: 0;
    }

    .list-group.list-group-root > .list-group > .list-group-item {
      padding-left: 30px;
    }

    .list-group.list-group-root > .list-group > .list-group > .list-group-item {
      padding-left: 45px;
    }

    .list-group-item .glyphicon {
      margin-right: 5px;
    }
    .list-group-item input{
        padding: 0px;
        max-width: 75px;
        max-height: 35;
    }
    .list-group a{
        background-color: #3498db;
        color: #fff;
        margin-top: 0.5em;
    }
    .list-group i{
        color: #fff;
        font-size: 15px;
    }
  /* nested */





    /*
    #002f4b,#dc4225
    Convert HEX to RGBA - http://hex2rgba.devoth.com/
    */

    .center-container {
      position: relative;
      text-align: center;
      color: white;
    }
    .center {
      margin: 0;
      -ms-transform: translate(0%, 7%);
      transform: translate(20%, 7%);
    }
  .bottom-center1
  {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bolder;
      font-size: 2.7vmax;
      position: absolute;
      text-transform: uppercase;

    bottom: 50%;
    right: 2vmax;
    left: 2vmax;
    line-height: 2.5vmax;
  }
  .bottom-center2
  {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.5vmax;
      position: absolute;
      bottom: 43%;
      right: 16px;
      left: 16px;
      line-height: 2vmax;
  }

  .service-p{
      left: 1vmax;
      right: 1vmax;
  }
  .service-link{
      font-weight: bolder;
  }
  .service-link h4{
      background-color: rgba(231, 231, 231, 0.404);
      color: #415a74;
      border-color: #415a74;
      padding: 10px;
      margin-bottom: 20px;
      border-radius: 3px;
      text-align: center;
  }
  .service-link a{
      color: rgb(173, 173, 173);
  }
  .service-link a:hover{
      color: rgb(131, 131, 131);
  }
  .service-link hr{
      color: rgb(231, 231, 231);
  }
  @media (max-width: 500px)
  {
      .container-fluid{
          width: 100%;
      }
      p{
          font-size: smaller;
      }
  }
  .slider-contact
  {
      text-align: center;

  }
  .slider-contact i{
      display: block;
      text-decoration: none;
      position: relative;
      font-size: 75px;
  }

  .slider-contact i::after{
      content: "";
      background: white;
      mix-blend-mode: exclusion;
      width: calc(100% + 20px);
      height: 0;
      position: absolute;
      bottom: -4px;
      left: -10px;
      transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .slider-contact i:hover::after{
      font-size: 125px;
      height: calc(100% + 8px)
  }
  #quotationForm input[type=checkbox] {
      vertical-align: middle;
      position: relative;
      bottom: 1px;
  }

  #quotationForm label {
      display: block;
  }
  .section-title h3 {
      /* font-size: 40px; */
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
    }

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

    .form-check input{
      transform : scale(1.5);
    }
    .form-check label{
      transform : scale(1.2);
    }
  .pdf{
      background-color: rgba(243, 243, 243, 0.623);
      box-shadow: 0 3px 5px rgba(0,0,0,0.23);
      padding: 80px 20px 80px 80px;
  }
  .pdf p{
      margin: 0px;
  }
  .pdf p strong{
      margin: 0px;
      font-size: larger;
  }
  /*  */

  ._checkbox
  {
      display: none;
  }

  .circle-check
  {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      width: 20px;
      height: 20px;
      margin: 0 auto;
      background-color: #14c2f7;
      transform: translateY(-50%);
      border-radius: 50%;
      box-shadow: 0 7px 10px #d2f8ff;
      cursor: pointer;
      transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
      overflow: hidden;
      z-index: 1;
  }

  .circle-check:before
  {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      width: 70px;
      height: 70px;
      margin: 0 auto;
      background-color: #fff;
      transform: translateY(-50%);
      border-radius: 50%;
      box-shadow: inset 0 7px 10px #ffbeb8;
      transition: 0.2s ease width, 0.2s ease height;
  }

  .circle-check:hover:before
  {
      width: 55px;
      height: 55px;
      box-shadow: inset 0 7px 10px #ff9d96;
  }

  .circle-check:active
  {
      transform: translateY(-50%) scale(0.9);
  }

  .tick_mark
  {
      position: absolute;
      top: -1px;
      right: 0;
      left: 0;
      width: 60px;
      height: 60px;
      margin: 0 auto;
      margin-left: 14px;
      transform: rotateZ(-40deg);
  }

  .tick_mark:before, .tick_mark:after
  {
      content: "";
      position: absolute;
      background-color: #fff;
      border-radius: 2px;
      opacity: 0;
      transition: 0.2s ease transform, 0.2s ease opacity;
  }

  .tick_mark:before
  {
      left: 0;
      bottom: 0;
      width: 10px;
      height: 30px;
      box-shadow: -2px 0 5px rgba(0,0,0,0.23);
      transform: translateY(-68px)
  }

  .tick_mark:after
  {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      box-shadow: 0 3px 5px rgba(0,0,0,0.23);
      transform: translateX(78px)
  }

  ._checkbox:checked + .circle-check
  {
      background-color: #07d410;
      box-shadow: 0 7px 10px #92ff97;
  }

  ._checkbox:checked + .circle-check:before
  {
      width: 0;
      height: 0;
  }

  ._checkbox:checked + .circle-check .tick_mark:before, ._checkbox:checked + .circle-check .tick_mark:after
  {
      transform: translate(0);
      opacity: 1;
  }


  .paraghraph-service
  {
      font-size: x-large;
  }
  .list-group-item label p{
      text-align: left;
  }
  .img-gradient:after {
      content:'';
      position:absolute;
      left:0; top:0;
      width:100%; height: 100%;
      display:inline-block;
      background: -moz-linear-gradient(top, rgba(42, 97, 129, 0.2) 0%, rgba(39, 39, 39, 0.25) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31, 70, 100, 0.9)), color-stop(100%,rgba(42, 97, 129, 0.2))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(42, 97, 129, 0.2) 0%,rgba(39, 39, 39, 0.25) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(46, 46, 46, 0.5) 0%,rgba(39, 39, 39, 0.25) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(42, 97, 129, 0.2) 0%,rgba(39, 39, 39, 0.25) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(42, 97, 129, 0.2) 0%,rgba(39, 39, 39, 0.25) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }



    h3 i{
        font-size: 28px;
    }
