/* google font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');




html {
  scroll-behavior: smooth;

}

body {
  margin: 0 important;
  padding: 0 important;
  z-index: 100;


}

:root {
  --primary: #345E7D;
  --secondary: #4777F5;
  --light: #F7FAFF;
  --success: #2c4f40;

}

/* -   Topbar header design start- */
.topbar-header {
  width: 100%;
  justify-content: end;
  padding-right: 70px;
  background-color: rgb(52, 94, 125);
  ;

}

.topbar-header span {
  margin-left: 70px;
  padding: 7px 0;
  color: white;
}

.topbar-header span a {
  color: white;

}

.topbar-header span a:hover {
  transition: all .5s;
  color: orange;
}


.topbar-header span i {
  margin-right: 5px;
}

@media only screen and (max-width: 992px) {
  .topbar-header span {
    display: none;
  }
}


/* -   Topbar header design End */

header {

  animation: sticky .8s ease-in-out;
  background: #F7FAFF;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 2000;
  border-bottom: 2px solid #5e98f091;

}

nav {
  background-color: #fff;
}

.navbar-brand {
  padding: 0;
  margin-left: 20px;


}

.navbar-brand img {
  margin: 0;
  padding: 0;

}





#navbarSupportedContent {
  justify-content: center;
}



.carousel-indicators img {
  width: 70px;
  display: block;
}

.carousel-indicators button {
  width: max-content !important;
}

.carousel-indicators {
  position: unset;
}



.nav-item .nav-link {
     font-size: 17px;
    font-family: none;
    font-weight: 500;
    margin: 0 5px;
    padding-top: 10px;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0a4679;
}

.nav-item .nav-link:hover {
  background-color: rgb(52, 94, 125);
  border-radius: 2px;
  transition: all .5s;
}

/* 
.dropdown {
  border-right: 1px solid rgba(0, 0, 0, 0.116);
}

.dropdown:hover {
  background-color: rgb(52, 94, 125);
  border-radius: 2px;
  transition: all .5s;
} */

.dropdown .nav-link:hover {
  color: #f3f3f3;


}

.dropdown-menu {
  background-color: #f3f3f3;
  margin-top: 0;
  padding: 1px;
  left: 0px;
  transition: all .9s;
}





.dropdown-menu-containt {
  width: 210px;
  padding: 2px 0;
  border-bottom: 1px #1c8e5970 dotted;
  letter-spacing: 1px;
}

.dropdown-menu-containt:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dropdown-menu-containt:hover {
  background-color: rgb(52, 94, 125);
  transition: all .5s;
  cursor: pointer;
}

.dropdown-menu-containt a {
  text-decoration: none;
  color: #222;
  font-family: sans-serif;
  font-weight: 400;
  transition: all 0.5s;

}

.dropdown-menu-containt a i {
  font-size: 13px;
}

.dropdown-menu-containt a i {
  font-size: 17px;
}


.dropdown-menu-containt a h6 {
  font-size: 12px;
  padding-top: 5px;
}



.dropdown-menu-containt a:hover {
  color: white;
}

.dropdown-menu-containt a .d-flex {
  margin-left: 10px;
  gap: 5px;
}





@media only screen and (min-width: 992px) {

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu.show {
    display: block;
  }

}

@media only screen and (max-width: 500px) {
  .navbar-brand {
    width: 120px;
  }
  
   .navbar-brand img{
    width: 100%;
  }



}

@media only screen and (max-width: 500px) {

  #navbarSupportedConten {
    justify-content: start;
    text-align: start;
  }

  .nav-item .nav-link{
    text-align: start;
    
  }

}


/*--Zoom IN CSS*/
.zoom-scroll {
  transform: scale(0.1);
  opacity: 0;
  transition: transform 0.9s ease, opacity 0.9s ease;
}

.zoom-scroll.active {
  transform: scale(1);
  opacity: 1;
}

/*--Zoom IN CSS*/

/* - Slider Section design start - */

.carousel-inner {
  padding-top: 2px;
  margin-bottom: px;


}

.carousel-item {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(120deg, #345E7D, #0a5b5be5);

}

.slider-content {
  position: absolute;
  top: 150px;
  padding: 0px 40px;
  margin-left: 100px;

}

.slider-heading {
  padding: 0 10px;
}

.slider-heading h2 {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: white;
  font-weight: 600;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-transform: capitalize;


}

.slider-heading h2 span {
  color: rgb(255, 140, 0)
}

.slider-heading p {
  font-size: 18px;
  color: white;
  font-family: sans-serif;
  padding-top: 1px;
  letter-spacing: 1px;
  line-height: 27px;
}

.slider-heading-link p {
  margin-bottom: -5px;
  padding: 0 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.slider-heading-link p a {
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.slider-heading-link p a:hover {
  transition: all .8s;
  color: orange;
}

.slider-content-image {
  width: 450px;
  margin-left: 100px;
}


.slider-content-image img {
  width: 98%;
}

/* slider arrow start */
.carousel-control-prev {
  width: 7%;
}

.carousel-control-next {
  width: 7%;
}

.slider-heading-btn {
  background-color: white;
  color: darkcyan;
}

.slider-heading-btn span {
  padding: 5px 10px;
}

.slider-heading-btn:hover {
  color: white;
  background-color: orange;
  transition: all .5s;
}

/* slider arrow end */


/* - Slider Section design End - */



/* - Slider Headding Respnsive Start  - */


@media only screen and (max-width:560px) {
  .slider-content {
    top: 100px;
    width: 100%;

  }


}

@media only screen and (max-width:560px) {

  .carousel-item {
    height: 550px;

  }


  .slider-heading {
    margin-left: -90px;

  }

  .slider-heading h2 {
    font-size: 23px;

  }

  .slider-heading p {
    font-size: 13px;
    padding-bottom: 10px;

  }

  .slider-heading-link {
    display: none;
  }

  .slider-heading-btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .slider-content-image {
    display: none;
  }


}

/* - Slider Headding Respnsive End  - */

/* ------------------------------------------------------- */

.main-heading-section {
  background-color: #dadedf;
}

.main-heading {
  width: 100%;
  margin: auto;
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 5rem;

}

.main-heading h2 {
  position: relative;
  border-bottom: 1px solid;
  font-size: 35px;
  font-family: sans-serif;
  font-weight: bold;
  color: #040438;
}



.main-heading p {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  margin-top: 15px;
  text-align: start;
  color: #02083d;
}

/* cloud-service-section Start */

.cloud-service-section {
  background-color: #3e434705;
  padding-top: 50px;
}

.cloud-service-card-content {
  margin-left: 20px;
  text-align: start;
  margin-top: 60px;
  margin-bottom: 50px;
}



.heading h2 {
  color: #202b7b;
  font-family: serif;
  font-weight: bold;
}


.cloud-service-card-content h2 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 32px;
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.cloud-service-card-content h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #345E7D;
  border-radius: 25%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.cloud-service-card-content h2 span {
  color: rgb(18, 124, 199)
}


.cloud-service-card-content p {
  line-height: 35px;
  font-size: 21px;
  font-family: serif;
  justify-content: center;
  color: #345E7D;
  padding: 10px 15px;
  text-align: start;
}

.cloud-service-card-image {
  height: 300px;
  width: 350px;
  padding-right: 20px;
  justify-content: center;
  margin-left: 20px;
  align-items: center;
  margin-top: 100px;
}

.cloud-service-card-image img {
  width: 100%;
  height: 100%;
}

.cloud-service-card-more-icom {
  margin-top: -15px;
  padding: 0;
}

.cloud-service-card-more-icom a {
  text-decoration: none;
  font-size: 15px;
}

.cloud-service-card-more-icom a:hover {
  transition: all 0.5s;
  color: orange;
  margin-left: 5px;
  text-decoration: underline;
}

.cloud-service-card-more-icom i {
  font-size: 12px;
}

.cloud-service-link {
  margin-left: 25px;
}

.cloud-service-link .btn {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #345e7d;
  transition: all .9s;
  border-radius: 4px;
}

.cloud-service-link .btn:hover {
  background-color: #198754;
  transition: all .5s;
  cursor: pointer;
  color: #f3f3f3;
}

.cloud-service-link .btn span a {
  text-decoration: none;
  color: #fff;
}

.cloud-service-link .btn span a:hover {
  color: #f3f3f3;
  cursor: pointer;
  transition: all .5s;
}


@media only screen and (max-width:560px) {

  .cloud-service-section {
  padding-top: 0px;
}

  .cloud-service-card-content {
    margin-top: 0px;
    margin-bottom: 0px;
  
  }



  .cloud-service-card-content h2 {
    font-size: 25px;
  }

  .cloud-service-card-content p {
    line-height: 25px;
    font-size: 16px;
  }

  .cloud-service-card-image {
    height: 177px;
    width: 154px;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0px;
  }

  .cloud-service-card-image img {
    width: 95%;
    height: 90%;
  }

}




/* ---------------------------------------------- */




.email-service-link p {
  font-size: 16px;
  width: 277px;
  background-color: rgb(44, 79, 65);
  margin: 0px 3px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;


}

.email-service-link p a {
  text-decoration: none;
  color: #f3f3f3;
}

.email-service-link p a:hover {
  color: orange;
  text-decoration: underline;
  transition: all .5s;
}


/* ------------------ */
section-title h2 {
  color: #003366;
  font-weight: bold;
}

.card-custom {
  border: 1px solid #c1c9cf;
  border-radius: 12px;
  transition: 0.3s;
  background: #e2f9f7;
  height: 100%;
  transition: all .5s;
}

.card-custom:hover {
  border-color: #5bfc7e;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
}

.icon-box {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  background: #fdfdfe;
  color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.value-strip .col {
  background: #c2f8ec;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin: 2px;
  font-family: serif;
  font-weight: bold;
  color: #022935;
}

.btn-primary {
  background-color: #003366;
  border: none;
}

.btn-primary:hover {
  background-color: #0055a5;
}

.btn-outline-primary {
  border-color: #003366;
  color: #003366;
}

.btn-outline-primary:hover {
  background-color: #e6f0ff;
  color: #003366;
}

/* Animation keyframes */
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animations */
.slide-left {
  animation: slideInLeft 0.8s ease-out forwards;
}

.slide-right {
  animation: slideInRight 0.8s ease-out forwards;
}

/* cloud-service-section End */


/* cloud page design start */
.iaas-section {
  background-image: linear-gradient(176deg, #245a68, #413b3b);
  padding: 80px 0;
}




.iaas-card-content h2 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 32px;
  position: relative;
  text-align: start;
  justify-content: center;
  padding: 10px 15px;
  color: #F0FFFF;
}

.iaas-card-content p {
  line-height: 35px;
  font-size: 21px;
  font-family: serif;
  justify-content: center;
  color: #345E7D;
  padding: 10px 15px;
  text-align: start;
  color: #F0FFFF;
}



.maas-section {
  background-image: linear-gradient(175deg, #3a6f7d, #1a3c20);
  padding: 80px 0;
}

.bass-section {
  background-image: linear-gradient(175deg, #1a2a3c, #3a6f7d);
  padding: 80px 0;
}

.fsaas-section {
  background-image: linear-gradient(175deg, #054477, #1a3c20);
  padding: 80px 0;
}



/* firewall-service-section start */
.firewall-service-section {
  padding: 3rem 0;
}

.firewall-heading h2 {
  font-size: 40px;
  width: 70%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  font-family: sans-serif;
  padding-bottom: 3rem;
  color: #2A9D8F;
  font-weight: bold;
}

.firewall-heading h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #F4A261;
  border-radius: 25%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}


.firewall-content h2 {
  color: #1D3557;
  padding-left: 20px;

}

.firewall-content p {
  line-height: 35px;
  font-size: 21px;
  font-family: serif;
  justify-content: center;
  color: #345E7D;
  padding: 10px 15px;
  text-align: start;
}

.firewall-images {
  width: 100%;
}

.firewall-images img {
  width: 100%;
}



/* Small Mobile */
@media screen and (max-width: 560px) {

  .firewall-heading h2{
    font-size: 20px;
    padding-bottom: 1rem;
  }

   .firewall-content h2{
    font-size: 17px;
    line-height: 22px;
  }
  .firewall-content p {
    font-size: 17px;
    line-height: 22px;
    padding: 5px 10px;
  }

  .firewall-images{
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

 .firewall-image{
  width: 120px;
}



.firewall-image img {
  width: 100%;
  align-items: center;
}
}




/* firewall-service-section end */


/* Choose US Section design Start */

.choose-us-card {
  width: 263px;
  height: auto;
  text-align: center;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 2px rgb(107 222 49 / 51%);
  background-color: #ffff;
  margin: 10px 10px;
}


.choose-us-card-image {
  background-color: rgb(52, 95, 125);
  width: 60px;
  height: 57px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  margin-top: 11px;
  padding-top: 9px;
  margin-bottom: 10px;
  border: 1px solid rgba(16, 197, 16, 0.658);
}

.choose-us-card-image i {
  font-size: 31px;
  color: orange
}

.choose-us-card h3 {
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: rgb(52, 94, 125);
  margin: 30px 0px;
}




/* linux VPS Section Start */
.linux-price-heading {
  margin: auto;
  width: 700px;
}

.linux-price-heading h1 {
  color: rgb(52, 94, 125);
  font-family: sans-serif;
  font-weight: 600;
  font-size: 35px;
}

.linux-price-heading p {
  border-bottom: 1px solid #14e2c0;
  color: #FF7F50;
}

.price-card {
  border: 1px solid #dddd;
  background-color: #ffffff;
}

.price-card-heading {
  background-color: rgb(52, 94, 125);
  border-radius: 5px;
  border: 1px solid #14e2c0;
}

.price-card-heading h1 {
  color: #f3f3f3;
  font-family: serif;
  font-weight: 500;
  letter-spacing: 0px;
  padding-top: 10px;
  font-size: 35px
}

.price-card-heading h5 {
  color: #f3f3f3;
  font-family: sans-serif;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.price-card-heading h5 span {
  color: #eba716;
}

.price-details ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
  font-family: serif;
  border-bottom: 1px dotted #68e935b6;
  text-align: start;
  margin-right: 15px;
  color: #053880;
}

.order-btn {
  background-color: #ffc107e5;
  margin: 1px 2px;
  padding: 8px 0px;
  border-radius: 5px;
  transition: all .5s;
}


.order-btn:hover {
  background-color: #345E7D;
  cursor: pointer;

}



.order-btn a {
  text-decoration: none;
  color: #F7FAFF;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  letter-spacing: 1px;

}


/* --------------------------- */

/* ------------------------- */
/* VPS Calculator Start */
.calculator {
  background: #f4f8fd;
  padding: 20px;
  border-radius: 12px;
  max-width: 450px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all .5s;
  align-items: center;
}

.calculator:hover {
  box-shadow: 1px 1px 2px 2px #fdfc97;
  background-color: #cdfafdb9;
}


.input-group {
  margin-bottom: 10px;
  text-align: left;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

input[type="range"],
select {
  width: 98%;
  cursor: pointer;
}

#storage-type {
  border: none;
  background-color: #;
}

.value {
  float: right;
  font-weight: bold;
}

.total-price {
  background-color: rgb(52, 94, 125);
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}

.total-price h2 {
  font-size: 25px;
  font-family: serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 5px;

}

.total-price h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #f7f30f;
  margin: auto;
  margin-top: 2px;
  border-radius: 30%;
}

.total {
  font-weight: bold;
  font-size: 20px;
  font-family: serif;
  font-weight: 600;
  color: #f89819;

}

.note {
  color: rgb(241, 253, 68);
  margin-bottom: 10px;
}

button {
  background-color: #14e2c0;
  color: #001d47;
  border: none;
  padding: 3px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .5s;
}



/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #ccc;
  padding: 8px;
  border-radius: 10px;
  max-width: 400px;

}

.modal-content h3 {
  margin-bottom: 15px;
  text-align: center;
  padding: 5px 0;

}

.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.close-btn {
  background: red;
  color: white;
  float: right;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  width: 28px;
  text-align: center;
  margin: auto;
}

/* VPS Calculator End */
/* -------------------- */

.operating-system h2 {
  font-size: 38px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #001d47;

}

.operating-system h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #df8218;
  border-radius: 25%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}



.price-calculator {
  width: 600px;
  margin: auto;
  margin-top: 50px;
}

.price-calculator h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  font-weight: 500;
}


/* linux VPS Section End */



/* Technology Partner Section Start */
.card {
  width: 98%;
  height: 150px;

}

.card img {
  width: 100%;
  height: 100%;
}


/* Key Features Design Start */

.our-features {
  background-color: #F0FFFF;
  padding-top: 5rem;
}

.key-features {
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
}

.features-heading h2 {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #041227bd;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
}

.features-heading h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #df8218;
  border-radius: 25%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.features-card {
  background-color: rgb(254, 255, 255);
  width: 95%;
  height: 217px;
  padding: 5px 5px;
  border-radius: 10px;
  margin-bottom: 55px;
  transition: all 0.5s;
  color: #176d8f;
  box-shadow: 1px 1px 1px 1px #2C4F40;
  cursor: pointer;
}



.features-card-image {
  width: 90px;
  height: 70px;
  margin: auto;

}

.features-card-image img {
  width: 70%;
  height: 80%;
  margin-top: 20px;

}

.features-card-content {
  margin-top: 35px;
}

.features-card-content h5 {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Key Features Design End */

/* Client Section Design Start */
.client-list {
  margin: 80px 0;
}

.client-list h2 {
  font-size: 42px;
  font-family: sans-serif;
  font-weight: 600;
  color: #05285c;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.client-list h2::after {
  content: '';
  display: block;
  width: 148px;
  height: 3px;
  background-color: #fdba17;
  border-radius: 30%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.client-list-card {
  justify-content: center;
  margin: auto;
  width: 170px;
  height: 130px;
  border: 1px solid #4777F5;
  border-radius: 10px;
  margin-bottom: 50px;
  transition: all .5s ease;

}


.client-list-img {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.client-list-img img {
  width: 100%;
  height: 95%;
  justify-content: center;
  padding: 10px;
}


/* Client Section Design End */

/* -------------------------------- */

/* questions Section Design Start */
.questions-section {
  background-image: linear-gradient(176deg, #0e6ac5, #00000000);
  padding: 20px 0;
  margin-top: 120px;
}

.faq-head-containt {
  text-align: center;
  margin-top: 50px;

}

.faq-question {
  margin: 50px 50px;
}

.faq-head-containt h2 {
  margin-bottom: 20px;
  font-size: 35px;
  font-family: sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFFFFF;
}


.faq-head-containt p {
  margin-bottom: 20px;
  font-size: 17px;
  text-transform: capitalize;
  color: #ecd27d;
}



.faq-head-containt::after {
  content: '';
  display: block;
  width: 140px;
  height: 3px;
  background-color: #18d2df;
  border-radius: 25%;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 5px;
}

.faq-question-containt-head {
  background-color: rgb(3 79 107 / 87%);
  border-radius: 10px;
  text-align: center;
  margin: 10px 0;

}

.faq-question-containt-head h6 {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  justify-content: space-between;
  color: #f3f3f3;
}

.faq-question-containt-head h6 i {
  margin-left: 150px;
  font-size: 20px;
  font-weight: 800;
  font-family: serif;
}



.faq-question-containt-head p {
  background-color: #fffffffd;
  padding: 10px 10px;
  color: #05285c;
  font-size: 15px;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-align: start;
}


.faq-question-image {
  width: 350px;
  height: auto;
  justify-content: center;
  margin: auto;
}

.faq-question-image img {
  width: 100%;
  height: 100%;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #f3f3f3;
  font-weight: bold;
}

/* When button is expanded, rotate the arrow */
button[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}


@media (max-width:767px){
  .faq-head-containt h2 {
  margin-bottom: 10px;
  font-size: 25px;
}

}

/* questions Section Design Start */


/* Email All menu start from here */
.bStarter-price-card {
  border: 1px solid #dddd;
  background-color: #8af5c6b4;
  transition: all .5s;
}

.bStarter-price-card:hover {
  cursor: pointer;
  box-shadow: 1px 1px 3px 3px #001624b0;
}


.bStarter-price-card-heading {
  border-radius: 5px;
  border: 1px solid #14e2c0;
  text-align: center;
  background-color: #ffffff;
}


.bStarter-price-card-heading h3 {
  font-family: serif;
  font-weight: 600;
  padding-top: 10px;
  color: #05285c;

}

.bStarter-price-card-heading h5 {
  font-family: serif;
  padding-top: 5px;
  color: #345e7d;
  font-size: 16px;
  font-weight: 700;
}

.bStarter-price-details .d-flex {
  padding: 8px 8px;
  border-bottom: 1px solid #fafafa9a;
}

.bStarter-price-details .d-flex i {
  color: #05285c;
  margin-right: 10px;
  font-size: 18px;
  margin-left: 5px;
}

.bStarter-price-details .d-flex span {
  color: #05285c;
  font-family: serif;
  text-align: start;
  font-size: 16px;
  margin-left: 5px;
}


.email-benifit-section {
  padding: 50px;
}

.email-benifit {
  justify-content: center;

}


.email-benifit-heading {
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.email-benifit-heading::after {
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background-color: #df8218;
  border-radius: 25%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.email-benifit-card-wraper {
  justify-content: center;
}

.email-benifit-heading h2 {
  text-align: center;
  font-family: serif;
  font-size: 30px;
  text-transform: uppercase;



}

.email-benifit-heading h2 span {
  color: rgb(255, 140, 0);
}

.email-benifit-card {
  margin: 13px 30px;
  padding: 5px 7px;
  border-radius: 50px;
  color: #F7FAFF;
  transition: all.5s;
  background-color: rgb(52, 94, 125);

}

.email-benifit-card:hover {
  background-color: #007194;
  cursor: pointer;
  border: 1px solid #30f30967;
  transform: translateY(-3px);

}

.email-benifit-card h6 {
  font-family: serif;
  font-size: 18px;
  margin-left: 20px;
  padding-top: 7px;


}

.email-benifit-card i {
  font-family: serif;
  font-size: 19px;
  background-color: #F0FFFF;
  width: 35px;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  color: #345e7d;

}

@media (max-width:560px) {
  .email-benifit-card h6 {
  font-family: serif;
  font-size: 11px;
  text-align: center;
  width: 100%;


}
}


/* Email All menu End */


/* Mail Server Design */

.mail-server-support-price-section {
  padding-bottom: 5rem;
  padding-top: 4rem;
}

.postfix-server-section {
  background-color: #caf7e6;
  background-image: linear-gradient(#B4B4B4, #a6c9cf, rgb(111, 137, 209));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.postfix-server {
  margin-top: 50px;
  color: #010b38;

}


.about-server h1 {
  font-size: 35px;
  font-family: sans-serif;
  position: relative;
}

.about-server h1::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ffd20b;
  border-radius: 25%;
  margin-left: 10%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.about-server p {
  font-size: 19px;
  font-family: sans-serif;

}

.cloudpbx-image {
  width: 100%;
  margin-top: 30px;
  margin-left: 40px;
}

.cloudpbx-image img {
  width: 80%;
  height: 370px;
}

@media (max-width: 767px) {
 .cloudpbx-image {
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
}

.cloudpbx-image img {
  width: 100%;
  height: 180px;
}
}


/* ----------------------------- */
.postfix-download a {
  text-decoration: none;
  color: #f3f3f3;
}

.cpanel-server-section {
  background-image: linear-gradient(rgb(6, 62, 85), rgb(12, 44, 36), rgb(87, 60, 3));
}



.cpanel-server {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #F0FFFF;
}


.cpanel-image {
  width: 100%;
  height: 150px;
  margin-bottom: 4rem;
}

.cpanel-image img {
  width: 100%;
  height: 150px;
}

.carbonio-server-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(rgba(1, 54, 78, 0.534), rgb(12, 69, 77), rgba(10, 3, 39, 0.589));

}

.carbonio-server {
  color: #ffffff;
}


/* bulk Mail  */
.email-type-card {
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.034);
  height: 180px;
  background: aliceblue;
  box-shadow: #ddd 1px 1px 1px 1px;
  border-radius: 10px;
  text-align: center;
}

.email-type-card h6 {
  font-size: 25px;
  text-transform: capitalize;
  color: rgb(11, 11, 112);
  font-family: sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}

.email-type-card p {
  font-size: 16px;
  color: rgb(11, 11, 112);
  font-family: 'Roboto', sans-serif;

}



/* About US Section */
.about-us-section {
  margin-top: 5rem;
  padding: 5rem 0;
  background-image: linear-gradient(#B9DFFB, #f3fac9, #B9DFFB);
}

.about-us-content {
  width: 90%;
  align-items: center;
  margin: auto;
}

.about-us-content h2 {
  font-size: 30px;
  color: #083f64;
  font-family: sans-serif
}

.about-us-content p {
  font-size: 20px;
  color: #1e2d4e;
  font-family: sans-serif;
  line-height: 40px;

}

.mission-section .container {
  background-color: #316d86;
}

.mission-image {
  width: 100%;
}

.mission-image img {
  width: 100%;
  height: auto;
  margin-left: -11px;
}


.mission-content {
  padding: 20px 0;

}

.mission-content h2 {
  margin-top: 30px;
  font-size: 30px;
  color: #F0FFFF;
  font-family: sans-serif;
  line-height: 35px;
}

.mission-content p {
  font-size: 20px;
  color: #F0FFFF;
  font-family: sans-serif;
  line-height: 35px;
}


.headline-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: rgba(14, 165, 233, .12);
  color: #0369a1;
  border: 1px solid rgba(14, 165, 233, .25);
  font-weight: 600;
  letter-spacing: .3px;
}

.card-kpi {
  background: #f9fafb;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.card-kpi:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.kpi-value {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
}

.kpi-label {
  color: #475569;
}

.service-box {
  background: #0b7285;
  color: #fff;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 50px 0 50px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform .2s ease, .2s ease;
}

.service-box:hover {
  transform: translateY(-4px);
  background: #095260;
}

.service-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}

.quote-card {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}

.progress {
  height: 10px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  background: linear-gradient(90deg, #1e40af, #0ea5e9);
}



.provide-solution-section {
  margin-top: 5rem;
}

.provide-solution {
  margin: auto;
  justify-content: center;
}

.solution {
  background-color: #075264;
  margin: 20px 50px;
  padding: 10px 15px;
  border-radius: 50px 0 50px 0;
  text-align: center;
  box-shadow: 2px 2px 2px 2px;
}

.solution h5 {
  font-size: 18px;
  color: #F0FFFF;

}


.work-process {
  margin-top: 8rem;
  justify-content: center;
  align-items: center;
}


.work-process h2 {
  background-color: #083f64;
  margin-top: 50px;
  padding: 10px 0;
  color: #F0FFFF;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  width: 350px;
  height: 80px;
  line-height: 60px;



}


/*contact us*/

.contact-section {
  padding: 60px 15px;
}

.contact-info {
  background: #0b7285;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}

.contact-info h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-info p {
  margin: 0 0 12px;
  font-size: 15px;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border-color: #0b7285;
  box-shadow: 0 0 0 0.2rem rgba(11, 114, 133, 0.25);
}

.btn-custom {
  background: #0b7285;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #094d58;
}

@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }

  .contact-info p {
    font-size: 14px;
  }
}


/* footer design start */
footer {
  background-image: linear-gradient(45deg, #02425e, #091922bf);

}

.contact-info {
  border-right: 2px solid #02425e;
}

.footer-logo img {
  background-color: #fff;
  margin-top: 20px;
}

.contact-info-details {
  text-align: start;
  margin-top: 20px;
}

.contact-info-details p {
  text-align: start;
  color: #f3f3f3;
}



footer .container {
  background-image: url(image/footer.svg);
  background-repeat: no-repeat;
  background-size: 130vh;
  background-position: center;
}

.footer-solution-link {
  margin-top: 20px;
}

.footer-solution-link h6 {
  color: #ffffff;
  font-size: 20px;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}

.footer-solution-link h6 {
  color: #ecd27d;
  font-size: 23px;
  font-family: serif;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 20px;
}

.footer-solution-link ul {
  list-style: none;
  font-family: sans-serif;
}

.footer-solution-link li {
  padding-top: 10px;

}


.footer-solution-link li a {
  text-decoration: none;
  color: #F0FFFF;
  font-size: 15px;
  transition: all .5s;
}

.footer-solution-link li a:hover {
  color: #df8218;
}







.copy-right {
  background-color: #001d47;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 35px;
  bottom: 20px;
  z-index: 99;
}

/* footer design End */