/*------------------------------------------------------------------
 * 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");

/*--------------------------------------
	1. General Styles
----------------------------------------*/

body {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  background: #fff;
  font-weight: 400;
  color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px;
  color: #707070;
}

p {
  font-size: 1em;
  margin: 5px 0 5px 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: #131b31;
  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;
}

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

.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: #131b31;
  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: #131b31;
  position: relative;
}

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

.header-blue .head-detail {
  background-color: #131b31;
  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;
}

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

.logs .drops {
  text-transform: capitalize;
  display: inline-block;
  border-right: 1px solid #707070;
}
.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: #131b31;
  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: #131b31;
  text-transform: capitalize;
}

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

.d-blue {
  background-color: #131b31;
}

/*--------------------------------------
	 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%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.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: 34px;
  max-width: 632px;
  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 {
  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: #131b31;
}

.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: #131b31;
}

.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: #131b31;
}

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

.search-domain .form-control {
  /*width: 74%;*/
  width: 37%;
  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: 15px;
  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 #131b31;
  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: #131b31;
  border-color: #131b31;
}

.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 #131b31;
  -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: #131b31;
  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: #131b31;
  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: #131b31;
}

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

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

.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 #131b31;
  margin-right: 20px;
}

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

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

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

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

.feature .tab-content {
  position: relative;
  background: url(../img/home/feature.png) no-repeat;
  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.5);
  z-index: -1;
}

.feature-2 .feature-box h3,
.feature .tab-content .tab-pane-f h3 {
  font-size: 17px;
  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 #131b31;
  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 #131b31;
  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: #131b31;
}

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

.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: #131b31;
}

.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: #131b31;
  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: #131b31;
}

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

.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: #131b31;
  color: #fff;
}

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

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

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

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

.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: #131b31;
  -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: #131b31;
}

/*--------------------------------------
	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: #131b31;
  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: 33px;
  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: #131b31;
  color: #fff;
}

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

.footer {
  background-color: #131b31;
  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;
}

.contact-menu li {
  margin-top: 36px;
  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: 30px;
  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;
}

.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: 40px;
}

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

.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: #131b31;
  -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: #131b31;
}

.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: #131b31;
  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 {
  border-right: 2px solid #fff;
}

.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: 700;
  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: 20px;
  color: #000;
  font-weight: 600;
}
/*--------------------------------------
	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: #131b31;
  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: #131b31;
}

.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: 0 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: #131b31;
}

.sign-in p,
.sign-up p {
  color: #000;
  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: #131b31;
  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: #131b31;
}
.pro-overview .descrip a {
  text-transform: lowercase;
}

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

.pro-social a {
  width: 30px;
  height: 30px;
  background-color: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
}

.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: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
  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: #131b31;
  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;
}

.input_2_tel {
  width: 37%;
  border-radius: 50px 50px;
    margin-right: 5%;
}

.col-md-5.pb-md-0.pb-4.text-md-left.text-center p {
  font-size: 12px;
}
#tab-1 p {
  font-size: 0.8em;
}


@media (max-width: 1199px) {
  .input_2_tel {
    margin-bottom: 3%;
  }
}
@media (max-width: 1200px) {
  #tab-1 p {
    font-size: 0.7em;
  }
  .tabs-container .col-lg-6 {
    min-width: 40%;
  }
  .tabs-container  {
    justify-content: center;
  }
  .feature-item span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .domain-search-box.form-inline {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .search-domain.section-padding.top-line .host-btn{
    margin-top: 20px;
  }
  .footer .col-md-4.col-sm-6:nth-child(1) {
    display: grid;
    justify-content: center;
  }
  .footer .col-md-4.col-sm-6:nth-child(2) {
    display: grid;
    justify-content: center;
  }
  .foot-heading {
    text-align: center;
  }
}

.why-us.section-padding p {
  font-size: 0.8em;
}

.contact-menu ul li p a {
  color: #fff;
}

.footer-form-wrapper a {
  color: #5ABA41;
}

.our_links {
  display: flex;
}

@media (max-width: 991px) {
  .our_links {
   flex-wrap: wrap;
 }
}
@media (max-width: 767px) {
  .our_links {
   flex-direction: column; 
   flex-wrap: nowrap;
 }
}
@media (max-width: 575px) {
  .our_links {
   flex-direction: row;
   justify-content: space-around;
 }
}

.price_contact {
  display: flex;
  justify-content: center;
}

li p a.territory_footer:hover {
  color: #5ABA41;
  transition: .4s;
}

.our_contacts {
  color: #131B31;
}
.contact_file p {
  display: inline-block;
  margin-left: 10px;
  color: #131B31;
}
.contact_file i {
  color: #5aba41;
}
.contact_file {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.contact_line {
  margin: 10px 0;
}
.form_bot {
  margin-bottom: 10px;
}
.form_bot-2 {
  margin-bottom: 20px;
}

.breadcrumb li, .breadcrumb li a {
  color: #131B31;
}

.sec_breadcrumb {
  background: #fff;
}
.sec_breadcrumb .row {
  justify-content: center;
}
.breadcrumb {
  background: #fff;
  margin-bottom: 0;
}
.breadcrumb li.bread_path:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 12px;
    color: #131B31;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumb {
  padding: 1rem 1rem;
}
.breadcrumb li.active {
  color: #00C248;
}
.breadcrumb li a:hover {
  color: #00C248;
  transition: .2s;
}

#map {
  width: 100%;
  height: 400px;
}
.contact_left {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .sign-up-wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact_left {
    justify-content: center;
    margin-bottom: 30px;
  }
  .sec-padding {
    padding: 20px 0;
  }
}
h1 {
  color: #131B31;
  text-align: center;
  text-shadow: 1px 1px 0px #131B31;
}
.sec-padding {
    padding: 40px 0;
}

@media (max-width: 699px) {
  .container h1 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .container h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .container h1 {
    font-size: 27px;
  }
}
@media (max-width: 576px) {
  .sec-padding {
    padding: 10px 0;
  }
}




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

/* -----TABLE----- */

.simple-little-table {
  font-family:Arial, Helvetica, sans-serif;
  color:#2C3640;
  font-size:12px;
  background:#eaebec;
  border:#ccc 1px solid;
  border-collapse:separate;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;

  width: 100%;
}

.simple-little-table th {
  font-weight:bold;
  padding:21px 25px 22px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #5ABA41;
}
.simple-little-table th:first-child{
  text-align: left;
  padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
.simple-little-table tr{
  text-align: center;
  padding-left:20px;
}
.simple-little-table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
.simple-little-table tr td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
  border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

.simple-little-table a:link {
  color: #5ABA41;
  font-weight: bold;
  text-decoration:none;
}
.simple-little-table a:visited {
  color: #5ABA41;
  font-weight:bold;
  text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
  color: #5ABA41;
  text-decoration:underline;
}

/* -----TABLE----- */

.price {
  margin-bottom: 20px;
  margin-top: 30px;
}

.color_footer_no_link {
  color: #6a7688;
}

::selection {
background: #5ABA41;
}

.price_table {
  padding-bottom: 60px;
}

@media (max-width: 1200px) {
  .my_h1 h1 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .my_h1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .my_h1 h1 {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .my_h1 h1 {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .form_cont, #map {
    padding: 0;
  }
}

.tel-buttons {
  pointer-events: none;

  padding: 15px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2000;
}

.tel-buttons__btn {
  pointer-events: auto;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #56be19;
  transition: all 0.3s ease;
}


.tel-buttons__btn:hover,
.tel-buttons__btn:focus {
  opacity: 0.8;
}

.tel-buttons__btn:active {
  opacity: 0.5;
}

.tel-buttons__btn--tel {
  background-color: #fff;
}

.tel-buttons__icon {
  width: 100%;
  padding: 16px;
  color: white;
}