/* css for home page-5*/



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.header-two {
  background:#fff;
}

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px){
.home5-hero-sec {
  height: 80vh;

}

.home5-hero-sec .section-title-wraper{
  padding: 25px 0px 222px 0px;
}
}


.home5-hero-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 50px;
  background-image: url(//digitaldatasw.com/wp-content/themes/techup/assets/img/home-5/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home5-hero-sec .section-title-wraper{
  padding: 145px 0px 222px 0px;
}

.home5-hero-sec .section-title-wraper .section-subtitle{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 17px 0px;
}

.home5-hero-sec .section-title-wraper .section-title-2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
}

.home5-hero-sec .section-title-wraper p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 55px;
}

.btn-2{
    color: #fff;
    padding: 18px 38px 18px 38px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    background-color: #f10e00;
    border-style: none;
    border-radius: 25px 25px 25px 25px;
    transition: all 0.5s;
}

.btn-2:hover {
   
    background-color: #ffffff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

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

.section-title-5 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.section-title-5 .separator {
    position: relative;
    margin: 10px auto 0px;
    width: 120px;
}

.section-title-5 .separator ul {
    padding: 0px;
    margin: 0px;
}

.section-title-5 .separator ul::before {
    content: '';
    width: 50px;
    height: 4px;
    background: #c9c9c9;
    left: -5px;
    top: 47%;
    position: absolute;
}

.section-title-5 .separator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #ff4a17;
}

.section-title-5 .separator ul::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #c9c9c9;
    right: -5px;
    top: 47%;
    position: absolute;
}

.section-title-5 p {
  margin: 25px;
  color: #838383;
  font-weight: 500;
}

.section-bg {
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  bottom: 60px;
  top: 0;
  left: -5px;
  right: 0;
}

.cl-white{
  color: #fff;
}

.cta-5{
  padding: 150px 0;
  position: relative;
  background-image: url(//digitaldatasw.com/wp-content/themes/techup/assets/img/home-5/cta1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-5:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}

.cta-5 h3{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top:30px;
}

.cta-5 h2{
  color: #fff;
  width: 45%;
  margin: auto;
  font-size: 48px;
  letter-spacing: 1px;
}

/* about css */

@media screen and (min-width:1023px){
.about{
  position: relative;
  margin-top: -160px;
  padding-bottom: 0;
  }
}

.about .about-box{
  position: relative;
  border-radius: 5px;
  padding: 80px 35px 70px 35px;
}

.about .about-box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: red;
  opacity: 0.7;
  margin: 0;
  padding: 0;
  transition: all .4s ease;
  background-size: 101% 101%;
}

.about .about-box-1{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about .about-box-2{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about .about-box-3{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about .about-box i{
  position: relative;
  font-size: 70px;
  z-index: 99;
  color:#fff;
}

.about .about-box .about-box-title{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 99;
  color: #fff;
  margin: 20px 0;
  text-transform: capitalize;
}

.about .about-box p{
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  z-index: 99;
  color: #fff;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-5 .icon-box {
  margin-bottom: 20px;
  padding: 22px;
  background: #fff;
  transition: all 0.3s;
  text-align: left;
}

.services-5 .icon-box i {
  float: left;
  color: #ff4a17;
  font-size: 40px;
}

.services-5 .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services-5 .icon-box h4 a {
  transition: 0.3s;
  color: #000033;
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
}

.services-5 .icon-box h4 a:hover {
  color: #ff4a17
}

.services-5 .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.services-5 .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;  
  color: #838383;
}

.services-5 .icon-box::after {
    display: none;
  }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-5 .box-body{
  position: relative;
}

.portfolio-5 .img-porfolio{
  transition: all 0.5s;
}

.portfolio-5 .box-content{
    position: relative;
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 30px 35px 30px 35px;
    box-shadow: -1.21px 6.894px 15px 0px rgba(0,0,0,0.07);
    margin: -40px auto 0px; 
    width: 90%;
    transition: all 0.5s;
}

.portfolio-5 .box-content .box-title i{
  color: #989696;
  font-size: 26px;
  margin-right: 15px;
  position: relative;
  top: 5px;
  transition: all 0.2s;
}

.portfolio-5 .box-content .box-title{
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s;
}

.portfolio-5 .box-content .content{
  display: none;
  transition: all 0.5s;
}

.portfolio-5 .box-body{
  position: relative;
  background-color: rgba(255,255,255,0);
  border-radius: 0;
  margin: 0;
  transition: all 0.5s;
}

.portfolio-5 .box-body:after{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    box-shadow: -1.216px 6.894px 25px 0 rgba(0,0,0,0.07);
    z-index: -1;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    border-radius: 10px;
    background-color: #ffffff;
}

.portfolio-5 .box-body:hover .content{
    display: block;
}

.portfolio-5 .box-body:hover .box-title,
.portfolio-5 .box-body:hover i{
    color: #ff4a17;
}


.cta-6 {
  padding: 150px 0;
  background-image: url(//digitaldatasw.com/wp-content/themes/techup/assets/img/home-5/cta2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-white {
    color: #fff;
}

.cta-6 h3{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cta-6 h2{
  color: #fff;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 700; 
}

.cta-6 p{
  letter-spacing: 1px;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

.cta-6 .btn-2{
  display: block;
  width:200px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.btn-two {
    background-color: #fff;
    color: #1f1f1f;
    position: relative;
    overflow: hidden;
    border: 2px solid #ff4a17;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover{
  background-color: #ff4a17;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-5 .testimonial-wrap {
  padding: 40px 0;
}

.testimonials-5 .section-title{
  padding-bottom: 0;
}

.testimonials-5 .testimonial-item {
  position: relative;
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
  background: #ff5164;
}

.testimonials-5 .testimonial-item i{
    color: #ff5164;
    font-size: 25px;
    display: inline-block;
    left: 45%;
    top: 15px;
    border-radius: 0px;
    position: absolute;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}

.testimonials-5 .testimonial-item .testimonial-img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50px);
  width: 100px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}

.testimonials-5 .testimonial-item h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #fff;
}

.testimonials-5 .testimonial-item h4 {
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.testimonials-5 .testimonial-item p {
  margin: 35px auto 15px auto;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.testimonials-5 .owl-nav, .testimonials-5 .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonials-5 .owl-dot {
  background-color: #ddd !important;
}

.testimonials-5 .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    outline: none;
}

.testimonials-5 .owl-dot.active {
  background-color: #ff4a17 !important;
}

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-5 .member {
  position: relative;
  margin: 20px auto;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s;
}

.team-5 .member:before{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: all 400ms ease 200ms;
    z-index: 1;
}

.team-5 .member:hover::before {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.team-5 .member:hover .member-info {
    opacity: 1; 
    z-index: 99999;
    visibility: visible;
    transition: all 0.5s;
}

.team-5 .member img{
    max-width: 100%;
    width: 350px;
    height: 400px;
}

.team-5 .member .member-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
    text-align: center;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.team-5 .member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.team-5 .member .member-info p {
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

/*--------------------------------------------------------------
# News & Blog (Home Page 5)
--------------------------------------------------------------*/
.blog-5 {
  padding-top: 50px;
  position: relative;
}

.blog-5 .blog-item {
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}


.blog-5 .blog-1 .post-img {
    overflow: hidden;
    margin-bottom: -20px;
    position: relative;
}
.blog-5 .post-img {
    overflow: hidden;
}

.blog-5 .post-img img {
    width: 100%;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.blog-5 .blog-item:hover .post-img img{
    transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
}

.blog-5 .blog-item:hover a.heading{
  color: #ff4a17;
}

.blog-5 .post-content{
  padding: 20px 40px 40px;
}

.blog-5 .post-content h5 a {
    line-height: 1.4;
    font-size: 16px;
    color: #1f1f1f;
    display: block;
    margin:20px 0 5px 0;
    transition: all 0.3;
}

.blog-5 .post-content h5 .heading:hover{
    color: #ff4a17;
}

.blog-5 .btn-wraper .read-more-btn{
    display: block;
    text-align: center;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #112847;
    background-color: rgba(0,0,0,0);
    transition: all 0.5s;
    box-shadow: -1.21px 0.894px 15px 0px rgba(0,0,0,0.4);
}

.blog-5 .btn-wraper .read-more-btn:hover{
    color: #ffffff;
    background-color: #FA471C;
    border-color: #FA471C;
}

@media screen and (max-width: 991px){
    .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 62px;
		  right:10px;
    }
}.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type=submit].button, 
.woocommerce #respond input#submit, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt {
    display: inline-block;
    border-radius: 4px;
    line-height: 1;
    padding: 0.618em 0.778em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #f10e00;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce input[type=submit].button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #940b02;
    color: #ffffff;
}

/*pagination*/
.woocommerce nav.woocommerce-pagination{
    display: flex;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul{
    display: inherit;
}

.woocommerce nav.woocommerce-pagination ul li{
    overflow: inherit;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a {
    cursor: pointer;
    display: inline-block;
    line-height: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 0px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid #d7d7d7;
    margin: 0 10px;
    color: #232323;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    line-height: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 0px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid #d7d7d7;
    margin: 0 5px;
    color: #232323;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #fff;
    background-color: #f10e00;
}
/* end of pagination*/

.woocommerce .woocommerce-ordering select {
    border: 1px solid #333;
    color: #000;
    display: block;
    padding: 0.825rem 1rem;
}

.woocommerce table.shop_table {
    border: 1px solid #333;
    border-collapse: collapse !important;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 20px 10px;
}

.woocommerce-page table.cart td.actions .coupon{
    display: grid;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 0.650rem 1rem;
    margin: 0 0 15px;
    width: 100%;
    border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce input[type="text"], 
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea
{
    background-color: #fff ;
    border: 1px solid #333 !important;
    color: #666 !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.825rem 1rem;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce form .form-row span.select2-selection.select2-selection--single {
    border: 1px solid #333 !important;
    padding: 0.825rem 1rem;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

.woocommerce-page .checkout.woocommerce-checkout .col2-set {
    margin-bottom: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
 .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f10e00;
    color: #fff;
}

.woocommerce-checkout-payment ul li::marker{
    color: transparent;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-MyAccount-content section,
.woocommerce-order section{
    padding: 0;
}

.woocommerce-MyAccount-content fieldset {
    margin-bottom: 1em;
}

/* widget design */
.sidebar-widget a:hover,
.sidebar-widget a:focus{
    color: #f10e00 !important;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus,
.sidebar-widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover,
.sidebar-widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:focus{
    color: #fff !important;
}

.widget_product_search .woocommerce-product-search .search-field{
    border: 1px solid #ddd;
    height: 40px;
    padding: 7px;
    width: 98% !important;
}

.widget_product_search .woocommerce-product-search button[type="submit"] {
    background: #f10e00 none repeat scroll 0 0;
    border: 1px solid #f10e00;
    cursor: pointer;
    height: 40px;
    right: 7px;
    position: absolute;
    width: 65px;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 600;
}

.widget_pages li,
.widget_product_categories li, .woocommerce-widget-layered-nav li{
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.widget_product_categories li span, .woocommerce-widget-layered-nav li span {
    float: right;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em !important;
}

.widget_pages ul li.page_item_has_children ul li, 
.widget_nav_menu ul li .sub-menu li, .widget_categories ul li .children li {
    margin-top: 10px;
}

.widget_pages ul li.page_item_has_children ul li:last-child,
 .widget_categories ul li ul.children li:last-child,
  .widget_nav_menu ul li.menu-item-has-children ul li:last-child {
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.widget_nav_menu ul li {
    padding-left: 2px;
    padding-top: 2px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_nav_menu .menu-item-has-children>a:after{
    content: "";
}

.woocommerce-widget-layered-nav li{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* stripe */
#payment div.form-row{
    display: inherit;
}

.woocommerce-checkout #payment div.payment_box p:last-child {   
    display: inline-block;  
}

/* overlap content */
section.products{
    clear: both;
}@media (max-width: 1299px) {
    .slider-wrap .swiper-button-next,
    .slider-wrap .swiper-button-prev {
        margin-top: 0;
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0 10px;
    }
    /*.service-box2 {
        width: calc(100% / 3);
    }*/
}

@media (max-width: 1300px) {
    .programs-slider-one {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .head-top-one:after {
        left: -20%;
        width: 500px;
        -webkit-transform: skew(0);
        transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
    }
    .video-one{
        margin-bottom: -159px;
    }
    .extra-pad {
        padding-top: 259px;
    }
    .about-2::after {
        display: none;
    }
    .vid-box2 {
        text-align: center;
    }
    .post-meta li{
        padding: 0 12px;
    }
    .amount {
        width: 100%;
        display: block;
    }
    .price-content {
        display: block;
        padding:30px 25px;
    }
    .error-one h2 {
        font-size: 220px;
    }
    .programs-slider-one {
        height: 413px;
        margin-bottom:50px;
    }
}

@media (min-width:1200px) {
    .about-one {
        background-image: url(//digitaldatasw.com/wp-content/themes/techup/assets/img/home/man.png);
        background-repeat: no-repeat;
        background-position: 100% 80%;
    }
    .cta {
        background-image: url(//digitaldatasw.com/wp-content/themes/techup/assets/img/blog/blog-women.png);
        background-repeat: no-repeat;
        background-position: 4% bottom;
    }
    .team-slider-two.owl-theme .owl-nav,
    .class-3slider.owl-theme .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 100%;
        left: 0;
    }

    .team-slider-two.owl-theme .owl-nav .owl-prev {
        left: -25px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-next{
        right: -25px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-prev, 
    .team-slider-two.owl-theme .owl-nav .owl-next,
    .class-3slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        margin: 0;
    }
    
}
@media (min-width: 1400px) {
    .team-slider-two.owl-theme .owl-nav .owl-prev,
    .class-3slider.owl-theme .owl-nav .owl-prev {
        left: -40px;
    }
    .team-slider-two.owl-theme .owl-nav .owl-next,
    .class-3slider.owl-theme .owl-nav .owl-next {
        right: -40px;
    }
}


@media (max-width: 1399px) {
    .logo-one .logo a {
        padding: 32px 10px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-item .mega-heading {
        color: #5aaf29;
        padding: 10px;
        display: block;
        pointer-events: none;
    }
    .header-one:after {
        display: none;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .dropdown-item a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .video-one {
        margin-bottom: -118px;
    }
    .extra-pad {
        padding-top: 218px;
    }
    /*.service-box2 {
        width: calc(100% / 2);
    }*/
    .testi-one-slider{
        margin-top: 0;
    }
    .error-one{
        text-align: center;
    }
    .error-one h2{
        font-size:170px;
    }
    .error-text h2{
        font-size:150px;
    }
    .error-one h3 {
        font-size: 50px;
    }
    .error-one p {
        font-size: 20px;
    }    
    .programs-slider-one {
        height: 458px;
        margin-bottom:40px;
    }
}

@media (min-width: 992px) {
    .testi-one-slider .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 100%;
        left: 0;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-prev {
        left: -65px;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-next  {
        right: -65px;
    }
    .testi-one-slider.owl-theme .owl-nav .owl-prev, 
    .testi-one-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .video-one {
        margin-bottom: -87px;
    }
    .extra-pad {
        padding-top: 187px;
    }
    .service-box2 {
        width: 100%;
        display: block;
    }
    .error-bottom{
        display:block;
    }
    .programs-slider-one {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .programs-slider-one .swiper-slide img {
        max-width: 180px;
        width: 100%;
    }
    .team-two .team-det{
        display: block;
        padding-right: 0;
        max-width: 100%;
    }
    .team-two .team-img {
        display: none;
    }
    .aut-img {
        display: block;
        width: 150px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .text-box, .btn-box {
        display:block;
    }
    .btn-box {
       padding-left: 0
    }
    .comment-body {
        padding-left:90px;
    }
    .comment-author .avatar {
        width: 70px;
    }
    .programs-slider-one {
        height: 410px;    
        padding-top: 73px;
    }
}::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #ff5164;
}
.form-control:focus,
.form-control:hover {
    border-color: #ff5164 !important;
}
.bg-theme{
    background-color: #ff5164;
}
h5 a:hover, h6 a:hover {
    color: #ff5164;
}
.c-theme {
    color:#ff5164;
}
.all-title .title-sep {
    fill: #ff5164;
}
/*  btn-one */
.btn-one{
    background-color: #ff5164;
}
.btn-one:hover{
    color:#ff5164;
}


/*  btn-two */

.btn-two{
    color: #ff5164;
}

.btn-two:before, 
.btn-two:after {
    border-top-color:#ff5164;
    border-bottom-color: #ff5164;
}
#c-scroll:after{
    border-bottom-color: #ff5164;
}
#c-scroll {
    background-color: #ff5164;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #ff5164;
}
.navbar-toggler-icon{
    background-color: #ff5164;
}
.dropdown-item > a::before {
    background-color: #ff5164;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #ff5164;
}

.service-box2::after{
    background-color: #ff5164;
}

.title-sep2::after {
    background-color:#ff5164;
}
.list-2 li:before {
    background-color:#ff5164;
}
.filter-btn.active:before,
.filter-btn.active:after {
    background-color: #ff5164;
}
.team-two .t-socials a:hover{
    color: #ff5164;
}
.team-two:hover{
    border-color:  #ff5164;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
    color: #ff5164;  
 }
 .service-box3 h5::after {
    background-color: #ff5164;
}
.service-box:hover .service-content{
    background-color:#ff5164;
    border-color: #ff5164;
}
 .foot-title h4::after {
    background-color: #ff5164;
 }
 .address i,
 .news-content p, 
 .news-content p i,
 .quick-link li a:hover,
 .foot-socials a:hover,
 .foot-bottom a,
 .quick-link li a:hover::after {
    color: #ff5164;
}
.navbar-nav .nav-item .mega-heading {
    color: #ff5164;
}
.cta {
    background-color: #ff5164;
}
.counter-box:after {
    background-color: #ff5164;
}
.feature-box:hover h5,
.banner-link li span {
    color: #ff5164;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
    color:#ff5164;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
    background-color: #ff5164;
}
.price-box .amount::after {
    background:#ff5164;
}
.price-box .amount::after,
.amount::before{
    background-color: #ff5164;
}

.price-box2:hover h5,
.price-box:hover h5 {
    color: #ff5164;
}
.price-content h5::after {
    background-color: #ff5164;
}
.programs-slider-one .swiper-slide-active h5 {
    color:  #ff5164;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
    color: #ff5164;
}
.team-one .team-social {
    background-color:#ff5164;
}
.vid-btn:hover {
    color: #ff5164;
}