
/*-----------------------------------------------------------------------------------

    Template Name: Gethost Htlml template
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: Hastech
    Author URI: http://hastech.company/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS
    2. shortcode css file include here
       2.1  css/shortcode/shortcode.css/ @import url("header.css");
       2.2  css/shortcode/shortcode.css/ @import url("slider.css");
       2.3  css/shortcode/shortcode.css/ @import url("footer.css");
    03. search domain css here
    04. Choose gethost css here
    05. Services css here
    0.6 Fun fact css here
    07. Pricing table css here
    0.8 Testimonial css here
    09. Team css here
    10. Brand css here
    11. Faq css here
    12. Newsletter css here
    13. Home page 2 css here
    14. team style 2 css here
    15. Home2 single blog css here
    16. Faq style 2 css here
    17. footer 2 css here
    18. ABout us css here
        18.1 Breadcrumbs css here
    19. Blog page css here
    20. Blog Details page css here
    21. Testmonial pages css here
    22. DOmain pages css here
    23. Login page css here
    24. Cart page css here
    25. Contact css here
    26. Mobile menu css here
    27. Scrollup css here
    28. Sticky menu css here 
    29. 404 page css here
	

-----------------------------------------------------------------------------------*/

/*-----------------
	1. Theme Default CSS
    
--------------------*/
/*--
  Google fonts
--*/
/* @import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Lato:300,400,700,700i'); */

/*--
  Lato fonts
--*/
/* @font-face {
  font-family: 'latosemibold';
  src: url('fonts/lato-semibold-webfont.woff2') format('woff2'),
    url('fonts/lato-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

/* @font-face {
  font-family: 'latomedium';
  src: url('fonts/lato-medium.woff2') format('woff2'),
    url('fonts/lato-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

@import url("../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


img {
  max-width: 100%
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

/*-----------
  03. search domain css here
------------------*/
.search-domain-inner {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  background: url(img/bg/domain.jpg)no-repeat scroll center center / cover;
}

.search-domain-desc {
  padding: 48px 150px 50px;
  position: relative;
}

.search-domain-img>img {
  border-radius: 10px;
}

.search-domain-inner:before {
  background: #0a84e2;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.90;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-domain-head>h2 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
}

.search-domain-head>p {
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.domain-sort {
  display: inline-block;
  width: 70px;
  position: relative;
}

.domain-input {
  display: inline-block;
}

.domain-input>input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ddd;
  font-size: 13px;
  text-transform: capitalize;
  width: 470px;
  padding-left: 15px;
  height: 40px;
}

.domain-input ::-webkit-input-placeholder {
  color: #ddd;
}

.domain-sort select {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  height: 40px;
  padding-left: 5px;
}

.domain-input {
  padding-right: 16px;
}

.search-domain-form {
  position: relative;
}

.submit-form {
  position: absolute;
  right: -5px;
  top: 2px;
}

.submit-form>button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #0a84e2;
  font-size: 16px;
  height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
}

.submit-form>button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #ffffff;
}

.search-domain {
  margin-top: -89px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-info:hover {
  background-color: inherit !important;
  border-color: #ffffff;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  border-color: #fff;
}

.btn-info {
  background-color: inherit;
  border-color: #fff;
  color: #ffffff;
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.btn-info:focus,
.btn-info.focus {
  background-color: inherit;
  border-color: inherit;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border-color: #fff;
}

.bootstrap-select>.dropdown-toggle {
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 0;
}

.domain-sort .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176);
  min-width: 160px;
  top: 92%;
}

/*--------------
    04. Choose gethost css here
------------------*/
.choose-gethost {
  padding-bottom: 45px;
  padding-top: 70px;
}

.section-title h2 {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0:
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2:before {
    background: none;
    bottom: -22px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-position: left;
}

.section-title p {
  color: #555555;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 50px;
}

.choose-gethost .section-title {
  margin-bottom: 47px;
}

.single-choose-gethost>h3 {
  font-size: 24px;
  line-height: 17px;
  margin-bottom: 17px;
  padding-right: 10px;
  position: relative;
  text-transform: capitalize;
}

.choose-gethos-list {
  margin-top: 45px;
}

.right .single-choose-gethost>h3 {
  padding-left: 10px;
  padding-right: 0;
}

.choose-gethos-list .single-choose-gethost:first-child {
  margin-bottom: 43px;
}

.single-choose-gethost>h3:before {
  background: #0a84e2;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 3px;
}

.right .single-choose-gethost>h3:before {
  right: auto;
  left: 0;
}

/*-----------
  05. Services css here
------------------*/
.services-area {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 85px;
  position: relative;
}

.services-area.overlay:before {
  background: rgba(246, 246, 246, 0.95);
}

.services-promos{
  position: relative;
}
.services-promos::before,
.services-promos::after {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 230px);
}

.services-promos::after{
 visibility: hidden;
}

.services-promos .row{
  position: relative;
}

.services-promos .row::before,
.services-promos .row::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #0a84e2;
}

.services-promos .row::before{
  left: 33.333%;
}
.services-promos .row::after{
  right: 33.333%;
}

.single-services {
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.services-icon>a {
  color: #0a84e2;
  font-size: 60px;
}

.single-services>h2 {
  font-size: 24px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.single-services>p {
  font-size: 16px;
  margin-bottom: 0;
}

.services-icon {
  margin-bottom: 9px;
  padding-top: 44px;
}

.single-services:hover {
  background: #0a84e2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.single-services:hover .services-icon>a,
.single-services:hover h2,
.single-services:hover p{
  color: #fff;
}

.services-promos .row > .col-lg-4:nth-child(1) > .single-services{
  border-radius: 10px 0 0 0;
}
.services-promos .row > .col-lg-4:nth-child(3) > .single-services{
  border-radius: 0 10px 0 0;
}
.services-promos .row > .col-lg-4:nth-child(4) > .single-services{
  border-radius: 0 0 0 10px;
}
.services-promos .row > .col-lg-4:nth-child(6) > .single-services{
  border-radius: 0 0 10px 0;
}

.services-area .section-title {
  margin-bottom: 45px;
}



/*-----------------
    0.6 Fun fact css here
------------------*/
.fun-fact {
  background: rgba(0, 0, 0, 0) url("img/bg/fun-1.jpg") no-repeat scroll center center / cover;
  padding: 78px 0 93px;
  position: relative;
}

.single-fun-fact>h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
}
.overlay{
  position: relative;
  z-index: 1;
}
.overlay:before {
  background: rgba(0, 0, 0, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.fun-icon>a {
  color: #ffffff;
  font-size: 48px;
}

.single-fun-fact>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

.fun-icon {
  margin-bottom: 4px;
}

.single-fun-fact>p:before {
  background: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

/*--------------
    07. Pricing table css here
-----------------*/
.pricing-plan.bg-color {
  background: #f6f6f6;
}

.pricing-table {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(85, 85, 85, 0.3);
  padding: 35px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-title>h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 23px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-title>h3:before {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.pricing-desc-title>h2 {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  line-height: 40px;
  margin-bottom: 34px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.pricing-desc-title>h2 span.currency {
  font-size: 30px;
  position: relative;
  top: -4px;
}

.pricing-desc-title>h2 span.date {
  font-size: 24px;
}

.pricing-desc-title>h2:before {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pricing-desc li {
  color: #555555;
  font-size: 16px;
  padding-bottom: 19px;
}

.buy-now>a {
  background: #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  margin-top: 18px;
  padding: 0 35px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.buy-now>a:hover {
  background: none;
  border-color: #0a84e2;
  color: #0a84e2;
}

.pricing-table:hover {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

.pricing-desc-title {
  padding: 0 70px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table:hover .pricing-desc-title,
.style-3 .pricing-table .pricing-desc-title {
  background: #0a84e2;
}

.pricing-table:hover .pricing-desc-title h2,
.style-3 .pricing-table .pricing-desc-title h2 {
  color: #fff;
}

.pricing-table:hover .pricing-title>h3:before,
.style-3 .pricing-table .pricing-title>h3:before {
  display: none;
}

.style-3 .pricing-table:hover .pricing-desc-title {
  background: inherit;
}

.style-3 .pricing-table:hover .pricing-desc-title h2 {
  color: #0a84e2;
}

.style-3 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.pricing-plan.style-2 {
  background: #f6f6f6;
}

.pricing-plan.style-3 {
  padding-bottom: 180px;
}

/*--------------
    0.8 Testimonial css here
-----------------*/
.testimonial {
  background: rgba(0, 0, 0, 0) url("img/bg/3.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 80px;
  position: relative;
}

.testimonial-list-2 .single-testimonial {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-text {
  position: relative;
  top: 55px;
}

.text-end .testimonial-text {
  margin-right: 13px;
}

.text-start .testimonial-text {
  margin-left: 13px;
}

.testimonial-img {
  width: 120px;
}

.testimonial-title,
.testimonial-name,
.testimonial-img,
.testimonial-text {
  display: inline-block;
}

.testimonial-title>p {
  color: #ffffff;
  font-size: 12px;
}

.testimonial-name>h5 {
  color: #ffffff;
  font-size: 16px;
}

.testimonial-img>img {
  border-radius: 11px;
}

.single-testimonial-top {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.single-testimonial-top:before {
  background: #0a84e2;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 370px;
}

.text-start .single-testimonial-top:before {
  left: 0;
  right: auto;
}

.single-testimonial-top:after {
  background: #0a84e2;
  border-radius: 50%;
  bottom: -6px;
  content: "";
  height: 13px;
  left: -57px;
  position: absolute;
  width: 13px;
}

.text-start .single-testimonial-top:after {
  left: auto;
  right: -57px;
}

.single-testimonial-bottom>p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}

.single-testimonial-bottom {
  margin-top: 13px;
}

.testimonial-list.owl-carousel .owl-page span,
.testimonial-list-2.owl-carousel .owl-page span {
  background: #ffffff;
  border-radius: 0;
  height: 3px;
  margin: 0 0 0 5px;
  opacity: 1;
  width: 25px;
}

.testimonial-list.owl-carousel .owl-page:first-child span,
.testimonial-list-2.owl-carousel .owl-page:first-child span {
  margin-left: 0;
}

.testimonial-list.owl-carousel .owl-page.active>span,
.testimonial-list-2.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

.testimonial-list.owl-theme .owl-controls {
  line-height: 0;
  margin-top: 45px;
}

/*---------------
    09. Team css here
-------------------*/
.team-slider-active {
  margin-left: -30px;
  margin-right: -30px;
}

.team.slick_slide .section-title {
  margin-bottom: 30px;
}

.team-slider-active .slick-list {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

.single-team-1 .image {
  display: block;
  padding: 70px 0;
}

.single-team-1 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team-1.slick-current.slick-center {
  position: relative;
  transform: scale(1.5);
  z-index: 99999;
}

.single-team-1.slick-active {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 999;
  position: relative;
}

.single-team-1 .image img {
  border-radius: 5px;
}

.team-image-inner {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
  position: relative;
}

.team-img-slider .member-info {
  border-radius: 0 0 5px 5px;
  bottom: 0;
  opacity: 0;
  padding: 7px 0 5px;
  position: absolute;
  text-align: center;
  -webkit-transform: inherit;
  transform: inherit;
  width: 100%;
}

.single-team-1.slick-current.slick-center .member-info {
  opacity: 1;
}

.team-img-slider .member-info h3 {
  font-size: 13px;
}

.team-img-slider .member-info p {
  font-size: 9px;
  font-weight: 400;
}

.team-image-inner:before {
  background: rgba(245, 133, 51, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.single-team-1.slick-current.slick-center .team-image-inner:before {
  background: rgba(0, 0, 0, 0.3);
}

.team-text-slider .member-social>a:last-child {
  margin-left: 9px;
}

.team-text-slider .member-social>a {
  margin-left: 9px;
}

.team-text-slider .member-social {
  bottom: inherit;
  margin-bottom: 0;
  position: inherit;
  width: inherit;
}

.team-text-slider {
  margin-top: 2px;
}

.team-slider-active button.slick-arrow {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #0a84e2;
  font-size: 48px;
  left: -40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.team-slider-active button.slick-arrow.slick-next {
  left: auto;
  right: -40%;
}

.team-slider-active button.slick-arrow:hover {
  color: #555555;
}

/*-----------------
    10. Brand css here
---------------------*/
.our-brand {
  background: url(img/bg/brand.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.our-brand.overlay:before {
  background: rgba(241, 241, 241, 0.95);
}

.brand-top {
  padding-bottom: 50px;
}

.brand-bottom {
  padding-top: 45px;
}

.single-brand {
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.single-brand:before {
  background: #0a84e2;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.brand-list {
  position: relative;
}

.brand-list:before {
  background: #0a84e2;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 115px;
  position: absolute;
  right: 115px;
  top: 123px;
}

.brand-list .col-lg-3:last-child .single-brand:before {
  display: none;
}

.b-logo img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.b-logo img,
.single_brand img {
  -webkit-filter: grayscale(100%);
  -mz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}

.b-logo img:hover,
.single_brand img:hover {
  -webkit-filter: none;
  -mz-filter: none;
  -o-filter: none;
  filter: none;
}

/*---------------
    11. Faq css here
------------------*/
.faq-accordion h4 a {
  color: #555555;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.faq-accordion h4 {
  background: #f6f6f6;
  border-radius: 0 10px 10px 0;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-description {
  background: rgba(0, 0, 0, 0) url("img/faq/bg-faq.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 20px;
  padding: 37px 42px;
  position: relative;
}

.faq-description>p {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.faq-accordion h4.open{
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}


.faq-description:before {
  background: rgba(94, 94, 94, 0.8);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.faq-accordion,
.faq-tab-list-style-2{
  margin-left: 30px;
  margin-right: 30px;
}

.faq-accordion h4,
.faq-tab-list-style-2 .nav-link {
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  margin-bottom: 20px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 5px;
  color: #555;
  font-weight: 600;
  position: relative;
  padding: 15px 20px 15px 40px;
  text-align: left;
}

.faq-accordion h4::before,
.faq-tab-list-style-2 .nav-link::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: #0a84e2;
  color: #fff;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  text-align: center;
  line-height: 40px;

}

.faq-accordion h4::after,
.faq-tab-list-style-2 .nav-link::after{
  content: "+";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: transparent;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 40px;
  transition: all .3s ease;
}

.faq-accordion h4.open::after,
.faq-tab-list-style-2 .nav-link.active::after{
  content: "-";
}


/*-------------------
    12. Newsletter css here
------------------*/
.faq-area {
  padding-bottom: 70px;
  padding-top: 90px;
}

.newsletter-inner {
  background: rgba(0, 0, 0, 0) url("img/bg/newsletter.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.newsletter-form-inner input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ffffff;
  height: 35px;
  width: 323px;
}

.newsletter-form-inner ::-webkit-input-placeholder {
  color: #ddd;
}

.newsletter-form-inner {
  display: inline-block;
  position: relative;
}

.newsletter-form-inner button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  height: 35px;
  margin-left: 20px;
  padding: 0 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newsletter-form-inner button:hover {
  background: #fff;
  color: #0a84e2;
}

.newsletter-head>p {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter-head>h5 {
  color: #ffffff;
  font-size: 16px;
}

.newsletter-head {
  margin-bottom: 28px;
  position: relative;
}

.newsletter-inner.overlay:before {
  background: rgba(245, 133, 51, 0.9);
  border-radius: 10px;
}

.newsletter {
  margin-bottom: -131px;
  position: relative;
  z-index: 9;
}

/*---------------------
    13. Home page 2 css here
--------------------*/


.home2 .slider-text h2 {
  font-size: 30px;
  margin-bottom: 17px;
}

.home2 .slider-text>a {
  margin-top: 28px;
}

/*fun fact*/
.fun-fact.white {
  background: url(img/bg/fun-2.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.fun-fact.white.overlay:before {
  background: rgba(249, 249, 249, 0.90);
}

.white .fun-icon>a,
.white .single-fun-fact>p,
.white .single-fun-fact>h3 {
  color: #555555;
}

.white .single-fun-fact>p:before {
  background: #555555;
}

/*pricing table*/
.style-2 .pricing-table:hover {
  background: #0a84e2;
}

.pricing-plan {
  background: #f1f1f1;
}

.style-2 .pricing-table:hover .buy-now>a {
  background: #fff;
  color: #0a84e2;
}

.style-2 .pricing-table:hover .pricing-title h3:before,
.style-2 .pricing-table:hover .pricing-desc-title>h2:before {
  background: #fff;
}

.style-2 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.style-2 .pricing-table:hover .pricing-desc-title {
  background: inherit
}

.style-2 .pricing-table:hover .pricing-title>h3,
.style-2 .pricing-table:hover .pricing-desc li {
  color: #fff
}

.style-2 .pricing-table:hover {
  box-shadow: inherit;
}

.style-2 .pricing-table {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

/*testimonial*/
.styel-2 .single-testimonial-inner {
  position: relative;
}

.styel-2 .single-testimonial-inner:before {
  color: #aaaaaa;
  content: "“";
  font-size: 160px;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -54px;
  width: 100%;
}

.styel-2 .single-testimonial-desc {
  display: inline-block;
  padding-top: 62px;
}

.styel-2 .testimonial-text {
  position: inherit;
  top: inherit;
}

.styel-2 .testimonial-desc>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.styel-2 .testimonial-title,
.styel-2 .testimonial-name {
  display: block;
}

.styel-2 .testimonial-name>h5,
.styel-2 .testimonial-title p {
  margin-bottom: 0;
}

.styel-2 .testimonial-title p {
  line-height: 12px;
  margin-top: 7px;
}

.testimonial.styel-2 {
  padding: 91px 0;
  background: url(img/bg/test-2.jpg)no-repeat scroll center center / cover;
}

.team-img>img {
  width: 100%;
}

/*-----
    14. team style 2 css here
-------*/
.team-img-inner {
  position: relative;
  overflow: hidden;
}

.team-desc {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.member-info>p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

.member-info {
  background: #0a84e2;
  opacity: 0;
  padding: 16px 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.member-info>h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.member-social {
  bottom: 0;
  margin-bottom: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a {
  border: 1px solid #0a84e2;
  border-radius: 5px;
  color: #0a84e2;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 32px;
  margin-left: 7px;
  width: 35px;
}

.team-img-inner:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a:first-child {
  margin-left: 0;
}

.member-social>a:hover {
  background: #0a84e2;
  color: #ffffff;
}

.single-team:hover .member-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single-team:hover .member-social {
  bottom: 67px;
}

.single-team:hover .team-img-inner:before {
  opacity: 1;
}

.team.style2 {
  background: rgb(246, 246, 246);
}

.team-text>p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 13px;
}

/*--brand list 2 css here---*/
.our-brand.style-2 {
  background: url(img/bg/brand-2.jpg)no-repeat scroll center center / cover;
}

.our-brand.style-2.overlay:before {
  background: rgba(0, 0, 0, 0.90);
}

.style-2 .brand-list-2 .col-md-3,
.style-2 .brand-list-2 .col-md-2 {
  width: 100%;
}

/*---------------
    15. Home2 single blog css here
--------------------*/

.blog-thumbnail img {
  border-radius: 10px;
}

.blog-thumbnail>a {
  display: block;
}

.blog-action-left,
.blog-action-right {
  display: inline-block;
}

.post-like,
.post-comment {
  display: inline-block;
}

.blog-action-right {
  float: right;
}

.post-date>p {
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.post-like p a,
.post-comment>p a {
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-like {
  margin-right: 5px;
}

.blog-action-right p {
  margin: 0;
}

.post-like p a i,
.post-comment>p a i {
  color: #aaaaaa;
  font-size: 14px;
  margin-right: 3px;
}

.blog-action {
  overflow: hidden;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-action {
  margin-top: 7px;
  overflow: hidden;
}

.blog-desc {
  margin-top: 15px;
}

.post-title>h3 a {
  font-weight: bold;
}

.post-video .blog-thumbnail {
  position: relative;
}

.post-video .blog-thumbnail:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.post-video-play>a {
  color: #0a84e2;
  font-size: 60px;
}

.blog-thumbnail img {
  width: 100%;
}

.single-blog {
  border-bottom: 1px solid #dddddd;
}

.post-content>p {
  color: #333333;
  margin-bottom: 10px;
}

.post-like p a:hover,
.post-comment>p a:hover {
  color: #0a84e2;
}

/*-------
    16. Faq style 2 css here
-------*/
.faq-tab-menu ul li a {
  background: #ffffff;
  border-radius: 10px;
  color: #555555;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 55px;
  position: relative;
}

.faq-tab-menu li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.faq-tab-menu li:last-child {
  margin-bottom: 0;
}

.faq-area.style-2 {
  background: #f9f9f9;
}

.style-2.one-more .faq-description {
  margin-left: 0;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
  width: 55%;
}

.one-more .faq-area-2 .col-6.faq_description {
  width: 45%;
}

.faq-area.style-2 {
  padding-bottom: 90px;
}

/*-------
    17. footer 2 css here
-------*/
.footer,
.footer.style6 {
  background: url(img/bg/footer.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.footer-2 .footer-botttom {
  margin-bottom: 20px;
  padding-top: 154px;
}

.newsletter.home2 {
  margin-bottom: -147px;
}

.footer-botttom .col-md-3.contact-form {
  padding-left: 0;
}

.contact-form .single-footer {
  padding-right: 70px;
}

.contact-form .input-field input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 22px;
  padding-left: 0;
  text-transform: capitalize;
}

.form-top .input-field:last-child {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-form textarea {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 50px;
  padding: 0;
  resize: none;
}

.form-submit>button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #555555;
  color: #aaaaaa;
  font-size: 12px;
  height: 28px;
  margin-top: 12px;
  padding: 0 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-submit>button:hover {
  background: #0a84e2;
  border-color: #0a84e2;
  color: #ffffff;
}

.get_touch .form-top .input-field {
  margin-bottom: 10px !important;
  padding: 0;
  width: 100%;
}

.get_touch .form-top .input-field:last-child {
  margin: 0;
  padding-left: 0;
}

.get_touch .form-top {
  margin: 0;
}

.get_touch .form-top .input-field:first-child {
  padding-right: 0;
}

/*--------------
    18. ABout us css here
--------------*/
/*----------------
    18.1 Breadcrumbs css here
------------*/
.breadcrumbs {
  background: url(img/bg/header-bg.jpg)no-repeat scroll center center / cover;
  position: relative;
  padding: 225px 0 105px;
}

.breadcrumbs.overlay:before {
  background: rgba(0, 0, 0, 0.70);
}

.header-top.header-bg {
  background: rgba(245, 133, 51, 0.9);
  border-bottom: medium none #000080;
}

.breadcrumbs-title h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li a {
  color: #ffffff;
}

.breadcrumbs-menu ul li a:hover {
  color: #0a84e2;
}

.testimonial.white.overlay:before {
  background: rgba(249, 249, 249, 0.97);
}

.white.styel-2 .testimonial-desc>p,
.white.styel-2 .testimonial-name>h5,
.white.styel-2 .testimonial-title p {
  color: #555555;
}

.white .testimonial-list.owl-carousel .owl-page span {
  background: #555555;
}

.white .testimonial-list.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

/*---------------
    19. Blog page css here
------------------*/
.blog-post {
  margin-bottom: 30px;
}

.blog-pages {
  padding-bottom: 60px;
  padding-top: 90px;
}

/*----------------
    20. Blog Details page css here
-----------------------*/
.articles-thumbnail>img {
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.articles-thumbnail>img:hover {
  opacity: 0.9;
}

.articles-thumbnail {
  margin-bottom: 45px;
}

.articles .post-title>h3 {
  font-size: 18px;
}

.articles .post-date>p {
  color: #333333;
}

.articles .post-date>p {
  color: #333333;
}

.articles .blog-action-right p a {
  text-transform: capitalize;
}

.articles .blog-action-right p a i {
  color: #0a84e2;
}

.articles .post-like {
  margin-right: 17px;
}

.articles .post-like p a i,
.articles .post-comment>p a i {
  margin-right: 6px;
}

.post-exerpt {
  margin-top: 35px;
}

.post-exerpt p {
  color: #333333;
}

.post-text1 p.text1 {
  margin-bottom: 22px;
}

.post-blockqoute {
  padding: 5px 0 5px 46px;
}

.post-blockqoute>p {
  border-left: 3px solid #0a84e2;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 8px;
}

.post-blockqoute {
  padding: 15px 0 5px 46px;
}

.tag-name>p,
.share-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.tag-name,
.tag-list,
.tag-list ul li,
.share-title,
.share-social,
.blog-tags,
.blog-share {
  display: inline-block;
}

.action-blog .blog-share {
  float: right;
}

.tag-list ul li a {
  color: #333333;
  font-size: 12px;
  text-transform: capitalize;
}

.blog-tags .tag-list {
  margin-left: 25px;
}

.share-social>a {
  color: #aaaaaa;
  margin-left: 24px;
}

.share-social>a:hover {
  color: #0a84e2;
}

.action-blog {
  border-bottom: 1px solid #0a84e2;
  padding-top: 48px;
}

.comment-title>p,
.comment-form-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  position: relative;
  text-transform: uppercase;
}

.comment-title>p:before,
.comment-form-title>p:before {
  background: #0a84e2;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 50px;
}

.comment-box {
  margin-top: 82px;
}

.comment-box-inner {
  margin-top: 50px;
}

.comment-img img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
}

.comment-img {
  display: inline-block;
}

.comment-img {
  display: inline-block;
}

.comment-description {
  display: inline-block;
  padding-left: 30px;
}

.comment-title>h6 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
  text-transform: capitalize;
}

.comment-publish>p {
  color: #333333;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}

.comment-desc>p {
  color: #333333;
  margin-bottom: 11px;
}

.comment-reply>a i {
  color: #0a84e2;
  margin-right: 5px;
}

.comment-reply>a {
  color: #333;
  text-transform: lowercase;
}

.single-comment{
  display: flex;
  flex-direction: row;
}

.single-comment.reply-comment {
  margin-left: 100px;
}

.comment-form-inner {
  margin-top: 38px;
}

.input-field>input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #000000;
  height: 34px;
}

.form-bottom textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 110px;
  resize: none;
}

.form-top .input-field {
  float: left;
  width: 50%;
}

.form-top .input-field:first-child {
  padding-right: 15px;
}

.form-top .input-field:last-child {
  margin: 0;
  padding-left: 15px;
}

.form-top {
  margin-bottom: 32px;
  overflow: hidden;
}

.comment-submit>button {
  background: #0a84e2;
  border: 1px solid #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  padding: 0 33px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-submit {
  margin-top: 50px;
}

.comment-submit>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #0a84e2;
}

.widget-title>h6 {
  border-left: 5px solid #0a84e2;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  text-transform: uppercase;
}

.widget-title {
  margin-bottom: 21px;
}

.widget .desc {
  padding-left: 20px;
}

.widget-about p {
  color: #333333;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 45px;
}

.categories-list li a {
  color: #333333;
  text-transform: capitalize;
}

.categories-list li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.categories-list li:last-child {
  margin-bottom: 0;
}

.categories-list {
  padding-top: 4px;
}

.latest-blog.desc {
  padding-top: 19px;
}

.recent-post-img img {
  border-radius: 10px;
  height: 150px;
  width: 150px;
}

.recent-post-desc>p,
.recent-post>p {
  color: #333333;
  margin-bottom: 0;
}

.recent-post-img {
  margin-bottom: 10px;
}

.recent-post-desc {
  margin-bottom: 3px;
}

.recent-post>p i {
  margin-right: 5px;
}

.widget-list li {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-list a {
  color: #333333;
  display: block;
  height: 30px;
  line-height: 24px;
  padding: 0 24px;
  text-transform: capitalize;
}

.widget-list li:last-child {
  margin: 0;
}

selectorSavingError {
  background: #0a84e2;
  color: #ffffff;
}

.widget-list li:hover {
  background: #0a84e2;
  border-color: #0a84e2;
}

.widget-list li:hover a {
  color: #ffffff;
}

/*--------
    21. Testmonial pages css here
--------------*/
.bg-none .testimonial-name>h5,
.bg-none .testimonial-title>p,
.bg-none .single-testimonial-bottom>p,
.testimonial-3 .testimonial-title>p,
.testimonial-3 .testimonial-name>h5 {
  color: #555555;
}

.bg-none .testimonial-list.owl-carousel .owl-page span {
  background: #555;
}

.bg-none .testimonial-list.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

.testimonial.bg-none {
  background-image: none;
}

.testimonial-list-2 .col-md-4 {
  text-align: center;
  width: 100%;
}

.testimonial-list-2.owl-carousel .owl-page span {
  background: #555;
}

.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-title {
  display: block;
}

.testimonial-3 .single-testmonial-text>p {
  color: #555555;
  font-size: 16px;
}

.testimonial-3 .testimonial-description {
  margin-top: 24px;
}

.testimonial-3 .testimonial-name>h5,
.testimonial-3 .testimonial-title p {
  margin-bottom: 0;
}

.testimonial-3 .testimonial-list-2.owl-theme .owl-controls {
  margin-top: 40px;
}

.testimonial-3 {
  padding-bottom: 85px;
  padding-top: 90px;
}

/*------
    22. DOmain pages css here
------*/

.avaiable-title>h1 {
  color: #555555;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

.avaiable-title>h1 span {
  color: #f58a3c;
}

.available-check-inner {
  background: #f58a3c;
  border: 5px solid #f3a368;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  line-height: 55px;
  width: 70px;
}

.available-check,
.avaiable-title {
  display: inline-block;
}

.available-check {
  float: left;
}

.available-head {
  display: inline-block;
}

.avaiable-title {
  margin-left: 48px;
}

.available-domain-buy>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 57px;
  text-transform: capitalize;
}

.available-domain-buy>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.available-domain-buy {
  margin-top: 30px;
}

.domain-available {
  margin-bottom: 52px;
}

.domain-section-titile>h1 {
  color: #f58a3c;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 31px;
  text-align: center;
}

.domain-name,
.domain-buy,
.domain-price,
.domain-buy-btn {
  display: inline-block;
}

.domain-buy {
  float: right;
}

.single-domain {
  background: #f1f1f1;
  border-radius: 8px;
  height: 70px;
  line-height: 72px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 35px;
}

.domain-name>h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #555555;
}

.domain-price>p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.domain-buy-btn>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 26px;
  text-transform: capitalize;
}

.domain-buy-btn>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.domain-price {
  margin-right: 15px;
}

.domain-name {
  display: inline-block;
  margin-top: 4px;
}

.domain-section {
  margin-bottom: 62px;
}

.domain-section.sports-hobbies {
  margin-bottom: 0;
}

/*------------------
    23. Login page css here
--------------*/
.login-page-inner {
  background: rgba(0, 0, 0, 0) url("img/domain/login-bg.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  position: relative;
}

.login-page-title>h3 {
  background: #0a84e2;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 24px;
  height: 70px;
  line-height: 63px;
  margin: 0;
}

.login-form,
.login-page-title {
  position: relative;
}

.login-form {
  padding: 40px 30px;
}

.login-page-inner.overlay:before {
  background: rgba(241, 241, 241, 0.9);
  border-radius: 10px;
}

.login-input>input {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #888888;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding-left: 50px;
}

.login-input {
  margin-bottom: 20px;
  position: relative;
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sing-up>button {
  background: #0a84e2;
  border: 1px solid #0a84e2;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 48px;
  padding: 0 105px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sing-up>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #0a84e2;
}

/*---------------
    24. Cart page css here
---------------*/
.cart-table .thead {
  color: #ffffff;
}

.table-responsive {
  border: medium none;
}

.cart-table table tr {
  display: inline-block;
  width: 100%;
}

.cart-table table tbody tr {
  margin-top: 10px;
}

.cart-table table tbody tr td {
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-table table {
  width: 100%;
}

.cart-table .product-name {
  padding-left: 50px;
  width: 300px;
}

.cart-table .thead td {
  background: #f58a3c;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  text-transform: capitalize;
}

.cart-table .thead td:first-child,
.cart-table table tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.cart-table .thead td:last-child,
.cart-table table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.cart-table table td.price {
  text-align: center;
  width: 300px;
}

.cart-table td.duration,
.cart-table td.total {
  width: 200px;
  text-align: center;
}

.cart-table .thead td.remove {
  width: 170px;
  text-align: center;
}

.cart-table table tr td {
  background: #f1f1f1;
  height: 70px;
}

.cart-table table tr td.remove {
  text-align: center;
  width: 170px;
}

.cart-table table tr td.remove a {
  color: #0a84e2;
}

.cart-table table tr td.remove a:hover {
  color: #555;
}

.cart-table tbody td.duration .nice-select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #555555;
  font-size: 24px;
  width: 70px;
  cursor: pointer;
}
.cart-table tbody td.duration .nice-select::after {
  display: none;
}

.select-inner:after{
  /* display: none; */
}

.select-inner {
  display: inline-block;
  position: relative;
}

.select-inner:after {
  content: "";
  font-family: Icofont;
  position: absolute;
  right: -20px;
  top: 5px;
}


.cart-checkhout {
  background: #f9f9f9;
  float: right;
  padding: 52px 70px;
  width: 470px;
}

.cart-total>p {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.cart-total-price li {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-total-price li span {
  float: right;
}

.proceed-checkout>a {
  background: #f58a3c;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin-top: 27px;
  padding: 0 30px;
}

.proceed-checkout>a:hover {
  background: #555555;
}

.coupon-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #c3c3c3;
  display: block;
  font-size: 18px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 30px;
  width: 372px;
}

.coupon-form button {
  background: #f58a3c;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 45px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}

.coupon-form button:hover {
  background: #555555;
}

/*------------------
    25. Contact css here
-----------------*/

.footer-area.contact {
  position: relative;
}

.contact .newsletter {
  margin-bottom: 0;
  position: absolute;
  top: -88px;
  width: 100%;
}

.contact-form .form-title h2 {
  color: #3e3e3e;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 20px;
}

.contact_form-top .input-field input,
.contact-form-bottom .input-field input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #3e3e3e;
  font-size: 16px;
  padding: 0;
  height: 40px;
}

.contact-form-bottom>textarea {
  border-color: #eeeeee;
  color: #3e3e3e;
  font-size: 16px;
}

.form-submite>button {
  background: #0a84e2;
  border: 1px solid #0a84e2;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 22px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-submite>button:hover {
  background: #555;
  border-color: #555;
}

.contact-icon i {
  font-size: 48px;
  color: #0a84e2;
}

.form-submite {
  text-align: center;
}

.contact_form-top .input-field {
  float: left;
  width: 50%;
}

.contact_form-top .input-field:first-child {
  padding-right: 15px;
}

.contact_form-top .input-field:last-child {
  padding-left: 15px;
}

.contact_form-top {
  margin-bottom: 36px;
  overflow: hidden;
}

.contact-form-bottom textarea {
  margin-bottom: 48px;
  margin-top: 45px;
  height: 122px;
}

.contact-title>p {
  color: #3e3e3e;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.contact-desc>p {
  color: #3e3e3e;
  margin: 0;
}

.contact-icon {
  margin-bottom: 21px;
}

.contact-title {
  margin-bottom: 6px;
}

/*----------
    26. Mobile menu css here
------------------*/
.mobile-menu-area {
  background: rgba(0, 0, 0, 0);
  margin-top: -4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999999;
}

.mean-container a.meanmenu-reveal {
  color: #ffffff;
  float: left;
  position: absolute;
  right: 5% !important;
  top: -62px;
}

.mean-container .mean-nav ul li a {
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.home2 .mean-container a.meanmenu-reveal {
  right: 50% !important;
  top: -70px;
}

.mean-container .mean-nav {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/*-------------------
    27. Scrollup css here
---------------------*/
#scrollUp {
  background: #0a84e2;
  bottom: 45px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}

#scrollUp:hover {
  background: #555;
}

/*-------------
    28. Sticky menu css here
----------------*/
.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
}

.sticky .menu ul li a {
  padding: 30px 0;
}

.sticky .logo {
  margin-top: 16px;
}

.sticky .hamburger {
  top: 30px;
}

.header-bottom.bg-whte.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.9);
}

.header-style3 .header-style3-inner {
  position: relative;
}

.header-style3 .mean-container a.meanmenu-reveal span {
  background: #555555;
}

.header-style3 .mean-container a.meanmenu-reveal {
  color: #555555;
}

.header-style3 .header-bottom {
  padding: 0;
}

.header-style5 .mean-container a.meanmenu-reveal {
  top: -121px;
}

.header-style6 .mean-container a.meanmenu-reveal {
  color: #555555;
  top: -66px;
}

.header-style-inner {
  position: relative;
}

.header-style6 .mean-container a.meanmenu-reveal span {
  background: #555;
}

.header-style6 .mobile-menu-area {
  top: 158%;
}

/*----------------------------
    29. 404 page css here
-------------------------*/
.error-content h2 {
  color: #0a84e2;
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.error-content>h3 {
  color: #535353;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
}

.error-content h4 {
  color: #535353;
  font-weight: 400;
  text-transform: capitalize;
}

.error-content .go-home {
  background: #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 12px 28px;
  text-transform: uppercase;
}

.error-content .go-home:hover {
  background: #555;
}

.imb-box img {
    height: 140px;
    padding: 10px;
}
.card-body h5 {
    font-size: 14px;
}
.card-body label {
  color: #0a84e2;
  font-weight: bold;
}
.banner-cta-btn {
    background: #0a84e2;
    padding: 12px 80px;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px;
	display: inline-block;
}
.number_print {
    position: fixed;
    bottom: 350px;
    left: -174px;
    background: #0a84e2;
    color: white !important;
    padding: 10px 40px;
    font-size: 22px;
    z-index: 999;
    transform: rotate(270deg);
    letter-spacing: 2px;
    font-weight: 600;
}
.whatsapp_float {
    position: fixed;
    bottom: 60px;
    left: 20px;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.slider-text ul{margin-left:30px;}
	.text-end.mob-left{text-align:left !important;}
	.home2 .slider-text h2 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 35px;
	}
	.home2 .slider-text h2 a {
		font-weight: bold;
		font-size: 26px;
		width: 235px;
		display: inline-block;
	}
	.home2 .slider-text h2 a span{display: block;}
}
/*-----------------------------------------------------------------------------------

    Template Name: Gethost Htlml template
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: Hastech
    Author URI: http://hastech.company/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS
    2. shortcode css file include here
       2.1  css/shortcode/shortcode.css/ @import url("header.css");
       2.2  css/shortcode/shortcode.css/ @import url("slider.css");
       2.3  css/shortcode/shortcode.css/ @import url("footer.css");
    03. search domain css here
    04. Choose gethost css here
    05. Services css here
    0.6 Fun fact css here
    07. Pricing table css here
    0.8 Testimonial css here
    09. Team css here
    10. Brand css here
    11. Faq css here
    12. Newsletter css here
    13. Home page 2 css here
    14. team style 2 css here
    15. Home2 single blog css here
    16. Faq style 2 css here
    17. footer 2 css here
    18. ABout us css here
        18.1 Breadcrumbs css here
    19. Blog page css here
    20. Blog Details page css here
    21. Testmonial pages css here
    22. DOmain pages css here
    23. Login page css here
    24. Cart page css here
    25. Contact css here
    26. Mobile menu css here
    27. Scrollup css here
    28. Sticky menu css here 
    29. 404 page css here
	

-----------------------------------------------------------------------------------*/

/*-----------------
	1. Theme Default CSS
    
--------------------*/
/*--
  Google fonts
--*/
/* @import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Lato:300,400,700,700i'); */

/*--
  Lato fonts
--*/
/* @font-face {
  font-family: 'latosemibold';
  src: url('fonts/lato-semibold-webfont.woff2') format('woff2'),
    url('fonts/lato-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

/* @font-face {
  font-family: 'latomedium';
  src: url('fonts/lato-medium.woff2') format('woff2'),
    url('fonts/lato-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

@import url("../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


img {
  max-width: 100%
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

/*-----------
  03. search domain css here
------------------*/
.search-domain-inner {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  background: url(img/bg/domain.jpg)no-repeat scroll center center / cover;
}

.search-domain-desc {
  padding: 48px 150px 50px;
  position: relative;
}

.search-domain-img>img {
  border-radius: 10px;
}

.search-domain-inner:before {
  background: #f927b6;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.90;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-domain-head>h2 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
}

.search-domain-head>p {
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.domain-sort {
  display: inline-block;
  width: 70px;
  position: relative;
}

.domain-input {
  display: inline-block;
}

.domain-input>input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ddd;
  font-size: 13px;
  text-transform: capitalize;
  width: 470px;
  padding-left: 15px;
  height: 40px;
}

.domain-input ::-webkit-input-placeholder {
  color: #ddd;
}

.domain-sort select {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  height: 40px;
  padding-left: 5px;
}

.domain-input {
  padding-right: 16px;
}

.search-domain-form {
  position: relative;
}

.submit-form {
  position: absolute;
  right: -5px;
  top: 2px;
}

.submit-form>button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #f927b6;
  font-size: 16px;
  height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
}

.submit-form>button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #ffffff;
}

.search-domain {
  margin-top: -89px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-info:hover {
  background-color: inherit !important;
  border-color: #ffffff;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  border-color: #fff;
}

.btn-info {
  background-color: inherit;
  border-color: #fff;
  color: #ffffff;
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.btn-info:focus,
.btn-info.focus {
  background-color: inherit;
  border-color: inherit;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border-color: #fff;
}

.bootstrap-select>.dropdown-toggle {
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 0;
}

.domain-sort .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176);
  min-width: 160px;
  top: 92%;
}

/*--------------
    04. Choose gethost css here
------------------*/
.choose-gethost {
  padding-bottom: 45px;
  padding-top: 70px;
}

.section-title h2 {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2:before {
  background: rgba(0, 0, 0, 0) url("img/bg/section-title.png") no-repeat scroll center center;
  bottom: -22px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.section-title p {
  color: #555555;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 50px;
}

.choose-gethost .section-title {
  margin-bottom: 47px;
}

.single-choose-gethost>h3 {
  font-size: 24px;
  line-height: 17px;
  margin-bottom: 17px;
  padding-right: 10px;
  position: relative;
  text-transform: capitalize;
}

.choose-gethos-list {
  margin-top: 45px;
}

.right .single-choose-gethost>h3 {
  padding-left: 10px;
  padding-right: 0;
}

.choose-gethos-list .single-choose-gethost:first-child {
  margin-bottom: 43px;
}

.single-choose-gethost>h3:before {
  background: #f927b6;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 3px;
}

.right .single-choose-gethost>h3:before {
  right: auto;
  left: 0;
}

/*-----------
  05. Services css here
------------------*/
.services-area {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 85px;
  position: relative;
}

.services-area.overlay:before {
  background: rgba(246, 246, 246, 0.95);
}

.services-promos{
  position: relative;
}
.services-promos::before,
.services-promos::after {
  background: #f927b6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 230px);
}

.services-promos::after{
 visibility: hidden;
}

.services-promos .row{
  position: relative;
}

.services-promos .row::before,
.services-promos .row::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #f927b6;
}

.services-promos .row::before{
  left: 33.333%;
}
.services-promos .row::after{
  right: 33.333%;
}

.single-services {
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.services-icon>a {
  color: #f927b6;
  font-size: 60px;
}

.single-services>h2 {
  font-size: 24px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.single-services>p {
  font-size: 16px;
  margin-bottom: 0;
}

.services-icon {
  margin-bottom: 9px;
  padding-top: 44px;
}

.single-services:hover {
  background: #f927b6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.single-services:hover .services-icon>a,
.single-services:hover h2,
.single-services:hover p{
  color: #fff;
}

.services-promos .row > .col-lg-4:nth-child(1) > .single-services{
  border-radius: 10px 0 0 0;
}
.services-promos .row > .col-lg-4:nth-child(3) > .single-services{
  border-radius: 0 10px 0 0;
}
.services-promos .row > .col-lg-4:nth-child(4) > .single-services{
  border-radius: 0 0 0 10px;
}
.services-promos .row > .col-lg-4:nth-child(6) > .single-services{
  border-radius: 0 0 10px 0;
}

.services-area .section-title {
  margin-bottom: 45px;
}



/*-----------------
    0.6 Fun fact css here
------------------*/
.fun-fact {
  background: rgba(0, 0, 0, 0) url("img/bg/fun-1.jpg") no-repeat scroll center center / cover;
  padding: 78px 0 93px;
  position: relative;
}

.single-fun-fact>h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
}
.overlay{
  position: relative;
  z-index: 1;
}
.overlay:before {
  background: rgba(0, 0, 0, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.fun-icon>a {
  color: #ffffff;
  font-size: 48px;
}

.single-fun-fact>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

.fun-icon {
  margin-bottom: 4px;
}

.single-fun-fact>p:before {
  background: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

/*--------------
    07. Pricing table css here
-----------------*/
.pricing-plan.bg-color {
  background: #f6f6f6;
}

.pricing-table {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(85, 85, 85, 0.3);
  padding: 35px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-title>h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 23px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-title>h3:before {
  background: #f927b6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.pricing-desc-title>h2 {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  line-height: 40px;
  margin-bottom: 34px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.pricing-desc-title>h2 span.currency {
  font-size: 30px;
  position: relative;
  top: -4px;
}

.pricing-desc-title>h2 span.date {
  font-size: 24px;
}

.pricing-desc-title>h2:before {
  background: #f927b6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pricing-desc li {
  color: #555555;
  font-size: 16px;
  padding-bottom: 19px;
}

.buy-now>a {
  background: #f927b6;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  margin-top: 18px;
  padding: 0 35px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.buy-now>a:hover {
  background: none;
  border-color: #f927b6;
  color: #f927b6;
}

.pricing-table:hover {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

.pricing-desc-title {
  padding: 0 70px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table:hover .pricing-desc-title,
.style-3 .pricing-table .pricing-desc-title {
  background: #f927b6;
}

.pricing-table:hover .pricing-desc-title h2,
.style-3 .pricing-table .pricing-desc-title h2 {
  color: #fff;
}

.pricing-table:hover .pricing-title>h3:before,
.style-3 .pricing-table .pricing-title>h3:before {
  display: none;
}

.style-3 .pricing-table:hover .pricing-desc-title {
  background: inherit;
}

.style-3 .pricing-table:hover .pricing-desc-title h2 {
  color: #f927b6;
}

.style-3 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.pricing-plan.style-2 {
  background: #f6f6f6;
}

.pricing-plan.style-3 {
  padding-bottom: 180px;
}

/*--------------
    0.8 Testimonial css here
-----------------*/
.testimonial {
  background: rgba(0, 0, 0, 0) url("img/bg/3.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 80px;
  position: relative;
}

.testimonial-list-2 .single-testimonial {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-text {
  position: relative;
  top: 55px;
}

.text-end .testimonial-text {
  margin-right: 13px;
}

.text-start .testimonial-text {
  margin-left: 13px;
}

.testimonial-img {
  width: 120px;
}

.testimonial-title,
.testimonial-name,
.testimonial-img,
.testimonial-text {
  display: inline-block;
}

.testimonial-title>p {
  color: #ffffff;
  font-size: 12px;
}

.testimonial-name>h5 {
  color: #ffffff;
  font-size: 16px;
}

.testimonial-img>img {
  border-radius: 11px;
}

.single-testimonial-top {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.single-testimonial-top:before {
  background: #f927b6;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 370px;
}

.text-start .single-testimonial-top:before {
  left: 0;
  right: auto;
}

.single-testimonial-top:after {
  background: #f927b6;
  border-radius: 50%;
  bottom: -6px;
  content: "";
  height: 13px;
  left: -57px;
  position: absolute;
  width: 13px;
}

.text-start .single-testimonial-top:after {
  left: auto;
  right: -57px;
}

.single-testimonial-bottom>p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}

.single-testimonial-bottom {
  margin-top: 13px;
}

.testimonial-list.owl-carousel .owl-page span,
.testimonial-list-2.owl-carousel .owl-page span {
  background: #ffffff;
  border-radius: 0;
  height: 3px;
  margin: 0 0 0 5px;
  opacity: 1;
  width: 25px;
}

.testimonial-list.owl-carousel .owl-page:first-child span,
.testimonial-list-2.owl-carousel .owl-page:first-child span {
  margin-left: 0;
}

.testimonial-list.owl-carousel .owl-page.active>span,
.testimonial-list-2.owl-carousel .owl-page.active span {
  background: #f927b6;
}

.testimonial-list.owl-theme .owl-controls {
  line-height: 0;
  margin-top: 45px;
}

/*---------------
    09. Team css here
-------------------*/
.team-slider-active {
  margin-left: -30px;
  margin-right: -30px;
}

.team.slick_slide .section-title {
  margin-bottom: 30px;
}

.team-slider-active .slick-list {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

.single-team-1 .image {
  display: block;
  padding: 70px 0;
}

.single-team-1 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team-1.slick-current.slick-center {
  position: relative;
  transform: scale(1.5);
  z-index: 99999;
}

.single-team-1.slick-active {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 999;
  position: relative;
}

.single-team-1 .image img {
  border-radius: 5px;
}

.team-image-inner {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
  position: relative;
}

.team-img-slider .member-info {
  border-radius: 0 0 5px 5px;
  bottom: 0;
  opacity: 0;
  padding: 7px 0 5px;
  position: absolute;
  text-align: center;
  -webkit-transform: inherit;
  transform: inherit;
  width: 100%;
}

.single-team-1.slick-current.slick-center .member-info {
  opacity: 1;
}

.team-img-slider .member-info h3 {
  font-size: 13px;
}

.team-img-slider .member-info p {
  font-size: 9px;
  font-weight: 400;
}

.team-image-inner:before {
  background: rgba(245, 133, 51, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.single-team-1.slick-current.slick-center .team-image-inner:before {
  background: rgba(0, 0, 0, 0.3);
}

.team-text-slider .member-social>a:last-child {
  margin-left: 9px;
}

.team-text-slider .member-social>a {
  margin-left: 9px;
}

.team-text-slider .member-social {
  bottom: inherit;
  margin-bottom: 0;
  position: inherit;
  width: inherit;
}

.team-text-slider {
  margin-top: 2px;
}

.team-slider-active button.slick-arrow {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #f927b6;
  font-size: 48px;
  left: -40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.team-slider-active button.slick-arrow.slick-next {
  left: auto;
  right: -40%;
}

.team-slider-active button.slick-arrow:hover {
  color: #555555;
}

/*-----------------
    10. Brand css here
---------------------*/
.our-brand {
  background: url(img/bg/brand.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.our-brand.overlay:before {
  background: rgba(241, 241, 241, 0.95);
}

.brand-top {
  padding-bottom: 50px;
}

.brand-bottom {
  padding-top: 45px;
}

.single-brand {
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.single-brand:before {
  background: #f927b6;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.brand-list {
  position: relative;
}

.brand-list:before {
  background: #f927b6;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 115px;
  position: absolute;
  right: 115px;
  top: 123px;
}

.brand-list .col-lg-3:last-child .single-brand:before {
  display: none;
}

.b-logo img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.b-logo img,
.single_brand img {
  -webkit-filter: grayscale(100%);
  -mz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}

.b-logo img:hover,
.single_brand img:hover {
  -webkit-filter: none;
  -mz-filter: none;
  -o-filter: none;
  filter: none;
}

/*---------------
    11. Faq css here
------------------*/
.faq-accordion h4 a {
  color: #555555;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.faq-accordion h4 {
  background: #f6f6f6;
  border-radius: 0 10px 10px 0;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-description {
  background: rgba(0, 0, 0, 0) url("img/faq/bg-faq.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 20px;
  padding: 37px 42px;
  position: relative;
}

.faq-description>p {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.faq-accordion h4.open{
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}


.faq-description:before {
  background: rgba(94, 94, 94, 0.8);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.faq-accordion,
.faq-tab-list-style-2{
  margin-left: 30px;
  margin-right: 30px;
}

.faq-accordion h4,
.faq-tab-list-style-2 .nav-link {
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  margin-bottom: 20px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 5px;
  color: #555;
  font-weight: 600;
  position: relative;
  padding: 15px 20px 15px 40px;
  text-align: left;
}

.faq-accordion h4::before,
.faq-tab-list-style-2 .nav-link::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: #f927b6;
  color: #fff;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  text-align: center;
  line-height: 40px;

}

.faq-accordion h4::after,
.faq-tab-list-style-2 .nav-link::after{
  content: "+";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: transparent;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 40px;
  transition: all .3s ease;
}

.faq-accordion h4.open::after,
.faq-tab-list-style-2 .nav-link.active::after{
  content: "-";
}


/*-------------------
    12. Newsletter css here
------------------*/
.faq-area {
  padding-bottom: 70px;
  padding-top: 90px;
}

.newsletter-inner {
  background: rgba(0, 0, 0, 0) url("img/bg/newsletter.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.newsletter-form-inner input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ffffff;
  height: 35px;
  width: 323px;
}

.newsletter-form-inner ::-webkit-input-placeholder {
  color: #ddd;
}

.newsletter-form-inner {
  display: inline-block;
  position: relative;
}

.newsletter-form-inner button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  height: 35px;
  margin-left: 20px;
  padding: 0 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newsletter-form-inner button:hover {
  background: #fff;
  color: #f927b6;
}

.newsletter-head>p {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter-head>h5 {
  color: #ffffff;
  font-size: 16px;
}

.newsletter-head {
  margin-bottom: 28px;
  position: relative;
}

.newsletter-inner.overlay:before {
  background: rgba(245, 133, 51, 0.9);
  border-radius: 10px;
}

.newsletter {
  margin-bottom: -131px;
  position: relative;
  z-index: 9;
}

/*---------------------
    13. Home page 2 css here
--------------------*/
.home2 .main-menu,
.home2 .header-right {
  display: inline-block;
}

.header-rigt-desc {
  float: right;
}

.home2 .main-menu {
  margin-right: 75px;
}

.home2 .slider-text h1 {
  font-size: 72px;
  line-height: 80px;
}

.home2 .slider-text h2 {
  font-size: 30px;
  margin-bottom: 17px;
}

.home2 .slider-text>a {
  margin-top: 28px;
}

/*fun fact*/
.fun-fact.white {
  background: url(img/bg/fun-2.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.fun-fact.white.overlay:before {
  background: rgba(249, 249, 249, 0.90);
}

.white .fun-icon>a,
.white .single-fun-fact>p,
.white .single-fun-fact>h3 {
  color: #555555;
}

.white .single-fun-fact>p:before {
  background: #555555;
}

/*pricing table*/
.style-2 .pricing-table:hover {
  background: #f927b6;
}

.pricing-plan {
  background: #f1f1f1;
}

.style-2 .pricing-table:hover .buy-now>a {
  background: #fff;
  color: #f927b6;
}

.style-2 .pricing-table:hover .pricing-title h3:before,
.style-2 .pricing-table:hover .pricing-desc-title>h2:before {
  background: #fff;
}

.style-2 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.style-2 .pricing-table:hover .pricing-desc-title {
  background: inherit
}

.style-2 .pricing-table:hover .pricing-title>h3,
.style-2 .pricing-table:hover .pricing-desc li {
  color: #fff
}

.style-2 .pricing-table:hover {
  box-shadow: inherit;
}

.style-2 .pricing-table {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

/*testimonial*/
.styel-2 .single-testimonial-inner {
  position: relative;
}

.styel-2 .single-testimonial-inner:before {
  color: #aaaaaa;
  content: "“";
  font-size: 160px;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -54px;
  width: 100%;
}

.styel-2 .single-testimonial-desc {
  display: inline-block;
  padding-top: 62px;
}

.styel-2 .testimonial-text {
  position: inherit;
  top: inherit;
}

.styel-2 .testimonial-desc>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.styel-2 .testimonial-title,
.styel-2 .testimonial-name {
  display: block;
}

.styel-2 .testimonial-name>h5,
.styel-2 .testimonial-title p {
  margin-bottom: 0;
}

.styel-2 .testimonial-title p {
  line-height: 12px;
  margin-top: 7px;
}

.testimonial.styel-2 {
  padding: 91px 0;
  background: url(img/bg/test-2.jpg)no-repeat scroll center center / cover;
}

.team-img>img {
  width: 100%;
}

/*-----
    14. team style 2 css here
-------*/
.team-img-inner {
  position: relative;
  overflow: hidden;
}

.team-desc {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.member-info>p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

.member-info {
  background: #f927b6;
  opacity: 0;
  padding: 16px 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.member-info>h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.member-social {
  bottom: 0;
  margin-bottom: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a {
  border: 1px solid #f927b6;
  border-radius: 5px;
  color: #f927b6;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 32px;
  margin-left: 7px;
  width: 35px;
}

.team-img-inner:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a:first-child {
  margin-left: 0;
}

.member-social>a:hover {
  background: #f927b6;
  color: #ffffff;
}

.single-team:hover .member-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single-team:hover .member-social {
  bottom: 67px;
}

.single-team:hover .team-img-inner:before {
  opacity: 1;
}

.team.style2 {
  background: rgb(246, 246, 246);
}

.team-text>p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 13px;
}

/*--brand list 2 css here---*/
.our-brand.style-2 {
  background: url(img/bg/brand-2.jpg)no-repeat scroll center center / cover;
}

.our-brand.style-2.overlay:before {
  background: rgba(0, 0, 0, 0.90);
}

.style-2 .brand-list-2 .col-md-3,
.style-2 .brand-list-2 .col-md-2 {
  width: 100%;
}

/*---------------
    15. Home2 single blog css here
--------------------*/

.blog-thumbnail img {
  border-radius: 10px;
}

.blog-thumbnail>a {
  display: block;
}

.blog-action-left,
.blog-action-right {
  display: inline-block;
}

.post-like,
.post-comment {
  display: inline-block;
}

.blog-action-right {
  float: right;
}

.post-date>p {
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.post-like p a,
.post-comment>p a {
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-like {
  margin-right: 5px;
}

.blog-action-right p {
  margin: 0;
}

.post-like p a i,
.post-comment>p a i {
  color: #aaaaaa;
  font-size: 14px;
  margin-right: 3px;
}

.blog-action {
  overflow: hidden;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-action {
  margin-top: 7px;
  overflow: hidden;
}

.blog-desc {
  margin-top: 15px;
}

.post-title>h3 a {
  font-weight: bold;
}

.post-video .blog-thumbnail {
  position: relative;
}

.post-video .blog-thumbnail:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.post-video-play>a {
  color: #f927b6;
  font-size: 60px;
}

.blog-thumbnail img {
  width: 100%;
}

.single-blog {
  border-bottom: 1px solid #dddddd;
}

.post-content>p {
  color: #333333;
  margin-bottom: 10px;
}

.post-like p a:hover,
.post-comment>p a:hover {
  color: #f927b6;
}

/*-------
    16. Faq style 2 css here
-------*/
.faq-tab-menu ul li a {
  background: #ffffff;
  border-radius: 10px;
  color: #555555;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 55px;
  position: relative;
}

.faq-tab-menu li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.faq-tab-menu li:last-child {
  margin-bottom: 0;
}

.faq-area.style-2 {
  background: #f9f9f9;
}

.style-2.one-more .faq-description {
  margin-left: 0;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
  width: 55%;
}

.one-more .faq-area-2 .col-6.faq_description {
  width: 45%;
}

.faq-area.style-2 {
  padding-bottom: 90px;
}

/*-------
    17. footer 2 css here
-------*/
.footer,
.footer.style6 {
  background: url(img/bg/footer.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.footer-2 .footer-botttom {
  margin-bottom: 20px;
  padding-top: 154px;
}

.newsletter.home2 {
  margin-bottom: -147px;
}

.footer-botttom .col-md-3.contact-form {
  padding-left: 0;
}

.contact-form .single-footer {
  padding-right: 70px;
}

.contact-form .input-field input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 22px;
  padding-left: 0;
  text-transform: capitalize;
}

.form-top .input-field:last-child {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-form textarea {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 50px;
  padding: 0;
  resize: none;
}

.form-submit>button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #555555;
  color: #aaaaaa;
  font-size: 12px;
  height: 28px;
  margin-top: 12px;
  padding: 0 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-submit>button:hover {
  background: #f927b6;
  border-color: #f927b6;
  color: #ffffff;
}

.get_touch .form-top .input-field {
  margin-bottom: 10px !important;
  padding: 0;
  width: 100%;
}

.get_touch .form-top .input-field:last-child {
  margin: 0;
  padding-left: 0;
}

.get_touch .form-top {
  margin: 0;
}

.get_touch .form-top .input-field:first-child {
  padding-right: 0;
}

/*--------------
    18. ABout us css here
--------------*/
/*----------------
    18.1 Breadcrumbs css here
------------*/
.breadcrumbs {
  background: url(img/bg/header-bg.jpg)no-repeat scroll center center / cover;
  position: relative;
  padding: 225px 0 105px;
}

.breadcrumbs.overlay:before {
  background: rgba(0, 0, 0, 0.70);
}

.header-top.header-bg {
  background: rgba(245, 133, 51, 0.9);
  border-bottom: medium none #000080;
}

.breadcrumbs-title h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li a {
  color: #ffffff;
}

.breadcrumbs-menu ul li a:hover {
  color: #f927b6;
}

.testimonial.white.overlay:before {
  background: rgba(249, 249, 249, 0.97);
}

.white.styel-2 .testimonial-desc>p,
.white.styel-2 .testimonial-name>h5,
.white.styel-2 .testimonial-title p {
  color: #555555;
}

.white .testimonial-list.owl-carousel .owl-page span {
  background: #555555;
}

.white .testimonial-list.owl-carousel .owl-page.active span {
  background: #f927b6;
}

/*---------------
    19. Blog page css here
------------------*/
.blog-post {
  margin-bottom: 30px;
}

.blog-pages {
  padding-bottom: 60px;
  padding-top: 90px;
}

/*----------------
    20. Blog Details page css here
-----------------------*/
.articles-thumbnail>img {
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.articles-thumbnail>img:hover {
  opacity: 0.9;
}

.articles-thumbnail {
  margin-bottom: 45px;
}

.articles .post-title>h3 {
  font-size: 18px;
}

.articles .post-date>p {
  color: #333333;
}

.articles .post-date>p {
  color: #333333;
}

.articles .blog-action-right p a {
  text-transform: capitalize;
}

.articles .blog-action-right p a i {
  color: #f927b6;
}

.articles .post-like {
  margin-right: 17px;
}

.articles .post-like p a i,
.articles .post-comment>p a i {
  margin-right: 6px;
}

.post-exerpt {
  margin-top: 35px;
}

.post-exerpt p {
  color: #333333;
}

.post-text1 p.text1 {
  margin-bottom: 22px;
}

.post-blockqoute {
  padding: 5px 0 5px 46px;
}

.post-blockqoute>p {
  border-left: 3px solid #f927b6;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 8px;
}

.post-blockqoute {
  padding: 15px 0 5px 46px;
}

.tag-name>p,
.share-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.tag-name,
.tag-list,
.tag-list ul li,
.share-title,
.share-social,
.blog-tags,
.blog-share {
  display: inline-block;
}

.action-blog .blog-share {
  float: right;
}

.tag-list ul li a {
  color: #333333;
  font-size: 12px;
  text-transform: capitalize;
}

.blog-tags .tag-list {
  margin-left: 25px;
}

.share-social>a {
  color: #aaaaaa;
  margin-left: 24px;
}

.share-social>a:hover {
  color: #f927b6;
}

.action-blog {
  border-bottom: 1px solid #f927b6;
  padding-top: 48px;
}

.comment-title>p,
.comment-form-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  position: relative;
  text-transform: uppercase;
}

.comment-title>p:before,
.comment-form-title>p:before {
  background: #f927b6;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 50px;
}

.comment-box {
  margin-top: 82px;
}

.comment-box-inner {
  margin-top: 50px;
}

.comment-img img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
}

.comment-img {
  display: inline-block;
}

.comment-img {
  display: inline-block;
}

.comment-description {
  display: inline-block;
  padding-left: 30px;
}

.comment-title>h6 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
  text-transform: capitalize;
}

.comment-publish>p {
  color: #333333;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}

.comment-desc>p {
  color: #333333;
  margin-bottom: 11px;
}

.comment-reply>a i {
  color: #f927b6;
  margin-right: 5px;
}

.comment-reply>a {
  color: #333;
  text-transform: lowercase;
}

.single-comment{
  display: flex;
  flex-direction: row;
}

.single-comment.reply-comment {
  margin-left: 100px;
}

.comment-form-inner {
  margin-top: 38px;
}

.input-field>input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #000000;
  height: 34px;
}

.form-bottom textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 110px;
  resize: none;
}

.form-top .input-field {
  float: left;
  width: 50%;
}

.form-top .input-field:first-child {
  padding-right: 15px;
}

.form-top .input-field:last-child {
  margin: 0;
  padding-left: 15px;
}

.form-top {
  margin-bottom: 32px;
  overflow: hidden;
}

.comment-submit>button {
  background: #f927b6;
  border: 1px solid #f927b6;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  padding: 0 33px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-submit {
  margin-top: 50px;
}

.comment-submit>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #f927b6;
}

.widget-title>h6 {
  border-left: 5px solid #f927b6;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  text-transform: uppercase;
}

.widget-title {
  margin-bottom: 21px;
}

.widget .desc {
  padding-left: 20px;
}

.widget-about p {
  color: #333333;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 45px;
}

.categories-list li a {
  color: #333333;
  text-transform: capitalize;
}

.categories-list li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.categories-list li:last-child {
  margin-bottom: 0;
}

.categories-list {
  padding-top: 4px;
}

.latest-blog.desc {
  padding-top: 19px;
}

.recent-post-img img {
  border-radius: 10px;
  height: 150px;
  width: 150px;
}

.recent-post-desc>p,
.recent-post>p {
  color: #333333;
  margin-bottom: 0;
}

.recent-post-img {
  margin-bottom: 10px;
}

.recent-post-desc {
  margin-bottom: 3px;
}

.recent-post>p i {
  margin-right: 5px;
}

.widget-list li {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-list a {
  color: #333333;
  display: block;
  height: 30px;
  line-height: 24px;
  padding: 0 24px;
  text-transform: capitalize;
}

.widget-list li:last-child {
  margin: 0;
}

selectorSavingError {
  background: #f927b6;
  color: #ffffff;
}

.widget-list li:hover {
  background: #f927b6;
  border-color: #f927b6;
}

.widget-list li:hover a {
  color: #ffffff;
}

/*--------
    21. Testmonial pages css here
--------------*/
.bg-none .testimonial-name>h5,
.bg-none .testimonial-title>p,
.bg-none .single-testimonial-bottom>p,
.testimonial-3 .testimonial-title>p,
.testimonial-3 .testimonial-name>h5 {
  color: #555555;
}

.bg-none .testimonial-list.owl-carousel .owl-page span {
  background: #555;
}

.bg-none .testimonial-list.owl-carousel .owl-page.active span {
  background: #f927b6;
}

.testimonial.bg-none {
  background-image: none;
}

.testimonial-list-2 .col-md-4 {
  text-align: center;
  width: 100%;
}

.testimonial-list-2.owl-carousel .owl-page span {
  background: #555;
}

.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-title {
  display: block;
}

.testimonial-3 .single-testmonial-text>p {
  color: #555555;
  font-size: 16px;
}

.testimonial-3 .testimonial-description {
  margin-top: 24px;
}

.testimonial-3 .testimonial-name>h5,
.testimonial-3 .testimonial-title p {
  margin-bottom: 0;
}

.testimonial-3 .testimonial-list-2.owl-theme .owl-controls {
  margin-top: 40px;
}

.testimonial-3 {
  padding-bottom: 85px;
  padding-top: 90px;
}

/*------
    22. DOmain pages css here
------*/

.avaiable-title>h1 {
  color: #555555;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

.avaiable-title>h1 span {
  color: #f58a3c;
}

.available-check-inner {
  background: #f58a3c;
  border: 5px solid #f3a368;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  line-height: 55px;
  width: 70px;
}

.available-check,
.avaiable-title {
  display: inline-block;
}

.available-check {
  float: left;
}

.available-head {
  display: inline-block;
}

.avaiable-title {
  margin-left: 48px;
}

.available-domain-buy>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 57px;
  text-transform: capitalize;
}

.available-domain-buy>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.available-domain-buy {
  margin-top: 30px;
}

.domain-available {
  margin-bottom: 52px;
}

.domain-section-titile>h1 {
  color: #f58a3c;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 31px;
  text-align: center;
}

.domain-name,
.domain-buy,
.domain-price,
.domain-buy-btn {
  display: inline-block;
}

.domain-buy {
  float: right;
}

.single-domain {
  background: #f1f1f1;
  border-radius: 8px;
  height: 70px;
  line-height: 72px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 35px;
}

.domain-name>h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #555555;
}

.domain-price>p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.domain-buy-btn>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 26px;
  text-transform: capitalize;
}

.domain-buy-btn>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.domain-price {
  margin-right: 15px;
}

.domain-name {
  display: inline-block;
  margin-top: 4px;
}

.domain-section {
  margin-bottom: 62px;
}

.domain-section.sports-hobbies {
  margin-bottom: 0;
}

/*------------------
    23. Login page css here
--------------*/
.login-page-inner {
  background: rgba(0, 0, 0, 0) url("img/domain/login-bg.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  position: relative;
}

.login-page-title>h3 {
  background: #f927b6;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 24px;
  height: 70px;
  line-height: 63px;
  margin: 0;
}

.login-form,
.login-page-title {
  position: relative;
}

.login-form {
  padding: 40px 30px;
}

.login-page-inner.overlay:before {
  background: rgba(241, 241, 241, 0.9);
  border-radius: 10px;
}

.login-input>input {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #888888;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding-left: 50px;
}

.login-input {
  margin-bottom: 20px;
  position: relative;
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sing-up>button {
  background: #f927b6;
  border: 1px solid #f927b6;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 48px;
  padding: 0 105px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sing-up>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #f927b6;
}

/*---------------
    24. Cart page css here
---------------*/
.cart-table .thead {
  color: #ffffff;
}

.table-responsive {
  border: medium none;
}

.cart-table table tr {
  display: inline-block;
  width: 100%;
}

.cart-table table tbody tr {
  margin-top: 10px;
}

.cart-table table tbody tr td {
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-table table {
  width: 100%;
}

.cart-table .product-name {
  padding-left: 50px;
  width: 300px;
}

.cart-table .thead td {
  background: #f58a3c;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  text-transform: capitalize;
}

.cart-table .thead td:first-child,
.cart-table table tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.cart-table .thead td:last-child,
.cart-table table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.cart-table table td.price {
  text-align: center;
  width: 300px;
}

.cart-table td.duration,
.cart-table td.total {
  width: 200px;
  text-align: center;
}

.cart-table .thead td.remove {
  width: 170px;
  text-align: center;
}

.cart-table table tr td {
  background: #f1f1f1;
  height: 70px;
}

.cart-table table tr td.remove {
  text-align: center;
  width: 170px;
}

.cart-table table tr td.remove a {
  color: #f927b6;
}

.cart-table table tr td.remove a:hover {
  color: #555;
}

.cart-table tbody td.duration .nice-select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #555555;
  font-size: 24px;
  width: 70px;
  cursor: pointer;
}
.cart-table tbody td.duration .nice-select::after {
  display: none;
}

.select-inner:after{
  /* display: none; */
}

.select-inner {
  display: inline-block;
  position: relative;
}

.select-inner:after {
  content: "";
  font-family: Icofont;
  position: absolute;
  right: -20px;
  top: 5px;
}


.cart-checkhout {
  background: #f9f9f9;
  float: right;
  padding: 52px 70px;
  width: 470px;
}

.cart-total>p {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.cart-total-price li {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-total-price li span {
  float: right;
}

.proceed-checkout>a {
  background: #f58a3c;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin-top: 27px;
  padding: 0 30px;
}

.proceed-checkout>a:hover {
  background: #555555;
}

.coupon-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #c3c3c3;
  display: block;
  font-size: 18px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 30px;
  width: 372px;
}

.coupon-form button {
  background: #f58a3c;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 45px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}

.coupon-form button:hover {
  background: #555555;
}

/*------------------
    25. Contact css here
-----------------*/

.footer-area.contact {
  position: relative;
}

.contact .newsletter {
  margin-bottom: 0;
  position: absolute;
  top: -88px;
  width: 100%;
}

.contact-form .form-title h2 {
  color: #3e3e3e;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 20px;
}

.contact_form-top .input-field input,
.contact-form-bottom .input-field input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #3e3e3e;
  font-size: 16px;
  padding: 0;
  height: 40px;
}

.contact-form-bottom>textarea {
  border-color: #eeeeee;
  color: #3e3e3e;
  font-size: 16px;
}

.form-submite>button {
  background: #f927b6;
  border: 1px solid #f927b6;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  padding: 0 22px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-submite>button:hover {
  background: #555;
  border-color: #555;
}

.contact-icon i {
  font-size: 48px;
  color: #f927b6;
}

.form-submite {
  text-align: center;
}

.contact_form-top .input-field {
  float: left;
  width: 50%;
}

.contact_form-top .input-field:first-child {
  padding-right: 15px;
}

.contact_form-top .input-field:last-child {
  padding-left: 15px;
}

.contact_form-top {
  margin-bottom: 36px;
  overflow: hidden;
}

.contact-form-bottom textarea {
  margin-bottom: 48px;
  margin-top: 45px;
  height: 122px;
}

.contact-title>p {
  color: #3e3e3e;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.contact-desc>p {
  color: #3e3e3e;
  margin: 0;
}

.contact-icon {
  margin-bottom: 21px;
}

.contact-title {
  margin-bottom: 6px;
}

/*----------
    26. Mobile menu css here
------------------*/
.mobile-menu-area {
  background: rgba(0, 0, 0, 0);
  margin-top: -4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999999;
}

.mean-container a.meanmenu-reveal {
  color: #ffffff;
  float: left;
  position: absolute;
  right: 5% !important;
  top: -62px;
}

.mean-container .mean-nav ul li a {
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.home2 .mean-container a.meanmenu-reveal {
  right: 50% !important;
  top: -70px;
}

.mean-container .mean-nav {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/*-------------------
    27. Scrollup css here
---------------------*/
#scrollUp {
  background: #f927b6;
  bottom: 45px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}

#scrollUp:hover {
  background: #555;
}

/*-------------
    28. Sticky menu css here
----------------*/
.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
}

.sticky .menu ul li a {
  padding: 30px 0;
}

.sticky .logo {
  margin-top: 16px;
}

.sticky .hamburger {
  top: 30px;
}

.header-bottom.bg-whte.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.9);
}

.header-style3 .header-style3-inner {
  position: relative;
}

.header-style3 .mean-container a.meanmenu-reveal span {
  background: #555555;
}

.header-style3 .mean-container a.meanmenu-reveal {
  color: #555555;
}

.header-style3 .header-bottom {
  padding: 0;
}

.header-style5 .mean-container a.meanmenu-reveal {
  top: -121px;
}

.header-style6 .mean-container a.meanmenu-reveal {
  color: #555555;
  top: -66px;
}

.header-style-inner {
  position: relative;
}

.header-style6 .mean-container a.meanmenu-reveal span {
  background: #555;
}

.header-style6 .mobile-menu-area {
  top: 158%;
}

/*----------------------------
    29. 404 page css here
-------------------------*/
.error-content h2 {
  color: #f927b6;
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.error-content>h3 {
  color: #535353;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
}

.error-content h4 {
  color: #535353;
  font-weight: 400;
  text-transform: capitalize;
}

.error-content .go-home {
  background: #f927b6;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 12px 28px;
  text-transform: uppercase;
}

.error-content .go-home:hover {
  background: #555;
}

.imb-box img {
    height: 140px;
    padding: 10px;
}
.card-body h5 {
    font-size: 14px;
}
.card-body label {
  color: #f927b6;
  font-weight: bold;
}

.number_print {
    position: fixed;
    bottom: 350px;
    left: -174px;
    background: #f927b6;
    color: white !important;
    padding: 10px 40px;
    font-size: 22px;
    z-index: 999;
    transform: rotate(270deg);
    letter-spacing: 2px;
    font-weight: 600;
}

.whatsapp_float {
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 2;
}
.py-1 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}
.tech-feature-list li {
    color: #f927b6;
    font-size: 1.2rem;
}
.banner-cta-btn {
    color: white;
}

.banner-cta-btn {
    background: #f927b6;
    padding: 12px 80px;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}


.menu ul li a {
    color: #0d6efd;

}


@media (max-width: 767px)
.display-2 {
    font-size: 1.875rem!important;
}
@media (max-width: 767px)
.banner-cta-btn {
    padding: 12px 10px;
    font-size: 1.7em;
}
@media (max-width: 767px)
.banner-cta-btn {
    padding: 12px 10px;
    font-size: 1.7em;
}

/* Medium desktop :992px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-list.owl-carousel .owl-buttons>div {
    left: 35px;
  }

  .slider-list.owl-carousel .owl-buttons .owl-next {
    right: 35px;
    ;
  }

  .home2 .slider-text h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .team-slider-active button.slick-arrow {
    left: -20%;
  }

  .team-slider-active button.slick-arrow.slick-next {
    right: -20%;
  }

  .submit-form {
    right: 0;
  }

  .domain-input>input {
    width: 450px;
  }

  .home2.header-style2 .main-menu {
    margin-left: 35px;
  }


  .home2 .menu ul li{
    margin-left: 40px;
  }

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-text h1 {
    font-size: 80px;
  }

  .slider-text h2 {
    font-size: 24px;
  }

  .domain-input>input {
    width: 380px;
  }

  .search-domain-desc {
    padding: 48px 110px 50px;
  }

  .single-choose-gethost>h3 {
    font-size: 20px;
  }

  .pricing-title>h3 {
    font-size: 26px;
  }

  .pricing-desc-title>h2 {
    font-size: 50px;
  }

  .team.slick_slide .section-title {
    margin-bottom: 30px;
  }

  .faq-description {
    padding: 20px 30px;
  }

  .footer-top-inner.text-center>p {
    margin: 0 140px;
  }

  .fun-icon>a {
    font-size: 40px;
  }

  .single-fun-fact>h3 {
    font-size: 20px;
  }

  .team-slider-active button.slick-arrow {
    left: -15%;
  }

  .team-slider-active button.slick-arrow.slick-next {
    right: -15%;
  }

  .team-slider-active .slick-list {
    padding-left: 119px !important;
    padding-right: 119px !important;
  }

  .single-slide {
    height: 600px;
  }

  .slider-list.owl-carousel .owl-buttons>div {
    left: 90px;
  }

  .slider-list.owl-carousel .owl-buttons .owl-next {
    right: 90px;
  }

  .home2 .slider-text h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .faq-tab-menu ul li a {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 15px;
  }

  .home2 .menu ul li {
    margin-left: 30px;
  }

  .cart-checkhout {
    padding: 52px 50px;
    width: 452px;
  }

  .cart-table table tbody tr td {
    font-size: 20px;
  }

  .home2.header-style2 .main-menu {
    margin-left: 10px;
  }

  .header-style2 .header-right {
    right: 50px;
  }

  .menu ul li.another_logo {
    padding: 0 20px;
  }












}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .single-choose-gethost>h3{
    font-size: 20px;
  }
  .search-domain {
    margin-top: -100px;
  }

  .slider-list.owl-carousel .owl-buttons>div {
    left: 15px;
  }

  .slider-list.owl-carousel .owl-buttons .owl-next {
    right: 15px;
  }

  .slider-text h1 {
    font-size: 80px;
  }

  .single-slide {
    height: 600px;
  }

  .slider-text h2 {
    margin-bottom: 32px;
  }

  .search-domain-desc {
    padding: 48px 82px 50px;
  }

  .domain-input>input {
    width: 370px;
  }

  .submit-form {
    right: 0px;
  }

  .choose-gethos-list {
    margin-top: 6px;
  }

  .col-4 {
    width: 50%;
  }

  .single-testimonial-top::before {
    width: 100%;
  }

  .single-testimonial-top::after {
    left: -32px;
  }

  .text-start .single-testimonial-top::after {
    right: -32px;
  }

  .team-slider-active {
    margin-left: -45px;
    margin-right: -45px;
  }

  .team-slider-active button.slick-arrow {
    left: 0;
  }

  .team-slider-active button.slick-arrow.slick-next {
    right: 0;
  }

  .faq-accordion h4 a {
    font-size: 14px;
  }

  .faq-img {
    text-align: center;
  }

  .footer-top-inner.text-center>p {
    margin: 0 100px;
  }

  .single-footer {
    margin-bottom: 35px;
  }

  .footer-botttom .row .col-sm-6:last-child .single-footer,
  .footer-botttom .row .col-sm-6:nth-child(3) .single-footer {
    margin-bottom: 0;
  }

  .services-area {
    padding: 60px 0;
  }

  .fun-fact {
    padding: 65px 0 83px;
  }

  .ptb-90 {
    padding: 60px 0;
  }

  .faq-area {
    padding-bottom: 50px;
    padding-top: 60px;
  }

  .header-bottom {
    padding: 25px 0;
  }

  .logo {
    margin-top: 0;
  }

  .home2 .header-rigt-desc {
    padding-top: 10px;
  }

  .home2 .slider-text h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .team-text>p {
    font-size: 14px;
  }

  .member-info {
    padding: 10px 0;
  }

  .single-team:hover .member-social {
    bottom: 50px;
  }

  .faq-area .col-6 {
    width: 100%;
  }

  .faq-area-2 .faq_description {
    padding-top: 0;
  }

  .col-6.faq-list {
    margin-top: 25px;
    padding-left: 50px;
  }

  .footer-botttom .col-md-3.contact-form {
    padding-left: 15px;
  }

  .faq-area.style-2 {
    padding-bottom: 60px;
  }

  .blog-pages {
    padding-bottom: 30px;
    padding-top: 60px;
  }

  .sidebar.blog-right-sidebar {
    margin-top: 50px;
  }

  .comment-form.pt-80 {
    padding-top: 50px;
  }

  .single-comment.reply-comment {
    margin-left: 0;
  }

  .articles-thumbnail {
    margin-bottom: 25px;
  }

  .cart-table table tbody tr td {
    font-size: 18px;
  }

  .cart-checkhout {
    float: none;
    margin-bottom: 30px;
  }

  .cart-table tbody td.duration select {
    font-size: 20px;
  }

  .one-more .faq-area-2 .col-6.faq-list,
  .one-more .faq-area-2 .col-6.faq_description {
    width: 100%;
  }

  .one-more .faq-area-2 .col-6.faq_description {
    margin-top: 30px;
    padding: 0 50px;
  }

  .one-more .col-6.faq-list {
    margin-top: 0;
  }

  .avaiable-title>h1 {
    font-size: 40px;
  }

  .avaiable-title {
    margin-left: 38px;
    margin-top: 10px;
  }

  .pricing-plan.style-3 {
    padding-bottom: 120px;
  }

  .testimonial-3 {
    padding-bottom: 55px;
    padding-top: 60px;
  }

  .sticky .logo {
    margin-top: 0;
  }

  .home2 .header-rigt-desc {
    padding-top: 0;
  }

  .header-style2 .header-right {
    float: right;
    position: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
  }

  .header-style3 .header-style3-inner {
    padding: 25px 0;
  }

  .header-style4 .mean-container a.meanmenu-reveal {
    top: -115px;
  }

  .header-style4 .sticky .mean-container a.meanmenu-reveal {
    top: -65px;
  }

  .header-style5 .sticky .mean-container a.meanmenu-reveal {
    top: -66px;
  }

  .header-style6 .mean-container a.meanmenu-reveal {
    top: -62px;
  }

  .header-style6 .mobile-menu-area {
    top: 169%;
  }

  .footer-social.text-end {
    text-align: center;
  }

  .footer-2 .footer-social {
    margin-bottom: 25px;
  }

  .instagram-list li a img {
    border-radius: 5px;
    height: 82px;
    width: 100%;
  }

  .footer.style6 .footer-social {
    margin-bottom: 25px;
  }

  .services-promos::before {
    top: 33.33%;
    width: calc(100% - 230px);
  }

  .services-promos::after {
    visibility: visible;
    top: 66.66%;
    width: calc(100% - 230px);
  }

  .services-promos .row::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .services-promos .row::after {
    display: none;
  }

  .services-promos .row > .col-lg-4:nth-child(1) > .single-services{
    border-radius: 10px 0 0 0;
  }
  .services-promos .row > .col-lg-4:nth-child(2) > .single-services{
    border-radius: 0 10px 0 0;
  }
  .services-promos .row > .col-lg-4:nth-child(5) > .single-services{
    border-radius: 0 0 0 10px;
  }
  .services-promos .row > .col-lg-4:nth-child(6) > .single-services{
    border-radius: 0 0 10px 0;
  }

  .brand-list .col-lg-3:nth-child(3) .single-brand:before {
    display: none;
  }
  

}


/* small mobile :320px. */
@media (max-width: 767px) {
  /* .container {
    width: 300px
  } */

  .header-right.f-right {
    float: none;
    text-align: center;
  }

  .header-bottom {
    padding: 25px 0;
  }

  .logo {
    margin-top: 0;
  }

  .slider-text h1 {
    font-size: 42px;
  }

  .slider-text h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .slider-list.owl-carousel .owl-buttons .owl-next {
    right: 0;
  }

  .slider-list.owl-carousel .owl-buttons>div {
    left: 0;
    font-size: 38px;
  }

  .single-slide {
    height: 525px;
  }

  .search-domain-head>h2 {
    font-size: 18px;
  }

  .search-domain-head>p {
    font-size: 16px;
  }

  .search-domain-desc {
    padding: 35px 20px;
    ;
  }

  .domain-input>input {
    width: 100%;
  }

  .section-title h2 {
    font-size: 18px;
  }

  .choose-gethost {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .choose-gethos-list {
    margin-top: 0;
  }

  .gethost-choose-img {
    margin: 15px 0 30px;
  }

  .services-area {
    padding: 40px 0;
  }

  .col-4 {
    width: 100%;
  }


  .header-top {
    border-color: #aaaaaa;
  }

  .services-icon {
    padding-top: 15px;
  }

  .single-services {
    padding-bottom: 35px;
  }

  .single-services>h2 {
    font-size: 20px;
  }

  .single-services>p {
    font-size: 14px;
  }

  .fun-fact {
    padding: 35px 0 40px;
  }

  .fun-icon>a {
    font-size: 36px;
  }

  .single-fun-fact>p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .single-fun-fact {
    margin-bottom: 30px;
  }

  .fun-fact .row .col-xs-12:last-child .single-fun-fact {
    margin-bottom: 0;
  }

  .ptb-90 {
    padding: 40px 0;
  }

  .pricing-desc-title>h2 {
    font-size: 40px;
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .pricing-title>h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .pricing-desc-title>h2 {
    margin-bottom: 25px;
  }

  .testimonial-text {
    top: 0;
  }

  .single-testimonial-inner.text-end,
  .single-testimonial-inner.text-start {
    text-align: center !important;
  }

  .testimonial-title>p {
    margin-bottom: 10px;
  }

  .single-testimonial-top::after {
    left: 0;
  }

  .single-testimonial-top::before {
    width: 100%;
  }

  .text-start .testimonial-text {
    margin-left: 0;
    margin-top: 15px;
  }

  .single-testimonial-inner.text-start .testimonial-title>p,
  .single-testimonial-inner.text-start .testimonial-name>h5 {
    margin-bottom: 0;
  }

  .text-start .single-testimonial-top::after {
    right: 0;
  }

  
  .single-testimonial-inner.text-start{
    margin-top: 40px;
  }

  .testimonial {
    padding: 45px 0 55px;
  }

  .team-slider-active .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .team-img-slider .member-info h3 {
    font-size: 10px;
  }

  .team-slider-active button.slick-arrow {
    left: 0;
    font-size: 35px;
  }

  .team-slider-active button.slick-arrow.slick-next {
    right: 0;
  }

  .team-slider-active,
  .footer-top-inner.text-center>p {
    margin: 0;
  }

  .brand-list::before,
  .single-brand::before,
  .brand-list .col-xs-12:last-child .brand-bottom.b-logo::before {
    display: none;
  }

  .b-logo::before {
    background: #0a84e2;
    border-radius: 50%;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
  }

  .b-logo {
    position: relative;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .brand-top,
  .brand-bottom,
  .single-brand {
    padding: 0;
  }

  .our-brand {
    padding: 20px 0;
  }

  .faq-area {
    padding-bottom: 40px;
    padding-top: 40px;
  }

.faq-description{
  margin-left: 0px;
  margin-right: 0px;
}

  .newsletter-inner {
    padding: 25px;
  }

  .newsletter-head>p {
    font-size: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .newsletter-head>h5 {
    font-size: 14px;
  }

  .newsletter-form-inner input {
    width: 100%;
  }

  .newsletter-form-inner button {
    margin-left: 0;
    margin-top: 20px;
  }

  .single-footer {
    margin-bottom: 30px;
  }

  .footer-botttom .row .col-sm-6:last-child .single-footer {
    margin-bottom: 0;
  }

  .single-team-1 .image {
    padding: 40px 0 52px;
  }

  .testimonial-text {
    display: block;
  }

  .home2 .slider-text h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .home2 .slider-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .home2 .slider-text>a {
    margin-top: 9px;
  }

  .home2 .mean-container a.meanmenu-reveal {
    right: 0 !important;
    top: -55px;
  }

  .home2 .sticky .mean-container a.meanmenu-reveal {
    top: -64px;
  }

  .styel-2 .testimonial-desc>p {
    font-size: 17px;
  }

  .testimonial.styel-2 {
    padding: 50px 0;
  }

  .style2 .team-slider-list .single-team {
    margin-bottom: 30px;
  }

  .style2 .team-slider-list .col-xs-12:last-child .single-team,
  .style2 .team-slider-list .col-xs-12:last-child .single-team .team-text p {
    margin-bottom: 0;
  }

  .faq-area-2 .col-6 {
    width: 100%;
  }

  .faq-tab-menu ul li a {
    font-size: 14px;
    height: 56px;
    line-height: 22px;
    padding-left: 45px;
    padding-right: 10px;
    padding-top: 4px;
  }

  .single_brand.f-left,
  .single_brand.f-right {
    float: none;
  }

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

  .our-blog .row .col-xs-12:last-child .single-blog {
    margin-bottom: 0;
  }

  .faq-area-2 .col-6.faq-list {
    padding-left: 15px;
  }

  .footer-botttom .col-md-3.contact-form {
    padding-left: 15px;
  }

  .faq-area-2 .faq_description {
    padding-right: 0;
    padding-top: 0;
  }

  .faq-area.style-2 {
    padding-bottom: 40px;
  }

  .breadcrumbs-title h1 {
    font-size: 38px;
  }

  .blog-pages {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .articles .post-title>h3 {
    font-size: 14px;
  }

  .post-exerpt {
    margin-top: 20px;
  }

  .post-blockqoute {
    padding: 15px 0 5px;
  }

  .blog-tags,
  .blog-share {
    display: block;
  }

  .action-blog .blog-share,
  .comment-img {
    float: none;
  }

  .comment-box,
  .comment-box-inner {
    margin-top: 40px;
  }

  .action-blog {
    padding-top: 40px;
  }

  .comment-img {
    display: block;
  }

  .comment-description {
    display: block;
    margin-top: 22px;
    padding-left: 0;
  }

  .single-comment.reply-comment {
    margin: 0
  }

  .comment-form.pt-80 {
    padding-top: 40px;
  }

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

  .comment-submit {
    margin-top: 20px;
  }

  .cart-checkhout {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .coupon-form input,
  .cart-checkhout {
    width: 100%;
  }

  .coupon-form input {
    font-size: 15px;
  }

  .proceed-checkout>a {
    font-size: 16px;
    padding: 0 22px;
  }

  .coupon-form button,
  .proceed-checkout>a,
  .coupon-form input {
    height: 42px;
    line-height: 42px;
  }

  .cart-table table tbody tr td {
    font-size: 16px;
  }

  .cart-table tbody td.duration select {
    font-size: 18px;
  }

  .select-inner::after {
    right: 9px;
    top: 15px;
  }

  .cart-table .product-name {
    padding-right: 69px;
  }

  .cart-table table td.price {
    padding: 0 40px;
  }

  .cart-table td.duration,
  .cart-table td.total {
    padding: 0 50px;
  }

  .cart-table table tr td.remove {
    padding-right: 50px;
  }

  .one-more .faq-area-2 .col-6.faq-list,
  .one-more .faq-area-2 .col-6.faq_description {
    width: 100%;
  }

  .one-more .faq-area-2 .col-6.faq_description {
    margin-top: 30px;
    padding: 0 15px;
  }

  .one-more .col-6.faq-list {
    margin-top: 0;
  }

  .one-more .faq-area-2 .col-6.faq-list {
    padding-left: 0;
  }

  .contact_form-top .input-field:last-child {
    padding-left: 0;
    margin-top: 20px;
  }

  .contact_form-top .input-field{
    width: 100%;
  }

  .pages .contact_form-top .input-field:first-child {
    padding-right: 0;
  }

  .pages .contact_form-top .input-field {
    width: 100%;
  }

  .pages .contact-form-bottom textarea {
    height: 80px;
  }

  .pb-90 {
    padding-bottom: 40px;
  }

  .single-contact-social {
    margin-bottom: 15px;
  }

  .contact .newsletter {
    top: -165px;
  }

  .sing-up>button {
    padding: 0;
    width: 100%;
  }

  .available-check {
    float: none;
    margin-bottom: 20px;
  }

  .avaiable-title {
    margin-left: 0;
  }

  .available-check,
  .avaiable-title {
    display: block;
  }

  .avaiable-title>h1 {
    font-size: 22px;
  }

  .available-domain-buy>a {
    font-size: 18px;
    padding: 0;
    width: 100%;
  }

  .domain-section-titile>h1 {
    font-size: 28px;
  }

  .domain-name,
  .domain-buy {
    display: block;
  }

  .domain-buy {
    float: none;
  }

  .single-domain {
    height: 100%;
    padding-left: 32px;
    padding-right: 0;
    padding-top: 8px;
  }

  .domain-section {
    margin-bottom: 40px;
  }

  .domain-name>h3 {
    font-size: 20px;
  }

  .domain-price>p {
    font-size: 16px;
  }

  .pricing-plan.style-3 {
    padding-bottom: 210px;
  }

  .testimonial-3 {
    padding-bottom: 35px;
    padding-top: 40px;
  }

  .sticky .logo {
    margin-top: 0;
  }

  .mean-container a.meanmenu-reveal {
    top: -66px;
  }

  .header-style2 .logo.f-right {
    float: none;
  }

  .header-style3 .header-right ul li.chat {
    display: none;
  }

  .header-style3 .header-style3-inner {
    padding: 25px 0;
  }

  .header-style4 .mean-container a.meanmenu-reveal {
    top: -115px;
  }

  .header-style4 .sticky .mean-container a.meanmenu-reveal {
    top: -65px;
  }

  .header-style5 .sticky .mean-container a.meanmenu-reveal {
    top: -66px;
  }

  .footer-social.text-end {
    text-align: center;
  }

  .footer-2 .footer-social {
    margin-bottom: 25px;
  }

  .instagram-list li a img {
    border-radius: 5px;
    height: 82px;
    width: 100%;
  }

  .style4 .copyright::before {
    margin-left: -150px;
    width: 300px;
  }

  .style4 .copyright-inner {
    text-align: center;
  }

  .footer.style6 .footer-social {
    margin-bottom: 25px;
  }

  .footer8 .footer-bottom-social {
    margin-top: 55px;
  }

  .footer8 .footer-bottom-social li a {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer8 .footer-bottom-social li {
    text-align: center;
    display: block;
    margin: 0;
  }

  .error-content h2 {
    font-size: 115px;
  }

  .error-content>h3 {
    font-size: 33px;
  }

  .error-content h4 {
    font-size: 16px;
  }

  .error-content>p {
    font-size: 12px;
  }

  .services-promos::before,
  .services-promos::after {
    display: none;
  }

  .services-promos .row::before,
  .services-promos .row::after {
    display: none;
  }

  .services-promos .row > .col-lg-4 > .single-services{
    border-radius: 0 !important;
  }

  .brand-list .col-lg-3:last-child .single-brand .brand-bottom.b-logo::before{
    display: none;
  }

  .single-comment{
    flex-direction: column;
  }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px
  }

  .single-team-1 .image {
    padding: 50px 0 65px;
  }

  .pricing-title>h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .slider-text h1 {
    font-size: 55px;
  }

  .home2 .slider-text h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .home2 .slider-text h2 {
    font-size: 18px;
  }

  .style4 .copyright::before {
    margin-left: -200px;
    width: 400px;
  }

  .footer8 .footer-bottom-social {
    margin-top: 30px;
  }

  .error-content>p {
    font-size: 14px;
  }

}

.justify-content-between {
    justify-content: space-between!important;
}
.align-items-center {
    align-items: center!important;
}
/*-----------------------------------------------------------------------------------

    Template Name: Gethost Htlml template
    Template URI: http://hastech.company/
    Description: This is html5 template
    Author: Hastech
    Author URI: http://hastech.company/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS
    2. shortcode css file include here
       2.1  css/shortcode/shortcode.css/ @import url("header.css");
       2.2  css/shortcode/shortcode.css/ @import url("slider.css");
       2.3  css/shortcode/shortcode.css/ @import url("footer.css");
    03. search domain css here
    04. Choose gethost css here
    05. Services css here
    0.6 Fun fact css here
    07. Pricing table css here
    0.8 Testimonial css here
    09. Team css here
    10. Brand css here
    11. Faq css here
    12. Newsletter css here
    13. Home page 2 css here
    14. team style 2 css here
    15. Home2 single blog css here
    16. Faq style 2 css here
    17. footer 2 css here
    18. ABout us css here
        18.1 Breadcrumbs css here
    19. Blog page css here
    20. Blog Details page css here
    21. Testmonial pages css here
    22. DOmain pages css here
    23. Login page css here
    24. Cart page css here
    25. Contact css here
    26. Mobile menu css here
    27. Scrollup css here
    28. Sticky menu css here 
    29. 404 page css here
	

-----------------------------------------------------------------------------------*/

/*-----------------
	1. Theme Default CSS
    
--------------------*/
/*--
  Google fonts
--*/
/* @import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Lato:300,400,700,700i'); */

/*--
  Lato fonts
--*/
/* @font-face {
  font-family: 'latosemibold';
  src: url('fonts/lato-semibold-webfont.woff2') format('woff2'),
    url('fonts/lato-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

/* @font-face {
  font-family: 'latomedium';
  src: url('fonts/lato-medium.woff2') format('woff2'),
    url('fonts/lato-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

@import url("../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


img {
  max-width: 100%
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

/*-----------
  03. search domain css here
------------------*/
.search-domain-inner {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  background: url(img/bg/domain.jpg)no-repeat scroll center center / cover;
}

.search-domain-desc {
  padding: 48px 150px 50px;
  position: relative;
}

.search-domain-img>img {
  border-radius: 10px;
}

.search-domain-inner:before {
  background: #0a84e2;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.90;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-domain-head>h2 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
}

.search-domain-head>p {
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.domain-sort {
  display: inline-block;
  width: 70px;
  position: relative;
}

.domain-input {
  display: inline-block;
}

.domain-input>input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ddd;
  font-size: 13px;
  text-transform: capitalize;
  width: 470px;
  padding-left: 15px;
  height: 40px;
}

.domain-input ::-webkit-input-placeholder {
  color: #ddd;
}

.domain-sort select {
  -moz-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  height: 40px;
  padding-left: 5px;
}

.domain-input {
  padding-right: 16px;
}

.search-domain-form {
  position: relative;
}

.submit-form {
  position: absolute;
  right: -5px;
  top: 2px;
}

.submit-form>button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #0a84e2;
  font-size: 16px;
  height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
}

.submit-form>button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #ffffff;
}

.search-domain {
  margin-top: -89px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-info:hover {
  background-color: inherit !important;
  border-color: #ffffff;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  border-color: #fff;
}

.btn-info {
  background-color: inherit;
  border-color: #fff;
  color: #ffffff;
  border-color: -moz-use-text-color -moz-use-text-color #ffffff;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.btn-info:focus,
.btn-info.focus {
  background-color: inherit;
  border-color: inherit;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border-color: #fff;
}

.bootstrap-select>.dropdown-toggle {
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 0;
}

.domain-sort .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176);
  min-width: 160px;
  top: 92%;
}

/*--------------
    04. Choose gethost css here
------------------*/
.choose-gethost {
  padding-bottom: 45px;
  padding-top: 70px;
}

.section-title h2 {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0:
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2:before {
    background: none;
    bottom: -22px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-position: left;
}

.section-title p {
  color: #555555;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 50px;
}

.choose-gethost .section-title {
  margin-bottom: 47px;
}

.single-choose-gethost>h3 {
  font-size: 24px;
  line-height: 17px;
  margin-bottom: 17px;
  padding-right: 10px;
  position: relative;
  text-transform: capitalize;
}

.choose-gethos-list {
  margin-top: 45px;
}

.right .single-choose-gethost>h3 {
  padding-left: 10px;
  padding-right: 0;
}

.choose-gethos-list .single-choose-gethost:first-child {
  margin-bottom: 43px;
}

.single-choose-gethost>h3:before {
  background: #0a84e2;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 3px;
}

.right .single-choose-gethost>h3:before {
  right: auto;
  left: 0;
}

/*-----------
  05. Services css here
------------------*/
.services-area {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 85px;
  position: relative;
}

.services-area.overlay:before {
  background: rgba(246, 246, 246, 0.95);
}

.services-promos{
  position: relative;
}
.services-promos::before,
.services-promos::after {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 230px);
}

.services-promos::after{
 visibility: hidden;
}

.services-promos .row{
  position: relative;
}

.services-promos .row::before,
.services-promos .row::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #0a84e2;
}

.services-promos .row::before{
  left: 33.333%;
}
.services-promos .row::after{
  right: 33.333%;
}

.single-services {
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.services-icon>a {
  color: #0a84e2;
  font-size: 60px;
}

.single-services>h2 {
  font-size: 24px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.single-services>p {
  font-size: 16px;
  margin-bottom: 0;
}

.services-icon {
  margin-bottom: 9px;
  padding-top: 44px;
}

.single-services:hover {
  background: #0a84e2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.single-services:hover .services-icon>a,
.single-services:hover h2,
.single-services:hover p{
  color: #fff;
}

.services-promos .row > .col-lg-4:nth-child(1) > .single-services{
  border-radius: 10px 0 0 0;
}
.services-promos .row > .col-lg-4:nth-child(3) > .single-services{
  border-radius: 0 10px 0 0;
}
.services-promos .row > .col-lg-4:nth-child(4) > .single-services{
  border-radius: 0 0 0 10px;
}
.services-promos .row > .col-lg-4:nth-child(6) > .single-services{
  border-radius: 0 0 10px 0;
}

.services-area .section-title {
  margin-bottom: 45px;
}



/*-----------------
    0.6 Fun fact css here
------------------*/
.fun-fact {
  background: rgba(0, 0, 0, 0) url("img/bg/fun-1.jpg") no-repeat scroll center center / cover;
  padding: 78px 0 93px;
  position: relative;
}

.single-fun-fact>h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
}
.overlay{
  position: relative;
  z-index: 1;
}
.overlay:before {
  background: rgba(0, 0, 0, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.fun-icon>a {
  color: #ffffff;
  font-size: 48px;
}

.single-fun-fact>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

.fun-icon {
  margin-bottom: 4px;
}

.single-fun-fact>p:before {
  background: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

/*--------------
    07. Pricing table css here
-----------------*/
.pricing-plan.bg-color {
  background: #f6f6f6;
}

.pricing-table {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(85, 85, 85, 0.3);
  padding: 35px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-title>h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 23px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-title>h3:before {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.pricing-desc-title>h2 {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  line-height: 40px;
  margin-bottom: 34px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.pricing-desc-title>h2 span.currency {
  font-size: 30px;
  position: relative;
  top: -4px;
}

.pricing-desc-title>h2 span.date {
  font-size: 24px;
}

.pricing-desc-title>h2:before {
  background: #0a84e2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pricing-desc li {
  color: #555555;
  font-size: 16px;
  padding-bottom: 19px;
}

.buy-now>a {
  background: #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  margin-top: 18px;
  padding: 0 35px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.buy-now>a:hover {
  background: none;
  border-color: #0a84e2;
  color: #0a84e2;
}

.pricing-table:hover {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

.pricing-desc-title {
  padding: 0 70px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pricing-table:hover .pricing-desc-title,
.style-3 .pricing-table .pricing-desc-title {
  background: #0a84e2;
}

.pricing-table:hover .pricing-desc-title h2,
.style-3 .pricing-table .pricing-desc-title h2 {
  color: #fff;
}

.pricing-table:hover .pricing-title>h3:before,
.style-3 .pricing-table .pricing-title>h3:before {
  display: none;
}

.style-3 .pricing-table:hover .pricing-desc-title {
  background: inherit;
}

.style-3 .pricing-table:hover .pricing-desc-title h2 {
  color: #0a84e2;
}

.style-3 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.pricing-plan.style-2 {
  background: #f6f6f6;
}

.pricing-plan.style-3 {
  padding-bottom: 180px;
}

/*--------------
    0.8 Testimonial css here
-----------------*/
.testimonial {
  background: rgba(0, 0, 0, 0) url("img/bg/3.jpg") no-repeat scroll center center / cover;
  padding: 91px 0 80px;
  position: relative;
}

.testimonial-list-2 .single-testimonial {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-text {
  position: relative;
  top: 55px;
}

.text-end .testimonial-text {
  margin-right: 13px;
}

.text-start .testimonial-text {
  margin-left: 13px;
}

.testimonial-img {
  width: 120px;
}

.testimonial-title,
.testimonial-name,
.testimonial-img,
.testimonial-text {
  display: inline-block;
}

.testimonial-title>p {
  color: #ffffff;
  font-size: 12px;
}

.testimonial-name>h5 {
  color: #ffffff;
  font-size: 16px;
}

.testimonial-img>img {
  border-radius: 11px;
}

.single-testimonial-top {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.single-testimonial-top:before {
  background: #0a84e2;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 370px;
}

.text-start .single-testimonial-top:before {
  left: 0;
  right: auto;
}

.single-testimonial-top:after {
  background: #0a84e2;
  border-radius: 50%;
  bottom: -6px;
  content: "";
  height: 13px;
  left: -57px;
  position: absolute;
  width: 13px;
}

.text-start .single-testimonial-top:after {
  left: auto;
  right: -57px;
}

.single-testimonial-bottom>p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}

.single-testimonial-bottom {
  margin-top: 13px;
}

.testimonial-list.owl-carousel .owl-page span,
.testimonial-list-2.owl-carousel .owl-page span {
  background: #ffffff;
  border-radius: 0;
  height: 3px;
  margin: 0 0 0 5px;
  opacity: 1;
  width: 25px;
}

.testimonial-list.owl-carousel .owl-page:first-child span,
.testimonial-list-2.owl-carousel .owl-page:first-child span {
  margin-left: 0;
}

.testimonial-list.owl-carousel .owl-page.active>span,
.testimonial-list-2.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

.testimonial-list.owl-theme .owl-controls {
  line-height: 0;
  margin-top: 45px;
}

/*---------------
    09. Team css here
-------------------*/
.team-slider-active {
  margin-left: -30px;
  margin-right: -30px;
}

.team.slick_slide .section-title {
  margin-bottom: 30px;
}

.team-slider-active .slick-list {
  padding-left: 162px !important;
  padding-right: 162px !important;
}

.single-team-1 .image {
  display: block;
  padding: 70px 0;
}

.single-team-1 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-team-1.slick-current.slick-center {
  position: relative;
  transform: scale(1.5);
  z-index: 99999;
}

.single-team-1.slick-active {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 999;
  position: relative;
}

.single-team-1 .image img {
  border-radius: 5px;
}

.team-image-inner {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
  position: relative;
}

.team-img-slider .member-info {
  border-radius: 0 0 5px 5px;
  bottom: 0;
  opacity: 0;
  padding: 7px 0 5px;
  position: absolute;
  text-align: center;
  -webkit-transform: inherit;
  transform: inherit;
  width: 100%;
}

.single-team-1.slick-current.slick-center .member-info {
  opacity: 1;
}

.team-img-slider .member-info h3 {
  font-size: 13px;
}

.team-img-slider .member-info p {
  font-size: 9px;
  font-weight: 400;
}

.team-image-inner:before {
  background: rgba(245, 133, 51, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.single-team-1.slick-current.slick-center .team-image-inner:before {
  background: rgba(0, 0, 0, 0.3);
}

.team-text-slider .member-social>a:last-child {
  margin-left: 9px;
}

.team-text-slider .member-social>a {
  margin-left: 9px;
}

.team-text-slider .member-social {
  bottom: inherit;
  margin-bottom: 0;
  position: inherit;
  width: inherit;
}

.team-text-slider {
  margin-top: 2px;
}

.team-slider-active button.slick-arrow {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #0a84e2;
  font-size: 48px;
  left: -40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.team-slider-active button.slick-arrow.slick-next {
  left: auto;
  right: -40%;
}

.team-slider-active button.slick-arrow:hover {
  color: #555555;
}

/*-----------------
    10. Brand css here
---------------------*/
.our-brand {
  background: url(img/bg/brand.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.our-brand.overlay:before {
  background: rgba(241, 241, 241, 0.95);
}

.brand-top {
  padding-bottom: 50px;
}

.brand-bottom {
  padding-top: 45px;
}

.single-brand {
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.single-brand:before {
  background: #0a84e2;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.brand-list {
  position: relative;
}

.brand-list:before {
  background: #0a84e2;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 115px;
  position: absolute;
  right: 115px;
  top: 123px;
}

.brand-list .col-lg-3:last-child .single-brand:before {
  display: none;
}

.b-logo img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.b-logo img,
.single_brand img {
  -webkit-filter: grayscale(100%);
  -mz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}

.b-logo img:hover,
.single_brand img:hover {
  -webkit-filter: none;
  -mz-filter: none;
  -o-filter: none;
  filter: none;
}

/*---------------
    11. Faq css here
------------------*/
.faq-accordion h4 a {
  color: #555555;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.faq-accordion h4 {
  background: #f6f6f6;
  border-radius: 0 10px 10px 0;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-description {
  background: rgba(0, 0, 0, 0) url("img/faq/bg-faq.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 20px;
  padding: 37px 42px;
  position: relative;
}

.faq-description>p {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.faq-accordion h4.open{
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}


.faq-description:before {
  background: rgba(94, 94, 94, 0.8);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.faq-accordion,
.faq-tab-list-style-2{
  margin-left: 30px;
  margin-right: 30px;
}

.faq-accordion h4,
.faq-tab-list-style-2 .nav-link {
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  margin-bottom: 20px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 5px;
  color: #555;
  font-weight: 600;
  position: relative;
  padding: 15px 20px 15px 40px;
  text-align: left;
}

.faq-accordion h4::before,
.faq-tab-list-style-2 .nav-link::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: #0a84e2;
  color: #fff;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  text-align: center;
  line-height: 40px;

}

.faq-accordion h4::after,
.faq-tab-list-style-2 .nav-link::after{
  content: "+";
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(0% - 20px);
  background: transparent;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 40px;
  transition: all .3s ease;
}

.faq-accordion h4.open::after,
.faq-tab-list-style-2 .nav-link.active::after{
  content: "-";
}


/*-------------------
    12. Newsletter css here
------------------*/
.faq-area {
  padding-bottom: 70px;
  padding-top: 90px;
}

.newsletter-inner {
  background: rgba(0, 0, 0, 0) url("img/bg/newsletter.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.newsletter-form-inner input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #ffffff;
  height: 35px;
  width: 323px;
}

.newsletter-form-inner ::-webkit-input-placeholder {
  color: #ddd;
}

.newsletter-form-inner {
  display: inline-block;
  position: relative;
}

.newsletter-form-inner button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  height: 35px;
  margin-left: 20px;
  padding: 0 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newsletter-form-inner button:hover {
  background: #fff;
  color: #0a84e2;
}

.newsletter-head>p {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter-head>h5 {
  color: #ffffff;
  font-size: 16px;
}

.newsletter-head {
  margin-bottom: 28px;
  position: relative;
}

.newsletter-inner.overlay:before {
  background: rgba(245, 133, 51, 0.9);
  border-radius: 10px;
}

.newsletter {
  margin-bottom: -131px;
  position: relative;
  z-index: 9;
}

/*---------------------
    13. Home page 2 css here
--------------------*/
.home2 .main-menu,
.home2 .header-right {
  display: inline-block;
}

.header-rigt-desc {
  float: right;
}

.home2 .main-menu {
  margin-right: 75px;
}

.home2 .slider-text h1 {
  font-size: 72px;
  line-height: 80px;
}

.home2 .slider-text h2 {
  font-size: 30px;
  margin-bottom: 17px;
}

.home2 .slider-text>a {
  margin-top: 28px;
}

/*fun fact*/
.fun-fact.white {
  background: url(img/bg/fun-2.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.fun-fact.white.overlay:before {
  background: rgba(249, 249, 249, 0.90);
}

.white .fun-icon>a,
.white .single-fun-fact>p,
.white .single-fun-fact>h3 {
  color: #555555;
}

.white .single-fun-fact>p:before {
  background: #555555;
}

/*pricing table*/
.style-2 .pricing-table:hover {
  background: #0a84e2;
}

.pricing-plan {
  background: #f1f1f1;
}

.style-2 .pricing-table:hover .buy-now>a {
  background: #fff;
  color: #0a84e2;
}

.style-2 .pricing-table:hover .pricing-title h3:before,
.style-2 .pricing-table:hover .pricing-desc-title>h2:before {
  background: #fff;
}

.style-2 .pricing-table:hover .pricing-title>h3:before {
  display: block;
}

.style-2 .pricing-table:hover .pricing-desc-title {
  background: inherit
}

.style-2 .pricing-table:hover .pricing-title>h3,
.style-2 .pricing-table:hover .pricing-desc li {
  color: #fff
}

.style-2 .pricing-table:hover {
  box-shadow: inherit;
}

.style-2 .pricing-table {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.3);
}

/*testimonial*/
.styel-2 .single-testimonial-inner {
  position: relative;
}

.styel-2 .single-testimonial-inner:before {
  color: #aaaaaa;
  content: "“";
  font-size: 160px;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -54px;
  width: 100%;
}

.styel-2 .single-testimonial-desc {
  display: inline-block;
  padding-top: 62px;
}

.styel-2 .testimonial-text {
  position: inherit;
  top: inherit;
}

.styel-2 .testimonial-desc>p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.styel-2 .testimonial-title,
.styel-2 .testimonial-name {
  display: block;
}

.styel-2 .testimonial-name>h5,
.styel-2 .testimonial-title p {
  margin-bottom: 0;
}

.styel-2 .testimonial-title p {
  line-height: 12px;
  margin-top: 7px;
}

.testimonial.styel-2 {
  padding: 91px 0;
  background: url(img/bg/test-2.jpg)no-repeat scroll center center / cover;
}

.team-img>img {
  width: 100%;
}

/*-----
    14. team style 2 css here
-------*/
.team-img-inner {
  position: relative;
  overflow: hidden;
}

.team-desc {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.member-info>p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

.member-info {
  background: #0a84e2;
  opacity: 0;
  padding: 16px 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.member-info>h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.member-social {
  bottom: 0;
  margin-bottom: 30px;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a {
  border: 1px solid #0a84e2;
  border-radius: 5px;
  color: #0a84e2;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 32px;
  margin-left: 7px;
  width: 35px;
}

.team-img-inner:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.member-social>a:first-child {
  margin-left: 0;
}

.member-social>a:hover {
  background: #0a84e2;
  color: #ffffff;
}

.single-team:hover .member-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single-team:hover .member-social {
  bottom: 67px;
}

.single-team:hover .team-img-inner:before {
  opacity: 1;
}

.team.style2 {
  background: rgb(246, 246, 246);
}

.team-text>p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 13px;
}

/*--brand list 2 css here---*/
.our-brand.style-2 {
  background: url(img/bg/brand-2.jpg)no-repeat scroll center center / cover;
}

.our-brand.style-2.overlay:before {
  background: rgba(0, 0, 0, 0.90);
}

.style-2 .brand-list-2 .col-md-3,
.style-2 .brand-list-2 .col-md-2 {
  width: 100%;
}

/*---------------
    15. Home2 single blog css here
--------------------*/

.blog-thumbnail img {
  border-radius: 10px;
}

.blog-thumbnail>a {
  display: block;
}

.blog-action-left,
.blog-action-right {
  display: inline-block;
}

.post-like,
.post-comment {
  display: inline-block;
}

.blog-action-right {
  float: right;
}

.post-date>p {
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.post-like p a,
.post-comment>p a {
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-like {
  margin-right: 5px;
}

.blog-action-right p {
  margin: 0;
}

.post-like p a i,
.post-comment>p a i {
  color: #aaaaaa;
  font-size: 14px;
  margin-right: 3px;
}

.blog-action {
  overflow: hidden;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.post-title>h3 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-action {
  margin-top: 7px;
  overflow: hidden;
}

.blog-desc {
  margin-top: 15px;
}

.post-title>h3 a {
  font-weight: bold;
}

.post-video .blog-thumbnail {
  position: relative;
}

.post-video .blog-thumbnail:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.post-video-play>a {
  color: #0a84e2;
  font-size: 60px;
}

.blog-thumbnail img {
  width: 100%;
}

.single-blog {
  border-bottom: 1px solid #dddddd;
}

.post-content>p {
  color: #333333;
  margin-bottom: 10px;
}

.post-like p a:hover,
.post-comment>p a:hover {
  color: #0a84e2;
}

/*-------
    16. Faq style 2 css here
-------*/
.faq-tab-menu ul li a {
  background: #ffffff;
  border-radius: 10px;
  color: #555555;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 55px;
  position: relative;
}

.faq-tab-menu li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.faq-tab-menu li:last-child {
  margin-bottom: 0;
}

.faq-area.style-2 {
  background: #f9f9f9;
}

.style-2.one-more .faq-description {
  margin-left: 0;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
}

.one-more .faq-area-2 .col-6.faq-list {
  padding-left: 50px;
  width: 55%;
}

.one-more .faq-area-2 .col-6.faq_description {
  width: 45%;
}

.faq-area.style-2 {
  padding-bottom: 90px;
}

/*-------
    17. footer 2 css here
-------*/
.footer,
.footer.style6 {
  background: url(img/bg/footer.jpg)no-repeat scroll center center / cover;
  position: relative;
}

.footer-2 .footer-botttom {
  margin-bottom: 20px;
  padding-top: 154px;
}

.newsletter.home2 {
  margin-bottom: -147px;
}

.footer-botttom .col-md-3.contact-form {
  padding-left: 0;
}

.contact-form .single-footer {
  padding-right: 70px;
}

.contact-form .input-field input {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 22px;
  padding-left: 0;
  text-transform: capitalize;
}

.form-top .input-field:last-child {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-form textarea {
  border-color: none;
  background: rgba(0, 0, 0, 0);
  border-color: #aaa;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #aaaaaa;
  height: 50px;
  padding: 0;
  resize: none;
}

.form-submit>button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #555555;
  color: #aaaaaa;
  font-size: 12px;
  height: 28px;
  margin-top: 12px;
  padding: 0 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-submit>button:hover {
  background: #0a84e2;
  border-color: #0a84e2;
  color: #ffffff;
}

.get_touch .form-top .input-field {
  margin-bottom: 10px !important;
  padding: 0;
  width: 100%;
}

.get_touch .form-top .input-field:last-child {
  margin: 0;
  padding-left: 0;
}

.get_touch .form-top {
  margin: 0;
}

.get_touch .form-top .input-field:first-child {
  padding-right: 0;
}

/*--------------
    18. ABout us css here
--------------*/
/*----------------
    18.1 Breadcrumbs css here
------------*/
.breadcrumbs {
  background: url(img/bg/header-bg.jpg)no-repeat scroll center center / cover;
  position: relative;
  padding: 225px 0 105px;
}

.breadcrumbs.overlay:before {
  background: rgba(0, 0, 0, 0.70);
}

.header-top.header-bg {
  background: rgba(245, 133, 51, 0.9);
  border-bottom: medium none #000080;
}

.breadcrumbs-title h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs-menu ul li a {
  color: #ffffff;
}

.breadcrumbs-menu ul li a:hover {
  color: #0a84e2;
}

.testimonial.white.overlay:before {
  background: rgba(249, 249, 249, 0.97);
}

.white.styel-2 .testimonial-desc>p,
.white.styel-2 .testimonial-name>h5,
.white.styel-2 .testimonial-title p {
  color: #555555;
}

.white .testimonial-list.owl-carousel .owl-page span {
  background: #555555;
}

.white .testimonial-list.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

/*---------------
    19. Blog page css here
------------------*/
.blog-post {
  margin-bottom: 30px;
}

.blog-pages {
  padding-bottom: 60px;
  padding-top: 90px;
}

/*----------------
    20. Blog Details page css here
-----------------------*/
.articles-thumbnail>img {
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.articles-thumbnail>img:hover {
  opacity: 0.9;
}

.articles-thumbnail {
  margin-bottom: 45px;
}

.articles .post-title>h3 {
  font-size: 18px;
}

.articles .post-date>p {
  color: #333333;
}

.articles .post-date>p {
  color: #333333;
}

.articles .blog-action-right p a {
  text-transform: capitalize;
}

.articles .blog-action-right p a i {
  color: #0a84e2;
}

.articles .post-like {
  margin-right: 17px;
}

.articles .post-like p a i,
.articles .post-comment>p a i {
  margin-right: 6px;
}

.post-exerpt {
  margin-top: 35px;
}

.post-exerpt p {
  color: #333333;
}

.post-text1 p.text1 {
  margin-bottom: 22px;
}

.post-blockqoute {
  padding: 5px 0 5px 46px;
}

.post-blockqoute>p {
  border-left: 3px solid #0a84e2;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-top: 8px;
}

.post-blockqoute {
  padding: 15px 0 5px 46px;
}

.tag-name>p,
.share-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.tag-name,
.tag-list,
.tag-list ul li,
.share-title,
.share-social,
.blog-tags,
.blog-share {
  display: inline-block;
}

.action-blog .blog-share {
  float: right;
}

.tag-list ul li a {
  color: #333333;
  font-size: 12px;
  text-transform: capitalize;
}

.blog-tags .tag-list {
  margin-left: 25px;
}

.share-social>a {
  color: #aaaaaa;
  margin-left: 24px;
}

.share-social>a:hover {
  color: #0a84e2;
}

.action-blog {
  border-bottom: 1px solid #0a84e2;
  padding-top: 48px;
}

.comment-title>p,
.comment-form-title>p {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  position: relative;
  text-transform: uppercase;
}

.comment-title>p:before,
.comment-form-title>p:before {
  background: #0a84e2;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 50px;
}

.comment-box {
  margin-top: 82px;
}

.comment-box-inner {
  margin-top: 50px;
}

.comment-img img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
}

.comment-img {
  display: inline-block;
}

.comment-img {
  display: inline-block;
}

.comment-description {
  display: inline-block;
  padding-left: 30px;
}

.comment-title>h6 {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
  text-transform: capitalize;
}

.comment-publish>p {
  color: #333333;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}

.comment-desc>p {
  color: #333333;
  margin-bottom: 11px;
}

.comment-reply>a i {
  color: #0a84e2;
  margin-right: 5px;
}

.comment-reply>a {
  color: #333;
  text-transform: lowercase;
}

.single-comment{
  display: flex;
  flex-direction: row;
}

.single-comment.reply-comment {
  margin-left: 100px;
}

.comment-form-inner {
  margin-top: 38px;
}

.input-field>input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #000000;
  height: 34px;
}

.form-bottom textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 110px;
  resize: none;
}

.form-top .input-field {
  float: left;
  width: 50%;
}

.form-top .input-field:first-child {
  padding-right: 15px;
}

.form-top .input-field:last-child {
  margin: 0;
  padding-left: 15px;
}

.form-top {
  margin-bottom: 32px;
  overflow: hidden;
}

.comment-submit>button {
  background: #0a84e2;
  border: 1px solid #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  padding: 0 33px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-submit {
  margin-top: 50px;
}

.comment-submit>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #0a84e2;
}

.widget-title>h6 {
  border-left: 5px solid #0a84e2;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  text-transform: uppercase;
}

.widget-title {
  margin-bottom: 21px;
}

.widget .desc {
  padding-left: 20px;
}

.widget-about p {
  color: #333333;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 45px;
}

.categories-list li a {
  color: #333333;
  text-transform: capitalize;
}

.categories-list li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.categories-list li:last-child {
  margin-bottom: 0;
}

.categories-list {
  padding-top: 4px;
}

.latest-blog.desc {
  padding-top: 19px;
}

.recent-post-img img {
  border-radius: 10px;
  height: 150px;
  width: 150px;
}

.recent-post-desc>p,
.recent-post>p {
  color: #333333;
  margin-bottom: 0;
}

.recent-post-img {
  margin-bottom: 10px;
}

.recent-post-desc {
  margin-bottom: 3px;
}

.recent-post>p i {
  margin-right: 5px;
}

.widget-list li {
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-list a {
  color: #333333;
  display: block;
  height: 30px;
  line-height: 24px;
  padding: 0 24px;
  text-transform: capitalize;
}

.widget-list li:last-child {
  margin: 0;
}

selectorSavingError {
  background: #0a84e2;
  color: #ffffff;
}

.widget-list li:hover {
  background: #0a84e2;
  border-color: #0a84e2;
}

.widget-list li:hover a {
  color: #ffffff;
}

/*--------
    21. Testmonial pages css here
--------------*/
.bg-none .testimonial-name>h5,
.bg-none .testimonial-title>p,
.bg-none .single-testimonial-bottom>p,
.testimonial-3 .testimonial-title>p,
.testimonial-3 .testimonial-name>h5 {
  color: #555555;
}

.bg-none .testimonial-list.owl-carousel .owl-page span {
  background: #555;
}

.bg-none .testimonial-list.owl-carousel .owl-page.active span {
  background: #0a84e2;
}

.testimonial.bg-none {
  background-image: none;
}

.testimonial-list-2 .col-md-4 {
  text-align: center;
  width: 100%;
}

.testimonial-list-2.owl-carousel .owl-page span {
  background: #555;
}

.testimonial-3 .testimonial-name,
.testimonial-3 .testimonial-title {
  display: block;
}

.testimonial-3 .single-testmonial-text>p {
  color: #555555;
  font-size: 16px;
}

.testimonial-3 .testimonial-description {
  margin-top: 24px;
}

.testimonial-3 .testimonial-name>h5,
.testimonial-3 .testimonial-title p {
  margin-bottom: 0;
}

.testimonial-3 .testimonial-list-2.owl-theme .owl-controls {
  margin-top: 40px;
}

.testimonial-3 {
  padding-bottom: 85px;
  padding-top: 90px;
}

/*------
    22. DOmain pages css here
------*/

.avaiable-title>h1 {
  color: #555555;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

.avaiable-title>h1 span {
  color: #f58a3c;
}

.available-check-inner {
  background: #f58a3c;
  border: 5px solid #f3a368;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  line-height: 55px;
  width: 70px;
}

.available-check,
.avaiable-title {
  display: inline-block;
}

.available-check {
  float: left;
}

.available-head {
  display: inline-block;
}

.avaiable-title {
  margin-left: 48px;
}

.available-domain-buy>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 57px;
  text-transform: capitalize;
}

.available-domain-buy>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.available-domain-buy {
  margin-top: 30px;
}

.domain-available {
  margin-bottom: 52px;
}

.domain-section-titile>h1 {
  color: #f58a3c;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 31px;
  text-align: center;
}

.domain-name,
.domain-buy,
.domain-price,
.domain-buy-btn {
  display: inline-block;
}

.domain-buy {
  float: right;
}

.single-domain {
  background: #f1f1f1;
  border-radius: 8px;
  height: 70px;
  line-height: 72px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 35px;
}

.domain-name>h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #555555;
}

.domain-price>p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.domain-buy-btn>a {
  background: #f58a3c;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 26px;
  text-transform: capitalize;
}

.domain-buy-btn>a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #f58a3c;
  color: #f58a3c;
}

.domain-price {
  margin-right: 15px;
}

.domain-name {
  display: inline-block;
  margin-top: 4px;
}

.domain-section {
  margin-bottom: 62px;
}

.domain-section.sports-hobbies {
  margin-bottom: 0;
}

/*------------------
    23. Login page css here
--------------*/
.login-page-inner {
  background: rgba(0, 0, 0, 0) url("img/domain/login-bg.jpg") no-repeat scroll center center / cover;
  border-radius: 10px;
  position: relative;
}

.login-page-title>h3 {
  background: #0a84e2;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  font-size: 24px;
  height: 70px;
  line-height: 63px;
  margin: 0;
}

.login-form,
.login-page-title {
  position: relative;
}

.login-form {
  padding: 40px 30px;
}

.login-page-inner.overlay:before {
  background: rgba(241, 241, 241, 0.9);
  border-radius: 10px;
}

.login-input>input {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #888888;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding-left: 50px;
}

.login-input {
  margin-bottom: 20px;
  position: relative;
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-input:before {
  color: #888888;
  content: "";
  font-family: Icofont;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sing-up>button {
  background: #0a84e2;
  border: 1px solid #0a84e2;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 48px;
  padding: 0 105px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sing-up>button:hover {
  background: rgba(0, 0, 0, 0);
  color: #0a84e2;
}

/*---------------
    24. Cart page css here
---------------*/
.cart-table .thead {
  color: #ffffff;
}

.table-responsive {
  border: medium none;
}

.cart-table table tr {
  display: inline-block;
  width: 100%;
}

.cart-table table tbody tr {
  margin-top: 10px;
}

.cart-table table tbody tr td {
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-table table {
  width: 100%;
}

.cart-table .product-name {
  padding-left: 50px;
  width: 300px;
}

.cart-table .thead td {
  background: #f58a3c;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  text-transform: capitalize;
}

.cart-table .thead td:first-child,
.cart-table table tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.cart-table .thead td:last-child,
.cart-table table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.cart-table table td.price {
  text-align: center;
  width: 300px;
}

.cart-table td.duration,
.cart-table td.total {
  width: 200px;
  text-align: center;
}

.cart-table .thead td.remove {
  width: 170px;
  text-align: center;
}

.cart-table table tr td {
  background: #f1f1f1;
  height: 70px;
}

.cart-table table tr td.remove {
  text-align: center;
  width: 170px;
}

.cart-table table tr td.remove a {
  color: #0a84e2;
}

.cart-table table tr td.remove a:hover {
  color: #555;
}

.cart-table tbody td.duration .nice-select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #555555;
  font-size: 24px;
  width: 70px;
  cursor: pointer;
}
.cart-table tbody td.duration .nice-select::after {
  display: none;
}

.select-inner:after{
  /* display: none; */
}

.select-inner {
  display: inline-block;
  position: relative;
}

.select-inner:after {
  content: "";
  font-family: Icofont;
  position: absolute;
  right: -20px;
  top: 5px;
}


.cart-checkhout {
  background: #f9f9f9;
  float: right;
  padding: 52px 70px;
  width: 470px;
}

.cart-total>p {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.cart-total-price li {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-total-price li span {
  float: right;
}

.proceed-checkout>a {
  background: #f58a3c;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin-top: 27px;
  padding: 0 30px;
}

.proceed-checkout>a:hover {
  background: #555555;
}

.coupon-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #c3c3c3;
  display: block;
  font-size: 18px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 30px;
  width: 372px;
}

.coupon-form button {
  background: #f58a3c;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 45px;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}

.coupon-form button:hover {
  background: #555555;
}

/*------------------
    25. Contact css here
-----------------*/

.footer-area.contact {
  position: relative;
}

.contact .newsletter {
  margin-bottom: 0;
  position: absolute;
  top: -88px;
  width: 100%;
}

.contact-form .form-title h2 {
  color: #3e3e3e;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 20px;
}

.contact_form-top .input-field input,
.contact-form-bottom .input-field input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0);
  border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
  -o-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #3e3e3e;
  font-size: 16px;
  padding: 0;
  height: 40px;
}

.contact-form-bottom>textarea {
  border-color: #eeeeee;
  color: #3e3e3e;
  font-size: 16px;
}



/*----------
    26. Mobile menu css here
------------------*/
.mobile-menu-area {
  background: rgba(0, 0, 0, 0);
  margin-top: -4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999999;
}

.mean-container a.meanmenu-reveal {
  color: #ffffff;
  float: left;
  position: absolute;
  right: 5% !important;
  top: -62px;
}

.mean-container .mean-nav ul li a {
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.home2 .mean-container a.meanmenu-reveal {
  right: 50% !important;
  top: -70px;
}

.mean-container .mean-nav {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/*-------------------
    27. Scrollup css here
---------------------*/
#scrollUp {
  background: #0a84e2;
  bottom: 45px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}

#scrollUp:hover {
  background: #555;
}

/*-------------
    28. Sticky menu css here
----------------*/
.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
}

.sticky .menu ul li a {
  padding: 30px 0;
}

.sticky .logo {
  margin-top: 16px;
}

.sticky .hamburger {
  top: 30px;
}

.header-bottom.bg-whte.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.9);
}

.header-style3 .header-style3-inner {
  position: relative;
}

.header-style3 .mean-container a.meanmenu-reveal span {
  background: #555555;
}

.header-style3 .mean-container a.meanmenu-reveal {
  color: #555555;
}

.header-style3 .header-bottom {
  padding: 0;
}

.header-style5 .mean-container a.meanmenu-reveal {
  top: -121px;
}

.header-style6 .mean-container a.meanmenu-reveal {
  color: #555555;
  top: -66px;
}

.header-style-inner {
  position: relative;
}

.header-style6 .mean-container a.meanmenu-reveal span {
  background: #555;
}

.header-style6 .mobile-menu-area {
  top: 158%;
}

/*----------------------------
    29. 404 page css here
-------------------------*/
.error-content h2 {
  color: #0a84e2;
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

.error-content>h3 {
  color: #535353;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
}

.error-content h4 {
  color: #535353;
  font-weight: 400;
  text-transform: capitalize;
}

.error-content .go-home {
  background: #0a84e2;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 12px 28px;
  text-transform: uppercase;
}

.error-content .go-home:hover {
  background: #555;
}

.imb-box img {
    height: 140px;
    padding: 10px;
}
.card-body h5 {
    font-size: 14px;
}
.card-body label {
  color: #0a84e2;
  font-weight: bold;
}
.banner-cta-btn {
    background: #0a84e2;
    padding: 12px 80px;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px;
	display: inline-block;
}
.number_print {
    position: fixed;
    bottom: 350px;
    left: -174px;
    background: #0a84e2;
    color: white !important;
    padding: 10px 40px;
    font-size: 22px;
    z-index: 999;
    transform: rotate(270deg);
    letter-spacing: 2px;
    font-weight: 600;
}
.whatsapp_float {
    position: fixed;
    bottom: 60px;
    left: 20px;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.slider-text ul{margin-left:30px;}
	.text-end.mob-left{text-align:left !important;}
	.home2 .slider-text h2 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 35px;
	}
	.home2 .slider-text h2 a {
		font-weight: bold;
		font-size: 26px;
		width: 235px;
		display: inline-block;
	}
	.home2 .slider-text h2 a span{display: block;}
}