
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
:root {
  font-size: 16px;
}

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

.section {
  padding: 3.5rem 0;
  position: relative;
}

.section-title .title::after {
  content: "";
  width: 3em;
  height: 0;
  display: block;
  margin: 0 auto;
  border: 1px solid #76cf48;
  margin-top: 7px;
}

.fa-angle-right,
.fa-chevron-right {
  transition: .4s;
}

a:hover .fa-angle-right,
a:hover .fa-chevron-right {
  transform: translateX(10px) !important;
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .domain-name {
    margin: -80px 0 0;
  }
  .title-heading .heading {
    font-size: 40px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

.bg-primary {
  background-color: #3A6CAB !important;
}

.text-primary {
  color: #3A6CAB !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary:active,
a.text-primary.active,
a.text-primary.focus {
  color: #3A6CAB !important;
}

.bg-secondary {
  background-color: #76cf48 !important;
}

.txt-secondary {
  color: #76cf48 !important;
}

.btn-primary {
  background-color: #3A6CAB !important;
  border: 1px solid #3A6CAB !important;
  color: #ffffff !important;
}

.btn-secondary-border {
  color: #76cf48 !important;
  border: 1px solid #76cf48 !important;
  background-color: white;
}

.btn-secondary-border:hover {
  background-color: #76cf48 !important;
  color: white !important;
}

.btn-primary-border {
  color: #3A6CAB !important;
  border: 1px solid #3A6CAB !important;
  background-color: white;
}

.btn-primary-border:hover {
  background-color: #3A6CAB !important;
  color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #76cf48 !important;
  border-color: #3A6CAB !important;
  color: white !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.uk-flag {
  width: 1.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

.drop-menu-col-1,
.drop-menu-col-2 {
  position: absolute;
  margin-top: 50px;
  top: 0;
  background-color: white;
  box-shadow: 0px 0px 5px 1px #2222;
  transition: all .3s ease;
  transform: scale(0);
}

.drop-menu-col-2 {
  width: 450px;
}

.drop-menu-col-1::before,
.drop-menu-col-2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

.dropdown-btn:hover .drop-menu-col-1,
.dropdown-btn:hover .drop-menu-col-2 {
  transform: translateY(0);
  transform: scale(1);
}

.collapsible {
  font-weight: bold;
  font-size: 1.1rem;
}

.collapsible:after {
  content: "\002B";
  font-weight: bold;
  float: right;
  transition: .5s;
}

.collapsible.active:after {
  transform: rotate(45deg);
}

.collapsible.active {
  color: #76cf48;
}

.collapsible:hover {
  color: #76cf48;
}


/* scroll bar */

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: rgb(242, 247, 245);
  border-left: 1px solid rgb(146, 211, 184);
}

::-webkit-scrollbar-thumb {
  background: #76cf48;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5a9e38;
}


img.dropdown-svg {
  width: 41px !important;
  height: 35px !important;
}

.signin-btn {
  background-color: #76cf48 !important;
  border-radius: 3px;
  padding: 3px 15px;
  font-weight: 600;
}

nav {
  box-shadow: 0px 0px 10px 0px #2222;
  padding: 10px 0;
}

nav a,
.tab-section a {
  font-weight: bold;
}

nav img {
  height: 40px;
}

#sidenav-btn {
  cursor: pointer;
  font-size: 35px;
  color: #3A6CAB;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
  padding: 0;
}

.close-btn {
  margin: 15px 30px 10px auto;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #76cf48;
  color: #76cf48;
  cursor: pointer;
}

.buttom-tap::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #f6f7fa;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.footer-main ul li a {
  opacity: .8 !important;
}

.footer-main ul li a:hover {
  color: #dbde2f !important;
  text-decoration: underline;
}

.blogs-wrapper figure {
  border-bottom: 5px solid #76cf48;
}

.navbar-nav a:hover {
  color: #76cf48 !important;
}

.FAQ {
  background: linear-gradient(rgba(58, 108, 171, 0.8), rgba(58, 108, 171, 0.8)), url(../img/bg/b3.jpg) center center!important;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-blue {
  color: rgb(56, 83, 240);
}

@media only screen and (max-width: 414px) {
  /* phone */
   :root {
    font-size: 12px;
  }
  .search-section a {
    font-size: calc(10px + 1vw);
  }
  .modal {
    max-width: 100% !important;
  }
  .footer-main {
    text-align: center;
  }
  .footer-main ul {
    justify-content: center;
  }
}





/*.blogs{
  padding-top: 0!important;
}*/

.blogs .h6 {
  font-size: 1.2rem;
}

.img-responsive {
  width: 100%;
}

.pagination {
  flex-wrap: wrap;
}

.blog-post p,
.blog-post h2 {
  padding-right: 10px;
  padding-left: 10px;
}

.blog-post img {
  padding-right: 0;
  padding-left: 0;
}

.blog-post .social-icon {
  margin-right: 10px;
}

.drop-menu-col-1,
.drop-menu-col-2 {
  top: -10px!important;
}

.tab-section {
  margin-top: 10px;
  margin-bottom: 10px!important;
}

.tab-section img {
  width: 75px!important;
  padding: 10px;
}

.tab-section p {
  line-height: 18px;
}

.state {
  background-image: url("../img/bg/domain.png"), linear-gradient(rgba(46, 92, 152, .9), rgba(46, 92, 152, .9))!important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
}

.state h2,
.state h6 {
  color: white!important;
}

.state ul li i {
  color: white!important;
}

#pricelist-item .pricing-item:nth-child(1) .title {
  background: #5A9E38!important;
}

#pricelist-item .pricing-item:nth-child(2) .title {
  background: #eabb1e!important;
}

#pricelist-item .pricing-item:nth-child(3) .title {
  background: #0682ac!important;
}

#pricelist-item .pricing-item:nth-child(4) .title {
  background: #d14e19!important;
}


/*Footer*/

.footer-main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.footer-main ul {
  flex-wrap: wrap;
}

.footer-main img {
  width: 100%;
}

a.f-link {
  display: inline-block;
  padding: 0 8px;
}


/*mobile menu*/

.sidenav {
  background-color: rgba(58, 108, 171, 0.9)!important;
}


/*========blog-page========*/

#blog-page {
  background: linear-gradient(rgba(58, 108, 171, 0.6), rgba(58, 108, 171, 0.6)), url("../img/blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#single img {
  margin-bottom: 10px;
  width: 100%;
}

#single table {
  overflow-x: auto;
}


/*========Web hosting=========*/

.see-all-btn a {
  text-decoration: none;
  color: white!important;
}

.h3 {
  font-size: 20px;
}


/*====affiliate program====*/

.section .bg-one {
  margin-bottom: 50px;
}

.section .bg-one .col-md-6 {
  margin-bottom: 30px;
}


/*====single blog page====*/

#pills-two .section .shadow {
  padding: 0px;
}

#pills-two .pricing {
  margin-top: 0;
}


/*========Cloud hosting page========*/

#cloud-sec {
  padding-top: 0!important;
}

#cloud {
  position: relative;
}

.s-one .ld {
  border: 2px solid #1840C9;
  padding: 13px 25px;
  font-size: 20px;
  color: #666;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: center;
  max-width: 200px;
}


/*========wordpress hosting========*/

#wordpress {
  padding-top: 0!important;
}


/*========Windows hosting page========*/

#windows {
  padding-top: 0!important;
}

.see-all-btn a {
  color: white!important;
}


/*======dedicated server========*/

#dedicated {
  background-repeat: no-repeat;
  background-size: cover;
}

.global {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg/4.jpg) center!important;
  background-repeat: no-repeat;
  background-size: cover;
}


/*========Registration========*/

#register-domain {
  background: linear-gradient(rgb(65 118 153 / 75%), rgb(11 124 199 / 75%)), url(../img/registration.jpg) center!important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-purple {
  background-color: purple;
}

.domain-name-img {
  height: 6rem;
}

.domain-name-img img {
  height: 100%;
}


/*========legal page========*/

.s-one h3:nth-child(2) {
  margin-top: 20px;
}

#resources p {
  margin-left: 30px;
}


/*========registration========*/

.section .reg-pricelist {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/registration.jpg) center!important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.paragraph {
  margin-left: 20px;
}


/*==========single blog page============*/

#single {
  padding: 20px;
}

#singleblog-header {
  background: linear-gradient(rgb(65 118 153 / 75%), rgb(11 124 199 / 75%)), url(../img/registration.jpg) center!important;
}

.price-rates .section-title .title,
.price-rates .section-title .para-desc,
.FAQ .section-title .title,
.FAQ .section-title .para-desc {
  color: #fff!important;
}

#home-pricelist h2 {
  color: #3A6CB2!important
}

#home-pricelist p {
  color: #000!important;
}

#search {
  font-size: 12px!important;
}

.special-offer {
  background: #fff;
  /*box-shadow: 2px 2px 19px #efe6e6;*/
  text-align: center;
  display: inline-block;
  border: 1px solid #76CF48;
}

.special-offer h5 {
  font-size: 20px;
}

.special-offer p {
  margin-bottom: 0!important;
}

.special-offer p sup {
  font-size: 16px;
  font-weight: bold;
}

.special-offer p span {
  font-size: 30px;
  font-weight: bold;
}

.special-offer a {
  color: blue!important;
  display: block;
  background: #76CF48;
  color: #fff!important;
  padding: 5px 25px;
  font-size: 16px;
  border: 1px solid #76CF48;
  transition: all 0.3s;
}

.special-offer a:hover {
  color: black!important;
}

.hidden-col {
  display: none;
}

.notify {
  margin-top: 50px;
}

.notify form input[type="text"] {
  width: 60%;
  padding: 5px;
  border: none;
  outline: 0;
  box-shadow: 2px 2px 10px #ddd;
}

.notify form input[type="submit"] {
  padding: 5px 10px;
  background: #1783C8;
  color: white;
  border: none;
  outline: 0;
}

a.go-to {
  background: #1783C8;
  color: white;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
}

a.go-to:hover {
  color: #ddd;
}

.brows-btn a {
  color: #fff;
  background: #FE4141;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

.review-btn {
  text-align: center;
}

.review-btn a {
  background: #76CF48;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}


/*review*/

.owl-carousel .owl-item .testi-img {
  height: 100px;
  width: 100px;
  border-radius: 50%!important;
}

.policy h5 {
  font-weight: 800!important;
}

#modal-contact-icon a {
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}

#modal-contact-icon a span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #339AF0;
  text-align: center;
  line-height: 41px;
}

#modal-contact-icon a span:hover {
  background: #76CF48;
}

.search-section {
  position: sticky;
  top: 68px;
  left: 0;
  width: 100%;
  /*background-color: white;*/
  z-index: 999;
  /*box-shadow: 0px 0px 10px 0px #2222;*/
  border: none!important;
}


/*Compare page*/

.dev-package .cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.dev-pricing-table,
.pricing-table-2 {
  padding: 0;
  border: 1px #e4e4e4 solid;
  text-align: center;
}

.dev-opt {
  margin-top: 102px;
  background: #fff;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-left: 1px solid #999
}

.dev-opt ul li {
  text-transform: uppercase;
  font-weight: bold;
}

.t1 {
  background: #FFFFF0;
  border-bottom: 1px solid #FFCC00;
  border-top: 1px solid #FFCC00;
  border-left: 1px solid #FFCC00
}

.t2 {
  background: #F3FFF0;
  border: 1px solid #1CA623;
}

.t3 {
  background: #EEF8FD;
  border-bottom: 1px solid #0E7CEB;
  border-top: 1px solid #0E7CEB;
  border-right: 1px solid #0E7CEB
}

.dev-pricing-table span.fa-check {
  color: #009999
}

.dev-pricing-table span.fa-times {
  color: #FF3300
}

.dev-opt ul li,
.dev-pricing-table ul li {
  list-style: none!important;
}

.dev-pricing-table i.fa,
.dev-pricing-table em.fa {
  position: absolute;
  top: 0px;
  left: 50%;
  font-size: 30px;
  width: 60px;
  height: 56px;
  z-index: 9999;
  text-align: center;
  line-height: 56px;
  margin-top: -28px;
  margin-left: -30px;
}

.dev-pricing-table .head {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.dev-pricing-table li {
  padding: 9px 0;
  border-bottom: 1px #e4e4e4 solid;
  font-size: 14px;
}

.dev-pricing-table .price span {
  font-weight: 400;
  font-size: 26px;
}

.dev-pricing-footer {
  padding-top: 20px !important;
  border-bottom: 0 !important;
}

.dev-pricing-table .rview {
  display: none
}

.dev-pricing-table span.fa-times {
  color: #FF3300!important;
}


/*=================Media Quries===============*/

@media only screen and (max-width: 1024px) {
  .blog-post h2 {
    font-size: 25px;
  }
  .s-one .ld {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .box-top-position h4 {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .services {
    text-align: center;
  }
  .services .icon {
    display: block;
    margin: 0 auto;
  }
  .box-top-position {
    margin-top: 0;
  }
  .price-item-last {
    margin-top: 30px;
  }
  .section .FAQ .section-title {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .footer-main .border-right:nth-child(3) {
    border: none!important;
  }
}

@media only screen and (max-width: 768px) {
  nav img {
    height: 45px;
  }
  .home1-text h1 {
    font-size: 2.5rem;
  }
  .see-all-btn {
    font-size: 1.2rem!important;
    padding: .7rem 2rem!important;
  }
  .tab-section img {
    width: 65px!important;
  }
  h3 {
    font-size: 24px;
  }
  /*====Web Hosting====*/
  .para-desc {
    margin-bottom: 20px!important;
  }
  .shape {
    bottom: -2.5px;
  }
  .section .price-rates .section-title {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }
  #message {
    text-align: center;
  }
  .search-section {
    position: relative;
    top: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  nav img {
    width: 120px;
  }
  .features .left-top-icon,
  .features .right-top-icon,
  .features .left-bottom-icon,
  .features .right-bottom-icon {
    padding-top: 50px!important;
  }
  .footer-main img {
    width: auto;
  }
  .footer-main .border-right:nth-child(2),
  .footer-main .border-right:nth-child(4) {
    border: none!important;
  }
  /*====affiliate program====*/
  .section .bg-one table {
    width: 100%!important;
  }
}

@media only screen and (max-width: 425px) {
  .header {
    height: 50vh!important;
  }
  #home1 h1,
  .header h1 {
    font-size: 2.5rem!important;
  }
  .see-all-btn {
    font-size: 1.2rem!important;
  }
  .my-class p {
    font-size: 14px;
  }
  h2 {
    font-size: 28px!important;
  }
  .price-rates {
    padding-bottom: 30px!important
  }
  .price-rates .mb-5 {
    margin-bottom: 45px!important;
  }
  .w-75 p {
    line-height: 20px;
  }
  .blog-post h2 {
    font-size: 22px!important;
  }
  /*====contact====*/
  #login {
    margin-bottom: 10px!important;
  }
  .features .left-top-icon,
  .features .right-top-icon,
  .features .left-bottom-icon,
  .features .right-bottom-icon {
    padding-top: 4rem!important;
  }
  .price-item-last {
    margin-top: 0px;
  }
  #question a h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .header h1 {
    font-size: 2.2rem!important;
  }
  .shape {
    bottom: -4.5px;
  }
}


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

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  /* background-color: #3A6CAB;*/
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  /* border: 3px solid #3c3c3c; */
  border: 3px solid #5dab36;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-family: 'Nunito Sans';
  font-size: 38px;
  font-weight: 700;
  /* color: #2ecc71; */
  color: #40A7E3;
  letter-spacing: 4px;
  text-shadow: 0 0 10px #40A7E3;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgb(181 226 186 / 85%);
}

.loader::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #40A7E3;
  border-right: 3px solid #40A7E3;
  border-radius: 50%;
  -webkit-animation: animateCircle 2s linear infinite;
  animation: animateCircle 2s linear infinite;
}

.loader span {
  display: none;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite;
}

.loader span::before {
  content: '';
  position: absolute;
  top: -6px;
  right: -8px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #40A7E3;
  -webkit-box-shadow: 0 0 10px #40A7E3;
  box-shadow: 0 0 10px #40A7E3;
}

@-webkit-keyframes animateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}


/*Preloader end*/


/*about us page*/

#about-services .services .icon {
  display: block;
  margin: 0 auto;
}

.services {
  box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15);
}

.services1 {
  min-height: 280px;
}


/*Shared hosting page*/

#shared-pricelist a {
  cursor: pointer!important;
}


/*Reseller hosting*/

.r_heading {
  font-size: 25px;
}


#title-price {
   text-align: left;
   width: 100%;
   overflow: hidden;
   font-size: 22px;
   padding-top: 14px;
   font-weight: bold;
   font-family: monospace;
   color: #337ab7 !important;
   }
   #image-price{
   float:left;
   height: 70px;
   }
   h5.title.mb-3.text-white.px-3 {
   display: none;
   }
   #card-body-price  {
   background: #337ab7;
   }
   #text-muted-price {
   color: #8492a6 !important;
   color: #fff !important;
   }
   .plan-name.border-bottom.text-center {
   padding: 45px 0px 50px 43px;
   }
   #price-purchase {
   background: #0056b3 !important;
   color: #fff !important;
   border-radius: 21px;
   padding: 10px 25px;
   }
   .p-3-prr {
   padding: 3rem!important;
   }
   #pricelist-item > div > div > div.card-body.p-3.pb-0 > ul > li > svg {
   color: #fff !important;