body {
  color: #5a5a5a;
  font-family: "fieldwork", sans-serif;
  font-weight: 300 400 700;
  font-style: normal, italic;;
}
:root {
    --primary: #7c6fb0;
    --secondary: #58585A;
    --dark: #093270;
    --light: #ffffff;
    --yellow: #fbb800;
    --green: #3aaa35;
}

::selection {
    background-color: var(--yellow);
    color: var(--dark);
}

.bg-dark {
  background-color: #22356e !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border-radius: 50px;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top:0;
    margin-bottom:.5rem;
    font-family:"fieldwork",sans-serif;
    font-weight:600;
    line-height:1.2;
    color: var(--dark);
}
h1,.h1 {
    font-size:calc(1.375rem + 1.5vw)
}
@media (min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    } 
}
h2,.h2 {
    font-size:calc(1.325rem + .9vw) 
}
@media (min-width: 1200px) {
    h2,.h2 { 
       font-size:2rem 
   }
}
h3,.h3 {
  font-size:calc(1.3rem + .6vw) }
@media (min-width: 1200px) {
    h3,.h3 {
       font-size:1.75rem 
    }
}
h4,.h4 {
  font-size:calc(1.275rem + .3vw) }
@media (min-width: 1200px) {
    h4,.h4 {
        font-size:1.5rem 
    }
}
h5,.h5 {
    font-size:1.25rem 
}
h6,.h6 {
    font-size:1rem 
}
p {
    margin-top:0;margin-bottom:1rem;
    line-height:1.5;
    font-weight:300;

}

a {
    text-decoration: none;
    color: var(--green);
}

a:hover {
    color: var(--primary);
}

b {
    font-weight: 700;
}

.display-1 {
    font-size:calc(1.625rem + 4.5vw);
    font-weight:700;
    line-height:1.7;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}
.display-2 {
    font-size:calc(1.575rem + 3.9vw);
    font-weight:700;
    line-height:1.2
}
@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}
.display-3 {
    font-size:calc(1.525rem + 3.3vw);
    font-weight:700;
    line-height:1.2;
    color: var(--light);
}
@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}
.display-4 {
    font-size:calc(1.475rem + 2.7vw);
    font-weight:700;
    line-height:1.2
    color: var(--dark);
}
@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}
.display-5 {
    font-size:calc(1.425rem + 2.1vw);
    font-weight:700;
    line-height:1.2 
}
@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}
.display-6 {
    font-size:calc(1.3rem + 1.3vw);
    font-weight:700;
    line-height:1.6;
    color: var(--dark);
}
@media (min-width: 1200px) {
    .display-6 {
        font-size:2rem
    }
}

.fs-1 {
    font-size:calc(1.375rem + 1.5vw) !important
}
.fs-2 {
    font-size:calc(1.325rem + .9vw) !important
}
.fs-3 {
    font-size:calc(1.3rem + .6vw) !important 
}
.fs-4 {
    font-size:calc(1.275rem + .3vw) !important;
    color: var(--light)  !important;
}
.fs-5 {
    font-size:1.25rem !important
}
.fs-6 {
    font-size:1rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.text-muted {
  color: #6c757d !important;
  font-weight: 400;
  font-size:calc(1.275rem + .3vw) !important;
}

/*** Button ***/
.btn {
    transition: .5s;
    margin-top: auto;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-radius: 10px;
  border-style: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: auto;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--secondary);
}

.btn-danger {
  color: var(--dark);
  background-color: var(--yellow);
  border-radius: 10px;
  border-style: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: auto;
}

.btn-danger:hover {
  color: var(--dark);
  background-color: #d09800;
}

.card-body {
  display: flex;
  flex-direction: column;
  border-radius: 20%;

}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 80px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: var(--secondary);
    font-weight: 500;
    outline: none;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-next-icon {
  background-image: url('../img/caret-right-fill.svg');
}

.carousel-control-prev-icon {
  background-image: url('../img/caret-left-fill.svg');
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#txt {
  padding: 120px 0px;
  background-image: url(../img/txt-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-shadow: 0px 0px 30px #093270,0px 0px 30px #093270,0px 0px 30px #093270,0px 0px 10px #093270,0px 0px 10px #093270;
}

#main-txt {
  background: rgba(255, 255, 255, 0.55);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px;
max-width: 600px;
margin: auto;
  width: 80%;
}

.txt-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 1px;
  text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px white,0px 0px 10px white;
}

.txt-content h2 em {
  font-style: normal;
  color: #ec0000;
}

.background {
    background: linear-gradient(-45deg, #F6F7FC, #a5d4e8, #F6F7FC, #71abc3, #F6F7FC, #a5d4e8);
    background-size: 400% 400%;
    animation: animate 7s infinite alternate;
}

.brands {
    background-color: fbb800 !important;
}

@keyframes animate {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.basic-1 {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.basic-1 .image-container {
    margin-bottom: 4rem;
}

.basic-1 .image-container img {
    border-radius: 8px;
}

.basic-1 h2 {
    margin-bottom: 1.5rem;
}


.basic-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.basic-2 .image-container {
    margin-bottom: 4rem;
}

.basic-2 .image-container img {
    border-radius: 8px;
}

.basic-2 h2 {
    margin-bottom: 1.5rem;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.shadow-drop-center:hover {
    -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scale-down-center:hover {
    -webkit-animation: scale-down-center 0.4s linear both;
            animation: scale-down-center 0.4s linear both;
}

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: #fbb800;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(251, 184, 0, 0), #fbb800);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(251, 184, 0, 0), #fbb800);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 80s slide infinite linear;
}

.logos-slide img {
  height: 150px;
  margin: 0 40px;
}

@media (max-width: 767.98px) {
.logos-slide img {
  height: 80px;
  margin: 0 20px;
}
.logos:before {
  left: 0;
  background: none;
}

.logos:after {
  right: 0;
  background: none;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 60px 0;
  overflow: hidden;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--light), transparent 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
}

.hero p {
  margin: 10px 0 0 0;
  font-size: 22px;
  color: color-mix(in srgb, var(--dark), transparent 30%);
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero .btn-more {
  color: var(--light);
  background: var(--dark);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
}

.hero .btn-more:hover {
  background: color-mix(in srgb, var(--dark), transparent 15%);
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-column {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  transition: transform .4s; /* Animation */
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s linear;
  border: 5px solid white;
}

@media screen and (max-width: 800px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}


@media screen and (max-width: 600px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%;
  }
  .gallery-column img {
    filter: grayscale(0) brightness(1);
  }
}



footer {
    background-color: var(--dark);
    color: #fff;
    padding: 3rem 0;
  }

  .social-icons a {
    font-size: 1.25rem;
  }

  /* [1] The container */
img-hover-zoom {
  height: 180px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
