/*

#home1 {
    max-height: 55vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        height: calc(50vh + 10vw);
  }
  .domain-price a span {
    color: #f89406 !important;
  }
  .search-section {
    border-top: 1px solid #2222;
  }
  
.pricing:hover .plan-name {
    background-color: #f6f7fa !important;
  }
  .features .left-top-icon, .features .right-top-icon{
    padding-top: 140px;
  }
  .features .left-bottom-icon, .features .right-bottom-icon{
    padding-top: 180px;
  }
  .features .main-icon{
    background-color: #e7e8ec;
    border-radius: 50%;
    padding: 50px 0 70px 0;
    width: 300px;
    height: 300px;
  }
  .state{
    background-image: url("../img/bg/bg1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  }
  
@media only screen and (max-width: 414px) {

    .tab-section img{
      width: 3rem;
  }
  .features .left-top-icon, .features .right-top-icon, .features .left-bottom-icon, .features .right-bottom-icon{
   padding-top: 50px; 
  }
  }
  @media only screen and (max-width: 991px) and (min-width: 415px) {
    .price-item-last {
      margin: 0 !important;
      margin-top: 30px !important;
    }
    .features .main-icon{
      width: 200px;
      height: 200px;
    }
    .features .main-icon img{
      width: 150px;
    }
  }*/


/*==========================================*/
/*              Home Page                   */
/*==========================================*/
.header{
  background-position: center!important; 
}
.header h1,
.header h2{
  color: #fff!important;     
}
.header p{ 
  color: #fff!important;
}

/*----------------------------
Banner Section
------------------------------*/
.homepage-banner {
  background: url(../img/bg/banner-bg.png), linear-gradient(to right, rgba(58, 108, 171), rgba(0, 185, 231));
  padding: 130px 0;
  /*text-align: center;*/
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 1; 
}

canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#particles-js {
  width: 100%; 
  height: 100%; 
}

.homepage-banner .heading-caption p{
  color: #ddd!important;
  font-size: 16px;
}

.homepage-banner .heading-caption h1 {
  color: white!important;
  text-transform: uppercase;
  margin-bottom: 40px;
}

form.search-box .input-form {
    position: relative;
}

form.search-box .input-form input {
    height: 55px;
    width: 100%;
    color: #777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 50px;
    border: none;
    border-radius: 30px;
}
form.search-box .input-form input:focus{
  border: none!important;
  outline: none!important;
}
form.search-box .input-form .search-form {
    position: absolute;
    right: 6px;
    top: 5px;
}
form.search-box .input-form .search-form button {
    background: #76cf48;
    text-align: center;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    cursor: pointer;
    line-height: 43px;
    border: 0;
}
form.search-box .input-form .search-form i {
    position: relative;
    left: 2px;
    top: 3px;
}
form.search-box .input-form .world-form {
    position: absolute;
    left: 13px;
    top: 6px;
    font-size: 30px;
    color: #b2b2b2;
}
form.search-box .input-form .world-form i {
    color: #c4c4c4;
    font-size: 32px;
    display: block;
    line-height: 50px;
}
form.search-box .input-form select{
  position: absolute;
  right: 60px;
  width: 85px;
  top: 11px;    
  border-radius: 50px!important;
}

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

.domain-price a {
  color: #fff!important;
  margin-right: 8px;
  font-size: 14px;
}

.domain-price a span{
  color: #76cf48!important;
  font-size: 16px;
  font-weight: bold;
}

#domain-input {
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
}

#domain-input,
.search-btn {
  border: none;
  outline: none;
}

@media screen and (max-width: 425px) {
  .homepage-banner .heading-caption h1{
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .search-section form {
    width: 100%;
  }
  .banner-img {
    display: none;
  }
  .home-heading {
    text-align: center;
  }
}


/*----------------------------
Price List Section
------------------------------*/
/*.price-item{
  background: #ffff;
  -webkit-box-shadow: 0 8px 26px rgb(67 40 124 / 8%);
  border-radius: 8px;
}
.price-item-top{
  text-align: center;
  background: #3A6CB2;
  height: 190px;
  position: relative;
  background: linear-gradient(to right, rgba(58, 108, 1711), rgba(0, 185, 231,1));
}
.price-item-top h4{
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background: rgba(255,255,255,.25);
  color: #fff!important;
}
.price-item-top .price-box{
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 5px solid #fff;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  background: #3a6cff;
}
.price-item-top .price-box h5{
  font-size: 25px;
  font-weight: bold;
  color: #ddd!important;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
.price-item-top .price-box h3{ 
  font-size: 32px;
  font-weight: bold;
  color: #fff!important;
  margin-bottom: 0;
}
.price-item-top .price-box p{
  font-size: 15px;
  color: #ddd!important;
}
.price-item-bottom{
  text-align: center;
  margin-top: 70px;
  padding-bottom: 10px;
}
.price-item-bottom ul{
  padding: 0;
  margin: 0;
}
.price-item-bottom ul li{
  list-style: none;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.price-item-bottom ul li:last-child{
  border-bottom: 1px solid transparent;
}
.price-item-bottom a.purchase-btn{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(to right, rgba(58, 108, 1711), rgba(0, 185, 231,1));
  border-radius: 50px;
  color: #fff;
  transition: all .3s;
  margin: 30px;
  padding: 15px;
}
.price-item-bottom a:hover.purchase-btn{
  background: #3A6CB2;
}*/

.price-item{
  box-shadow: 0 4px 18px -12px rgb(0 0 0 / 75%);
  border: 1px solid #f5f6f7;
}
.price-item-top{
  text-align: center;
}
.price-item-top h4{
  font-size: 20px;
  font-weight: bold;
  background: #3a6cab;
  color: #fff!important;
  padding: 5px;
}
.price-item-top .price-box{
  padding: 20px 0;
  border-bottom: 1px solid #ddd; 
}
.price-item-top .price-box h3{
  font-size: 45px;
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  color: #3a6cab!important;
}
.price-item-top .price-box h3 span{
  position: absolute;
  top: 5px;
  left: -17px;
  font-size: 20px;
  color: #3a6cab!important;
}
.price-item-top .price-box p{
  color: #8492a6!important;
  margin: 0;
}
.price-item-bottom{
  margin-top: 20px;
}
.price-item-bottom ul{
  padding: 0px;
}
.price-item-bottom ul li{
  list-style: none;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.price-item-bottom .purchase-btn{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #3a6cab;
  border-radius: 50px;
  color: #3a6cab;
  transition: all .3s;
  margin: 30px;
  padding: 10px;
  transition: all .3s;
}
.price-item-bottom .purchase-btn:hover{
  color: #fff;
  background: #3a6cab; 
}

/*----------------------------
Features Section
------------------------------*/
.features .main-icon figure{
    height: 260px;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    border-radius: 50%;
}

/*----------------------------
Testimonials Section
------------------------------*/
.testimonials-item{
  padding: 50px 15px;
}
.testimonials-item-inner{
  background: #fff;
  box-shadow: 0 2px 15px #ddd;
  padding: 20px;
  position: relative;
  text-align: center;
  min-height: 300px;
}
.testimonials-item-inner .client-img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50px);  
}
.testimonials-item-inner .client-img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonials-item-inner .client-name{
  margin-top: 40px;
}
.testimonials-item-inner .client-name h6{
  margin: 0;
  color: #1B93D2!important;
  font-size: 18px;
  font-weight: bold;
}
.testimonials-item-inner .client-name span{
  color: #ddd;
}
.testimonials-item-inner .client-review p{
  margin-top: 10px;
  font-size: 15px;
  color: #666!important;
}
.testimonials-item-inner .q-icon{
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 40px;
  color: #1B93D2;
  opacity: .3;
}

/*----------------------------
FAQ Section
------------------------------*/
.box-top-position{
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
.box-top-position h4{
  font-size: 20px!important; 
}
.box-top-position .faq-content .card button,
.box-top-position .faq-content .card button:focus,
.box-top-position2 .faq-content .card button,
.box-top-position2 .faq-content .card button:focus{
  border: none!important;
  outline: none!important;
  background: none!important; 
}

/*----------------------------
Blog Section
------------------------------*/
.blogs .blog-item{
  box-shadow: 0 4px 18px -12px rgb(0 0 0 / 75%);
  border: 1px solid #f5f6f7;
  min-height: 470px;
}
.blogs .blog-item .blog-img{
  overflow: hidden;
  height: 200px;
}
.blogs .blog-item .blog-img img{
  transition: all .3s;
}
.blogs .blog-item:hover .blog-img img{
  transform: scale(1.2);
}
.blogs .blog-content {
  padding: 15px 15px 20px;
}
.blogs .blog-content .blog-date{
  display: flex;
}
.blogs .blog-content .blog-date i,
.blogs .blog-content .blog-date svg{
  color: #1B93D2;
  margin-right: 5px;
  margin-top: 1px;
}
.blogs .blog-content .blog-date p{
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #8492a6!important;
}
.blogs .blog-content a.blog-title h3{
  font-size: 22px;
  color: #343a40!important;
  font-weight: bold;
  margin-top: 10px;
  transition: all .3s;
}
.blogs .blog-content a:hover.blog-title h3{
  color: #1B93D2!important;
}
.blogs .blog-content .blog-desc p{
  color: #8492a6!important;
  margin-bottom: 10px!important;
}
.blogs .blog-content a.blog-btn{
  display: flex;
  align-self: center;
  text-transform: uppercase!important;
  font-size: 14px;
  color: #1B93D2;
  font-weight: bold;
}
.blogs .blog-content a.blog-btn svg{
  font-size: 18px;
  margin-left: 3px;
  margin-top: 1px;
}
.blogs .blog-content a:hover .fa-angle-right{
  transform: translateX(5px) !important;
}

/*----------------------------
Get a Question Section
------------------------------*/
#contact-details{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
#contact-details a{
  color: #000;
}
#contact-details a:hover{
  color: #1F88E5;
}

#contact-details a .contact-icon{
  font-size: 30px;
  color: #76CF48;
  margin-top: 20px;
}
#contact-details a span{
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgb(23 172 255 / 10%);
  margin-bottom: 10px;
}


/*----------------------------
Others Page CSS
------------------------------*/
.see-all-btn {
  background-color: #3A6CAB!important;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding: .8rem 3rem;
  margin-top: 3rem;
  transition: all .3s;
}
.see-all-btn:hover {
  background: #007bff!important;
}
#cloud-feature .icon img{
  width: 60px;
  margin-right: 10px;
} 
.icon-box{
  padding: 20px;
  box-shadow: 0 2px 20px #ddd;
} 
.kvm-vps-icon {
  height: 45px;
  width: 45px;
  background: #3A6CAB;
  border-radius: 50%;
  font-size: 25px;
  line-height: 47px;
  text-align: center;
}
.kvm-vps-icon i,
.kvm-vps-icon svg{
  color: #fff; 
}
.kvm-vps-content h5{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: left; 
}
.kvm-vps-content p{
  margin: 0;
  font-size: 14px;
  color: #666!important;  
}

#why-vps .services h5{
  text-align: left;
}
@media only screen and (max-width: 991px){
  #why-vps .services h5{
    text-align: center;
  }
}

/*---------------------------------
Sidebar CSS
-----------------------------------*/

.featured-post h2,
.category-list h2,
.tag-list h2,
.sidebar-newsletter h2{
  font-size: 25px;
  color: #3A6CAB!important;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.featured-post .featured-post-item{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.featured-post .featured-post-item img{
  width: 90px;
  height: 90px;
  margin-right: 10px;
}
.featured-post .featured-post-item .post-details a h4{
  font-size: 18px;
  color: #666!important
}
.category-list ul,
.tag-list ul{
  padding: 0;
  margin: 0;
}
.category-list ul li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.category-list ul li:last-child{
  border: none;
}
.category-list ul li a{
  color: #666!important;
}
.tag-list ul li{
  list-style: none;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 6px;
}

.tag-list ul li a{
  display: inline-block;
  background: #3A6CAB;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
}
.newsletter-form input{
  border: 1px solid #666;
  padding: 5px;
  height: 45px!important;
}
.newsletter-form button{
  background: #3A6CAB;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}
.newsletter-form button:hover{
  opacity: .9;
  color: #fff;
}

/*---------------------------------
Error Page CSS
-----------------------------------*/
.error-section{
	text-align: center;
}
.error-section h2{
	font-size: 35px;
	text-transform: uppercase;
	color: #3A6CAB;
}
.error-section p{
	width: 80%;
	margin: 0 auto 20px;
}
.error-section a.back-btn{
	background: #3A6CAB;
	color: #fff;
	padding: 8px 10px;
	transition: all .3s;
}
.error-section a.report-btn{
	color: #fff;
	background: #000;
	padding: 8px 10px;
	transition: all .3s; 
}
.error-section a:hover.back-btn,
.error-section a:hover.report-btn{
	opacity: .8;
}
@media only screen and (max-width: 767px){
	.error-section p{
		width: 100%;
	}
}