/* Blog widget image */
.gradient1 {
    position: relative;
    z-index: 2;
  }
  .gradient1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    bottom: 0;
 }

 .single__blog__meta .meta__author {
    float: left;
    text-transform: uppercase;
}
/* Menu */
.stellarnav ul ul{
  min-width: 270px;
}
.stellarnav ul ul ul {
  left: 257px;
  top:0;
}

/* Service widget */

.service-style1 .single__service__style__2.no-border,
.service-style2 .single__service.no-border {
  border: none !important;
}

/* fixing */

.header__layout__1 {
  padding: 10px 0;
}

.header__layout__1 .container-fluid{
  max-width:1540px;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.single__brand {
    padding: 10px;
    width: 20%;
    text-align: center;
}

.massage__box__wrap {
    padding: 40px;
    right: 0;
    bottom: 0;
}
.massage__box__wrap label {
}
.massage__box__wrap textarea {
    max-height: 150px;
}
.massage__box__wrap input[type="submit"] {
    min-width: 160px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 0.3s;
    background: linear-gradient(to right, #FF153C, #FF8955);
    color: #fff;
}
.massage__box input,
.massage__box textarea {
    padding: 10px;
}


.massage__box__wrap input[type="submit"]:hover {
    background: #fff;
    color: #212529;
}
.massage__box__wrap form p {
    margin-bottom: -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single__brand {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .single__brand {
      width: 50%;
  }
  .massage__box__wrap {
      display: none;
  }
}

.author-social {
  margin-bottom: 10px;
}

/* Team social */

.team-social ul { 
  margin:0;
  padding: 0 10px;
 }
 .team-social ul li{
     list-style:none;
     display:inline-block;
     padding: 5px;
 }
 .team-social ul li i{
   color:#fff;
 }
 .team-social{
     position: absolute;
     top:-500px;
    
 }

 .single__team{
  overflow: hidden;
 }


 .memeber__thumb:before {content: "";background: red;width: 100%;height: 100%;position: absolute;opacity: 0;transition: 0.3s;}

.single__team:hover .memeber__thumb:before {
    opacity: .5;
}
.team-social {
  position: absolute;
  top: 105px;
  width: 100%;
  text-align: center;
  left: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transform: scaleX(1.5);
}
.single__team:hover .team-social {
  opacity: 1;
  visibility: visible;
  transform: scale(1);

}
.single__team .memeber__thumb {
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}

/* related post issue fix  */

.section-padding.related-post .readmore__btn{ 
  margin-top:10px
}


.domain-check-available-msg {
  line-height: 1;
  position: relative;
  height: 0;
  transition: 0.5s;
}

.domain-check-available-msg > div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px; 
  
}
@media screen and (max-width: 768px) {
  .domain-check-available-msg > div {
      top: 8px; 
  }
}
.domain-available {
  color: #008B8B;
}
.domain-available a {
  font-size: 12px;
  background: linear-gradient(90deg,#431EFF 0%,#9114C3 100%);
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.domain-not-found {
  color: red;
}

.qomodo-banner-area .banner-heading {
  background-position: top center;
}

.single__blog__post h3 a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.header__layout__2 {
  min-height: 80px;
  background: #fff;
}

.page-id-11 .cta-area .cta{
backgound-color: transparent;
}

.cta__bg:after {
  display: none;
}

.cta__form {
  box-shadow: none;
}

.cta h2 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  font-weight: 700;
}

.cta h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.qomodo-blog-post-comment .btn-comments, button.gradient__btn {
  background: -o-linear-gradient(left, #431EFF, #9114C3);
  background: -webkit-gradient(linear, left top, right top, from(#431EFF), to(#9114C3));
  background: linear-gradient(to right, #431EFF, #9114C3);
}
.cta-area.cta2 a.gradient__btn, .cta-area.cta2 .qomodo-blog-post-comment .btn-comments, .cta-area.cta2 button.gradient__btn{
background: -o-linear-gradient(left, #FF153C, #FF8955);
  background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
      background: linear-gradient(to right, #FF153C, #FF8955);
}
a.gradient__btn:hover, .qomodo-blog-post-comment .btn-comments:hover, button.gradient__btn:hover{
color: #181C21;
}

.masage_icon {
  background: -webkit-gradient(linear, left top, right top, from(#9114C3), to(#431EFF));
  background: -o-linear-gradient(left, #9114C3, #431EFF);
  background: linear-gradient(to right, #9114C3, #431EFF);
  border-radius: 50%;
}

.footer1 .widget .widget-title{
margin-bottom: 45px;
position: relative;
}
.footer1 .widget .widget-title::before{
position: absolute;
content: "";
left: 0;
bottom: -25px;
width: 40px;
height: 4px;
border-radius: 2px;
background: linear-gradient(to right, #9114C3, #431EFF);
}

.single__price.active:before {
  background: linear-gradient(to right, #9114C3, #431EFF);
  top: 15px;
}
.cta-area  .cta{
padding: 85px 0 100px;
}
.single__contact__info h6 {
  font-size: 20px;
font-weight: 500;
}
.contact__social li a {
  opacity: 1;
}

.footer1 .top-bar-wrapper{
padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.widget-section-area {
  padding-top: 60px;
}
.single__contact__info:before {
  background: url(https://wp.quomodosoft.com/ahost/wp-content/uploads/2020/10/phone.png) no-repeat;
}
.single__contact__info.email:before {
  background: url(https://wp.quomodosoft.com/ahost/wp-content/uploads/2020/10/mail.png) no-repeat;
}


.qomodo-banner-area.bg-overlay::before {
  opacity: 0;
}
.qomodo-banner-area .container-fluid{
padding-left: 0;
padding-right: 0;
}
.massage__box__wrap input[type="submit"] {
  background: linear-gradient(to right, #431EFF, #9114C3);
}

.input_group {
  margin-bottom: 10px;
}
/* blog css*/
.tabmenu li a.active {
  background: linear-gradient(to right, #9114C3, #431EFF);
}
.meta__category a {
  color: #9114C3;
font-size: 14px !important;
  font-weight: 500 !important;
}
.section-padding.related-post .readmore__btn:hover,
.blog .signle__blog__content .readmore__btn:hover {
  color: #9114C3;
}
a.readmore__btn:after{
background: #9114C3;
}
.cpagination li a:hover {
  background: linear-gradient(to right, #9114C3, #431EFF);
  color: #fff;
}

.single_meta p:before {
  background: #9114C3;
}

.single_mid:before {
  background: #9114C3;
}
.single__blog__meta .meta__date a {
  color: #000;
  font-size: 14px;
}
.blog .signle__blog__content .readmore__btn {
  font-size: 14px;
  font-weight: 700;
}

.blog-single .social-share ul {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.blog-single .social-share ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  top: 65%;
}
.blog-single .social-share:hover ul {
  top: 65%;
  opacity: 1;
  visibility: visible;
}
.related-post h3 {
  font-size: 24px;
}
.qomodo-banner-area .banner-heading {
  min-height: 450px;
  padding-top: 80px;
}

/*  header css here*/

.header__layout__1{
position: absolute;
left:0;
right:0;
bottom:0;
height: 100px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
background:  transparent;
display: flex;
align-items: center;
}
a.sign__btn, button.sign__btn{
color: #fff;
}

.header__layout__1.sticky a.sign__btn,
.header__layout__1.sticky button.sign__btn{
color: #181C21;
}

.header__layout__1.sticky .stellarnav.light li a{
color: #181C21;
}

.stellarnav.light ul ul li a{
color: #181C21;
}
.stellarnav.light ul ul li a:hover{
color: #fff !important;
}
.stellarnav.light .menu-toggle span.bars span {
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
  .stellarnav.light li a {
      color: #181C21;
  }
  .stellarnav.light ul ul li a:hover{
     color: #181C21;
  }
}


.header__layout__1.sticky .stellarnav.light .menu-toggle span.bars span {
  background: #181C21;
}

.header__layout__3 .logo{
  width: 165px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .single__price {
      padding: 30px 20px;
   }

  .cta h2 {
      font-size: 38px;
      line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
  .cta h2 {
      font-size: 27px;
      line-height: 38px;
      padding: 0;
  }
  .footer1 .logo{
    text-align: center;
  }

  a.gradient__btn, .qomodo-blog-post-comment .btn-comments, button.gradient__btn {
      padding: 19px 36px;
  }
}

