/***
Author: MD Asaduzzaman Asad
Description: Website re-construction for reliable leads
Version: 2.0.0
Author_URL: https://asadpro.com
Date: 11-Oct-2023
1st_Version_Date: 10-Dec-2017
*/

:root {
  --p-color: #00afe5;
}
body {
  font-size: 1.2rem;
  font-family: "Dosis", sans-serif;
}
body p {
  font-family: "Cabin", sans-serif;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-out, visibility 0s linear 0.35s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.35s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#spinner .spinner-border {
  color: var(--p-color);
}
.w-full {
  width: 100% !important;
  max-width: fit-content;
}
.section-header {
  padding: 50px 0;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.section-header h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}
.section-header h2 span {
  color: var(--p-color);
}
.section-header p {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.overlay {
  background: rgba(0, 175, 229, 0.1);
}
/* Logo animation */
.logo {
  max-width: 150px; /* Adjust the size as needed */
  transition: max-width 0.3s; /* Logo animation duration */
}

.navbar .navbar-nav {
  margin-top: 3px;
}
.navbar.fixed-top {
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999999999999;
}

.navbar.fixed-top.animated {
  padding-top: 5px; /* Reduce padding when scrolling */
  padding-bottom: 5px; /* Reduce padding when scrolling */
  box-shadow: 0px 4px 3px 3px rgba(25, 98, 162, 0.05);
}

/* Smaller logo */
.logo.smaller-logo {
  max-width: 100px; /* Adjust the smaller size as needed */
}
.page {
  padding-top: 100px;
}
#header {
  background: white;
}
#header .navbar-nav .nav-item {
  font-weight: 600;
  margin-left: 10px;
}
#header .navbar-nav .nav-item .nav-link.active {
  color: var(--p-color);
}
#footer .nav .nav-item .nav-link.active {
  color: var(--p-color);
}
#header .navbar-nav .nav-item .nav-link:hover {
  color: var(--p-color);
}
@media screen and (max-width: 991px) {
  #header .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
  }
  #header .navbar-nav .nav-item .nav-link:hover {
    background: #eeeeee;
  }
}
#header .navbar-brand img {
  width: 180px;
}

.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
}
#hero .overlay {
  background: rgba(25, 98, 162, 0.619);
}
#hero .content {
  padding: 70px 30px;
  padding-top: 150px;
  max-width: 768px;
  margin: 0 auto;
  color: #ffffff;
}

#hero .content h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}
#hero .content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#hero .content p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

#our-quality {
  padding: 70px 30px;
  background: rgba(0, 175, 229, 0.1);
}
#our-quality .icon {
  width: 100px;
  margin-top: 15px;
  color: var(--p-color);
}
#our-quality .content {
  width: 300px;
}
#our-quality .content h4 {
  width: 300px;
  font-weight: 600;
}
#our-quality .icon svg {
  height: 42px;
  width: 42px;
}
.why-choose-content p {
  opacity: 0.7;
}
.why-choose-content ul li {
  font-family: "Cabin", sans-serif;
  opacity: 0.7;
}
#support-desk .overlay {
  padding: 50px 0;
}
.support-desk-wrap {
  padding: 20px 20px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(5, 110, 199, 0.66);
}
#support-desk p {
  opacity: 0.7;
}
.form-control {
  border-radius: 0;
  outline: none;
  padding: 15px 10px;
}
form button {
  outline: none;
  border: 0;
}
form button:hover {
  color: #ffffff;
}
#footer {
  background: #21262e;
  color: #ffffff;
}
#footer .footer-top {
  padding: 30px 20px;
}
#footer .footer-top h3 {
  margin-bottom: 30px;
}
#footer .footer-top p {
  opacity: 0.7;
}

#footer .footer-top ul {
  margin-top: -10px;
}
#footer .footer-top ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 6px 10px;
}
#footer .footer-top ul li a:hover {
  color: var(--p-color);
}
#footer .footer-bottom {
  background: #171717;
  padding: 15px 20px;
}
#footer .footer-bottom p {
  margin: 0;
  padding: 0;
  opacity: 0.4;
}
#footer .footer-bottom p a {
  color: #ffffff;
  font-weight: 700;
}
#footer .footer-bottom .social a {
  padding: 5px 10px;
  outline: none;
  text-decoration: none;
}
#footer .footer-bottom .social a svg {
  height: 36px;
  width: 36px;
  color: #cccccc;
  opacity: 0.7;
  transition: 0.5s;
}
#footer .footer-bottom .social a:hover svg {
  opacity: 0.6;
  color: var(--p-color);
}

#go-top {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  cursor: pointer;
  border-radius: 50%;
  color: var(--p-color);
  position: fixed;
  right: 100px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#go-top svg {
  height: 40px;
  width: 40px;
}
.go-up {
  bottom: 100px;
}
@media screen and (max-width: 992px) {
  .go-up {
    right: 30px !important;
    bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .go-up {
    right: 20px !important;
    bottom: 40px !important;
  }
}

.go-down {
  bottom: -100px;
  display: none;
}

.page .team .item {
  padding: 15px 15px;
}
.page .team .item img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
}
.page .team .item h3 {
  font-weight: 700;
  margin-top: 20px;
}
.page .team .item h4 {
  color: var(--p-color);
  font-size: 1.2rem;
  font-style: italic;
}
.page .team .item p {
  opacity: 0.75;
}
.page .pricing .pricing-table {
  background: var(--p-color);
  margin: 15px 20px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  font-family: "Cabin", sans-serif;
}
.page .pricing .pricing-table .table-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page .pricing .pricing-table .table-head h2 {
  font-weight: 700;
}
.page .pricing .pricing-table .table-body {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page .pricing .pricing-table .table-body ul {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
.page .pricing .pricing-table .table-body p {
  margin-bottom: 0;
}
.page .pricing .pricing-table .button_su {
  margin-right: 0;
}
.page .pricing .pricing-table .button_su .button_su_inner {
  font-size: 1rem;
}
@media screen and (min-width: 991px) {
  .page .contact .item-space {
    margin-top: 200px;
  }
}

.page .contact .item {
  background: #ffffff;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.page .contact .icon {
  width: 100px;
  margin-top: 5px;
  color: var(--p-color);
}
.page .contact .content {
  width: 300px;
}
.page .contact .icon svg {
  height: 62px;
  width: 62px;
}

.page .contact .content h4 {
  font-weight: 600;
}

.page .contact .content p {
  font-weight: 400;
  margin-bottom: 0px;
}

.page .contact .content a {
  color: var(--p-color);
}
.page .contact .content a:hover {
  opacity: 0.75;
}

.page #privacy-policy h3,
.page #privacy-policy h2 {
  font-size: 2rem;
  font-weight: 600;
}
.page #privacy-policy .button_su_inner {
  border: 1px solid var(--p-color);
}
