.theme-title {
    text-align: center;
    margin: 95px 0 0 0;
  }
  .theme-title h2 {
    position: relative;
  }
  .theme-title h2:before {
    content: '';
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
  }
  .theme-title p {
    font-size: 16px;
    width: 75%;
    margin: 60px auto 0 auto;
  }
  .tran3s,.theme-main-menu .navbar-nav>li a,#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
#our-client .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
  .p-color,.theme-main-menu .navbar-nav>li.active>a,
  .theme-main-menu .navbar-nav>li>a:hover,#about-us .single-about-content:hover h5 a,
  #service-section .single-service-content:hover .icon-heading .icon,
  #service-section .:hover .icon-heading h6 a,
  #pricing-section .single-price-table a:hover,#blog-section .single-news-item .img a,
  #blog-section .single-news-item:hover .post p a,#blog-section .single-news-item .post h6:hover a,
  #contact-section .contact-address-content .left-side ul li:hover .icon,
  #contact-section .send-message form button:hover,.inner-page-banner .opacity ul li:last-child,
  .blog-details-page aside .sidebar-news-list ul li a i,.monthly-header-title,
  .blog-details-page aside .sidebar-news-list ul li a:hover,.blog-details-page aside .sidebar-archives ul li a i,
  .blog-details-page aside .sidebar-archives ul li a:hover,.blog-details-page aside .sidebar-archives ul li a.active,
  .blog-details-page aside .sidebar-news-list ul li a.active,.recent-single-post .post a:hover,
  .sidebar-tags ul li a:hover,.blog-details-post-wrapper .list-img-wrapper ul li a i,
  .blog-details-post-wrapper .list-img-wrapper ul li a:hover,.blog-details-post-wrapper .post-comment form button:hover,
  .blog-details-post-wrapper .post-share-area .share li a:hover,.theme-main-menu.navbar .nav>li ul li a:hover,
  .blog-details-post-wrapper .post-share-area .share li a.active {
    color:#d73e4d;
  }
  .p-color-bg,.theme-title h2:before,#about-us .single-about-content:hover .icon,
  #skill-section .codeconSkillbar .skillBar,#our-client .owl-theme .owl-dots .owl-dot.active span,
  #our-client .owl-theme .owl-dots .owl-dot:hover span,
  .blog-details-post-wrapper .comment-area .single-comment .comment button:hover {
    background: #d73e4d;
  }
  .banner .project-button,#about-us .icon,#about-us .single-about-content a.more,
  #service-section .single-service-content:hover,#project-section .project-menu ul li.active,
  #project-section .project-menu ul li:hover,.page-middle-banner .opacity a,
  #team-section .team-member-wrapper .single-team-member .img .opacity h4,#pricing-section .single-price-table a,
  #our-client .owl-theme .owl-dots .owl-dot.active span, #our-client .owl-theme .owl-dots .owl-dot:hover span,
  #contact-section .contact-address-content .left-side ul li .icon,#contact-section .send-message form button,
  .sidebar-tags ul li a:hover,.blog-details-post-wrapper .post-comment form button,
  .blog-details-post-wrapper .post-comment textarea:focus,.blog-details-post-wrapper .post-comment input:focus {
    border-color:#d73e4d;
    border-style: solid;
  }
  /*** 
  
  ====================================================================
    Theme Header
  ====================================================================
  
   ***/
  .theme-main-header {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    z-index: 999;
    padding-top: 20px;
  }
  .theme-main-menu .navbar-nav>li>a {
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
    background: transparent;
    padding: 9px 15px;
  } 
  .theme-main-menu .navbar-nav>li:last-child>a {
    padding-right: 0;
  }
  .theme-main-menu.navbar {
    border:none;
    margin: 0;
  }
  
  .theme-main-menu.navbar .nav>li ul.sub-menu {
    position: absolute;
    background: #1e1e1e;
    width:150px;
    top:120%;
    top:calc(100% + 60px);
    left:0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  }
  .theme-main-menu.navbar .nav>li ul li a {
    line-height: 40px;
    color:#fff;
    font-weight: 700;
    padding: 0 0 0 15px;
    display: block;
  }
  .theme-main-menu.navbar .nav>li ul li:last-child a {
    border:none;
  }
  .theme-main-menu.navbar .nav>li:hover ul.sub-menu {
    top:100%;
    opacity: 1;
    visibility: visible;
  }
  .theme-main-menu .navbar-toggle {
    margin: 0;
    border-radius: 0;
    color:#fff;
    padding-right: 15px;
  }
  .theme-main-menu .navbar-toggle .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .theme-main-menu .navbar-nav {
    margin: 0;
  }
  .theme-main-header li.dropdown-holder .fa {
    position: absolute;
    top:0;
    right: 0;
    text-align: center;
    width: 45px;
    color:#fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    line-height: 44px;
  }
  #service-section {
    padding: 5em 0;
    clear: both;
    background: url("../images/2.webp") center top no-repeat fixed;
    background-size: cover;
    position: relative;
  }
  #service-section .theme-title h2,
  #service-section .theme-title p {
    color:#fff;
  }
  #service-section .row {
    margin: 50px 0 0 0;
  }
  #service-section .row [class*="col-"] {
    padding-top: 25px;
  }
  #service-section .single-service-content {
    border:1px solid #808489;
    text-align: center;
    margin-bottom: 20px;
    padding: 118px 23px 65px 23px;
    overflow: hidden;
  
  }
  #service-section .single-service-content p {
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
    opacity: 0;
    -webkit-transform: translate3D(0,200px,0);
       -moz-transform: translate3D(0,200px,0);
        -ms-transform: translate3D(0,200px,0);
         -o-transform: translate3D(0,200px,0);
            transform: translate3D(0,200px,0);
  }
  #service-section .single-service-content .icon-heading {
    position: absolute;
    width: 100%;
    left:0;
    right: 0;
    top:120px;
  }
  #service-section .single-service-content .icon-heading .icon {
    font-size: 48px;
    color:#808489;
    width: 80px;
    margin: 0 auto;
    
  }
  #service-section .single-service-content .icon-heading a {
    color:#808489;
    text-transform: capitalize;
    margin-top: 33px;
  }
  #service-section .single-service-content:hover .icon-heading {
    top:-10px;
  }
  #service-section .single-service-content:hover p {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3D(0,0,0);
       -moz-transform: translate3D(0,0,0);
        -ms-transform: translate3D(0,0,0);
         -o-transform: translate3D(0,0,0);
            transform: translate3D(0,0,0);
  }

  #bojafonta{
      color: white;
  }
  /*** 
  