
/*------------------------------------------------------------------
 * Theme Name: HOSTBY - HTML Responsive Domain & Web Hosting Template
 * Author: Companyname;
 * Description: A Bootstrap-4 Responsive Domain & Web Hosting Template
 * Version: 1.0
 * Bootstrap v4.0 (http://getbootstrap.com)
 * Copyright 2018.
 -------------------------------------------------------------------*/

/*------------------------------------------------------------------
    CSS INDEX
    ===================

    1. General Styles
    2. Home
        2.1 header Styles
        2.2 Top-section
        2.3 search-domain
        2.4 why us
        2.5 service
        2.6 features
        2.7 Plans
        2.8 vps section
        2.9 project & faq
        2.10 portfolio
        2.11 footer
        2.12 team
        2.13 blogs
        2.14 testimonial
        2.15 partners section
        2.16 host-subscribe
        2.17 footer
    3. Top-banner
    4. our history
    4. counters
    5. guest-form
    6. domain-pricing
    7. faq-ask
    8. host-process
    9. sign in/sign-up
    10. what we do
    11. our team
    12. contact-us
    12. google-map
    12. page-404
    12. portfolio-colummns-page
    12. hosting-pagination
    12. blog-columns
    12. Typography

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

/*--------------------------------------
	Google Font
----------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Raleway");

/*--------------------------------------
	1. General Styles
----------------------------------------*/
.btn-block{
  font-size: 16px !important;
}
body {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  background: #fff;
  font-weight: 400;
  /* color: #fff; */
}.navbar-nav li{    position: relative;  }    .submenu{    position: absolute;    left: 100%;    top:0;    display: none;    width: 200px;  }    .submenu__item{    background-color: white;  }

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 1em;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  color: #707070;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.wrapper {
  overflow: hidden;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.host-btn {
  background-color: #000;
  border-radius: 60px;
  padding: 18px 30px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.host-slider1 .host-btn {
  font-size: 20px;
}


.form-control:focus,
.custom-select:focus {
  background-color: #fff;
  outline: 0;
}

.section-padding {
  padding: 80px 0;
}

.text-elip {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.center-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-white {
  background-color: #fff;
}

.pt-120 {
  padding-top: 120px;
}

.pt-110 {
  padding-top: 110px;
  padding-bottom: 80px;
}

.pb-140 {
  padding-top: 80px;
}

.pb-20 {
  padding-bottom: 20px;
}

.btn-submit {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0;
  cursor: pointer;
}

button,
label {
  cursor: pointer;
}

/*==================
    preloader Css
  ==================*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.gif") no-repeat center center;
}

/*==================
    Top scroll button
  ==================*/

#goTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*--------------------------------------
	all titles css
----------------------------------------*/

.all-title {
  text-align: center;
}

.all-title h3 {
  font-size: 40px;
  position: relative;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.title-border {
  position: absolute;
  width: 154px;
  margin: 0 auto;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-border::after {
  content: "";
  position: absolute;
  top: 0;
  width: 63px;
  right: 0;
  height: 1px;
}

.title-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 62px;
  left: 0;
  height: 1px;
}

.title-border span::after {
  position: absolute;
  content: "";
  top: 0;
  right: 62px;
  border: 9px solid transparent;
  border-top: 13px solid;
}

.title-border span::before {
  position: absolute;
  content: "";
  left: 61px;
  bottom: 0;
  border: 9px solid transparent;
  border-bottom: 13px solid;
}

.all-title p {
  margin: 70px auto 55px;
  max-width: 750px;
}

/*--------------------------------------
	header Styles
----------------------------------------*/

.header-wrap {
  background-color: #000;
  position: relative;
}

.head-detail {
  padding-top: 15px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.header-blue .head-detail {
  background-color: #000;
  color: #fff;
}

.header-blue .head-detail:before,
.header-blue.header-wrap:after {
  display: none;
}

.header-blue .top-logs-area .cal-us {
  margin-left: 0;
}

.header-blue .logs .drops .drop-links {
  color: #fff;
}

.top-logs-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}

.top-logs-area .cal-us {
  padding: 5px 0 0;
  margin-right: auto;
}

.top-logs-area .logs {
  padding: 5px 0 0;
}

.logs .drops {
  text-transform: capitalize;
  display: inline-block;
}
.drops .drop-links {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logs .drops:last-child {
  border-right: none;
}

.logs .drops:last-child .drop-links {
  padding-right: 0;
}

.drop-links i {
  font-weight: 700;
}

.languages .log-panel {
  opacity: 1;
  position: absolute;
  display: block;
  visibility: hidden;
  width: 200px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  right: 0;
  height: auto;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drops.languages:hover .log-panel {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.login-panel,
.register-panel {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  right: 0;
  width: 340px;
  background-color: #fff;
  padding: 40px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login:hover .login-panel,
.register:hover .register-panel {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.login-form .form-control,
.register-form .form-control {
  margin-bottom: 20px;
  border-color: #ccc;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 16px;
}

.login-form .btn-submit,
.register-form .btn-submit {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-form .btn-submit:hover,
.register-form .btn-submit:hover {
  opacity: 0.8;
}

.log-panel .lang-links {
  border-bottom: 1px solid #ebebeb;
}

.log-panel .lang-links:last-child {
  border-bottom: none;
}

.lang-links img {
  margin-right: 20px;
}

.log-panel .lang-links:hover a {
  color: #fff;
}

.log-panel .lang-links a {
  color: #000;
  text-transform: capitalize;
  padding: 15px 20px;
  display: block;
}

.login-form h3 {
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.login-form p {
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}

select {
  cursor: pointer;
  text-transform: capitalize;
}

.d-blue {
  background-color: #000;
}

/*--------------------------------------
	 Top-section
----------------------------------------*/

/*------- host-slider1 -------*/

.host-slider1 {
  position: relative;
  overflow: hidden;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.slide-table {
  display: table;
  width: 100%;
  height: 100%;
}

.slide-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.host-blue-warp .slide-text h2 {
  max-width: 100%;
  margin: 0;
}
.owl-item.active .slide-text h2 {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}
.slide-text h2 {
  font-size: 50px;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}
.slide-text h2 .first-row_carousel{
  color: white;
}
.second-row_carousel{
  color: #F2b10d;
  font-size: 50px
}
.slide-text .slide-para {
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 0;
}
.owl-item.active .slide-text .slide-para {
  -webkit-animation: 1s 0.6s fadeInUp both;
  animation: 1s 0.6s fadeInUp both;
}

.host-pakage .host-btn {
  text-transform: uppercase;
  margin-top: -45px;
}
.owl-item.active .slide-text .host-pakage {
  -webkit-animation: 1s 0.8s fadeInUp both;
  animation: 1s 0.8s fadeInUp both;
}
.host-slider1{
  z-index: 0;
}

.host-pakage li {
  display: inline-block;
}

.host-pakage li p {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-right: 45px;
  padding: 0;
}

.host-slider1 p {
  color: #fff;
}

.host-pakage li span {
  font-size: 30px;
}

/* .host-slider1 .owl-item img {
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: 100%;
} */

.host-slider1 .owl-nav {
  margin: 0;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.host-slider1 .owl-nav .owl-prev,
.host-slider1 .owl-nav .owl-next {
  padding: 0;
  position: absolute;
  margin: 0;
  background: none;
}
.host-slider1 .owl-nav [class*=owl-]:hover{
  background-color: transparent
}

.host-slider1 .owl-nav .owl-prev {
  left: 0;
}
.host-slider1 .owl-nav .owl-next {
  right: 0;
}

.host-slider1 .owl-nav .owl-prev:hover.owl-prev i::after,
.host-slider1 .owl-nav .owl-next:hover.owl-next i::after {
  background: #fff;
}

.host-slider1 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 35px;
}

.host-slider1 .owl-nav i {
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}

.host-slider1 .owl-prev i::before {
  content: "\f104";
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-next i::before {
  content: "\f105";
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-prev i::after {
  content: "";
  position: absolute;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -48px;
  top: -27px;
  z-index: -1;
}

.host-slider1 .owl-next i::after {
  content: "";
  position: absolute;
  width: 80px;
  border-radius: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -48px;
  top: -27px;
  z-index: -1;
}

.host-slider1 .owl-dots .owl-dot span {
  background: #fff;
  margin: 0 5px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.host-slider1 .owl-dots .owl-dot.active span {
  width: 24px;
}

.host-blue-warp .slide-text {
  text-align: left;
}

.host-blue-warp .host-pakage .host-btn {
  margin-right: 20px;
  min-width: 190px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.host-blue-warp .host-slider1 .host-amt {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}
.owl-item.active .slide-text .host-amt {
  -webkit-animation: 1s 0.4s fadeInUp both;
  animation: 1s 0.4s fadeInUp both;
}

.host-blue-warp .host-amt span {
  color: #fff;
  font-size: 25px;
}

.host-rocket {
  text-align: right;
  position: relative;
}

.host-slider1 .owl-item .host-rocket img {
  position: absolute;
  height: auto;
  right: 0;
  top: -50px;
  min-width: 0;
  max-width: 300px;
  margin-left: auto;
}

.host-blue-warp .owl-dot span {
  width: 6px;
  height: 20px;
}

.host-blue-warp.owl-dot.active span {
  width: 6px;
  height: 30px;
}

.host-pakage .host-btn.host-btn-trans {
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 600;
}

.host-pakage .host-btn .host-btn-trans:hover,
.host-pakage .host-btn:hover {
  background-color: #fff;
}

/*--------------------------------------
	Search-domain
----------------------------------------*/

.search-domain {
  background-color: #000;
}

.search-domain p {
  color: #fff;
}

.top-line,
.top-line-b {
  position: relative;
}

.top-line::after,
.top-line-b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  z-index: 2;
}

.top-line-b::after {
  background: #000;
}

.top-line::before,
.top-line-b::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 7px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 14px solid;
  z-index: 2;
}

.top-line-b::before {
  border-top-color: #000;
}

.search-domain h4 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 10px;
}

.search-domain .form-control {
  width: 74%;
  height: 60px;
  color: #707070;
  border: 1px solid #fff;
}

.form-text-search {
  border-radius: 50px 0 0 50px;
}

.domain-search-box .custom-select {
  background: none;
  height: 60px;
  border: none;
  padding-right: 0;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.select-wrapper {
  position: relative;
  width: 12%;
  margin: 0 1%;
  background-color: #fff;
}

.select-wrapper:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 19px;
  color: #000;
  right: 14px;
  margin-left: 5px;
  pointer-events: none;
}

.domain-search-box .host-btn {
  width: 12%;
  height: 60px;
  font-size: 30px;
  padding: 0 13px 0 7px;
  border-radius: 0 50px 50px 0;
}

.domain-search-box .host-btn:hover {
  color: #000;
}

.searchs {
  margin-left: 20px;
  margin-top: 7px;
}

.searchs .domain-links {
  font-size: 12px;
  text-transform: capitalize;
  padding: 1px 10px;
  color: #fff;
  border-right: 1px solid #fff;
}

.searchs .domain-links:last-child {
  border-right: none;
}

/*--------------------------------------
	why us
----------------------------------------*/

.why-us,
.why-us-2 {
  text-align: center;
  position: relative;
}

.why-in-2 {
  position: relative;
  max-width: 400px;
  margin: 0 auto 35px;
}

.why-in h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 25px 0 10px;
}

.why-in-2 h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 10px;
}

.why-in-2 {
  text-align: left;
}

.why-in-2 .why-icon {
  position: absolute;
  left: 0;
}

.why-in-2 .why-content {
  padding-left: 60px;
}

/*--------------------------------------
	why we
----------------------------------------*/

.why-para p {
  text-align: left;
  margin-bottom: 20px;
}

.why-we .why-in-2 {
  margin: 0 auto 40px;
}

/*--------------------------------------
	service
----------------------------------------*/

.service {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.service .list-group {
  display: block;
}

.service .list-group li {
  width: 23%;
  position: relative;
  display: inline-block;
  margin: 0 1%;
  float: left;
}

.service .list-group-item {
  width: 100%;
  position: relative;
  border-radius: 10px !important;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  background-color: #fff;
  padding: 25px 0 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service .list-group-item.active {
  position: relative;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.service .list-group-item::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, 89px);
  -ms-transform: translate(-50%, 89px);
  transform: translate(-50%, 89px);
  left: 50%;
  opacity: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service .list-group-item.active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 49px);
  -ms-transform: translate(-50%, 49px);
  transform: translate(-50%, 49px);
}

.service .list-group-item .tab-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.service .tab-content {
  width: 100%;
  padding-top: 40px;
}

.service .tab-pane {
  width: 98%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.service .tab-pane .panel-img {
  border-radius: 5px;
  overflow: hidden;
}

.service .tab-pane .panel-content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 7px;
}

.service-2 .tab-pane .panel-content h4 {
  color: #000;
}

.service .tab-pane .panel-content h5 {
  font-size: 20px;
  font-weight: 400;
}

.service .tab-pane .panel-content p {
  color: #fff;
}

.service .panel-descrip {
  padding: 15px 0;
  position: relative;
}

.service .sub-panel-descrip li {
  padding: 2px 0;
  text-transform: capitalize;
}

.service .sub-panel-descrip li i {
  padding-right: 8px;
}

.service .sub-panel-descrip {
  width: 32%;
  display: inline-block;
}

/*--------------------------------------
	service-2
----------------------------------------*/

.service-2 {
  text-align: center;
  background-color: #fff;
}

.service-2 .service-item {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item img {
  width: auto;
  margin: 0 auto;
}

.service-2 .service-item p {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item:hover h4,
.service-2 .service-item:hover p {
  color: #fff;
}

.service-item .host-btn {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
  font-weight: 600;
}

.service-item .host-btn .i-round {
  background-color: #fff;
  color: #000;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: #000;
}

.service-item:hover .host-btn {
  background-color: #fff;
  color: #000;
}

.service-item:hover .host-btn .i-round {
  color: #fff;
  background-color: #000;
}

.service-item .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.service-slider .owl-nav {
  color: #000;
  position: relative;
}

.service-slider .owl-nav [class*="owl-"] {
  background-color: transparent;
  padding: 0;
  margin: 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.service-slider .owl-prev {
  border: 20px solid transparent;
  border-right: 20px solid #000;
  margin-right: 20px;
}

.service-slider .owl-next {
  border: 20px solid transparent;
  border-left: 20px solid #000;
}

/*--------------------------------------
	features
----------------------------------------*/

.feature {
  position: relative;
  text-align: center;
}

.feature .panel-wrap {
  margin: 0 auto;
  position: relative;
}

.feature .tab-content {
  position: relative;
  background-size: cover;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 50px 90px;
  overflow: hidden;
  z-index: 0;
}

.feature .tab-content::before,
.feature-2 .feature-content-holder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.feature-2 .feature-box h3,
.feature .tab-content .tab-pane-f h3 {
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.feature .fea-detail .tab-pane-f {
  display: none;
}

.feature .fea-detail #tab-1 {
  display: block;
}

.feature .fea-detail .tab-pane-f p {
  color: #fff;
}

.feature .fea-descrip.first {
  position: relative;
}

.feature .fea-descrip.second {
  position: relative;
}

.feature .feature-item {
  width: 100%;
  margin: 40px 0;
  position: relative;
  display: block;
}

.feature .fea-descrip .feature-item-link {
  color: #000;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 22px 0;
  text-transform: uppercase;
}

.feature .fea-descrip .feature-item-link .fea-text {
  z-index: 99;
  position: relative;
  display: inline-block;
  padding: 0 13px;
  background-color: #fff;
}

.feature.hosting-fea .fea-descrip .feature-item .feature-item-link .fea-text {
  background-color: #fff;
}

.feature-item .dot {
  color: #959595;
}

.feature .fea-descrip.first .dot {
  position: relative;
  display: block;
  z-index: 0;
}

.feature .fea-descrip.second .dot {
  position: relative;
  display: block;
  z-index: 0;
}

.feature .fea-descrip.first .dot:before {
  left: 81%;
  top: -22px;
  position: absolute;
  letter-spacing: 2px;
  font-size: 32px;
  white-space: nowrap;
  content: "....................... ";
  z-index: -1;
}

.feature .fea-descrip.second .dot:before {
  right: 81%;
  top: -22px;
  position: absolute;
  letter-spacing: 2px;
  font-size: 32px;
  white-space: nowrap;
  content: "........................";
  z-index: -1;
}

.feature .fea-descrip.first .f-item-icon,
.feature .fea-descrip.second .f-item-icon {
  width: 65px;
  padding: 13px;
  height: 65px;
  top: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature .fea-descrip .feature-item.current .f-item-icon {
  border: 1px solid;
}

.feature .fea-descrip.first .f-item-icon {
  position: absolute;
  right: -195px;
}

.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {
  position: absolute;
  right: -155px;
}

.feature .fea-descrip.second .feature-item .f-item-icon {
  position: absolute;
  left: -195px;
}

.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {
  position: absolute;
  left: -155px;
}

.feature-2 .panel-wrap {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}

.feature-2 .feature-content-holder {
  position: relative;
  background: url(../img/home/feature.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  padding: 70px 50px;
  overflow: hidden;
  z-index: 0;
}

.feature-2 .feature-image {
  display: none;
}

.feature-list-group {
  position: relative;
  padding-left: 280px;
}

.feature-2 .feature-content-holder p {
  color: #fff;
}

.feature-2 .feature-box {
  display: none;
}

.feature-2 .feature-list-group li {
  padding: 24px 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.feature-2 .features-tab,
.feature-2 .features-tab:hover {
  color: #000;
}

.feature-2 .f-holder .f-item-icon {
  width: 65px;
  padding: 13px;
  height: 65px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: -88px;
  top: 0;
  border: 1px solid #000;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#disk {
  display: block;
}

/*--------------------------------------
	Plans
----------------------------------------*/

.plans {
  position: relative;
  background: #fff;
}

.plan-wrap {
  color: #000;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.plan-wrap .popular {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 0 40px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.plan-wrap .popular span {
  position: relative;
  display: block;
  z-index: 0;
  padding: 3px 20px 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.plan-wrap .popular::after {
  position: absolute;
  content: "";
  width: 22px;
  top: 3px;
  z-index: -5;
  right: 35px;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  height: 36px;
}

.plan-wrap .popular::before {
  position: absolute;
  content: "";
  width: 22px;
  top: 3px;
  z-index: -5;
  left: 35px;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  height: 36px;
}

.plan-wrap .plan-heading {
  background-color: #ebebeb;
  padding: 16px 0;
  position: relative;
}

.plan-heading h4 {
  font-size: 30px;
  font-weight: 700;
}

.plan-heading h4 span {
  font-size: 15px;
}

.plan-body {
  position: relative;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-wrap .plan-body::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  border: 30px solid transparent;
  border-top: 20px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-wrap.active .plan-body,
.plan-wrap.active .plan-footer {
  background-color: #000;
}

.plan-wrap.active .plan-body::after {
  border-top-color: #000;
}

.plan-body .plan-body-img {
  background-color: #fff;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
}

.plan-body h5 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
}

.plan-wrap .plan-features {
  padding: 20px 0;
}

.plan-features li {
  padding: 13px 0;
  text-transform: capitalize;
}

.plan-features li i {
  margin-right: 5px;
}

.plan-features .wrong {
  color: #717171;
}

.plan-features .right {
  color: #000;
}

.plan-features .wrong i {
  color: #000;
}

.plan-wrap .plan-footer {
  background-color: #ebebeb;
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-footer .host-btn {
  color: #fff;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
  font-size: 12px;
}

.plan-footer .host-btn:hover {
  opacity: 0.8;
}

.plan-footer .host-btn .i-round {
  background: #fff;
  color: #000;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-footer .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.single-pricing-item {
  overflow: hidden;
}

.single-pricing-item .price-item {
  width: 25%;
  float: left;
}

.plans-2 .plan-body {
  padding: 30px 0;
}

.plans-2 .plan-features li {
  padding: 10px 0;
}

.single-pricing {
  padding: 5px 0;
}

.single-pricing-item .price-heading {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-heading::after {
  position: absolute;
  content: "";
  right: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 28px solid transparent;
  border-left: 20px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-item .plan-features {
  color: #717171;
  padding-left: 50px;
  text-align: left;
  position: relative;
}

.plans-2 .plan-footer {
  background-color: #ebebeb;
  padding: 27px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plans-2 .plan-footer h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plans-2 .plan-footer span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.best-sale .single-pricing-item .price-heading,
.best-sale .plan-footer {
  background-color: #000;
}

.best-sale .price-heading::after {
  border-left-color: #000;
}

.best-sale .plan-footer h3 {
  color: #fff;
}

.best-sale .host-btn {
  background-color: #fff;
}

.best-sale .host-btn .i-round {
  color: #fff;
}

.best-banner {
  position: absolute;
  left: -54px;
  top: 30px;
  content: "";
  padding: 1px;
  width: 200px;
  text-transform: capitalize;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-weight: 700;
}
/*--------------------------------------
	vps
----------------------------------------*/

.vps {
  position: relative;
  overflow-x: hidden;
}

.vps .all-title {
  margin-bottom: 100px;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vps .tableCell {
  display: table-cell;
  text-align: right;
  width: 100%;
}

.tableCell:first-child {
  display: block;
}

.bullet-bg {
  background-color: #fff;
  padding: 30px 5% 16px;
  border-radius: 10px;
  margin: 0 1%;
}

.bulletWrap {
  position: relative;
  margin: 0 auto;
}

.bulletWrap .before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 4px;
  background: #ccc;
  width: 99%;
  z-index: 0;
}

.bulletWrap .after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 4px;
  z-index: 0;
}

.bulletWrap .slide a {
  top: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  background-color: #cccccc;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  border: 3px solid transparent;
}

.bulletWrap .slide a.active,
.bulletWrap .slide a:hover {
  width: 20px;
  top: 4px;
  height: 20px;
  border: 4px solid;
}

.slide a i {
  font-size: 35px;
  line-height: 76px;
}

.vps .tab {
  margin-top: 10px;
}

.vps-content {
  padding-top: 20px;
  display: none;
  text-align: center;
  color: #000;
  position: relative;
}

#vps-3 {
  display: block;
}

.vps-content .vps-item {
  width: 23%;
  margin: 0 1%;
  float: left;
  border-radius: 10px;
}

.vps-item .vps-name {
  width: 100%;
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 5px 0;
}

.vps-item .vps-price {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
}

.vps-content .cost {
  width: 100%;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.vps-content .cost span {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}

.vps-tooltip {
  position: absolute;
  content: "";
  top: -67px;
  left: -33px;
  text-align: center;
  font-weight: 700;
  width: 73px;
  border-radius: 8px;
  padding: 5px 0 3px;
  text-transform: uppercase;
  display: none;
}

.slide a.active .vps-tooltip {
  display: block;
}

.vps-tooltip::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
  border: 10px solid transparent;
  border-top: 16px solid;
}

.vps .order {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.vps .host-btn {
  background-color: transparent;
  padding: 17px 29px;
  color: #000;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.vps .host-btn:hover {
  background-color: #000;
  color: #fff;
}

/*--------------------------------------
	pro-faq
----------------------------------------*/

.pro-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project,
.faq {
  width: 50%;
}

.project {
  position: relative;
  background-color: #000;
}

.project-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 75px 0;
}

.pro-item .funfact {
  width: 48%;
  float: left;
  padding: 50px 35px;
  border: 2px solid;
  margin: 1%;
}

.fun-in {
  position: relative;
  padding-left: 59px;
}

.fun-icon {
  position: absolute;
  left: 0;
}

.fun-in h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.fun-in h5 {
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
}

.faq {
  position: relative;
  background-color: #fff;
}

.faq .all-title {
  padding-bottom: 70px;
}

.faq-wrap {
  max-width: 530px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}

.card {
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
}

.card-header {
  padding: 0;
  border-radius: 0;
  border-bottom: 0;
  background-color: transparent;
}

.acc-head::after {
  position: absolute;
  content: "\f068";
  font-family: "FontAwesome";
  top: 11px;
  left: -9px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 4px;
}

.acc-head.collapsed::after {
  content: "\f067";
}

.acc-head {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.acc-head.collapsed::after {
  color: #000;
  border: 1px solid #000;
}
.acc-head.collapsed {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.acc-head:hover {
  color: #fff;
}

.acc-head.collapsed:hover {
  color: #000;
}

.card-body {
  margin: 6px 10px;
  padding: 10px 20px;
}

/*--------------------------------------
	portfolio
----------------------------------------*/

.portfolio {
  text-align: center;
}

.portfolio .all-title {
  padding-bottom: 70px;
}

.portfolio-sort {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 45px;
}

.sorting {
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
}

.portfolio .sort-btn {
  color: #707070;
  padding: 9px 30px;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.portfolio .sort-btn.active {
  color: #000;
}

.port-item {
  margin: 15px auto;
}

.portfolio-inner {
  position: relative;
}

.portfolio-inner img {
  width: 100%;
}

.dimmer {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  overflow: hidden;
}

.port-item:hover .dimmer {
  opacity: 1;
}

.dimmer h4 {
  text-align: left;
  text-transform: capitalize;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.dimmer h4 a {
  color: #fff;
}

.portfolio-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.portfolio-overlay a {
  width: 80px;
  padding-top: 12px;
  color: #fff;
  height: 50px;
  float: left;
  font-size: 21px;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.portfolio-overlay a.popup {
  border-right: 2px solid #000;
}

.port-item:hover .portfolio-overlay a {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.nav-next div,
.nav-previous div {
  color: transparent;
}

.nav-next:after {
  content: "";
  color: #000;
  position: absolute;
  border: 19px solid transparent;
  border-left: 29px solid #fff;
  padding: 2px;
  top: 50%;
  font-size: 20px;
  z-index: 1;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-previous:after {
  content: "";
  color: #000;
  position: absolute;
  border: 19px solid transparent;
  border-right: 29px solid #fff;
  padding: 2px;
  top: 50%;
  font-size: 20px;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------
	team
----------------------------------------*/

.team-wrap {
  position: relative;
  text-align: center;
}

.team-members {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-members .item {
  color: #000;
  margin: 0 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #000;
  z-index: 0;
  cursor: pointer;
}

.team-members .item-in img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10px;
  width: 100%;
}
.team-expert .item-in img {
  filter: none;
}
.team-slider .owl-nav {
    margin-top: 0;
    color: #000;
    position: absolute;
    width: 100%;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.team-slider .owl-nav [class*=owl-] {
    margin: 0;
    position: absolute;
    padding: 0;
    background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
    border-radius: 0;
}
.team-slider .owl-nav [class*=owl-]:hover{
	background: transparent;
}
.team-slider .owl-prev {
  left: -40px;
  border: 20px solid transparent;
  border-right: 20px solid #000;
}

.team-slider .owl-next{
  right: -40px;
  border: 20px solid transparent;
  border-left: 20px solid #000;
}

.team-members .team-detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 27px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #000;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-detail .team-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 7px;
}

.team-expert .team-name,
.team-expert .team-detail h5 {
  font-size: 20px;
}

.team-detail .team-name a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-detail h5 {
  text-transform: capitalize;
  color: #707070;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-hover {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-hover .team-socials li {
  display: inline-block;
  padding: 0 13px;
}

.team-members .item:hover img {
  -webkit-filter: none;
  filter: none;
}

.item:hover .team-hover {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.team-members .item:hover .team-detail h5,
.team-members .item:hover .team-name a {
  color: #fff;
}

.team-socials a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-socials a:hover {
  color: #000;
}

.switch-label {
  border-radius: 200px;
  position: relative;
  z-index: 2;
  float: left;
  width: 116px;
  line-height: 54px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.switch-label:active {

  font-weight: bold;
}

.switch-label-off {
  padding-left: 4px;
}

.switch-label-on {
  padding-right: 4px;
}


.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  border-radius: 200px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 2px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 50%;

}

.switch-selection {
  position: absolute;
  z-index: 1;

  display: block;
  width: 116px;
  height: 48px;
  border-radius: 200px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
  background-color: #3aa2d0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fc9ee), color-stop(100%, #3aa2d0));
  background-image: -webkit-linear-gradient(top, #FBA026, #FBA026);
  background-image: -moz-linear-gradient(top, #FBA026, #FBA026);
  background-image: -ms-linear-gradient(top, #FBA026, #FBA026);
  background-image: -o-linear-gradient(top, #FBA026, #FBA026);
  background-image: linear-gradient(top, #FBA026, #FBA026);
}


.guide p{
  color: white !important
}
.img-container{
  width: 24px !important;
  height: 24px !important;
}
.img-container img{
  width: 24px !important;
  height: 24px !important;
  background-color: white;
}
.img-container{
  margin-right: 10px;
}
.guide-item{margin-bottom: 20px;}
/*--------------------------------------
	testimonial
----------------------------------------*/

.testimonial {
  position: relative;
  text-align: center;
  background: #000 url(../img/home/client-bg.jpg);
  background-size: cover;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}

.testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19, 27, 49, 0.9);
  z-index: -1;
}

.testimonial .slick-slide {
  outline: 0;
  cursor: pointer;
}

.testimonial .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.testimonial .slick-dots li button {
  padding: 0;
}

.testi-slider .slick-slide .testi-avtar {
  position: relative;
  width: 199px;
  height: 199px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid #ccc;
  opacity: 0.3;
  bottom: -49px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-slider .slick-slide .testi-avtar img {
  border-radius: 50%;
}

.testi-slider .slick-center .testi-avtar {
  width: 195px;
  height: 195px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 5px;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 1;
  bottom: 0;
}

.testi-designation-slider {
  padding: 35px 0 0;
}

.client-desig p {
  color: #fff;
  max-width: 660px;
  margin: 0 auto;
}

.client-desig h4 {
  font-size: 15px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 40px;
  text-transform: capitalize;
}

.testi-designation-slider .slick-dots {
  position: relative;
  bottom: 0;
  height: 26px;
}

.testi-designation-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testi-designation-slider .slick-dots li button:before {
  content: "";
}

.testi-2 .testi-designation-slider .slick-dots li button {
  background-color: #fff;
  height: 20px;
  width: 3px;
  border-radius: 10px;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-designation-slider .slick-dots li button {
  background: #fff;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-designation-slider .slick-dots li.slick-active button {
  width: 24px;
}

.testi-2 .testi-designation-slider .slick-dots li.slick-active button {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  height: 30px;
  width: 6px;
}

.testi-2 .testi-designation-slider .slick-dots li button {
  width: 6px;
}

.slick-dots li button:before {
  width: auto;
}

/*--------------------------------------
	our blogs
----------------------------------------*/

.blog .all-title {
  padding-bottom: 70px;
}

.blog-item {
  margin: 20px auto;
}

.blog-item iframe {
  width: 100%;
  height: auto;
}

.post-img {
  overflow: hidden;
}

.post-img img {
  width: 100%;
}

.blog-item .post-content {
  margin-top: 10px;
  background-color: #fff;
  padding: 40px 20px;
}

.blog-item .post-meta {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin-top: -27px;
  left: 15%;
}

.post-meta p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.post-content h4 {
  margin-bottom: 20px;
}

.post-content h4 a {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom {
  background-color: #ebebeb;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom .post-admin {
  color: #707070;
  font-size: 14px;
  text-transform: capitalize;
  float: left;
  padding: 7px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom .post-admin i {
  margin-right: 6px;
}

.post-bottom .host-btn {
  float: right;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
}

.post-bottom .host-btn .i-round {
  background-color: #fff;
  color: #000;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-bottom .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

/*--------------------------------------
	partners section
----------------------------------------*/

.partner {
  background-color: #fff;
  color: #000;
}

.partner-item {
  position: relative;
  min-height: 300px;
  border-left: 1px solid #ebebeb;
  cursor: e-resize;
}

.partner .owl-carousel .owl-item img {
  width: auto;
}

.partner-item img {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  top: 125px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partner-item:hover img {
  opacity: 0.6;
}

/*--------------------------------------
	host-subscribe
----------------------------------------*/

.host-subscribe {
  width: 100%;
  position: absolute;
  margin-top: -50px;
  text-align: center;
  z-index: 2;
}

.subscribe-box {
  width: 85%;
  height: 110px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 30px 0;
}

.sub-wrap {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.subs-heading {
  float: left;
}

.subs-heading h3 {
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 5px 0;
}

.subs-btn {
  float: right;
}

.subs-btn .host-btn {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 20px;
}

.subs-btn .host-btn:hover {
  background-color: #000;
  color: #fff;
}

/*--------------------------------------
	footer
----------------------------------------*/

.footer {
  background-color: #000;
  padding-top: 60px;
}

.footer-content {
  padding: 80px 0;
}

.footer p {
  color: #fff;
}

.contact-menu {
  padding-right: 50px;
}

.foot-heading {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
  color:rgb(242,177,13);
}

.contact-menu li {
  margin-top: 12px;
  position: relative;
}

.contact-menu li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-menu li p {
  padding-left: 25px;
}

.quick-link li,
.host-links li {
  padding-top: 20px;
}

.quick-link li:first-child,
.host-links li:first-child {
  padding-top: 0;
}

.quick-link li a,
.host-links li a {
  position: relative;
  padding-left: 37px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  padding-bottom: 20px;

}

.quick-link li a:after,
.host-links li a:after {
  font-size: 12px;
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
}

.quick-link li a:hover,
.host-links li a:hover {
  padding-left: 43px;
}

.footer-form .form-control {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.footer-form .btn-submit {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  opacity: 0.8;
}

.footer-social li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-blue .footer-social li {
  margin-right: 3px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  background-color: #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social li a {
  width: 30px;
  height: 30px;
}

.footer-social a i {
  padding-top: 7px;
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.footer-social a:hover i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.footer-copyright {
  padding: 30px;
  border-top: 1px solid #343843;
}

.footer-copyright p {
  text-align: center;
  text-transform: capitalize;
}

.footer-copyright a {
  font-weight: 600;
}

/*--------------------------------------
	top-banner
----------------------------------------*/
.top-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  text-align: center;
}

.banner-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 170px 0 160px;
}

.top-banner h2 {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;  color:#fff;
}

.banner-links {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 0;
}

.banner-links ul {
  display: inline-block;
  padding: 20px 70px;
  border-radius: 100px;
  z-index: 9;
}

.banner-links li {
  display: inline-block;
}

.banner-links li a,
.banner-links li span {
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
}

.banner-links li .active {
  color: #000;
}

.banner-links li a:hover {
  opacity: 0.8;
}

/*--------------------------------------
	our history
----------------------------------------*/
.timeline-container {
  position: relative;
  text-align: center;
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
}

.timeline-block {
  margin-bottom: 40px;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-block {
  position: relative;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid;
  z-index: 9;
}

.timeline-img i {
  color: #000;
  font-size: 15px;
  padding-top: 8px;
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 20px;
  background: #fff;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-heading {
  color: #fff;
  padding-top: 55px;
  position: relative;
  background-color: #000;
}

.timeline-content h2 {
  font-size: 20px;
  top: 7px;
  left: -10px;
  right: -10px;
  position: absolute;
  padding: 12px 0;
  font-weight: 700;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}

.timeline-content p {
  margin: 20px 25px 35px;
}

/*--------------------------------------
	counters
----------------------------------------*/
.counting {
  background-color: #000;
  padding: 70px 0;
}

.counting .funfact {
  padding: 30px 0;
}

/*--------------------------------------
	guest-form
----------------------------------------*/
.guest-form {
  color: #000;
}

.guest-form p {
  color: #000;
}

.form-container {
  background-color: #fff;
  padding: 70px 60px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.guest-form h3 {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.guest-form h3 a {
  font-weight: 700;
}

.guest-form h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 25px;
}

.form-group span {
  text-transform: capitalize;
}

.guest-form .form-control {
  margin: 3px 0 20px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
}

.total-items li {
  display: inline-block;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 10px;
  text-transform: capitalize;
}

.total-items .total-unit {
  width: 63%;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.total-items .total-price {
  width: 37%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.total-items .btn-submit:hover {
  color: #fff;
}

.bill-address {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-top: 25px;
  position: relative;
}

.bill-address a {
  text-transform: capitalize;
  position: absolute;
  right: 30px;
  top: 30px;
}

.bill-address a i {
  margin-right: 5px;
}

.payment-method h4 {
  padding-bottom: 15px;
}

.payment-method p {
  padding-bottom: 25px;
}

.form-check-input {
  position: relative;
  margin: 0;
}

.payment-method .form-control {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}
.payment-method label {
  margin: 0;
}
.pay-card {
  position: absolute;
  right: 27px;
  top: 37px;
}

.mark {
  position: absolute;
  top: 36px;
  right: 20px;
  font-size: 20px;
  background-color: #fff;
}

.valid {
  position: absolute;
  top: 13px;
  font-size: 13px;
}

.payment-method .btn-submit {
  margin-top: 30px;
}

.collapse_div{
  position: relative;
  padding: 7px;
  border: 2px solid black;
  margin-bottom: 10px;
  border-radius: 15px;
}
.collapse_div h3{
  margin-left: 20px;
}
.fa-plus-square{
  position: absolute;
  left:-2%;
  font-size: 20px;
  background-color: #fff;
  top: calc(50%-6px)
}
.fa-minus-square{
  position: absolute;
  left:-2%;
  font-size: 20px;
  background-color:rgb(240, 177, 13);
  top: calc(50%-6px)
}
.dropdiv{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.dropp{
  padding-left: 15px;
  width: 80%;
  border-left: 1px solid rgb(240, 177, 13);
}
.golden{
  background-color:rgb(240, 177, 13) !important;
}
/*--------------------------------------
	domain-pricing
----------------------------------------*/
.dmoain-pricing {
  background-color: #000;
  color: #fff;
}

.dmoain-pricing .container .table-responsive-sm table tbody tr td{
  background-color: #000;
  color: #fff;
  border: 1px solid #f2b10d;
  position: relative;
}

.dmoain-pricing .container .table-responsive-sm table tbody tr td p{
   position: absolute;
   top: 25%;
   left:calc(50% - 44px);
   color:#fff
}
@media screen and (max-width:768px) {
  .dmoain-pricing .container .table-responsive-sm table tbody tr td p{
     position: absolute;
     top: 25%;
     left: auto;
     right: 7%;
     color:#fff
  }
}
.dmoain-pricing table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.dmoain-pricing table .domain-head {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.dmoain-pricing table .domain-head th {
  /* border-right: 2px solid #fff; */
  color: #F2b10d ;
  border: 1px #F2b10d solid
}

/* .dmoain-pricing table .domain-head th:last-child {
  border-right: none;
} */

.dmoain-pricing table th {
  /* padding: 11px 0; */
  text-align: center;
  font-weight: 600;
}

.dmoain-pricing table td {
  padding: 10px 0;
  text-align: center;
  font-weight: 400;
  color: #707070;
}

.dmoain-pricing table th,
/* .dmoain-pricing tbody tr td:nth-child(1) {
  text-transform: uppercase;
} */

.dmoain-pricing tbody tr td:nth-child(1) {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
/*--------------------------------------
	faq-ask
----------------------------------------*/
.faq-ask h4 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}

.ask-quest .form-control {
  margin-bottom: 30px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
  resize: none;
}

.ask-quest .btn-submit {
  font-size: 20px;
}
/*--------------------------------------
	host-process
----------------------------------------*/
.host-process {
  background-color: #000;
  text-align: center;
}

.process-item {
  width: calc(100% / 3);
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.process-item:last-child::after {
  display: none;
}

.process-img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border: 4px solid;
  border-radius: 50%;
  padding-top: 20px;
  background-color: #000;
}

.process-item h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  margin-top: 25px;
}

/*--------------------------------------
	sign in/sign-up
----------------------------------------*/
.sign-in-wrap,
.sign-up-wrap {
  padding: 80px 100px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}

.sign-in h3,
.sign-up h3 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}


.sign-in .form-control,
.sign-up .form-control {
  margin-bottom: 25px;
  margin-top: 3px;
  padding: 8px;
}

.sign-in span i {
  margin-left: 15px;
  margin-right: 3px;
}

.sign-in .btn-submit,
.sign-up .btn-submit {
  margin-top: 25px;
}

/*--------------------------------------
	what we do
----------------------------------------*/
.what-we-do .all-title {
  padding-bottom: 20px;
}

.what-we-do .service-item {
  margin-top: 50px;
}

/*--------------------------------------
	our team
----------------------------------------*/
.team-dedicated .item,
.team-expert .item {
  margin: 0;
  margin-top: 50px;
}

/*--------------------------------------
	contact-us
----------------------------------------*/

.support-item {
  padding: 25px 0;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 10px;
}

.support-item-icon i {
  font-size: 35px;
}

.support-item a {
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 800;
  padding: 10px 0 5px;
  text-transform: capitalize;
}

.support-item p {
  color: #fff;
}

.contact-us .form-control {
  margin: 0 0 30px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
}

.contact-us h3 {
  color: #000;
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.contact-adress {
  border-width: 1px;
  border-style: solid;
  padding: 15px 20px;
  border-radius: 10px;
}

.contact-adress h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-adress p {
  position: relative;
  padding-left: 30px;
}

.contact-adress p i {
  position: absolute;
  top: 4px;
  left: 0;
}

/*--------------------------------------
	google-map
----------------------------------------*/
#host-map {
  height: 500px;
  width: 100%;
}

/*--------------------------------------
	page-404
----------------------------------------*/
.page-404 {
  background-image: url(../img/home/bg-404.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}

.page-404 h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-404 h4 {
  font-size: 200px;
  font-weight: 800;
}

.page-404 .host-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-top: 40px;
}

.page-404 .host-btn:hover {
  color: #fff;
  opacity: 0.8;
}

/*--------------------------------------
	portfolio-colummns-page
----------------------------------------*/
.portfolio-columns {
  background-color: #fff;
}

.project-detail-slider {
  margin-bottom: 30px;
  overflow: hidden;
}

.project-detail-slider .owl-nav .owl-prev,
.project-detail-slider .owl-nav .owl-prev:hover,
.project-detail-slider .owl-nav .owl-next,
.project-detail-slider .owl-nav .owl-next:hover {
  background: transparent;
}

.project-detail-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  padding: 4px;
}

.project-detail-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  padding: 4px;
}

.project-detail-slider .owl-nav .owl-prev:hover i::after,
.project-detail-slider .owl-nav .owl-next:hover i::after {
  background-color: #fff;
}

.project-detail-slider .owl-nav i {
  font-size: 18px;
}

.project-detail-slider .owl-nav .owl-prev i::after {
  content: "";
  position: absolute;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  left: -53px;
  top: 50%;
  -webkit-transform: translateY(-42%) rotate(45deg);
  -ms-transform: translateY(-42%) rotate(45deg);
  transform: translateY(-42%) rotate(45deg);
  z-index: -1;
}

.project-detail-slider .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-42%) rotate(-45deg);
  -ms-transform: translateY(-42%) rotate(-45deg);
  transform: translateY(-42%) rotate(-45deg);
  z-index: -1;
}

.thumbnail-slider .owl-item .item {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumbnail-slider .owl-item.current .item {
  opacity: 1;
}

.project-detail-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro-description {
  padding: 50px 0 30px;
}

.project-detail h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.pro-description p {
  padding-bottom: 30px;
}

.pro-overview .descrip,
.pro-social {
  color: #000;
  text-transform: capitalize;
  border-bottom: 1px solid;
  padding: 13px 0;
  position: relative;
  padding-left: 95px;
}
.pro-overview .descrip {
  color: #707070;
}
.pro-overview .descrip span,
.pro-social span {
  font-weight: 700;
  position: absolute;
  left: 0;
}
.pro-overview .descrip span {
  color: #000;
}
.pro-overview .descrip a {
  text-transform: lowercase;
}

.pro-social {
  border: none;
  margin-bottom: 40px;
}

.pro-social a {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------
	hosting-pagination
----------------------------------------*/
.host-pagination {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
}

.host-pagination a {
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-pagination a:hover {
  opacity: 0.6;
}

.pagination-item {
  display: inline-block;
}

.pagination-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 5px;
}

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

.page-prev,
.page-next {
  padding-top: 5px;
}

.page-prev i {
  padding-right: 10px;
}

.page-next i {
  padding-left: 10px;
}

/*--------------------------------------
	blog-columns
----------------------------------------*/
.blog-meta {
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
}

.blog-meta p {
  color: #fff;
  text-transform: uppercase;
}

.blog-meta a {
  color: #fff;
  text-align: right;
  display: block;
  font-size: 12px;
  padding-top: 3px;
}

.blog-meta a i {
  padding-right: 10px;
}

.blog-col .blog-item .post-content {
  margin-top: 0;
  border-top: none;
  padding: 20px;
}

.blog-col .post-content h4 {
  margin-bottom: 10px;
}

.widget {
  padding: 20px 0 10px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.widget h3 {
  background-color: #000;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.search-widget .form-control {
  border-radius: 0;
  border: 1px solid;
  border-right: 0;
  padding: 8px;
}

.btn-widget {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 16px;
  font-size: 20px;
  position: relative;
}

.btn-widget::after {
  position: absolute;
  content: "";
  height: 52px;
  width: 5px;
  top: -1px;
  left: -5px;
  z-index: 4;
}

.btn-widget::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.border-arrow {
  position: relative;
}

.border-arrow::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.border-arrow::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}

.widget-items {
  border-top: none;
  padding: 20px;
  background-color: #fff;
}

.widget-items img {
  width: 100%;
}

.cat-items {
  position: relative;
}
.cat-items:last-child h4 {
  border-bottom: 0;
}
.cat-items h4 {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.cat-items h4::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 7px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat-items.active h4::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 40%;
  right: 5px;
}

.sub-item li {
  text-transform: capitalize;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.sub-item {
  display: none;
  margin-bottom: 10px;
}

.sub-item li a {
  color: #959595;
  display: block;
}

.sub-item li span,
.archive-item span {
  position: absolute;
  background-color: #000;
  width: 23px;
  height: 23px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  padding-top: 3px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}

.post-list-group li {
  width: 50%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  position: relative;
}

.post-list-group li.current {
  background-color: #000;
}

.post-list-group li.current::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 4;
}

.post-list-group li.current::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}

.post-list-group li a {
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}

#post1 {
  display: block;
}

.widget-content {
  display: none;
}

.n-post-wrap {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.n-post-wrap:last-child {
  border: none;
}

.news-post {
  position: relative;
  padding: 7px 0;
}

.news-post .content {
  padding: 4px 0;
  padding-left: 110px;
  padding-right: 15px;
}

.thumb {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
}

.news-post p {
  color: #000;
  font-size: 13px;
}

.news-post a {
  color: #fff;
}

.archive-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.archive-item a {
  color: #000;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.archive-item:last-child {
  border-bottom: none;
}

.tag-widget .widget-items,
.insta-widget .widget-items {
  padding: 20px 15px;
}

.add-widget .widget-items {
  padding: 20px 13px;
}

.tag-widget a {
  display: inline-block;
  color: #000;
  margin: 7px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 1px 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; /* drop shadow, outer glow and inner shadow */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(32, 32, 32, 0.13), inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(32, 32, 32, 0.13),
    inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */
}

.tag-widget a:hover {
  background-color: #dadada;
}

.insta-widget .feed {
  width: 33.33333%;
  float: left;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.insta-widget .feed:hover {
  opacity: 0.7;
}

.add-widget a {
  padding: 7px;
  display: block;
  float: left;
  width: 50%;
}
.post-slide{
  overflow: hidden;
}
.post-slide img{
  width: 100%
}
.post-slider-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-slider-nav a{
  color: #fff;
  display: inline-block;
  text-align: center;
}
.post-slider-nav span{
  padding: 4px;
  font-size: 12px;
}
.post-prev{
  text-align:left;
  float: left;
}
.post-next{
  text-align:right;
  float: right;
}
.post-prev::after,
.post-next::after{
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  top: 50%;
}
.post-next:hover::after,
.post-prev:hover::after{
  background-color: #fff;
  cursor: pointer;
}
.post-prev::after{
  left: 0;
  content: "";
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.post-next::after{
  content: "";
  right: -20px;
  -webkit-transform: translateY(-51%) rotate(-45deg);
  -ms-transform: translateY(-51%) rotate(-45deg);
  transform: translateY(-51%) rotate(-45deg);
  z-index: -1;
}

.post-slide .carousel-indicators li{
  -webkit-box-shadow: 0 0 0 2px transparent;
  -ms-box-shadow: 0 0 0 2px transparent;
  -o-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  margin: 3px;
  width: 12px;
  background: transparent;
  border-radius: 50%;
  height: 12px;
}
.post-slide .carousel-indicators .post-dots{
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.post-slider .owl-nav .owl-prev i::after {
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 40px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.post-slider .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 40px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-51%) rotate(-45deg);
  -ms-transform: translateY(-51%) rotate(-45deg);
  transform: translateY(-51%) rotate(-45deg);
  z-index: -1;
}

.post-slider .owl-nav .owl-next:hover i::after,
.post-slider .owl-nav .owl-prev:hover i::after {
  background-color: #fff;
}

.post-slider .owl-nav .owl-prev,
.post-slider .owl-nav .owl-next {
  background: transparent;
  margin: 0;
  padding: 3px 6px;
  font-size: 11px;
}

.post-slider .owl-nav .owl-prev {
  float: left;
}

.post-slider .owl-nav .owl-next {
  float: right;
}

.post-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  text-decoration: none;
}

.blog-detail-item {
  margin: 30px 0;
  background-color: #fff;
}

.blog-detail-item .post-content {
  padding: 30px 20px;
}

.blog-detail-item .post-content h4 {
  font-weight: 700;
  font-size: 20px;
}

.blog-detail-item .post-content h5 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

blockquote {
  background-color: #000;
  padding: 30px 50px;
  margin: 0;
}

blockquote {
  color: #fff;
  font-style: italic;
  position: relative;
}

blockquote::before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  top: 23px;
  left: 34px;
}

blockquote::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  bottom: 24px;
  padding: 0 7px;
}

.domain-post {
  width: calc(100% / 3);
  float: left;
  color: #707070;
  text-transform: capitalize;
}

.domain-post li {
  padding: 2px 0;
}

.domain-post i {
  margin-right: 5px;
}

.blog-detail-item .post-bottom span {
  color: #000;
  text-transform: capitalize;
}

.blog-social a {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.abt-author {
  background-color: #fff;
  padding: 50px 20px 20px;
  position: relative;
  margin: 30px 0;
}

.abt-author img {
  position: absolute;
  left: 0;
  top: 0;
}

.abt-author span {
  position: absolute;
  top: 0;
  padding: 2px 10px;
  border-radius: 0 0 5px 7px;
  text-transform: capitalize;
  font-weight: 700;
}

.author-content {
  padding-left: 150px;
  position: relative;
  padding-bottom: 10px;
}

.author-content h4 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.author-img {
  border-radius: 5px;
}

.comments h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.auth-comment {
  margin: 30px 0;
  background-color: #fff;
}

.com-img {
  display: inline-block;
  border: 2px solid;
  padding: 3px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  position: absolute;
}

.comment-inner {
  padding: 20px;
  position: relative;
}

.reply {
  position: absolute;
  padding: 2px 12px;
  top: 20px;
  right: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reply:hover {
  color: #fff;
  opacity: 0.7;
}

.com-img img {
  border-radius: 50%;
}

.comm-content {
  padding-left: 110px;
}

.comm-content h4 {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.comm-content h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 0;
}

.sub-com {
  margin-left: 110px;
}

.reply-form h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.reply-form .form-control {
  margin: 20px 0;
  background-color: transparent;
  text-transform: capitalize;
}

/*--------------------------------------
	Typography
----------------------------------------*/
.typography .all-title,
.element-accordion .all-title,
.pricing-table .all-title,
.button-style .all-title,
.features-style .all-title {
  padding-bottom: 70px;
}

.typography .type-head {
  margin-bottom: 30px;
}

.typography .type-head h1,
.typography .type-head h2,
.typography .type-head h3,
.typography .type-head h4,
.typography .type-head h5,
.typography .type-head h6 {
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.element-head {
  display: inline-block;
  padding: 8px 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.typography .domain-post {
  width: 25%;
}

.team-styles .all-title {
  padding-bottom: 40px;
}

.pricing-table .plans-2 {
  margin-bottom: 50px;
}

.button-style {
  background: url(../img/home/button-bg.jpg) no-repeat center center;
  background-size: cover;
}

.button-style {
  position: relative;
  z-index: 0;
}

.button-style::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(19, 27, 49, 0.5);
  z-index: -1;
}

.button-style .all-title h3 {
  color: #fff;
}

.host-btn.btn-small {
  color: #fff;
  margin: 0 auto;
  padding: 3px 4px 3px 10px;
  text-transform: capitalize;
  margin: 10px 4px;
  font-size: 12px;
}

.host-btn.btn-big {
  margin: 13px 8px;
  padding: 19px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.host-btn.btn-small .i-round {
  background-color: #fff;
  color: #000;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-small:hover {
  opacity: 0.8;
}

.btn-small:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.host-btn.btn-white {
  background-color: #fff;
  color: #000;
}
.host-btn.btn-white.btn-big {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.host-btn.btn-white .i-round {
  background-color: #000;
  color: #fff;
}

.host-btn.btn-white-blue {
  background-color: #fff;
}

.host-btn.btn-white-blue .i-round {
  color: #fff;
}

.host-btn.btn-white-green {
  background-color: #fff;
}

.host-btn.btn-white-green .i-round {
  color: #fff;
}

.host-btn.btn-transy {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.host-btn.btn-transy .i-round {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.host-btn.btn-big:hover {
  opacity: 0.8;
}

.button-style .reply {
  position: relative;
  margin: 10px 15px;
  padding: 4px 0 2px;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 60px;
}

.host-btn.btn-subs {
  text-transform: capitalize;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 6px 0;
  width: 100%;
  max-width: 250px;
  text-transform: uppercase;
  color: #fff;
}

.host-btn.btn-pay {
  color: #fff;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
  max-width: 200px;
}

.button-style .host-btn:hover {
  opacity: 0.8;
}

.btn-proced {
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
  max-width: 280px;
  text-transform: uppercase;
}

.btn-com,
.c-acc {
  width: 100%;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  text-transform: uppercase;
}

.host-btn.btn-proced,
.host-btn.btn-com,
.host-btn.c-acc {
  color: #fff;
}

/*--------------------------------------
	Privacy Policy
----------------------------------------*/
.term-container{
  background-color: #000;
}
.term-container p{
  color: #ccc;
  opacity: 0.9;
  text-align: justify;
   line-height: 24px;
}
.term-container h3,h4{
  color: rgb(242,177,13);
}
.term-container a{
  color: rgb(242,177,13);
}
.footer-social{
  padding-right: 30px;
}
@media(max-width: 767px){
  .quick-link li a,
  .host-links li a {

  float: none;
  }
  .footer-social{
    padding-right: 0px;
  }
}
@media(max-width:576px){

}
@media(max-width:992px){
  .footer-social{
    padding-right: 0px;
  }
}

=======
/*------------------------------------------------------------------

 * Theme Name: HOSTBY - HTML Responsive Domain & Web Hosting Template

 * Author: Companyname;

 * Description: A Bootstrap-4 Responsive Domain & Web Hosting Template

 * Version: 1.0

 * Bootstrap v4.0 (http://getbootstrap.com)

 * Copyright 2018.

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



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

    CSS INDEX

    ===================



    1. General Styles

    2. Home

        2.1 header Styles

        2.2 Top-section

        2.3 search-domain

        2.4 why us

        2.5 service

        2.6 features

        2.7 Plans

        2.8 vps section

        2.9 project & faq

        2.10 portfolio

        2.11 footer

        2.12 team

        2.13 blogs

        2.14 testimonial

        2.15 partners section

        2.16 host-subscribe

        2.17 footer

    3. Top-banner

    4. our history

    4. counters

    5. guest-form

    6. domain-pricing

    7. faq-ask

    8. host-process

    9. sign in/sign-up

    10. what we do

    11. our team

    12. contact-us

    12. google-map

    12. page-404

    12. portfolio-colummns-page

    12. hosting-pagination

    12. blog-columns

    12. Typography



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



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

	Google Font

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



@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");

@import url("https://fonts.googleapis.com/css?family=Raleway");



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

	1. General Styles

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



body {

  font-size: 15px;

  font-family: "Raleway", sans-serif;

  background: #fff;

  font-weight: 400;

  /* color: #fff; */

}



img {

  max-width: 100%;

  height: auto;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

}



p {

  font-size: 1em;

  margin: 0;

  font-weight: 400;

  line-height: 25px;

  color: #707070;

}



ul,

li {

  list-style: none;

  padding: 0;

  margin: 0;

}



a,

a:hover,

a:focus {

  text-decoration: none;

  cursor: pointer;

  outline: none;

}



.wrapper {

  overflow: hidden;

}



.btn.focus,

.btn:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

}



.host-btn {

  background-color: #000;

  border-radius: 60px;

  padding: 18px 30px;

  line-height: 1;

  color: #fff;

  font-weight: 700;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  cursor: pointer;

}



.host-slider1 .host-btn {

  font-size: 20px;

}



.form-control:focus,

.custom-select:focus {

  background-color: #fff;

  outline: 0;

}



.section-padding {

  padding: 80px 0;

}



.text-elip {

  white-space: nowrap;

  overflow: hidden;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

}



.center-grid {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-flow: row wrap;

  flex-flow: row wrap;

  -ms-flex-line-pack: center;

  align-content: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.bg-white {

  background-color: #fff;

}



.pt-120 {

  padding-top: 120px;

}



.pt-110 {

  padding-top: 110px;

  padding-bottom: 80px;

}



.pb-140 {

  padding-top: 80px;

}



.pb-20 {

  padding-bottom: 20px;

}



.btn-submit {

  width: 100%;

  text-align: center;

  text-transform: uppercase;

  color: #fff;

  font-weight: 700;

  border-radius: 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  padding: 10px 0;

  cursor: pointer;

}

.resetbutt{
  background-color: rgb(242, 177, 13) !important;
}
.resetbutt:active{
  border: none;
}

button,

label {

  cursor: pointer;

}



/*==================

    preloader Css

  ==================*/



#preloader {

  position: fixed;

  left: 0;

  top: 0;

  z-index: 9999999;

  width: 100%;

  height: 100%;

  overflow: visible;

  background: #fff url("../img/loader.gif") no-repeat center center;

}



/*==================

    Top scroll button

  ==================*/



#goTop {

  display: none;

  position: fixed;

  bottom: 20px;

  right: 30px;

  z-index: 9999;

  -webkit-animation-name: tada;

  animation-name: tada;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

}



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

	all titles css

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



.all-title {

  text-align: center;

}



.all-title h3 {

  font-size: 40px;

  position: relative;

  font-weight: 800;

  color: #000;

  text-transform: uppercase;

  padding-bottom: 10px;

}



.title-border {

  position: absolute;

  width: 154px;

  margin: 0 auto;

  height: 15px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

}



.title-border::after {

  content: "";

  position: absolute;

  top: 0;

  width: 63px;

  right: 0;

  height: 1px;

}



.title-border::before {

  content: "";

  position: absolute;

  bottom: 0;

  width: 62px;

  left: 0;

  height: 1px;

}



.title-border span::after {

  position: absolute;

  content: "";

  top: 0;

  right: 62px;

  border: 9px solid transparent;

  border-top: 13px solid;

}



.title-border span::before {

  position: absolute;

  content: "";

  left: 61px;

  bottom: 0;

  border: 9px solid transparent;

  border-bottom: 13px solid;

}



.all-title p {

  margin: 70px auto 55px;

  max-width: 750px;

}



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

	header Styles

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



.header-wrap {

  background-color: #000;

  position: relative;

}



.head-detail {

  color: #fff;

  font-weight: 400;

  position: relative;

  z-index: 2;

}



.header-blue .head-detail {

  background-color: #000;

  color: #fff;

}



.header-blue .head-detail:before,

.header-blue.header-wrap:after {

  display: none;

}



.header-blue .top-logs-area .cal-us {

  margin-left: 0;

}



.header-blue .logs .drops .drop-links {

  color: #fff;

}



.top-logs-area {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.top-logs-area .cal-us {

  padding: 5px 0 0;

  margin-right: auto;

}

.callandlogo{}

.top-logs-area .logs {

  padding: 5px 0 0;

}



.logs .drops {

  text-transform: capitalize;

  display: inline-block;

}

.drops .drop-links {

  color: #fff;

  padding: 10px 20px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.logs .drops:last-child {

  border-right: none;

}



.logs .drops:last-child .drop-links {

  padding-right: 0;

}



.drop-links i {

  font-weight: 700;

}



.languages .log-panel {

  opacity: 1;

  position: absolute;

  display: block;

  visibility: hidden;

  width: 200px;

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  transform: translateY(30px);

  right: 0;

  height: auto;

  background-color: #fff;

  z-index: 99;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.drops.languages:hover .log-panel {

  opacity: 1;

  visibility: visible;

  display: block;

  -webkit-transform: translateY(9px);

  -ms-transform: translateY(9px);

  transform: translateY(9px);

}



.login-panel,

.register-panel {

  opacity: 0;

  position: absolute;

  visibility: hidden;

  right: 0;

  width: 340px;

  background-color: #fff;

  padding: 40px;

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  transform: translateY(30px);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.login:hover .login-panel,

.register:hover .register-panel {

  opacity: 1;

  visibility: visible;

  display: block;

  -webkit-transform: translateY(9px);

  -ms-transform: translateY(9px);

  transform: translateY(9px);

}



.login-form .form-control,

.register-form .form-control {
  background-color: #000;

  color: #fff !important;

  border: 2px #f2b10d solid !important;

  margin-bottom: 20px;

  border-color: #ccc;

  border-radius: 5px;

  font-size: 15px;

  padding: 10px 16px;

  outline: none;
}

.login-form .form-control:focus{
  box-shadow: none;
}
#login:hover{
  color: black;
  background-color: #f2b10d;
  border: none;
}
.login-form .btn-submit,

.register-form .btn-submit {

  width: 100%;

  padding: 10px 0;

  border: 0;

  border-radius: 5px;

  font-size: 15px;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.login-form .btn-submit:hover,

.register-form .btn-submit:hover {

  opacity: 0.8;

}



.log-panel .lang-links {

  border-bottom: 1px solid #ebebeb;

}



.log-panel .lang-links:last-child {

  border-bottom: none;

}



.lang-links img {

  margin-right: 20px;

}



.log-panel .lang-links:hover a {

  color: #fff;

}



.log-panel .lang-links a {

  color: #000;

  text-transform: capitalize;

  padding: 15px 20px;

  display: block;

}



.login-form h3 {

  font-size: 15px;

  margin-bottom: 20px;

  text-transform: capitalize;

}



.login-form p {

  margin-top: 20px;

  color: #000;

  text-transform: capitalize;

}



select {

  cursor: pointer;

  text-transform: capitalize;

}



.d-blue {

  background-color: #000;

}



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

	 Top-section

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



/*------- host-slider1 -------*/



.host-slider1 {

  position: relative;

  overflow: hidden;

}

.navbar-nav li{
  position: relative;
}

.submenu{
  position: absolute;
  left: 100%;
  top:0;
  display: none;
  width: 200px;
}

.submenu__item{
  background-color: white;
}

.drop-menu__item:hover > .submenu{
  display: block;
}


.slide-overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;


}



.slide-table {

  display: table;

  width: 100%;

  height: 100%;

}



.slide-table-cell {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}



.host-blue-warp .slide-text h2 {

  max-width: 100%;

  margin: 0;

}

.owl-item.active .slide-text h2 {

  -webkit-animation: 1s 0.2s fadeInUp both;

  animation: 1s 0.2s fadeInUp both;

}

.slide-text h2 {

  font-size: 50px;

  max-width: 800px;

  margin: 0 auto;

  font-weight: 800;

  text-transform: capitalize;

}



.slide-text .slide-para {

  max-width: 750px;

  margin: 0 auto;

  padding: 35px 0;

}

.owl-item.active .slide-text .slide-para {

  -webkit-animation: 1s 0.6s fadeInUp both;

  animation: 1s 0.6s fadeInUp both;

}



.host-pakage .host-btn {

  text-transform: uppercase;

  margin-top: -45px;

}

.owl-item.active .slide-text .host-pakage {

  -webkit-animation: 1s 0.8s fadeInUp both;

  animation: 1s 0.8s fadeInUp both;

}

.host-slider1{

  z-index: 0;

}



.host-pakage li {

  display: inline-block;

}



.host-pakage li p {

  text-align: left;

  font-size: 20px;

  font-weight: 700;

  line-height: 35px;

  margin-right: 45px;

  padding: 0;

}



.host-slider1 p {

  color: #fff;

}



.host-pakage li span {

  font-size: 30px;

}



.host-slider1 .owl-item img {
  height: 46vh;
}

@media screen and (max-width: 600px) {
  .host-slider1 .owl-item img {
    height: 70vh;
  }
}


.host-slider1 .owl-nav {

  margin: 0;

  position: absolute;

  left: 0;

  top: 45%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 100%;

}



.host-slider1 .owl-nav .owl-prev,

.host-slider1 .owl-nav .owl-next {

  padding: 0;

  position: absolute;

  margin: 0;

  background: none;

}

.host-slider1 .owl-nav [class*=owl-]:hover{

  background-color: transparent

}



.host-slider1 .owl-nav .owl-prev {

  left: 0;

}

.host-slider1 .owl-nav .owl-next {

  right: 0;

}



.host-slider1 .owl-nav .owl-prev:hover.owl-prev i::after,

.host-slider1 .owl-nav .owl-next:hover.owl-next i::after {

  background: #fff;

}



.host-slider1 .owl-dots {

  position: absolute;

  width: 100%;

  bottom: 35px;

}



.host-slider1 .owl-nav i {

  position: relative;

  padding: 0 15px;

  font-size: 30px;

}



.host-slider1 .owl-prev i::before {

  content: "\f104";

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.host-slider1 .owl-next i::before {

  content: "\f105";

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.host-slider1 .owl-prev i::after {

  content: "";

  position: absolute;

  width: 80px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 5px;

  height: 100px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  left: -48px;

  top: -27px;

  z-index: -1;

}



.host-slider1 .owl-next i::after {

  content: "";

  position: absolute;

  width: 80px;

  border-radius: 5px 0;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  height: 100px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  right: -48px;

  top: -27px;

  z-index: -1;

}



.host-slider1 .owl-dots .owl-dot span {

  background: #fff;

  margin: 0 5px;

  height: 8px;

  width: 8px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.host-slider1 .owl-dots .owl-dot:hover span {

  background-color: #fff;

}



.host-slider1 .owl-dots .owl-dot.active span {

  width: 24px;

}



.host-blue-warp .slide-text {

  text-align: left;

}



.host-blue-warp .host-pakage .host-btn {

  margin-right: 20px;

  min-width: 190px;

  margin-top: 5px;

  margin-bottom: 20px;

}



.host-blue-warp .host-slider1 .host-amt {

  font-size: 20px;

  font-weight: 700;

  padding-top: 20px;

}

.owl-item.active .slide-text .host-amt {

  -webkit-animation: 1s 0.4s fadeInUp both;

  animation: 1s 0.4s fadeInUp both;

}



.host-blue-warp .host-amt span {

  color: #fff;

  font-size: 25px;

}



.host-rocket {

  text-align: right;

  position: relative;

}



.host-slider1 .owl-item .host-rocket img {

  position: absolute;

  height: auto;

  right: 0;

  top: -50px;

  min-width: 0;

  max-width: 300px;

  margin-left: auto;

}



.host-blue-warp .owl-dot span {

  width: 6px;

  height: 20px;

}



.host-blue-warp.owl-dot.active span {

  width: 6px;

  height: 30px;

}



.host-pakage .host-btn.host-btn-trans {

  background-color: transparent;

  border: 2px solid #fff;

  font-weight: 600;

}



.host-pakage .host-btn .host-btn-trans:hover,

.host-pakage .host-btn:hover {

  background-color: #fff;

}



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

	Search-domain

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



.search-domain {

  background-color: #000;

}



.search-domain p {

  color: #fff;

}



.top-line,

.top-line-b {

  position: relative;

}



.top-line::after,

.top-line-b::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 7px;

  z-index: 2;

}



.top-line-b::after {

  background: #000;

}



.top-line::before,

.top-line-b::before {

  content: "";

  position: absolute;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  top: 7px;

  left: 50%;

  width: 0;

  height: 0;

  border: 12px solid transparent;

  border-top: 14px solid;

  z-index: 2;

}



.top-line-b::before {

  border-top-color: #000;

}



.search-domain h4 {

  font-size: 40px;

  font-weight: 700;

  text-transform: capitalize;

  padding-top: 10px;

}



.search-domain .form-control {

  width: 74%;

  height: 60px;

  color: #707070;

  border: 1px solid #fff;

}



.form-text-search {

  border-radius: 50px 0 0 50px;

}



.domain-search-box .custom-select {

  background: none;

  height: 60px;

  border: none;

  padding-right: 0;

  width: 100%;

  border-radius: 0;

  text-transform: uppercase;

}



.select-wrapper {

  position: relative;

  width: 12%;

  margin: 0 1%;

  background-color: #fff;

}



.select-wrapper:after {

  content: "\f107";

  font-family: "FontAwesome";

  position: absolute;

  top: 19px;

  color: #000;

  right: 14px;

  margin-left: 5px;

  pointer-events: none;

}



.domain-search-box .host-btn {

  width: 12%;

  height: 60px;

  font-size: 30px;

  padding: 0 13px 0 7px;

  border-radius: 0 50px 50px 0;

}



.domain-search-box .host-btn:hover {

  color: #000;

}



.searchs {

  margin-left: 20px;

  margin-top: 7px;

}



.searchs .domain-links {

  font-size: 12px;

  text-transform: capitalize;

  padding: 1px 10px;

  color: #fff;

  border-right: 1px solid #fff;

}



.searchs .domain-links:last-child {

  border-right: none;

}



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

	why us

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



.why-us,

.why-us-2 {

  text-align: center;

  position: relative;

}



.why-in-2 {

  position: relative;

  max-width: 400px;

  margin: 0 auto 35px;

}



.why-in h4 {

  font-weight: 700;

  font-size: 16px;

  color: #000;

  text-transform: uppercase;

  padding: 25px 0 10px;

}



.why-in-2 h4 {

  font-weight: 700;

  font-size: 16px;

  color: #000;

  text-transform: uppercase;

  padding: 0 0 10px;

}



.why-in-2 {

  text-align: left;

}



.why-in-2 .why-icon {

  position: absolute;

  left: 0;

}



.why-in-2 .why-content {

  padding-left: 60px;

}



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

	why we

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



.why-para p {

  text-align: left;

  margin-bottom: 20px;

}



.why-we .why-in-2 {

  margin: 0 auto 40px;

}



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

	service

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



.service {

  position: relative;

  text-align: center;

  background-color: #fff;

}



.service .list-group {

  display: block;

}



.service .list-group li {

  width: 23%;

  position: relative;

  display: inline-block;

  margin: 0 1%;

  float: left;

}



.service .list-group-item {

  width: 100%;

  position: relative;

  border-radius: 10px !important;

  border: 1px solid #000;

  font-size: 20px;

  font-weight: 700;

  color: #111111;

  background-color: #fff;

  padding: 25px 0 18px;

  text-transform: capitalize;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.service .list-group-item.active {

  position: relative;

  color: #fff;

  background-color: #000;

  border-color: #000;

}



.service .list-group-item::after {

  position: absolute;

  content: "";

  -webkit-transform: translate(-50%, 89px);

  -ms-transform: translate(-50%, 89px);

  transform: translate(-50%, 89px);

  left: 50%;

  opacity: 0;

  border: 20px solid transparent;

  border-bottom: 20px solid #000;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.service .list-group-item.active::after {

  opacity: 1;

  -webkit-transform: translate(-50%, 49px);

  -ms-transform: translate(-50%, 49px);

  transform: translate(-50%, 49px);

}



.service .list-group-item .tab-img {

  display: block;

  margin: 0 auto;

  padding-bottom: 10px;

}



.service .tab-content {

  width: 100%;

  padding-top: 40px;

}



.service .tab-pane {

  width: 98%;

  margin: 0 auto;

  background-color: #000;

  color: #fff;

  padding: 40px;

  border-radius: 10px;

}



.service .tab-pane .panel-img {

  border-radius: 5px;

  overflow: hidden;

}



.service .tab-pane .panel-content h4 {

  font-size: 20px;

  text-transform: capitalize;

  font-weight: 700;

  padding-bottom: 7px;

}



.service-2 .tab-pane .panel-content h4 {

  color: #000;

}



.service .tab-pane .panel-content h5 {

  font-size: 20px;

  font-weight: 400;

}



.service .tab-pane .panel-content p {

  color: #fff;

}



.service .panel-descrip {

  padding: 15px 0;

  position: relative;

}



.service .sub-panel-descrip li {

  padding: 2px 0;

  text-transform: capitalize;

}



.service .sub-panel-descrip li i {

  padding-right: 8px;

}



.service .sub-panel-descrip {

  width: 32%;

  display: inline-block;

}



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

	service-2

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



.service-2 {

  text-align: center;

  background-color: #fff;

}



.service-2 .service-item {

  padding: 30px;

  border: 1px solid #000;

  border-radius: 10px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.service-2 .service-item h4 {

  font-size: 20px;

  color: #000;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 30px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.service-2 .service-item img {

  width: auto;

  margin: 0 auto;

}



.service-2 .service-item p {

  padding: 30px 0;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.service-2 .service-item:hover h4,

.service-2 .service-item:hover p {

  color: #fff;

}



.service-item .host-btn {

  color: #fff;

  font-size: 12px;

  margin: 0 auto;

  padding: 3px 3px 3px 13px;

  text-transform: capitalize;

  font-weight: 600;

}



.service-item .host-btn .i-round {

  background-color: #fff;

  color: #000;

  margin-left: 4px;

  width: 24px;

  height: 24px;

  padding: 6px;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.service-item:hover {

  background-color: #000;

}



.service-item:hover .host-btn {

  background-color: #fff;

  color: #000;

}



.service-item:hover .host-btn .i-round {

  color: #fff;

  background-color: #000;

}



.service-item .host-btn:hover .i-round {

  -webkit-transform: translateX(2px);

  -ms-transform: translateX(2px);

  transform: translateX(2px);

}



.service-slider .owl-nav {

  color: #000;

  position: relative;

}



.service-slider .owl-nav [class*="owl-"] {

  background-color: transparent;

  padding: 0;

  margin: 10px 10px 0;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.service-slider .owl-nav [class*="owl-"]:hover {

	background-color: transparent;

}

.service-slider .owl-prev {

  border: 20px solid transparent;

  border-right: 20px solid #000;

  margin-right: 20px;

}



.service-slider .owl-next {

  border: 20px solid transparent;

  border-left: 20px solid #000;

}



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

	features

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



.feature {

  position: relative;

  text-align: center;

}



.feature .panel-wrap {

  margin: 0 auto;

  position: relative;

}



.feature .tab-content {

  position: relative;



  background-size: cover;

  width: 370px;

  height: 370px;

  border-radius: 50%;

  margin: 0 auto;

  padding: 50px 90px;

  overflow: hidden;

  z-index: 0;

}



.feature .tab-content::before,

.feature-2 .feature-content-holder::before {

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.7);

  z-index: -1;

}



.feature-2 .feature-box h3,

.feature .tab-content .tab-pane-f h3 {

  font-size: 22px;

  font-weight: 800;

  padding-bottom: 15px;

  text-transform: uppercase;

  margin: 0 auto;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

  overflow: hidden;

}



.feature .fea-detail .tab-pane-f {

  display: none;

}



.feature .fea-detail #tab-1 {

  display: block;

}



.feature .fea-detail .tab-pane-f p {

  color: #fff;

}



.feature .fea-descrip.first {

  position: relative;

}



.feature .fea-descrip.second {

  position: relative;

}



.feature .feature-item {

  width: 100%;

  margin: 40px 0;

  position: relative;

  display: block;

}



.feature .fea-descrip .feature-item-link {

  color: #000;

  font-weight: 700;

  position: relative;

  display: block;

  padding: 22px 0;

  text-transform: uppercase;

}



.feature .fea-descrip .feature-item-link .fea-text {

  z-index: 99;

  position: relative;

  display: inline-block;

  padding: 0 13px;

  background-color: #fff;

}



.feature.hosting-fea .fea-descrip .feature-item .feature-item-link .fea-text {

  background-color: #fff;

}



.feature-item .dot {

  color: #959595;

}



.feature .fea-descrip.first .dot {

  position: relative;

  display: block;

  z-index: 0;

}



.feature .fea-descrip.second .dot {

  position: relative;

  display: block;

  z-index: 0;

}



.feature .fea-descrip.first .dot:before {

  left: 81%;

  top: -22px;

  position: absolute;

  letter-spacing: 2px;

  font-size: 32px;

  white-space: nowrap;

  content: "....................... ";

  z-index: -1;

}



.feature .fea-descrip.second .dot:before {

  right: 81%;

  top: -22px;

  position: absolute;

  letter-spacing: 2px;

  font-size: 32px;

  white-space: nowrap;

  content: "........................";

  z-index: -1;

}



.feature .fea-descrip.first .f-item-icon,

.feature .fea-descrip.second .f-item-icon {

  width: 65px;

  padding: 13px;

  height: 65px;

  top: 0;

  border-radius: 50%;

  background: #fff;

  border: 1px solid #000;

  z-index: 99;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.feature .fea-descrip .feature-item.current .f-item-icon {

  border: 1px solid;

}



.feature .fea-descrip.first .f-item-icon {

  position: absolute;

  right: -195px;

}



.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {

  position: absolute;

  right: -155px;

}



.feature .fea-descrip.second .feature-item .f-item-icon {

  position: absolute;

  left: -195px;

}



.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {

  position: absolute;

  left: -155px;

}



.feature-2 .panel-wrap {

  max-width: 540px;

  margin: 0 auto;

  position: relative;

}



.feature-2 .feature-content-holder {

  position: relative;

  background: url(../img/home/feature.png) no-repeat;

  background-size: cover;

  width: 100%;

  height: auto;

  border-radius: 10px;

  margin: 0 auto;

  padding: 70px 50px;

  overflow: hidden;

  z-index: 0;

}



.feature-2 .feature-image {

  display: none;

}



.feature-list-group {

  position: relative;

  padding-left: 280px;

}



.feature-2 .feature-content-holder p {

  color: #fff;

}



.feature-2 .feature-box {

  display: none;

}



.feature-2 .feature-list-group li {

  padding: 24px 0;

  text-transform: uppercase;

  font-weight: 700;

  position: relative;

}



.feature-2 .features-tab,

.feature-2 .features-tab:hover {

  color: #000;

}



.feature-2 .f-holder .f-item-icon {

  width: 65px;

  padding: 13px;

  height: 65px;

  display: inline-block;

  position: absolute;

  border-radius: 50%;

  background: #fff;

  left: -88px;

  top: 0;

  border: 1px solid #000;

  z-index: 99;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



#disk {

  display: block;

}



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

	Plans

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



.plans {

  position: relative;

  background: #fff;

}



.plan-wrap {

  color: #000;

  text-align: center;

  position: relative;

  max-width: 400px;

  margin: 0 auto;

}



.plan-wrap .popular {

  position: absolute;

  top: -25px;

  left: 50%;

  padding: 0 40px;

  overflow: hidden;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 3;

}



.plan-wrap .popular span {

  position: relative;

  display: block;

  z-index: 0;

  padding: 3px 20px 1px;

  color: #fff;

  text-transform: uppercase;

  font-weight: 700;

}

.generate-password{
  display: none !important;
}

.plan-wrap .popular::after {

  position: absolute;

  content: "";

  width: 22px;

  top: 3px;

  z-index: -5;

  right: 35px;

  -webkit-transform: rotate(-13deg);

  -ms-transform: rotate(-13deg);

  transform: rotate(-13deg);

  height: 36px;

}



.plan-wrap .popular::before {

  position: absolute;

  content: "";

  width: 22px;

  top: 3px;

  z-index: -5;

  left: 35px;

  -webkit-transform: rotate(13deg);

  -ms-transform: rotate(13deg);

  transform: rotate(13deg);

  height: 36px;

}



.plan-wrap .plan-heading {

  background-color: #ebebeb;

  padding: 16px 0;

  position: relative;

}



.plan-heading h4 {

  font-size: 30px;

  font-weight: 700;

}



.plan-heading h4 span {

  font-size: 15px;

}



.plan-body {

  position: relative;

  padding: 25px 0;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.plan-wrap .plan-body::after {

  position: absolute;

  content: "";

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  top: 100%;

  border: 30px solid transparent;

  border-top: 20px solid;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.plan-wrap.active .plan-body,

.plan-wrap.active .plan-footer {

  background-color: #000;

}



.plan-wrap.active .plan-body::after {

  border-top-color: #000;

}



.plan-body .plan-body-img {

  background-color: #fff;

  width: 70px;

  height: 70px;

  margin: 0 auto;

  padding: 15px;

  border-radius: 50%;

}



.plan-body h5 {

  font-size: 25px;

  font-weight: 800;

  text-transform: uppercase;

  margin-top: 10px;

  color: #fff;

}



.plan-wrap .plan-features {

  padding: 20px 0;

}



.plan-features li {

  padding: 13px 0;

  text-transform: capitalize;

}



.plan-features li i {

  margin-right: 5px;

}



.plan-features .wrong {

  color: #717171;

}



.plan-features .right {

  color: #000;

}



.plan-features .wrong i {

  color: #000;

}



.plan-wrap .plan-footer {

  background-color: #ebebeb;

  padding: 17px 0;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.plan-footer .host-btn {

  color: #fff;

  margin: 0 auto;

  padding: 3px 3px 3px 13px;

  text-transform: capitalize;

  font-size: 12px;

}



.plan-footer .host-btn:hover {

  opacity: 0.8;

}



.plan-footer .host-btn .i-round {

  background: #fff;

  color: #000;

  margin-left: 4px;

  width: 24px;

  height: 24px;

  padding: 6px;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.plan-footer .host-btn:hover .i-round {

  -webkit-transform: translateX(2px);

  -ms-transform: translateX(2px);

  transform: translateX(2px);

}



.single-pricing-item {

  overflow: hidden;

}



.single-pricing-item .price-item {

  width: 25%;

  float: left;

}



.plans-2 .plan-body {

  padding: 30px 0;

}



.plans-2 .plan-features li {

  padding: 10px 0;

}



.single-pricing {

  padding: 5px 0;

}



.single-pricing-item .price-heading {

  position: relative;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.price-heading::after {

  position: absolute;

  content: "";

  right: -48px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  border: 28px solid transparent;

  border-left: 20px solid;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.single-pricing-item .plan-features {

  color: #717171;

  padding-left: 50px;

  text-align: left;

  position: relative;

}



.plans-2 .plan-footer {

  background-color: #ebebeb;

  padding: 27px 0;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.plans-2 .plan-footer h3 {

  font-size: 40px;

  font-weight: 700;

  color: #000;

  padding-bottom: 18px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.plans-2 .plan-footer span {

  display: block;

  font-size: 15px;

  font-weight: 400;

  text-transform: capitalize;

}



.best-sale .single-pricing-item .price-heading,

.best-sale .plan-footer {

  background-color: #000;

}



.best-sale .price-heading::after {

  border-left-color: #000;

}



.best-sale .plan-footer h3 {

  color: #fff;

}



.best-sale .host-btn {

  background-color: #fff;

}



.best-sale .host-btn .i-round {

  color: #fff;

}



.best-banner {

  position: absolute;

  left: -54px;

  top: 30px;

  content: "";

  padding: 1px;

  width: 200px;

  text-transform: capitalize;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  font-weight: 700;

}

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

	vps

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



.vps {

  position: relative;

  overflow-x: hidden;

}



.vps .all-title {

  margin-bottom: 100px;

}



.table {

  display: table;

  table-layout: fixed;

  width: 100%;

}

.vps .tableCell {

  display: table-cell;

  text-align: right;

  width: 100%;

}



.tableCell:first-child {

  display: block;

}



.bullet-bg {

  background-color: #fff;

  padding: 30px 5% 16px;

  border-radius: 10px;

  margin: 0 1%;

}



.bulletWrap {

  position: relative;

  margin: 0 auto;

}



.bulletWrap .before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  height: 4px;

  background: #ccc;

  width: 99%;

  z-index: 0;

}



.bulletWrap .after {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  height: 4px;

  z-index: 0;

}



.bulletWrap .slide a {

  top: -1px;

  left: -1px;

  width: 8px;

  height: 8px;

  color: #ffffff;

  display: inline-block;

  border-radius: 100%;

  background-color: #cccccc;

  -webkit-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  transition: 0.3s all ease;

  position: relative;

  border: 3px solid transparent;

}



.bulletWrap .slide a.active,

.bulletWrap .slide a:hover {

  width: 20px;

  top: 4px;

  height: 20px;

  border: 4px solid;

}



.slide a i {

  font-size: 35px;

  line-height: 76px;

}



.vps .tab {

  margin-top: 10px;

}



.vps-content {

  padding-top: 20px;

  display: none;

  text-align: center;

  color: #000;

  position: relative;

}



#vps-3 {

  display: block;

}



.vps-content .vps-item {

  width: 23%;

  margin: 0 1%;

  float: left;

  border-radius: 10px;

}



.vps-item .vps-name {

  width: 100%;

  background-color: #fff;

  border: 1px solid #959595;

  border-radius: 10px;

  text-transform: uppercase;

  padding: 5px 0;

}



.vps-item .vps-price {

  width: 100%;

  color: #fff;

  text-transform: uppercase;

  padding: 5px;

}



.vps-content .cost {

  width: 100%;

  margin-top: 30px;

  font-size: 40px;

  font-weight: 700;

  display: block;

  line-height: 1;

}



.vps-content .cost span {

  font-size: 15px;

  font-weight: 600;

  display: block;

  margin-top: 10px;

  text-transform: capitalize;

}



.vps-tooltip {

  position: absolute;

  content: "";

  top: -67px;

  left: -33px;

  text-align: center;

  font-weight: 700;

  width: 73px;

  border-radius: 8px;

  padding: 5px 0 3px;

  text-transform: uppercase;

  display: none;

}



.slide a.active .vps-tooltip {

  display: block;

}



.vps-tooltip::after {

  position: absolute;

  content: "";

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: -24px;

  border: 10px solid transparent;

  border-top: 16px solid;

}



.vps .order {

  width: 100%;

  text-align: center;

  margin-top: 50px;

}



.vps .host-btn {

  background-color: transparent;

  padding: 17px 29px;

  color: #000;

  border: 2px solid #000;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

}



.vps .host-btn:hover {

  background-color: #000;

  color: #fff;

}

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

	ssl

----------------------------------------*/
.ssl{
  padding-top: 5vh;
  padding-bottom: 5vh;
  width: 100%;
  /* height: 70vh; */
  display: flex;
  background-color: black;
  align-items: center;
  justify-content: center;
  color: #fff !important

}
.ssl p{
  color: #fff !important

}
.ssl-bg{

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* height: 60vh; */
  width: 80%;
  align-items: flex-start;
  justify-content: center;
  background-color: #383838;
}
.ssl-content{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 90%;
  /* height: 50vh; */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}
.ssl-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.circles{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.circleitem{
  width: 200px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.circleitem h1, .circleitem p{
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon{ font-size: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: orange;
  border-radius: 200px;
}
.ssl-content h1{
  font-size: 40;
  font-weight: 700;
}
@media screen and (min-width:992px) {
  .circles{

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;

  }
}


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

	get-started

----------------------------------------*/
.get-started{
  width: 100%;

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;

text-align: center;
}
.get-started .btnhover{
  margin-top:20px;
}
.get-started img{
  margin-bottom: 10px;
}
.get-started .fa-check{
  margin-right: 5px;
}
.get-started .fa-check{
  color: green
}
.get-started-content{
  width: 90%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;

}
.get-started__content-field{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:center;
  -ms-align-items: center;
  align-items: center;
}
.get-started__content{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}
.get-started__content-twodivs{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  /* height: 30vh; */

}
.get-started__content-bg{
  padding: 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px
}
.get-started-icon{
  width: 40%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
}
.get-started-contfield{
  width: 50%;
text-align: left;
padding: 10px;
}
.blue{
  background-color: lightblue;
}
.green{
  background-color: lightgreen;
}

@media screen and (min-width:992px) {
  .get-started__content-field{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content:space-around;
    -ms-align-items: center;
    align-items: center;
  }
}
.oneonone span{
  font-size: 15px !important;
  line-height: 17px;
}
/*--------------------------------------

	pro-faq

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



.pro-faq {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.project,

.faq {

  width: 50%;

}



.project {

  position: relative;

  background-color: #000;

}



.project-wrap {

  max-width: 560px;

  margin: 0 auto;

  padding: 75px 0;

}



.pro-item .funfact {

  width: 48%;

  float: left;

  padding: 50px 35px;

  border: 2px solid;

  margin: 1%;

}



.fun-in {

  position: relative;

  padding-left: 59px;

}



.fun-icon {

  position: absolute;

  left: 0;

}



.fun-in h4 {

  font-size: 20px;

  font-weight: 600;

  padding-bottom: 5px;

}



.fun-in h5 {

  text-transform: capitalize;

  font-size: 15px;

}



.faq {

  position: relative;

  background-color: #fff;

}



.faq .all-title {

  padding-bottom: 70px;

}



.faq-wrap {

  max-width: 530px;

  margin: 0 auto;

  padding-left: 14px;

  padding-right: 14px;

}



.card {

  margin-bottom: 10px;

  border: 0;

  border-radius: 0;

}



.card-header {

  padding: 0;

  border-radius: 0;

  border-bottom: 0;

  background-color: transparent;

}



.acc-head::after {

  position: absolute;

  content: "\f068";

  font-family: "FontAwesome";

  top: 11px;

  left: -9px;

  width: 20px;

  height: 20px;

  background-color: #fff;

  border: 1px solid;

  border-radius: 5px;

  font-size: 12px;

  padding: 3px 4px;

}



.acc-head.collapsed::after {

  content: "\f067";

}



.acc-head {

  position: relative;

  font-size: 15px;

  font-weight: 700;

  display: block;

  color: #fff;

  padding: 12px 20px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 10px;

}

.acc-head.collapsed::after {

  color: #000;

  border: 1px solid #000;

}

.acc-head.collapsed {

  color: #000;

  background-color: transparent;

  border: 1px solid #000;

}



.acc-head:hover {

  color: #fff;

}



.acc-head.collapsed:hover {

  color: #000;

}



.card-body {

  margin: 6px 10px;

  padding: 10px 20px;

}



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

	portfolio

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



.portfolio {

  text-align: center;

}



.portfolio .all-title {

  padding-bottom: 70px;

}



.portfolio-sort {

  display: inline-block;

  cursor: pointer;

  margin-bottom: 45px;

}



.sorting {

  background-color: #fff;

  border-radius: 100px;

  overflow: hidden;

}



.portfolio .sort-btn {

  color: #707070;

  padding: 9px 30px;

  display: inline-block;

  text-transform: capitalize;

  background-color: #fff;

  border-radius: 100px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border: 2px solid transparent;

}



.portfolio .sort-btn.active {

  color: #000;

}



.port-item {

  margin: 15px auto;

}



.portfolio-inner {

  position: relative;

}



.portfolio-inner img {

  width: 100%;

}



.dimmer {

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.8);

  position: absolute;

  top: 0;

  left: 0;

  border: 5px solid transparent;

  opacity: 0;

  -webkit-transition: 0.3s all linear;

  -o-transition: 0.3s all linear;

  transition: 0.3s all linear;

  overflow: hidden;

}



.port-item:hover .dimmer {

  opacity: 1;

}



.dimmer h4 {

  text-align: left;

  text-transform: capitalize;

  padding: 20px;

  font-size: 20px;

  font-weight: 700;

}



.dimmer h4 a {

  color: #fff;

}



.portfolio-overlay {

  position: absolute;

  right: 0;

  bottom: 0;

}



.portfolio-overlay a {

  width: 80px;

  padding-top: 12px;

  color: #fff;

  height: 50px;

  float: left;

  font-size: 21px;

  opacity: 0;

  -webkit-transition: 0.3s all linear;

  -o-transition: 0.3s all linear;

  transition: 0.3s all linear;

  -webkit-transition-delay: 0.1s;

  -o-transition-delay: 0.1s;

  transition-delay: 0.1s;

  -webkit-transform: translateY(50%);

  -ms-transform: translateY(50%);

  transform: translateY(50%);

}



.portfolio-overlay a.popup {

  border-right: 2px solid #000;

}



.port-item:hover .portfolio-overlay a {

  opacity: 1;

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);

}



.nav-next div,

.nav-previous div {

  color: transparent;

}



.nav-next:after {

  content: "";

  color: #000;

  position: absolute;

  border: 19px solid transparent;

  border-left: 29px solid #fff;

  padding: 2px;

  top: 50%;

  font-size: 20px;

  z-index: 1;

  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.nav-previous:after {

  content: "";

  color: #000;

  position: absolute;

  border: 19px solid transparent;

  border-right: 29px solid #fff;

  padding: 2px;

  top: 50%;

  font-size: 20px;

  z-index: 1;

  left: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



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

	team

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



.team-wrap {

  position: relative;

  text-align: center;

}



.team-members {

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-members .item {

  color: #000;

  margin: 0 15px;

  position: relative;

  border-radius: 10px;

  overflow: hidden;

  border: 1px solid #000;

  z-index: 0;

  cursor: pointer;

}



.team-members .item-in img {

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  border-radius: 10px;

  width: 100%;

}

.team-expert .item-in img {

  filter: none;

}

.team-slider .owl-nav {

    margin-top: 0;

    color: #000;

    position: absolute;

    width: 100%;

	top: 50%;

	transform: translateY(-50%);

    left: 0;

}

.team-slider .owl-nav [class*=owl-] {

    margin: 0;

    position: absolute;

    padding: 0;

    background: transparent;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

	cursor: pointer;

    border-radius: 0;

}

.team-slider .owl-nav [class*=owl-]:hover{

	background: transparent;

}

.team-slider .owl-prev {

  left: -40px;

  border: 20px solid transparent;

  border-right: 20px solid #000;

}



.team-slider .owl-next{

  right: -40px;

  border: 20px solid transparent;

  border-left: 20px solid #000;

}



.team-members .team-detail {

  position: absolute;

  bottom: 0;

  width: 100%;

  background-color: #fff;

  padding: 27px 0;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  border-top: 1px solid #000;

  z-index: 1;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-detail .team-name {

  text-transform: uppercase;

  font-weight: 700;

  font-size: 15px;

  padding-bottom: 7px;

}



.team-expert .team-name,

.team-expert .team-detail h5 {

  font-size: 20px;

}



.team-detail .team-name a {

  color: #000;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-detail h5 {

  text-transform: capitalize;

  color: #707070;

  font-size: 15px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-hover {

  position: absolute;

  top: 0;

  width: 100%;

  padding: 10px 0;

  border-radius: 10px;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-hover .team-socials li {

  display: inline-block;

  padding: 0 13px;

}



.team-members .item:hover img {

  -webkit-filter: none;

  filter: none;

}



.item:hover .team-hover {

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);

}



.team-members .item:hover .team-detail h5,

.team-members .item:hover .team-name a {

  color: #fff;

}



.team-socials a {

  color: #fff;

  font-size: 16px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.team-socials a:hover {

  color: #000;

}



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

	testimonial

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



.testimonial {

  position: relative;

  text-align: center;

  background: #000 url(../img/home/client-bg.jpg);

  background-size: cover;

  z-index: 0;

  text-align: center;

  overflow: hidden;

}



.testimonial::before {

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(19, 27, 49, 0.9);

  z-index: -1;

}



.testimonial .slick-slide {

  outline: 0;

  cursor: pointer;

}



.testimonial .slick-dotted.slick-slider {

  margin-bottom: 0;

}



.testimonial .slick-dots li button {

  padding: 0;

}



.testi-slider .slick-slide .testi-avtar {

  position: relative;

  width: 199px;

  height: 199px;

  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  margin: 0 auto;

  border-radius: 50%;

  border: 8px solid #ccc;

  opacity: 0.3;

  bottom: -49px;

  padding: 12px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.testi-slider .slick-slide .testi-avtar img {

  border-radius: 50%;

}



.testi-slider .slick-center .testi-avtar {

  width: 195px;

  height: 195px;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  padding: 5px;

  margin: 0 auto;

  border-radius: 50%;

  opacity: 1;

  bottom: 0;

}



.testi-designation-slider {

  padding: 35px 0 0;

}



.client-desig p {

  color: #fff;

  max-width: 660px;

  margin: 0 auto;

}



.client-desig h4 {

  font-size: 15px;

  font-weight: 700;

  padding-top: 30px;

  padding-bottom: 40px;

  text-transform: capitalize;

}



.testi-designation-slider .slick-dots {

  position: relative;

  bottom: 0;

  height: 26px;

}



.testi-designation-slider .slick-dots li {

  width: auto;

  height: auto;

  margin: 0;

}



.testi-designation-slider .slick-dots li button:before {

  content: "";

}



.testi-2 .testi-designation-slider .slick-dots li button {

  background-color: #fff;

  height: 20px;

  width: 3px;

  border-radius: 10px;

  margin: 0 8px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.testi-designation-slider .slick-dots li button {

  background: #fff;

  height: 8px;

  width: 8px;

  border-radius: 8px;

  margin: 0 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.testi-designation-slider .slick-dots li.slick-active button {

  width: 24px;

}



.testi-2 .testi-designation-slider .slick-dots li.slick-active button {

  -webkit-transform: translateY(-4px);

  -ms-transform: translateY(-4px);

  transform: translateY(-4px);

  height: 30px;

  width: 6px;

}



.testi-2 .testi-designation-slider .slick-dots li button {

  width: 6px;

}



.slick-dots li button:before {

  width: auto;

}



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

	our blogs

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



.blog .all-title {

  padding-bottom: 70px;

}



.blog-item {

  margin: 20px auto;

}



.blog-item iframe {

  width: 100%;

  height: auto;

}



.post-img {

  overflow: hidden;

}



.post-img img {

  width: 100%;

}



.blog-item .post-content {

  margin-top: 10px;

  background-color: #fff;

  padding: 40px 20px;

}



.blog-item .post-meta {

  position: absolute;

  padding: 10px;

  border-radius: 5px;

  text-transform: uppercase;

  text-align: center;

  font-size: 12px;

  margin-top: -27px;

  left: 15%;

}



.post-meta p {

  font-size: 30px;

  color: #fff;

  margin-bottom: 4px;

}



.post-content h4 {

  margin-bottom: 20px;

}



.post-content h4 a {

  color: #000;

  font-size: 20px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.post-bottom {

  background-color: #ebebeb;

  padding: 10px 15px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.post-bottom .post-admin {

  color: #707070;

  font-size: 14px;

  text-transform: capitalize;

  float: left;

  padding: 7px 0;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.post-bottom .post-admin i {

  margin-right: 6px;

}



.post-bottom .host-btn {

  float: right;

  font-size: 12px;

  color: #fff;

  margin: 0 auto;

  padding: 3px 3px 3px 13px;

  text-transform: capitalize;

}



.post-bottom .host-btn .i-round {

  background-color: #fff;

  color: #000;

  margin-left: 4px;

  width: 24px;

  height: 24px;

  padding-top: 6px;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.post-bottom .host-btn:hover .i-round {

  -webkit-transform: translateX(2px);

  -ms-transform: translateX(2px);

  transform: translateX(2px);

}



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

	partners section

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



.partner {

  background-color: #fff;

  color: #000;

}



.partner-item {

  position: relative;

  min-height: 300px;

  border-left: 1px solid #ebebeb;

  cursor: e-resize;

}



.partner .owl-carousel .owl-item img {

  width: auto;

}



.partner-item img {

  position: absolute;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  left: 50%;

  top: 125px;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.partner-item:hover img {

  opacity: 0.6;

}



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

	host-subscribe

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



.host-subscribe {

  width: 100%;

  position: absolute;

  margin-top: -50px;

  text-align: center;

  z-index: 2;

}



.subscribe-box {

  width: 85%;

  height: 110px;

  margin: 0 auto;

  border-radius: 100px;

  padding: 30px 0;

}



.sub-wrap {

  max-width: 1100px;

  padding: 0 20px;

  margin: 0 auto;

}



.subs-heading {

  float: left;

}



.subs-heading h3 {

  font-size: 40px;

  font-weight: 800;

  text-transform: capitalize;

  padding: 5px 0;

}



.subs-btn {

  float: right;

}



.subs-btn .host-btn {

  text-transform: uppercase;

  background-color: #fff;

  font-size: 20px;

}



.subs-btn .host-btn:hover {

  background-color: #000;

  color: #fff;

}



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

	footer

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



.footer {

  background-color: #000;

  padding-top: 60px;

}



.footer-content {

  padding: 80px 0;

}



.footer p {

  color: #fff;

}



.contact-menu {

  padding-right: 50px;

}



.foot-heading {

  font-size: 20px;

  font-weight: 800;

  text-transform: uppercase;

  margin-bottom: 35px;

  color:rgb(242,177,13);

}



.contact-menu li {

  margin-top: 12px;

  position: relative;

}



.contact-menu li i {

  position: absolute;

  left: 0;

  top: 4px;

}



.contact-menu li p {

  padding-left: 25px;

}



.quick-link li,

.host-links li {

  padding-top: 20px;

}



.quick-link li:first-child,

.host-links li:first-child {

  padding-top: 0;

}



.quick-link li a,

.host-links li a {

  position: relative;

  padding-left: 37px;

  color: #fff;

  text-transform: capitalize;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  float: left;

  padding-bottom: 20px;



}



.quick-link li a:after,

.host-links li a:after {

  font-size: 12px;

  content: "\f068";

  font-family: "FontAwesome";

  position: absolute;

  left: 0;

  top: 2px;

}



.quick-link li a:hover,

.host-links li a:hover {

  padding-left: 43px;

}


.input-group-addon{
  width: 42px;
}
.form-control{
  font-size: 16px !important;
  padding: 2px;
  color:black !important;
}
.footer-form .form-control {

  border-radius: 5px;

  margin-bottom: 20px;

  border: 1px solid #000;

}



.footer-form .btn-submit {

  margin-bottom: 30px;

  width: 100%;

  text-align: center;

  padding-top: 6px;

  padding-bottom: 6px;

  text-transform: uppercase;

  color: #fff;

  font-weight: 700;

  border-radius: 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.btn-submit:hover {

  opacity: 0.8;

}



.footer-social li {

  display: inline-block;

  margin-right: 10px;

  margin-top: 10px;

}



.footer-blue .footer-social li {

  margin-right: 3px;

}



.footer-social li:last-child {

  margin-right: 0;

}



.footer-social li a {

  background-color: #fff;

  border-radius: 5px;

  width: 32px;

  height: 32px;

  display: block;

  text-align: center;

  color: #000;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.footer-social li a {

  width: 30px;

  height: 30px;

}



.footer-social a i {

  padding-top: 7px;

  font-size: 18px;

  -webkit-transition: all 0.6s ease;

  -o-transition: all 0.6s ease;

  transition: all 0.6s ease;

}



.footer-social a:hover i {

  color: #fff;

  -webkit-transform: rotateY(360deg);

  transform: rotateY(360deg);

}



.footer-copyright {

  padding: 30px;

  border-top: 1px solid #343843;

}



.footer-copyright p {

  text-align: center;

  text-transform: capitalize;

}



.footer-copyright a {

  font-weight: 600;

}



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

	top-banner

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

.top-banner {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  position: relative;

  display: block;

  text-align: center;

}



.banner-overlay {

  background-color: rgba(0, 0, 0, 0.7);

  padding: 170px 0 160px;

}



.top-banner h2 {

  font-size: 70px;

  font-weight: 800;

  text-transform: uppercase;

}



.banner-links {

  width: 100%;

  position: absolute;

  left: 50%;

  bottom: 0;

  -webkit-transform: translate(-50%, 50%);

  -ms-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);

  z-index: 0;

}



.banner-links ul {

  display: inline-block;

  padding: 20px 70px;

  border-radius: 100px;

  z-index: 9;

}



.banner-links li {

  display: inline-block;

}



.banner-links li a,

.banner-links li span {

  text-transform: uppercase;

  color: #fff;

  padding: 0 20px;

}



.banner-links li .active {

  color: #000;

}



.banner-links li a:hover {

  opacity: 0.8;

}



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

	our history

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

.timeline-container {

  position: relative;

  text-align: center;

}

.timeline-container::before {

  content: "";

  position: absolute;

  top: 0;

  left: 18px;

  height: 100%;

  width: 4px;

}



.timeline-block {

  margin-bottom: 40px;

}



.timeline-block:last-child {

  margin-bottom: 0;

}



.timeline-block {

  position: relative;

}



.timeline-block:after {

  content: "";

  display: table;

  clear: both;

}



.timeline-block:first-child {

  margin-top: 0;

}



.timeline-block:last-child {

  margin-bottom: 0;

}



.timeline-img {

  position: absolute;

  top: 7px;

  left: 0;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 4px solid;

  z-index: 9;

}



.timeline-img i {

  color: #000;

  font-size: 15px;

  padding-top: 8px;

}



.timeline-content {

  position: relative;

  margin-left: 60px;

  margin-right: 20px;

  background: #fff;

}



.timeline-content:after {

  content: "";

  display: table;

  clear: both;

}



.timeline-heading {

  color: #fff;

  padding-top: 55px;

  position: relative;

  background-color: #000;

}



.timeline-content h2 {

  font-size: 20px;

  top: 7px;

  left: -10px;

  right: -10px;

  position: absolute;

  padding: 12px 0;

  font-weight: 700;

}



.timeline-content h3 {

  font-size: 20px;

  font-weight: 700;

  padding: 20px 0;

}



.timeline-content p {

  margin: 20px 25px 35px;

}



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

	counters

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

.counting {

  background-color: #000;

  padding: 70px 0;

}



.counting .funfact {

  padding: 30px 0;

}



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

	guest-form

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

.guest-form {

  color: #000;

}



.guest-form p {

  color: #000;

}



.form-container {

  background-color: #fff;

  padding: 70px 60px;

  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);

}



.guest-form h3 {

  font-size: 18px;

  text-transform: capitalize;

  padding-bottom: 40px;

}



.guest-form h3 a {

  font-weight: 700;

}



.guest-form h4 {

  font-size: 20px;

  text-transform: uppercase;

  font-weight: 800;

  padding-bottom: 25px;

}



.form-group span {

  text-transform: capitalize;

}



.guest-form .form-control {

  margin: 3px 0 20px;

  text-transform: capitalize;

  border: 1px solid #ccc;

  padding: 8px;

}



.total-items li {

  display: inline-block;

  float: left;

  border: 1px solid #ccc;

  margin-bottom: 30px;

  padding: 10px;

  text-transform: capitalize;

}



.total-items .total-unit {

  width: 63%;

  border-right: none;

  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

}



.total-items .total-price {

  width: 37%;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

}



.total-items .btn-submit:hover {

  color: #fff;

}



.bill-address {

  padding: 30px;

  border: 1px solid #ccc;

  border-radius: 5px;

  margin-bottom: 50px;

  margin-top: 25px;

  position: relative;

}



.bill-address a {

  text-transform: capitalize;

  position: absolute;

  right: 30px;

  top: 30px;

}



.bill-address a i {

  margin-right: 5px;

}



.payment-method h4 {

  padding-bottom: 15px;

}



.payment-method p {

  padding-bottom: 25px;

}



.form-check-input {

  position: relative;

  margin: 0;

}



.payment-method .form-control {

  margin-top: 30px;

  margin-bottom: 0;

  position: relative;

}

.payment-method label {

  margin: 0;

}

.pay-card {

  position: absolute;

  right: 27px;

  top: 37px;

}



.mark {

  position: absolute;

  top: 36px;

  right: 20px;

  font-size: 20px;

  background-color: #fff;

}



.valid {

  position: absolute;

  top: 13px;

  font-size: 13px;

}



.payment-method .btn-submit {

  margin-top: 30px;

}



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

	domain-pricing

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

.dmoain-pricing {

  color: #000;

}



.dmoain-pricing table {

  border-collapse: collapse;

  margin: 0;

  padding: 0;

  width: 100%;

  table-layout: fixed;

}



.dmoain-pricing table .domain-head {

  color: #fff;

  font-size: 20px;

  font-weight: 700;

}




/*
.dmoain-pricing table .domain-head th:last-child {

  border-right: none;

} */



.dmoain-pricing table th {

  /* padding: 11px 0; */

  text-align: center;

  font-weight: 600;

}



.dmoain-pricing table td {

  /* padding: 23px 0; */

  text-align: center;

  font-weight: 400;

  color: #707070;

}



.dmoain-pricing table th,

/* .dmoain-pricing tbody tr td:nth-child(1) {

  text-transform: uppercase;

} */



.dmoain-pricing tbody tr td:nth-child(1) {

  font-size: 15px;

  color: #000;

  font-weight: 400;

}

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

	faq-ask

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

.faq-ask h4 {

  font-size: 30px;

  font-weight: 800;

  padding-bottom: 40px;

  color: #000;

  text-transform: uppercase;

}



.ask-quest .form-control {

  margin-bottom: 30px;

  text-transform: capitalize;

  border: 1px solid #ccc;

  padding: 8px;

  resize: none;

}



.ask-quest .btn-submit {

  font-size: 20px;

}

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

	host-process

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

.host-process {

  background-color: #000;

  text-align: center;

}



.process-item {

  width: calc(100% / 3);

  display: inline-block;

  float: left;

  position: relative;

  z-index: 1;

}



.process-item:last-child::after {

  display: none;

}



.process-img {

  width: 110px;

  height: 110px;

  margin: 0 auto;

  border: 4px solid;

  border-radius: 50%;

  padding-top: 20px;

  background-color: #000;

}



.process-item h4 {

  text-transform: uppercase;

  font-size: 20px;

  font-weight: 800;

  margin-top: 25px;

}



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

	sign in/sign-up

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

.sign-in-wrap,

.sign-up-wrap {

  padding: 80px 100px;

  background-color: #000;

  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);

  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);

  color:rgb(242,177,13);

  text-transform: capitalize;

  font-weight: 600;

}



.sign-in h3,

.sign-up h3 {

  font-size: 40px;

  font-weight: 800;

  text-align: center;

  text-transform: uppercase;

  color: rgb(242,177,13);

}



.sign-in p,

.sign-up p {

  color: rgb(242,177,13);

  margin-bottom: 15px;

  text-align: center;

  font-weight: 600;

}



.sign-in .form-control,

.sign-up .form-control {

  margin-bottom: 25px;

  margin-top: 3px;

  padding: 8px;

}



.sign-in span i {

  margin-left: 15px;

  margin-right: 3px;

}



.sign-in .btn-submit,

.sign-up .btn-submit {

  margin-top: 25px;

}



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

	what we do

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

.what-we-do .all-title {

  padding-bottom: 20px;

}



.what-we-do .service-item {

  margin-top: 50px;

}



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

	our team

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

.team-dedicated .item,

.team-expert .item {

  margin: 0;

  margin-top: 50px;

}



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

	contact-us

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



.support-item {

  padding: 25px 0;

  margin-bottom: 40px;

  text-align: center;

  border-radius: 10px;

}



.support-item-icon i {

  font-size: 35px;

}



.support-item a {

  color: #fff;

  font-size: 20px;

  display: block;

  font-weight: 800;

  padding: 10px 0 5px;

  text-transform: capitalize;

}



.support-item p {

  color: #fff;

}



.contact-us .form-control {

  margin: 0 0 30px;

  text-transform: capitalize;

  border: 1px solid #ccc;

  padding: 8px;

}



.contact-us h3 {

  color: #000;

  padding: 40px 0;

  text-transform: uppercase;

  font-size: 40px;

  font-weight: 800;

}



.contact-adress {

  border-width: 1px;

  border-style: solid;

  padding: 15px 20px;

  border-radius: 10px;

}



.contact-adress h4 {

  font-weight: 700;

  font-size: 15px;

  color: #000;

  text-transform: capitalize;

  margin-bottom: 10px;

}



.contact-adress p {

  position: relative;

  padding-left: 30px;

}



.contact-adress p i {

  position: absolute;

  top: 4px;

  left: 0;

}



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

	google-map

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

#host-map {

  height: 500px;

  width: 100%;

}



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

	page-404

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

.page-404 {

  background-image: url(../img/home/bg-404.jpg);

  background-size: cover;

  color: #fff;

  text-align: center;

}



.page-404 h3 {

  font-size: 40px;

  font-weight: 800;

  margin-bottom: 20px;

}



.page-404 h4 {

  font-size: 200px;

  font-weight: 800;

}



.page-404 .host-btn {

  display: block;

  width: 200px;

  margin: 0 auto;

  text-transform: capitalize;

  margin-top: 40px;

}



.page-404 .host-btn:hover {

  color: #fff;

  opacity: 0.8;

}



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

	portfolio-colummns-page

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

.portfolio-columns {

  background-color: #fff;

}



.project-detail-slider {

  margin-bottom: 30px;

  overflow: hidden;

}



.project-detail-slider .owl-nav .owl-prev,

.project-detail-slider .owl-nav .owl-prev:hover,

.project-detail-slider .owl-nav .owl-next,

.project-detail-slider .owl-nav .owl-next:hover {

  background: transparent;

}



.project-detail-slider .owl-nav .owl-prev {

  position: absolute;

  left: 0;

  padding: 4px;

}



.project-detail-slider .owl-nav .owl-next {

  position: absolute;

  right: 0;

  padding: 4px;

}



.project-detail-slider .owl-nav .owl-prev:hover i::after,

.project-detail-slider .owl-nav .owl-next:hover i::after {

  background-color: #fff;

}



.project-detail-slider .owl-nav i {

  font-size: 18px;

}



.project-detail-slider .owl-nav .owl-prev i::after {

  content: "";

  position: absolute;

  width: 70px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 5px;

  height: 100px;

  left: -53px;

  top: 50%;

  -webkit-transform: translateY(-42%) rotate(45deg);

  -ms-transform: translateY(-42%) rotate(45deg);

  transform: translateY(-42%) rotate(45deg);

  z-index: -1;

}



.project-detail-slider .owl-nav .owl-next i::after {

  content: "";

  position: absolute;

  width: 70px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 5px;

  height: 100px;

  right: -53px;

  top: 50%;

  -webkit-transform: translateY(-42%) rotate(-45deg);

  -ms-transform: translateY(-42%) rotate(-45deg);

  transform: translateY(-42%) rotate(-45deg);

  z-index: -1;

}



.thumbnail-slider .owl-item .item {

  opacity: 0.3;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.thumbnail-slider .owl-item.current .item {

  opacity: 1;

}



.project-detail-slider.owl-theme .owl-nav {

  margin-top: 0;

  position: absolute;

  width: 100%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.pro-description {

  padding: 50px 0 30px;

}



.project-detail h3 {

  font-size: 20px;

  font-weight: 700;

  padding: 10px 30px;

  display: inline-block;

  text-transform: capitalize;

  margin-bottom: 30px;

}



.pro-description p {

  padding-bottom: 30px;

}



.pro-overview .descrip,

.pro-social {

  color: #000;

  text-transform: capitalize;

  border-bottom: 1px solid;

  padding: 13px 0;

  position: relative;

  padding-left: 95px;

}

.pro-overview .descrip {

  color: #707070;

}

.pro-overview .descrip span,

.pro-social span {

  font-weight: 700;

  position: absolute;

  left: 0;

}

.pro-overview .descrip span {

  color: #000;

}

.pro-overview .descrip a {

  text-transform: lowercase;

}



.pro-social {

  border: none;

  margin-bottom: 40px;

}



.pro-social a {

  width: 30px;

  height: 30px;

  background-color: #000;

  border-radius: 5px;

  display: inline-block;

  color: #fff;

  margin-right: 5px;

  text-align: center;

  padding-top: 5px;

  margin-top: 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



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

	hosting-pagination

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

.host-pagination {

  margin-top: 40px;

  border-top: 1px solid #ccc;

  border-bottom: 1px solid #ccc;

  padding: 10px 0;

  width: 100%;

  font-weight: 600;

}



.host-pagination a {

  color: #000;

  text-transform: capitalize;

  display: inline-block;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.host-pagination a:hover {

  opacity: 0.6;

}



.pagination-item {

  display: inline-block;

}



.pagination-item {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  padding-top: 5px;

}



.pagination-item.active a,

.pagination-item:hover a {

  color: #fff;

}



.page-prev,

.page-next {

  padding-top: 5px;

}



.page-prev i {

  padding-right: 10px;

}



.page-next i {

  padding-left: 10px;

}



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

	blog-columns

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

.blog-meta {

  border-radius: 0 0 5px 5px;

  padding: 10px 20px;

}



.blog-meta p {

  color: #fff;

  text-transform: uppercase;

}



.blog-meta a {

  color: #fff;

  text-align: right;

  display: block;

  font-size: 12px;

  padding-top: 3px;

}



.blog-meta a i {

  padding-right: 10px;

}



.blog-col .blog-item .post-content {

  margin-top: 0;

  border-top: none;

  padding: 20px;

}



.blog-col .post-content h4 {

  margin-bottom: 10px;

}



.widget {

  padding: 20px 0 10px;

  display: block;

  width: 100%;

  margin: 0 auto;

}



.widget h3 {

  background-color: #000;

  padding: 12px 0;

  text-align: center;

  text-transform: uppercase;

  font-size: 20px;

  font-weight: 700;

  letter-spacing: 1px;

}



.search-widget .form-control {

  border-radius: 0;

  border: 1px solid;

  border-right: 0;

  padding: 8px;

}



.btn-widget {

  border-radius: 0;

  background-color: #000;

  color: #fff;

  padding: 10px 16px;

  font-size: 20px;

  position: relative;

}



.btn-widget::after {

  position: absolute;

  content: "";

  height: 52px;

  width: 5px;

  top: -1px;

  left: -5px;

  z-index: 4;

}



.btn-widget::before {

  position: absolute;

  content: "";

  border: 7px solid transparent;

  left: -19px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 4;

}



.border-arrow {

  position: relative;

}



.border-arrow::after {

  position: absolute;

  content: "";

  height: 5px;

  width: 100%;

  bottom: 0;

  left: 0;

  z-index: 4;

}



.border-arrow::before {

  position: absolute;

  content: "";

  border: 7px solid transparent;

  left: 50%;

  bottom: -14px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 4;

}



.widget-items {

  border-top: none;

  padding: 20px;

  background-color: #fff;

}



.widget-items img {

  width: 100%;

}



.cat-items {

  position: relative;

}

.cat-items:last-child h4 {

  border-bottom: 0;

}

.cat-items h4 {

  position: relative;

  color: #000;

  font-size: 15px;

  font-weight: 700;

  text-transform: capitalize;

  padding: 20px 0;

  cursor: pointer;

  border-bottom: 1px solid #e1e1e1;

}



.cat-items h4::after {

  position: absolute;

  content: "";

  right: 10px;

  top: 60%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  border: 6px solid transparent;

  border-top: 7px solid;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.cat-items.active h4::after {

  -webkit-transform: rotate(-90deg);

  -ms-transform: rotate(-90deg);

  transform: rotate(-90deg);

  top: 40%;

  right: 5px;

}



.sub-item li {

  text-transform: capitalize;

  padding: 10px;

  width: 100%;

  border-bottom: 1px solid #e1e1e1;

  position: relative;

}



.sub-item {

  display: none;

  margin-bottom: 10px;

}



.sub-item li a {

  color: #959595;

  display: block;

}



.sub-item li span,

.archive-item span {

  position: absolute;

  background-color: #000;

  width: 23px;

  height: 23px;

  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  top: 50%;

  text-align: center;

  padding-top: 3px;

  border-radius: 5px;

  font-size: 13px;

  color: #fff;

}



.post-list-group li {

  width: 50%;

  text-align: center;

  float: left;

  text-transform: uppercase;

  position: relative;

}



.post-list-group li.current {

  background-color: #000;

}



.post-list-group li.current::after {

  position: absolute;

  content: "";

  height: 5px;

  width: 100%;

  bottom: -5px;

  left: 0;

  z-index: 4;

}



.post-list-group li.current::before {

  position: absolute;

  content: "";

  border: 7px solid transparent;

  left: 50%;

  bottom: -19px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 4;

}



.post-list-group li a {

  color: #fff;

  font-weight: 700;

  padding: 20px 0;

  display: block;

}



#post1 {

  display: block;

}



.widget-content {

  display: none;

}



.n-post-wrap {

  border-bottom: 1px solid #e1e1e1;

  padding-top: 15px;

  padding-bottom: 15px;

}



.n-post-wrap:last-child {

  border: none;

}



.news-post {

  position: relative;

  padding: 7px 0;

}



.news-post .content {

  padding: 4px 0;

  padding-left: 110px;

  padding-right: 15px;

}



.thumb {

  position: absolute;

  left: 0;

  top: 0;

  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);

  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);

}



.news-post p {

  color: #000;

  font-size: 13px;

}



.news-post a {

  color: #fff;

}



.archive-item {

  position: relative;

  padding: 20px 0;

  border-bottom: 1px solid #e1e1e1;

}



.archive-item a {

  color: #000;

  text-transform: capitalize;

  display: block;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.archive-item:last-child {

  border-bottom: none;

}



.tag-widget .widget-items,

.insta-widget .widget-items {

  padding: 20px 15px;

}



.add-widget .widget-items {

  padding: 20px 13px;

}



.tag-widget a {

  display: inline-block;

  color: #000;

  margin: 7px;

  text-align: center;

  background-color: #f5f5f5;

  border-radius: 3px;

  padding: 1px 8px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease; /* drop shadow, outer glow and inner shadow */

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),

    0 0 0 1px rgba(32, 32, 32, 0.13), inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(32, 32, 32, 0.13),

    inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */

}



.tag-widget a:hover {

  background-color: #dadada;

}



.insta-widget .feed {

  width: 33.33333%;

  float: left;

  position: relative;

  padding: 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.insta-widget .feed:hover {

  opacity: 0.7;

}



.add-widget a {

  padding: 7px;

  display: block;

  float: left;

  width: 50%;

}

.post-slide{

  overflow: hidden;

}

.post-slide img{

  width: 100%

}

.post-slider-nav {

  margin-top: 0;

  position: absolute;

  width: 100%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}

.post-slider-nav a{

  color: #fff;

  display: inline-block;

  text-align: center;

}

.post-slider-nav span{

  padding: 4px;

  font-size: 12px;

}

.post-prev{

  text-align:left;

  float: left;

}

.post-next{

  text-align:right;

  float: right;

}

.post-prev::after,

.post-next::after{

  position: absolute;

  transition: all .3s ease;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  height: 40px;

  width: 40px;

  border-radius: 5px;

  top: 50%;

}

.post-next:hover::after,

.post-prev:hover::after{

  background-color: #fff;

  cursor: pointer;

}

.post-prev::after{

  left: 0;

  content: "";

  left: -20px;

  -webkit-transform: translateY(-50%) rotate(45deg);

  -ms-transform: translateY(-50%) rotate(45deg);

  transform: translateY(-50%) rotate(45deg);

  z-index: -1;

}

.post-next::after{

  content: "";

  right: -20px;

  -webkit-transform: translateY(-51%) rotate(-45deg);

  -ms-transform: translateY(-51%) rotate(-45deg);

  transform: translateY(-51%) rotate(-45deg);

  z-index: -1;

}



.post-slide .carousel-indicators li{

  -webkit-box-shadow: 0 0 0 2px transparent;

  -ms-box-shadow: 0 0 0 2px transparent;

  -o-box-shadow: 0 0 0 2px transparent;

  box-shadow: 0 0 0 2px transparent;

  margin: 3px;

  width: 12px;

  background: transparent;

  border-radius: 50%;

  height: 12px;

}

.post-slide .carousel-indicators .post-dots{

  width: 6px;

  height: 6px;

  margin: 3px;

  background-color: #fff;

  display: block;

  border-radius: 50%;

  cursor: pointer;

}



.post-slider .owl-nav .owl-prev i::after {

  content: "";

  position: absolute;

  width: 40px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 5px;

  height: 40px;

  left: -20px;

  top: 50%;

  -webkit-transform: translateY(-50%) rotate(45deg);

  -ms-transform: translateY(-50%) rotate(45deg);

  transform: translateY(-50%) rotate(45deg);

  z-index: -1;

}



.post-slider .owl-nav .owl-next i::after {

  content: "";

  position: absolute;

  width: 40px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  border-radius: 5px;

  height: 40px;

  right: -20px;

  top: 50%;

  -webkit-transform: translateY(-51%) rotate(-45deg);

  -ms-transform: translateY(-51%) rotate(-45deg);

  transform: translateY(-51%) rotate(-45deg);

  z-index: -1;

}



.post-slider .owl-nav .owl-next:hover i::after,

.post-slider .owl-nav .owl-prev:hover i::after {

  background-color: #fff;

}



.post-slider .owl-nav .owl-prev,

.post-slider .owl-nav .owl-next {

  background: transparent;

  margin: 0;

  padding: 3px 6px;

  font-size: 11px;

}



.post-slider .owl-nav .owl-prev {

  float: left;

}



.post-slider .owl-nav .owl-next {

  float: right;

}



.post-slider.owl-theme .owl-nav [class*="owl-"]:hover {

  background: transparent;

  text-decoration: none;

}



.blog-detail-item {

  margin: 30px 0;

  background-color: #fff;

}



.blog-detail-item .post-content {

  padding: 30px 20px;

}



.blog-detail-item .post-content h4 {

  font-weight: 700;

  font-size: 20px;

}



.blog-detail-item .post-content h5 {

  color: #000;

  font-weight: 700;

  font-size: 20px;

  margin-bottom: 20px;

}



blockquote {

  background-color: #000;

  padding: 30px 50px;

  margin: 0;

}



blockquote {

  color: #fff;

  font-style: italic;

  position: relative;

}



blockquote::before {

  content: "\f10d";

  font-family: "FontAwesome";

  font-size: 10px;

  position: absolute;

  top: 23px;

  left: 34px;

}



blockquote::after {

  content: "\f10e";

  font-family: "FontAwesome";

  font-size: 10px;

  position: absolute;

  bottom: 24px;

  padding: 0 7px;

}



.domain-post {

  width: calc(100% / 3);

  float: left;

  color: #707070;

  text-transform: capitalize;

}



.domain-post li {

  padding: 2px 0;

}



.domain-post i {

  margin-right: 5px;

}



.blog-detail-item .post-bottom span {

  color: #000;

  text-transform: capitalize;

}



.blog-social a {

  width: 30px;

  height: 30px;

  background-color: #000;

  border-radius: 5px;

  display: inline-block;

  color: #fff;

  margin-left: 8px;

  text-align: center;

  padding-top: 5px;

  margin-top: 5px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.abt-author {

  background-color: #fff;

  padding: 50px 20px 20px;

  position: relative;

  margin: 30px 0;

}



.abt-author img {

  position: absolute;

  left: 0;

  top: 0;

}



.abt-author span {

  position: absolute;

  top: 0;

  padding: 2px 10px;

  border-radius: 0 0 5px 7px;

  text-transform: capitalize;

  font-weight: 700;

}



.author-content {

  padding-left: 150px;

  position: relative;

  padding-bottom: 10px;

}



.author-content h4 {

  font-size: 15px;

  font-weight: 700;

  padding-bottom: 20px;

  color: #000;

  text-transform: uppercase;

}



.author-img {

  border-radius: 5px;

}



.comments h3 {

  font-size: 20px;

  font-weight: 700;

  color: #000;

  text-transform: uppercase;

}



.auth-comment {

  margin: 30px 0;

  background-color: #fff;

}



.com-img {

  display: inline-block;

  border: 2px solid;

  padding: 3px;

  border-radius: 50%;

  border-width: 2px;

  border-style: solid;

  overflow: hidden;

  position: absolute;

}



.comment-inner {

  padding: 20px;

  position: relative;

}



.reply {

  position: absolute;

  padding: 2px 12px;

  top: 20px;

  right: 20px;

  text-transform: capitalize;

  font-weight: 700;

  font-size: 13px;

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



.reply:hover {

  color: #fff;

  opacity: 0.7;

}



.com-img img {

  border-radius: 50%;

}



.comm-content {

  padding-left: 110px;

}



.comm-content h4 {

  font-size: 15px;

  color: #000;

  font-weight: 700;

  text-transform: uppercase;

}



.comm-content h5 {

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  padding: 13px 0;

}



.sub-com {

  margin-left: 110px;

}



.reply-form h4 {

  font-size: 20px;

  color: #000;

  font-weight: 700;

  text-transform: uppercase;

}



.reply-form .form-control {

  margin: 20px 0;

  background-color: transparent;

  text-transform: capitalize;

}



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

	Typography

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

.typography .all-title,

.element-accordion .all-title,

.pricing-table .all-title,

.button-style .all-title,

.features-style .all-title {

  padding-bottom: 70px;

}



.typography .type-head {

  margin-bottom: 30px;

}



.typography .type-head h1,

.typography .type-head h2,

.typography .type-head h3,

.typography .type-head h4,

.typography .type-head h5,

.typography .type-head h6 {

  color: #000;

  font-weight: 800;

  text-transform: capitalize;

  padding-bottom: 20px;

}



.element-head {

  display: inline-block;

  padding: 8px 30px;

  text-transform: capitalize;

  font-weight: 700;

  font-size: 20px;

  margin-bottom: 10px;

}



.typography .domain-post {

  width: 25%;

}



.team-styles .all-title {

  padding-bottom: 40px;

}



.pricing-table .plans-2 {

  margin-bottom: 50px;

}



.button-style {

  background: url(../img/home/button-bg.jpg) no-repeat center center;

  background-size: cover;

}



.button-style {

  position: relative;

  z-index: 0;

}



.button-style::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: #000;

  background-color: rgba(19, 27, 49, 0.5);

  z-index: -1;

}



.button-style .all-title h3 {

  color: #fff;

}



.host-btn.btn-small {

  color: #fff;

  margin: 0 auto;

  padding: 3px 4px 3px 10px;

  text-transform: capitalize;

  margin: 10px 4px;

  font-size: 12px;

}



.host-btn.btn-big {

  margin: 13px 8px;

  padding: 19px 30px;

  color: #fff;

  text-transform: uppercase;

  font-size: 18px;

}



.host-btn.btn-small .i-round {

  background-color: #fff;

  color: #000;

  margin-left: 6px;

  width: 22px;

  height: 22px;

  padding: 5px;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.btn-small:hover {

  opacity: 0.8;

}



.btn-small:hover .i-round {

  -webkit-transform: translateX(2px);

  -ms-transform: translateX(2px);

  transform: translateX(2px);

}



.host-btn.btn-white {

  background-color: #fff;

  color: #000;

}

.host-btn.btn-white.btn-big {

  background-color: transparent;

  border: 2px solid #fff;

  color: #fff;

}



.host-btn.btn-white .i-round {

  background-color: #000;

  color: #fff;

}



.host-btn.btn-white-blue {

  background-color: #fff;

}



.host-btn.btn-white-blue .i-round {

  color: #fff;

}



.host-btn.btn-white-green {

  background-color: #fff;

}



.host-btn.btn-white-green .i-round {

  color: #fff;

}



.host-btn.btn-transy {

  background-color: transparent;

  border: 2px solid #000;

  color: #000;

}



.host-btn.btn-transy .i-round {

  background-color: transparent;

  color: #000;

  border: 1px solid #000;

}



.host-btn.btn-big:hover {

  opacity: 0.8;

}



.button-style .reply {

  position: relative;

  margin: 10px 15px;

  padding: 4px 0 2px;

  display: inline-block;

  top: 0;

  right: 0;

  width: 100%;

  max-width: 60px;

}



.host-btn.btn-subs {

  text-transform: capitalize;

  margin: 10px 15px;

  border-radius: 5px;

  padding: 6px 0;

  width: 100%;

  max-width: 250px;

  text-transform: uppercase;

  color: #fff;

}



.host-btn.btn-pay {

  color: #fff;

  margin: 10px 15px;

  border-radius: 5px;

  padding: 12px 0;

  width: 100%;

  max-width: 200px;

}



.button-style .host-btn:hover {

  opacity: 0.8;

}



.btn-proced {

  margin: 10px 15px;

  border-radius: 5px;

  padding: 12px 0;

  width: 100%;

  max-width: 280px;

  text-transform: uppercase;

}



.btn-com,

.c-acc {

  width: 100%;

  margin: 10px 15px;

  border-radius: 5px;

  padding: 12px 0;

  text-transform: uppercase;

}



.host-btn.btn-proced,

.host-btn.btn-com,

.host-btn.c-acc {

  color: #fff;

}



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

	Privacy Policy

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

.term-container{

  background-color: #000;

}

.term-container p{

  color: #ccc;

  opacity: 0.9;

  text-align: justify;

   line-height: 24px;

}

.term-container h3,h4{

  color: rgb(242,177,13);

}

.term-container a{

  color: rgb(242,177,13);

}

.footer-social{

  padding-right: 30px;

}

@media(max-width: 767px){

  .quick-link li a,

  .host-links li a {



  float: none;

  }

  .footer-social{

    padding-right: 0px;

  }

}

@media(max-width:576px){



}

@media(max-width:992px){

  .footer-social{

    padding-right: 0px;

  }

}
.fon{
  position: fixed;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 18;
  background-color: rgba(0, 0, 0, 0.9);
}
.pop-up{
  position: fixed;
  top: calc(50% - 250px);
  right: calc(50% - 250px);
  width: 500px;
  height: 500px;
  background-color: #fff;
  z-index: 19;
}
.hiden{
  display: none;
}
.wrapper-discount{
    background-color: #000;
    text-align: center;
}
.content-discount {
    width: 60%;
}
.wrapper-discount p{
    color: white;
}
.wrapper-discount h4{
    color: white;
}
.heading h1{
    color: #f2b10d;
}
.filters{
    height: 250px;
    /* width: 50%; */
    font-size: 10px;
    border-radius: 15px;
    text-align: left !important;
    padding: 5px;
    background-color: #000;
}
.filters p{
    font-size: 10px;
    color: #fff;
}
.filters button{
    text-align: left !important;
    border: 1px #F2b10d solid;
    color: #F2b10d;
    background-color: #000;
    border-radius: 5px;
    padding: 5px;
    width: 170px;
}
.filters select{
    border: 1px #F2b10d solid;
    color: #F2b10d;
    background-color: #000;
    border-radius: 5px;
    width: 170px;

}

.search{
    width: 125px;
    background-color: #000;
    border: 1px #F2b10d solid;
    color: #fff;
    padding: 5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px
}
.filters select:focus{
    border: 1px #F2b10d solid !important;
    color: #F2b10d !important;
    background-color: #000 !important;
    border-radius: 5px !important;
}
.filters span{
    border: 1px #F2b10d solid;
    color: #F2b10d !important;
    padding: 7px;
    border-left: none !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
.tile .icon{
  width: 50px !important;
  height: 50px !important;
  font-size: 24px !important;
  top: 20px !important;
  right: 20px !important;
}
@media screen and (min-width:992px) {
.navbar{
  width: 110% !important;
}
}
@media screen and (min-width:1198px) {
.navbar{
  width: 100% !important;
}
}
@media screen and (min-width:992px) {
  .first-row_carousel,.second-row_carousel{
    font-size:2.5vw
  }
}
.main_block{
  width: 90%;
}
.state{
  font-size: 11px;
  margin-bottom: 2rem;
}
.state p{
  z-index: 0;
}
.state h4{
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.pictures-investing{
  position: relative;
}
.pic{
  position: absolute;
}

.pic-investing:nth-child(1){
  left: 15%;
}
.pic-investing:nth-child(2){
  top: 2%;
  right: calc(25% - 100px);
  z-index: 2;
}
.pic-investing:nth-child(3){
  top: calc(55% - 173px);
  z-index: 3;
  left: 10%
}
.pic-investing:nth-child(4){
  right: 5%;
  top: calc(70% - 300px);
  z-index: 4;

}
.pic-investing:nth-child(5){
  top: calc(80% - 173px);
  left: 20%;
  z-index: 5;
}
.pic-investingsec:nth-child(1){
    left: 0;
    top: 0;
    z-index: 6;
}
.pic-investingsec:nth-child(2){
    left: 35%;
    z-index: 7;
}
.pic-investingsec:nth-child(3){
  left: 5%;
  top: 40%;
  z-index: 8;
}.pic-investingsec:nth-child(4){
  right: 10%;
  top: 30%;
  z-index: 9;
}.pic-investingsec:nth-child(5){
    right: 15%;
    top: 60%;
    z-index: 10
}.pic-investingsec:nth-child(6){
    left: 5%;
    bottom: 0;
    z-index: 11;
}
.pic_con{
  position: relative;
}

.pic:hover{
  transform: scale(1.2);
  transition: all 0.3s linear;
  z-index: 20;
}
.pic:not( :hover ){ transform: scale(1);
transition: all 0.3s linear; }

.abstext{
  text-align: center;
  height: cover;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  transition: all 0.3s linear;
}
.abstext>p{
  text-align: center;
  -ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
-ms-line-clamp: 3;
-webkit-line-clamp: 3;
line-clamp: 3;
}
.pic_con:hover .abstext{
  display: block;
}
 @media screen and (max-width:768px) {
  .pictures-investing{
    display: none;
  }
 }
@media screen and (max-width:992px) {
  .slide-text{
    margin-left: 0 !important;
  }
  .pic-investing:nth-child(1){
    top: 15%;
    left: 15%;
    width: 200px !important
  }
  .pic-investing:nth-child(2){
    top: 20%;
    right: calc(25% - 100px);
    z-index: 2;
  }
  .pic-investing:nth-child(3){
    top: calc(55% - 173px);
    z-index: 3;
    left: 10%;
        width: 250px !important;
  }
  .pic-investing:nth-child(4){
    right: 5%;
    top: calc(70% - 300px);
    z-index: 4;
    width: 200px !important;
  }
  .pic-investing:nth-child(5){
    top: 90%
    left: 20%;
    z-index: 5;
  }
  .pic-investingsec:nth-child(1){
      left: 0;
      top: 20%;
      z-index: 6;
  }
  .pic-investingsec:nth-child(2){
      left: 35%;
      z-index: 7;
      top: 15%;
  }
  .pic-investingsec:nth-child(3){
    left: 5%;
    top: 40%;
    z-index: 8;
  }.pic-investingsec:nth-child(4){
    right: 10%;
    top: 30%;
    z-index: 9;
  }.pic-investingsec:nth-child(5){
      right: 15%;
      top: 60%;
      z-index: 10
  }.pic-investingsec:nth-child(6){
      left: 5%;
      bottom: 25%;
      z-index: 11;
  }
}
.standartbtn{
  color: #000 !important;
    text-decoration: none  !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    background-color: rgb(242,177,13) !important;
    padding: 15px 20px !important;
    border-radius: 3px !important;
}
.imagewrapper{
  position: relative;
}
.imagewrapper>img{
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
}
.heading{
  height:400px;
}
.pa{
  position: absolute;
}
.pr{
  position: relative;
}
.btnhover {
  border-radius: 7px !important;
  padding: .375rem .75rem !important;
  color: white !important;
  background-color: #f2b10d !important;
  border: 1px #f2b10d solid !important;
}
.btnhover:hover{
  transition: color 0.2s ease;
  color: black !important;
  background-color: #f2b10d !important;
  border: 1px #f2b10d solid !important;
}


/* premium domains filter */
.fil{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#fitem{
  width:20%;

}
#dandoms{
  display:flex;
  width:100%;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:30px;
}
#myInput{
    background-color: #000;
    border: 1px #F2b10d solid;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 40%;
}
#domain_elem{
  color:white;
  width:32%;
  list-style:unset;
  border-left: 1px solid;
  border-color: #f2b10d;
  margin: 5px 0px;
  padding: 2px 5px;
}
.fil button{
    text-align: left !important;
    border: 1px #F2b10d solid;
    color: #F2b10d;
    background-color: #000;
    border-radius: 5px;
    padding: 2px 5px;
}
.dropConten{
    border: 1px #F2b10d solid;
    color: #F2b10d;
    background-color: #000;
    border-radius: 5px;
}
.dropConten{
    border: 1px #F2b10d solid;
    background-color: #F2b10d !important;
    color: #000 !important;
    position:absolute;
    width:100%;
    z-index: 999;

}
.filter_types{
  position: relative;
  width:20%;
}
.dropbtn{
  width:100%;
  height: 100%;
}
.dropConten button{
    text-align: left !important;
    border: unset;
    color: #F2b10d;
    background-color: #000;
    border-radius: unset;
    padding: 2px 5px;
    display: block;
    width:100%;
}
.dropConten button:hover{
    text-align: left !important;
    border:unset !important;
    border-bottom: 1px #F2b10d solid !important;
    color: #F2b10d;
    background-color: #000;
    border-radius: unset !important;
    padding: 2px 5px;
}
.fil button:hover{
    text-align: left !important;
    border: 1px #F2b10d solid;
    color: #F2b10d;
    background-color: #000;
    border-radius: 5px;
    padding: 2px 5px;
}
.desc_row{
  display:flex;
  justify-content: space-between;
  margin-top: 50px;
}
.desc_row div{
    width:49%;
}

.desc_row_left{
  position: relative;
}
.desc_main{
    width:100% !important;
    margin-top:10px;
}
.desc_row_left li{
  list-style: none;
  color:white;
  margin-left:15px;
}
.prem-doms h1{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px;
    color:#f2b10d;
}
.prem-doms h2{
    font-size: 28px;
    font-weight: 200;
    text-transform: capitalize;
    padding-top: 10px;
    color:#f2b10d;

}
.desc_main h3{
	font-size: 26px;
    letter-spacing: 1.5px;
}
.desc_row_left li h4{
  color:white;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 1.5px;
}
.relate{
  display:none;
}
.show{
  display: block;
}
#dropFilB{
  display: none;
}
@media (min-width:1000px) and (max-width:1300px){
	.prem-doms h1{ 
		font-size: 26px;
	}
  .prem-doms h2{
    font-size:20px;
  }
	.desc_main h3{
		font-size: 22px;
	}
	.desc_row_left li h4{
		font-size: 22px;
	}
  .desc_main{
    top:70%;
  }
}
@media (min-width:768px) and (max-width:1000px){
	.prem-doms h1{
		font-size: 26px;
	}
  .prem-doms h2{
    font-size:20px;
  }
	.desc_main h3{
		font-size: 16px;
	}
	.desc_row_left li h4{
		font-size: 16px;
	}
	.desc_main{
		top:69%;
	}
	#domain_elem{
		width:50%;
	}
}
@media (min-width:580px) and (max-width:767px){
	.prem-doms h1{
		font-size: 22px;
	}
  .prem-doms h2{
    font-size:16px;
  }
	.desc_main h3{
		font-size: 14px;
		letter-spacing: unset;
	}
	.desc_row_left li h4{
		font-size: 14px;
		letter-spacing: unset;
		line-height:25px;
	}
	.desc_main{
		top:60%;
	}
	#domain_elem{
		width:100%;
	}
	.prem-doms h4{
		font-size:14px;
	}
	#fitem{
		width:30%;
	}
	#myInput{
		width:35%;
	}
	.filter_types{
		width:30%;
	}
}
@media (min-width:400px) and (max-width:579px){
	.prem-doms h1{
		font-size: 26px;
	}
  .prem-doms h2{
    font-size:20px;
  }
	.desc_main h3{
		font-size: 16px;
		letter-spacing: unset;
	}
	.desc_row_left li h4{
		font-size: 16px;
		letter-spacing: unset;
		line-height:25px;
	}
	.desc_main{
		top:60%;
		position: unset;
		transform: unset;
	}
	#domain_elem{
		width:100%;
	}
	.prem-doms h4{
		font-size:16px;
	}
	.desc_row_right{
		display: none;
	}
	.desc_row_left{
		width:100% !important;
	}
	.desc_row{
		margin-top:10px;
	}
	#fitem{
		width:100%;
		margin-bottom: 10px;
	}
	#myInput{
		width:100%;
		margin-bottom: 10px;
	}
	.filter_types{
		width:100%;
	}
	.fil{
		flex-direction: column;
	}
}

@media (min-width:280px) and (max-width:399px){
	.prem-doms h1{
		font-size: 26px;
	}
  .prem-doms h2{
    font-size:20px;
  }
	.desc_main h3{
		font-size: 16px;
		letter-spacing: unset;
	}
	.desc_row_left li h4{
		font-size: 16px;
		letter-spacing: unset;
		line-height:25px;
	}
	.desc_main{
		top:60%;
		position: unset;
		transform: unset;
	}
	#domain_elem{
		width:100%;
	}
	.prem-doms h4{
		font-size:16px;
	}
	.desc_row_right{
		display: none;
	}
	.desc_row_left{
		width:100% !important;
	}
	.desc_row{
		margin-top:10px;
	}
	#fitem{
		width:100%;
		margin-bottom: 10px;
	}
	#myInput{
		width:100%;
		margin-bottom: 10px;
	}
	.filter_types{
		width:100%;
	}
	.fil{
		flex-direction: column;
	}
}