@import url("https://fonts.googleapis.com/css2?family=Alegreya:wght@700&family=Lato:wght@300;400;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Lato", sans-serif !important;
}

p {
  font-size: 18px !important;
}

/* navbar styling  */

nav.navbar {
  background-color: #3c0288 !important;
  border-bottom: 4px solid white;
  box-shadow: 0px 4px 3px #80808042;
}

a.navbar-brand {
  position: relative;
}

nav li.nav-item {
  padding: 0px 20px;
}

nav li.nav-item a {
  font-size: 18px;
  opacity: 1 !important;
  color: #fff !important;
}

a.navbar-brand {
  margin: 0;
}

.page-header p {
  font-size: 16px !important;
  line-height: 26px !important;
}

a.navbar-brand img {
  border: 4px solid black;
  margin-bottom: -80px;
}

/* hero section styling  */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro" !important;
}

.page-header h1 {
  font-size: 48px;
  line-height: 58px;
}

.page-header h1 span {
  font-family: "Alegreya", serif !important;
  font-style: italic;
}

.page-header {
  padding: 5% 0 9% 0;
  background-image: url("../img/hero-background.png");
  background-position: bottom;
  background-size: cover;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.btn-wrapper .btn {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 24px;
  margin-right: 12px;
  cursor: pointer !important;
}

/* tenants section styling  */

.client-logo {
  padding: 30px;
  background: white;
  border-bottom: 20px;
  box-shadow: -2px 0px 16px #80808045;
}

.tenants-sec h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}

.client-logo:hover {
  background: #2e3380;
}

.tenants-sec h2 {
  color: #2f4050 !important;
}

.client-logo {
  transition: 0.7s;
}

/* footer styling  */

ul.social-icon {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.social-icon svg {
  width: 30px;
}

.fooer-icon a {
  margin-right: 20px;
}

.footer {
  background-color: #1a355b;
}

.footer-copyright {
  background: #3c0288;
  color: #fff !important;
}

ul.footer-icon li {
  position: relative;
  padding-left: 35px !important;
}

ul.footer-icon li::before {
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  left: -11px;
  top: -6px;
}

ul.footer-icon li:nth-child(1)::before {
  content: "\f095";
}

ul.footer-icon li:nth-child(2)::before {
  content: "\f0e0";
}

ul.footer-icon li:nth-child(3)::before {
  content: "\f041";
}

ul.footer-icon {
  list-style: none;
  padding-left: 11px;
}

ul.footer-icon li a {
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul.footer-icon li {
  text-decoration: none;
  margin-bottom: 35px;
}

.footer h3 {
  font-family: "Alegreya", serif !important;
  font-size: 35px;
  position: relative;
}

.footer h3::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #03bea3;
  left: 0;
  bottom: -9px;
  border-radius: 20px;
  box-shadow: 0px 2px 4px #03bea3;
}

.product-list ul.footer-icon li::before {
  display: none;
}

.product-list ul.footer-icon {
  list-style: disc;
}

.product-list ul.footer-icon li {
  padding: 0 !important;
  margin-bottom: 10px !important;
}


@media only screen and (max-width: 1680px){}
@media only screen and (max-width: 1600px){}
@media only screen and (max-width: 1440px){}
@media only screen and (max-width: 1366px){}
@media only screen and (max-width: 1280px){}
@media only screen and (max-width: 1024px){
    a.navbar-brand img {
        width: 110px;
    }
    .page-header h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .page-header p {
        font-size: 16px !important;
        line-height: 26px;
    }
    .page-header {
        padding: 11% 0 14% 0;
    }
}
@media only screen and (max-width: 991px){
    .page-header .image-wrapper {
        padding-top: 40px;
    }
    .client-logo {
        margin-bottom: 40px;
    }
    
    .client-logo img {
        width: 100%;
    }
    ul.footer-icon{
        padding-left: 20px;
    }
    .footer .col-lg-4.ps-5 {
        padding-left: 15px !important;
    }
    .footer .col-lg-5, .footer .col-lg-4 {
        margin-bottom: 40px !important;
    }
}
@media only screen and (max-width: 800px){}
@media only screen and (max-width: 768px){}
@media only screen and (max-width: 690px){
    .page-header {
        padding: 15% 0 17% 0;
    }
}
@media only screen and (max-width: 480px){
    a.navbar-brand img {
        width: 90px;
    }
    .page-header {
        padding: 20% 0 20% 0;
    }
}
@media only screen and (max-width: 414px){
    .page-header h1 {
        font-size: 33px;
        line-height: 43px;
    }
    .page-header h1 br{
        display: none;
    }
    .btn-wrapper .btn {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 375px){}
@media only screen and (max-width: 360px){}