/*
Author:Yamsoti
URL: yhttps://www.yamsoti.com
email: yamsoti@gmail.com
cell: +977-9847875648
version:1.1
*/
body{
	margin: 0;
	padding: 0;
	color: #636466;
	font-family: "Ubuntu", sans-serif;
}
h1,h2,h3,h4,h5,p{
	margin: 0;
	padding: 0;
}
.header-seation{
	background: #fff;
}
.bg-dark-info{
  /*background: #242f3e;*/
  /*background: #1976D2;*/
	background: #152058;
}
.color-light{
	color: #fff;
	padding: 10px;
	font-size: 16px;
}

.header-left{
	float: left;
}
.header-left a{
	color: #f1f1f1;
	text-decoration: none;
  font-size: 14px;
}

.header-left a:hover{
	color: #7fff9a;
	text-decoration: none;
}

.header-right{
	float: right;
}

.header-right a{
	color: #f1f1f1;
	text-decoration: none;
	padding: 0 10px;
	font-size: 20px !important;
}

.header-right a:hover{
	color: #7fff9a;
	text-decoration: none;
}

.slider .col-md-12{
    margin:0;
    padding: 0;
}

.banner img{
  width: 100%;
  max-height: 500px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='-3 -3 14 14'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	background-color: #464637 !important;
      width: 40px !important;
      height: 70px !important;

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='-3 -3 14 14'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	background-color: #464637 !important;
      width: 40px !important;
      height: 70px !important;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    top: 8% !important; 
    bottom: 0 !important;
    left: 15% !important;
    z-index: 10;
    padding-top: 10px !important;
    padding-bottom: 20px;
    color: #2a363f !important;
    text-align: left !important;
}

.carousel-caption h2{
      font-size: 40px;
      text-transform: uppercase;
      font-weight: bold;
    }
.carousel-caption h3{
      color: #333;
      font-size: 70px;
      text-transform: uppercase;
      font-weight: 900;
      font-family: 'Roboto', sans-serif;
    }
.carousel-caption h3 span{
    color: #feb000;
}
p.animate__animated.animate__bounceInLeft {
    font-size: 20px;
    width: 60%;
    margin:0;
  }
.carousel-caption i.fa.fa-check {
      font-size: 10px;
  }
.carousel-caption a{
  background-color: #feb000;
  padding: 15px 35px;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.carousel-caption a:hover{
  background-color: #0295ea;
  text-decoration: none;
  color: #fff;
  transition: 1s ease-out;
  cursor: pointer;
}

.carousel-caption i.fa.fa-check {
    font-size: 14px;
    margin-right: 10px;
}

/* setting for features */
.features{
    background: #0395ea;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
.features .feature-container{
  margin: 20px 0;
}
.features i.far.fa-smile, i.fab.fa-teamspeak, i.fas.fa-users, i.fas.fa-tachometer-alt {
    font-size: 60px;
    display: block;
    color: #fff;
}

.features p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;    
    color: #fff;
}
/*setting for hosting package*/
.hosting-package{
    background: #ffffff;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.hosting-package h1{
  font-size: 45px;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase;
}
.hosting-package h1 span{
  font-size: 25px;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase;
    display: block;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.planbox {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 25px;
}
.planbox .title {
    float: left;
    width: 100%;
    padding: 20px 0px 10px 0px;
}
.planbox .prices {
    background: #242f3e;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    padding: 27px 0px 23px 0px;
    color: #fff;
}
.planbox .prices:before {
    border-top: 20px solid #242f3e;
    border-left: 127px solid transparent;
    border-right: 127px solid transparent;
    margin-left: -127px;
    margin-right: -127px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -20px;
    width: 0;
    left: 50%;
}

.planbox .prices strong {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    display: block;
}
.prices strong i {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.planbox .prices b {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}
.planbox .prices b em {
    font-style: normal;
    text-decoration: line-through;
}
.planbox .prices a {
    color: #5f686f;
    font-size: 14px;
    background: #fff;
    padding: 11px 32px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}
.planbox .prices a:hover {
color: #fff;
background: #0395ea;
}
.planbox ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.planbox li {
    float: left;
    width: 100%;
    padding: 9px 0px;
    color: #2a363f;
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
}
.planbox ul.price_des li:last-child {
    border-bottom: none;
}
.planbox.focused .prices{
    background: #0395ea;
}
.planbox.focused .prices a:hover {
    color: #fff;
    color: #0395ea;
    background: #fff;
}
.planbox.focused .prices:before {
    border-top: 20px solid #0395ea;
}
.planbox.focused img {
    display: block;
    position: absolute;
    top: -22px;
    margin-left: -67px;
    left: 50%;
}

/*setting for hosting features*/
.hosting-features{
    background: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}
.hosting-features p{
    /*padding: 20px;*/
    font-size: 13px;
    color: #727272;
}
.hosting-features h1{
    font-size: 40px;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase; 
}
.hosting-features h3{
    color: #2a363f;
    font-size: 25px;
  }
.hosting-features i.fas.fa-globe, .hosting-features i.fa-handshake, .hosting-features i.fas.fa-tachometer-alt, .hosting-features i.far.fa-hdd, .hosting-features i.fas.fa-briefcase, .hosting-features i.fas.fa-filter, .hosting-features i.fas.fa-envelope, .hosting-features i.fas.fa-cloud, .hosting-features i.fas.fa-headset, .hosting-features i.fas.fa-cogs, .hosting-features i.fab.fa-cpanel, .hosting-features i.fas.fa-exchange-alt, .hosting-features i.fas.fa-location-arrow, .hosting-features i.fas.fa-cloud-upload-alt, .hosting-features i.fas.fa-database{
    font-size: 40px;
    margin: 15px 0;
    color: #242f3e;
    float: none;
}

/*setting for testimonials*/
.testimonials{
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.testimonials h1{
    font-size: 35px;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase; 
}
.testimonials img{
      max-width: 200px;
      height: 200px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }
.testimonials .img-thumbnail {
      border: double 4px transparent;
      border-radius: 80px;
      /*background-image: linear-gradient(white, red), radial-gradient(circle at top left, #ff0000,#fff000);*/
      background-origin: border-box;
      background-clip: content-box, border-box;
    }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #1976D2;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #fff;
  }
.testimonials .owl-theme .owl-dots .owl-dot span {
      background: #fe6000;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #fff;
  } 

.testimonials p {
      max-width: 800px;
      align-items: center;
      margin: 0 auto;
      padding: 20px;
     }
#testimonial .owl-theme .owl-nav {
       display: none;
    }

/*setting for FAQ*/
.product-faq{
     padding: 70px 0;
     background: #ffffff;
  }
.product-faq h1{
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 40px;
    }

  .product-faq .accordion-header h2{
        position: relative;
        font-size: 18px;
        color: #424344;
        border:0;
        background-color: rgba(0,0,0,.03);
        width: 100%;
        text-align: left;
        padding: 20px 40px 20px 20px;
        outline: none;
        font-weight: bold;
        cursor: pointer;
       }
.product-faq .accordion-header h2[aria-expanded="false"]:before{
        position: absolute;
        content: "\f067";
        font-family: "fontawesome";
        top: 24px;
        right: 20px;
        font-size: 14px;

      }
.product-faq .accordion-header h2[aria-expanded="true"]:after{
        position: absolute;
        content: "\f068";
        font-family: "fontawesome";
        top: 24px;
        right: 20px;
        font-size: 14px;
        color: #969696;
      }
.product-faq p{
    padding: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
  }

/*setting for brand partner*/
.brand-partner{
   padding: 70px 0;
   background: #f9f9f9;
}
.brand-partner h1{
    font-size: 40px;
    font-weight: 900;
    font-family: "Roboto";
    text-transform: uppercase; 
    text-align: center;
}
.brand-partner p{
   margin:20px 0;
   text-align: center;
}

#clients .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#clients .owl-theme .owl-nav {
         display: none;
      }
#clients .owl-item img {
    padding: 20px;
    border: 1px solid #b7b7b7;
}
#clients .item {
    margin: 10px;
}

/*setting for footer*/
footer {
      background: transparent url("../images/footer-bg.jpg") no-repeat center center/cover;
      min-height: 150px;
      padding-top: 60px;
      font-family: "Open Sans", sans-serif;
  }
footer .footer-content-box {
      border-bottom: 1px solid #a0a0a0;
      padding: 0 0 50px 0;
      color: #dcdcdc;
  }
footer .footer-content-box h3 {
      color: #fff;
      padding: 10px 0;
      text-transform: uppercase;
      font-size: 24px
  }
footer .footer-content-box h3 span {
    color: #fec722;
    font-size: 28px;
}
footer .footer-content-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    color: #dcdcdc;
}
footer .footer-content-box ul li {
    padding-bottom: 12px;
}
footer .footer-content-box ul li:last-child {
    padding-bottom: 0px;
}
footer .footer-content-box ul li a {
    color: #dcdcdc;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
footer .footer-content-box ul li a:hover {
    color: #03A9F4;
    transition: all 0.1s ease-in-out;
    padding-left: 3px;
}
footer .footer-content-box ul span {
    padding-right: 6px;
}
  footer .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
}
footer .footer-bottom .footer-bottom-inner .footer-no-padding {
    padding: 0;
}
footer .footer-bottom .footer-bottom-inner p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #dcdcdc;
}
footer .footer-bottom .footer-bottom-inner p span {
    font-weight: 600;
    color: #03A9F4;
}
footer .footer-bottom .footer-bottom-inner .footer-menu {
    margin: 0;
}
footer .footer-bottom .footer-bottom-inner .footer-menu span a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dcdcdc;
    text-decoration: none;
    text-transform: uppercase;
}  footer .footer-bottom .footer-bottom-inner a {
    font-size: 14px;
    color: #03A9F4;
    text-decoration: none;
} footer .footer-bottom .footer-bottom-inner a:hover {
    color: #1976d2;
    text-decoration: underline;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li {
    display: inline-block;
    margin-right: 15px;
    color: #dcdcdc;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li:last-child {
    margin-right: 0px;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a {
    font-size: 14px;
    color: #03A9F4;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .facebook {
    color: #3b59a1;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .twitter {
    color: #1da1f2;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .instagram {
    color: #f56040;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .google {
    color: #dd4b39;
}
footer .footer-bottom .footer-bottom-inner .footer-menu li a:hover .skype {
    color: #1DA1FF;
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    left: 25px;
    z-index: 10000;
    display: none;
    border-radius: 50%;
}
.scroll-top i {
    color: rgba(188, 188, 188, 0.9);
}

.scroll-top i.fas.fa-chevron-circle-up {
    font-size: 35px;
}


/*setting for contact page*/
.contact-page {
      padding:0 0 100px 0;
      font-family: "Montserrat", sans-serif;
  }
.contact-page .col-md-12{
  padding: 0;
}

 .contact-page .intro-text:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}
.contact-page .intro-text {
      background: url("../images/intro-banner-bg.jpg") no-repeat center center;
      min-height: 300px;
      background-size: cover;
      position: relative;
  }

 .contact-page .intro-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 160px;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
} 
  
.contact-page .contact-info h2, .contact-page .contact-title-btm h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1976D2;    
    margin: 50px 0 20px 0;
}
.contact-page .contact-info p {
  padding: 20px;
  text-align: justify;
}

.contact-page .contact-box {
      margin-top: 60px;
      padding: 20px;
  }
  .contact-page .contact-info .contact-box .single-address-box {
      padding: 30px 0;
      border-top: 1px solid #03A9F4;
  }
  .contact-page .contact-info .contact-box .single-address-box .single-address i {
      float: left;
      font-size: 25px;
      height: 40px;
      line-height: 30px;
      width: 30px;
      color: #03A9F4;
      margin-right: 15px;
  }
  .contact-page .contact-info .contact-box .single-address-box .single-address h4 {
      margin: 0;
      padding-bottom: 5px;
  }
  .contact-page .contact-info .contact-box .single-address-box .single-address p {
      margin: 0;
  }
  .contact-page .contact-info .contact-box .single-address-box ul {
      margin: 0px;
  }
  .contact-page .contact-info .contact-box .single-address-box ul li {
      margin: 0 5px;
      display: inline-block;
  }
  .contact-page .contact-info .contact-box .single-address-box ul li i {
      background: #f9f9f9;
      border: 1px solid #03A9F4;
      border-radius: 100%;
      color: #03A9F4;
      height: 40px;
      padding: 10px;
      width: 40px;
      font-size: 18px;
      text-align: center;
      transition: all 0.3s ease-in-out;
  }
  .contact-page .contact-info .contact-box .single-address-box ul li i:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
      transition: all 0.3s ease-in-out;
      background: #03A9F4;
      color: #ffffff;
  }
 
  .contact-page .contact-form .contact-title-btm{
      font-size: 15px;
      font-weight: 500;
      position: relative;
      padding-bottom: 10px;
      text-align: left;
      color: #666;
      margin-left: 20px;
  }

 .contact-page .contact-form .input-contact-form {
      margin: 20px;
  }
  .contact-page .contact-form .input-contact-form form input {
      height: 40px;
  }
  .contact-page .contact-form .input-contact-form form input,
  .contact-page .contact-form .input-contact-form form textarea {
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      font-size: 15px;
      margin: 10px 0;
      padding: 10px 20px;
      outline: none;
  }
  .contact-page .contact-form .input-contact-form form input:focus,
  .contact-page .contact-form .input-contact-form form textarea:focus {
      border: 1px solid #03A9F4;
  }
  .contact-page .contact-form .input-contact-form form input[type="submit"] {
      background: #03A9F4;
      border-radius: 0;
      color: #fff;
      border: none;
      font-size: 15px;
      font-weight: 500;
      margin-top: 20px;
      height: 40px;
      text-transform: uppercase;
  }
