@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* -----=====  GENERAL  =====----- */
* {
    scroll-behavior: smooth;
    transition: 0.5s ease-in;
}

:root {
    --primary: #E61E21;
    --secondary: #2F2F2F;
    --dark: #1B1B1B;
    --white: #fff;
    --primaryfont: "Playfair Display", serif;
    --secondaryfont: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--secondaryfont);
    background-color: var(--bg);
    overflow-x: hidden;
}
main{
  overflow: hidden;
}

a {
    color: var(--secondary);
    text-decoration: none !important;
    font-family: var(--secondaryfont);
}

a:hover {
    color: var(--primary) !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primaryfont);
}

ul,
li {
    list-style: none;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 1px;
    font-family: var(--secondaryfont);
}
.padding-section{
    padding: 120px 0;
}
.padding-section-secondary{
  padding: 40px 0;
}

.scrolled-offset {
    margin-top: 100px;
}

/* HEADER */
header {
  position: fixed;
  top: 20px;
  z-index: 9;
  width: 100%;
}
.header-section {
  position: sticky;
  top: 0px;
  width: 100%;
  padding: 7px 10px 6px;
  margin: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 9;
  height: 76px;
  border: 1px solid var(--primary);
}
.top-nav a {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0.8;
    background: #000000b0;
    border: 1px solid var(--primary);
    padding: 5px 20px;
    font-family: var(--primaryfont);
}
.top-nav a:hover {
  opacity: 1;
  color: var(--white) !important;
  box-shadow: rgb(230 30 33 / 47%) 0px 7px 29px 0px;
}

.top-header {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}
.top-header a{
    color: var(--secondary);
}
.top-header img{
    width: 20px;
}
img.logo {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.slider-section{
    height: 104vh;
}
.slider-one,
.slider-two,
.slider-three,
.slider-four {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: slider-one 12s linear infinite;
}
.slider-one .slider-one-image,
.slider-one .slider-two-image,
.slider-one .slider-three-image,
.slider-one .slider-four-image,
.slider-two .slider-one-image,
.slider-two .slider-two-image,
.slider-two .slider-three-image,
.slider-two .slider-four-image,
.slider-three .slider-one-image,
.slider-three .slider-two-image,
.slider-three .slider-three-image,
.slider-three .slider-four-image,
.slider-four .slider-one-image,
.slider-four .slider-two-image,
.slider-four .slider-three-image,
.slider-four .slider-four-image {
  width: 110%;
  height: 100%;
  background-image: url("../img/banner/isc-banner-one.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoom-out 3s linear infinite;
}
.slider-one .slider-one-image .slider-text,
.slider-one .slider-two-image .slider-text,
.slider-one .slider-three-image .slider-text,
.slider-one .slider-four-image .slider-text,
.slider-two .slider-one-image .slider-text,
.slider-two .slider-two-image .slider-text,
.slider-two .slider-three-image .slider-text,
.slider-two .slider-four-image .slider-text,
.slider-three .slider-one-image .slider-text,
.slider-three .slider-two-image .slider-text,
.slider-three .slider-three-image .slider-text,
.slider-three .slider-four-image .slider-text,
.slider-four .slider-one-image .slider-text,
.slider-four .slider-two-image .slider-text,
.slider-four .slider-three-image .slider-text,
.slider-four .slider-four-image .slider-text {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 0px;
  margin: auto;
  color: var(--white);
  width: 100%;
  text-transform: capitalize;
  animation: text-up 12s linear infinite;
  transform: translateY(100px);
  animation-delay: 0s;
}

.slider-one .slider-one-image .slider-text p,
.slider-one .slider-two-image .slider-text p,
.slider-one .slider-three-image .slider-text p,
.slider-one .slider-four-image .slider-text p,
.slider-two .slider-one-image .slider-text p,
.slider-two .slider-two-image .slider-text p,
.slider-two .slider-three-image .slider-text p,
.slider-two .slider-four-image .slider-text p,
.slider-three .slider-one-image .slider-text p,
.slider-three .slider-two-image .slider-text p,
.slider-three .slider-three-image .slider-text p,
.slider-three .slider-four-image .slider-text p,
.slider-four .slider-one-image .slider-text p,
.slider-four .slider-two-image .slider-text p,
.slider-four .slider-three-image .slider-text p,
.slider-four .slider-four-image .slider-text p {
  font-size: 18px;
  line-height: 28px;
}
/* .slider-one .slider-one-image .slider-text {
  animation-delay: 3s;
} */
.slider-two {
  animation: slider-two 12s linear infinite;
}
.slider-two .slider-two-image {
  background-image: url("../img/banner/isc-banner-two.webp");
}
/* .slider-two .slider-two-image .slider-text {
  animation-delay: 3s;
} */

.slider-three {
  animation: slider-three 12s linear infinite;
}
.slider-three .slider-three-image {
  background-image: url("../img/banner/isc-banner-three.webp");
}
/* .slider-three .slider-three-image .slider-text {
  animation-delay: 6s;
} */

.slider-four {
  animation: slider-four 12s linear infinite;
}
.slider-four .slider-four-image {
  background-image: url("../img/banner/isc-banner-four.webp");
}
/* .slider-four .slider-four-image .slider-text {
  animation-delay: 9s;
} */
.content-slider{
  padding-left: 15px;
  margin-left: 15px;
  border-left: 4px solid var(--primary);
}
.slider-text h3 {
    font-size: 75px;
    font-weight: 800;
    letter-spacing: 3.75px;
}
.slider-text h2{
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 4.97px;
    margin-bottom: 0px;
    font-family: var(--primaryfont);
    text-transform: uppercase;
}
.slider-text h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 1.54px;
  font-family: var(--primaryfont);
  text-transform: uppercase;
}
.slider-text p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.05px;
  margin-bottom: 40px;
}
.slider-text img{
  
  width: 100px;
  height: 100px;
}
button.btn-ics {
  border: 0px;
  background: none;
  height: 60px;
}
.slider-text a span.img, .btn-ics span.img{
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
  position: absolute;
  z-index: 1;
}
.btn-ics .btn-icon{
  width: 30px;
  height: 30px;
}
.btn-ics:hover span.img{
  width: 190px;
  justify-content: end;
  padding-right: 10px;
}
.btn-ics .btn-content{
  z-index: 20;
  margin-left: 70px;
  font-family: var(--primaryfont);
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
}
.btn-ics:hover .btn-content{
  margin-left: 15px;
  color: var(--white);
}
@keyframes text-up {
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoom-out {
  100% {
    width: 100%;
  }
}
@keyframes slider-one {
  0% {
    visibility: visible;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes slider-two {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes slider-three {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes slider-four {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

img.style-one {
  position: absolute;
  bottom: -1px;
  width: 100%;
  object-fit: cover;
}
img.style-two {
  position: absolute;
  top: -1px;
  width: 100%;
  object-fit: cover;
}



div#offcanvasRight {
  background: rgb(0 0 0 / 31%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--primary);
}
div#offcanvasRight h6{
  color: #fff;
}

.offcanvas-body.mob-menu a {
  color: var(--white);
  line-height: 44px;
  font-size: 20px;
}

.toast-success {
    background-color: rgb(50, 205, 50) !important;
    opacity: 1 !important;
}
.toast-error {
    background-color: rgb(255, 0, 0) !important;
}

/* TITLE */
.title img {
  width: 70px;
  height: 70px;
}
.title-content {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid var(--primary);
  height: 100%;
}
.light .title-content{
  border-left: 2px solid var(--white);
}
.title h2 {
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 2px;
  font-size: 36px;
}
.title h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 32px;
}
.title.light h5, .title.light h2{
  color: var(--white);
}

.bg-dark-img{
  background: url("../img/banner/dark-chess-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ics-card{
  padding: 25px;
}
.ics-card-bg {
  position: absolute;
  border: 2px solid var(--primary);
  height: 80%;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 1;
}

.ics-card{
  opacity: 0.8;
}
.ics-card-img {
  background: var(--primary);
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.ics-card-img img{
  width: 80px;
  z-index: 3;
}
.ics-card:hover{
  opacity: 1;
}
.ics-card:hover .ics-card-bg{
  height: 100%;
  box-shadow: rgb(230 30 33 / 47%) 0px 7px 29px 0px;
}
.ics-card:hover .ics-card-img{
  box-shadow: rgb(230 30 33 / 47%) 0px 7px 29px 0px;
}
.ics-card h4{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}
.ics-card p{
  font-size: 14px;
}
.step-list{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.step-card{
  border: 1px solid var(--primary);
  padding: 2px ;
}
span.step-number {
  /* width: 250px; */
  font-size: 70px;
  margin-bottom: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: var(--primary);
  font-family: var(--primaryfont);
  justify-content: center;
  /* line-height: 25px; */
}
.step-card h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--primary);
}
.step-card p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}
.step-content{
  margin-left: 10px;
  padding-left: 20px;
  border-left: 2px solid var(--primary);
}
.step-img{
  background: url("../img/banner/steps.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-img{
  background: url("../img/banner/why-choose-us-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-content h6{
  color: var(--primary);
  font-weight: 800;
  font-size: 20px;
}

.course-link-section{
  background-image: linear-gradient(to right, var(--primary) , #b60e10);
}
.course-link{
  align-items: flex-end;
  z-index: 3;
  position: relative;
}
.white-bg{
  background: var(--white);
  top: 0px;
  position: absolute;
  width: 100%;
  height: 35%;
  z-index: 1;
}

.light a.btn-ics span.img{
  background-color: var(--white);
}
.light a.btn-ics .btn-content{
  color: var(--white);
}
.light a.btn-ics:hover .btn-content{
  color: var(--primary);
}
.gallery-section img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border: 5px solid var(--white);
  margin-bottom: 20px
}
.bg-light-isc{
  background: #fae6e8;
}
.rotate {
  animation: rotation 100s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

footer{
  background: var(--dark);
  color: var(--white);
}
footer p, footer a{
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
  line-height: 21px;
}
.b-footer{
  background: var(--secondary);
  border: 1px solid var(--primary);
  padding: 5px 20px;
  margin-bottom: 5px;
}
.copyrights{
  background: var(--secondary);
  border-top: 1px solid var(--primary);
  color: var(--white);
  padding: 10px;
  font-size: 12px;
}
.copyrights a{
  color: var(--primary);
}

.breadcrumb-section{
  height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.breadcrumb-section.gallery-page{
  background: url("../img/banner/isc-banner-three.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-section.about-page{
  background: url("../img/banner/about-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-section.course-page{
  background: url("../img/banner/course-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-section.contact-page{
  background: url("../img/banner/contact-us-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-title {
  background-image: linear-gradient(to right, var(--primary) , #b60e10);
  text-align: center;
  padding: 12px;
  margin-bottom: -26px;
}
.breadcrumb-title h3{
  font-size: 22px;
  color: var(--white);
}
.btn-primary-isc{
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.btn-primary-isc:hover{
  color: var(--white) !important;
}
.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.form-check-input:focus, .form-control:focus, .form-select:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.25rem rgb(236 87 90 / 35%) !important;
}
.contact .ics-card {
  min-height: 345px;
}
a.btn-ics {
  height: 50px;
}
input#floatingInput,textarea#floatingTextarea {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #e61e2147;
}
input#floatingInput, textarea#floatingTextarea {
  box-shadow: none !important;
}
a.contact-a{
  color: var(--dark);
}
a.contact-hover{
  color: var(--primary);
}
.contactForm input, .contactForm textarea, .form-select {
    background: none !important;
    border: 0px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #e61e2152 !important;
    border-radius: 0px !important;
    padding: 10px 0px !important;
}
.contactForm input:focus, .contactForm textarea:focus, .form-select:focus{
    background: none !important;
    border-bottom: 2px solid #e61e21 !important;
    box-shadow: none !important;
}
.contactForm .form-control:focus, .form-select:focus{
    box-shadow: none !important;
}
.contactForm .form-check-input {
    
    padding: 0px !important;
    border: 1px solid rgb(230 30 33 / 50%) !important;
    border-radius: 50% !important;
}
.contactForm .form-check-input:checked {
    background-color: #E61E21 !important;
}
.our-team .ics-card p{
  font-size: 12px;
  line-height: 20px;
}
.our-team .ics-card-img {
  height: 200px;
  width: 200px;
}
.our-team .ics-card-img img {
  width: 195px;
  height: 195px;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .gallery .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


@media only screen and (max-width: 1200px){
  .slider-text h2 {
    font-size: 50px;
  }
  .slider-text h5 {
    font-size: 26px;
  }
  .slider-one .slider-one-image .slider-text p, .slider-one .slider-two-image .slider-text p, .slider-one .slider-three-image .slider-text p, .slider-one .slider-four-image .slider-text p, .slider-two .slider-one-image .slider-text p, .slider-two .slider-two-image .slider-text p, .slider-two .slider-three-image .slider-text p, .slider-two .slider-four-image .slider-text p, .slider-three .slider-one-image .slider-text p, .slider-three .slider-two-image .slider-text p, .slider-three .slider-three-image .slider-text p, .slider-three .slider-four-image .slider-text p, .slider-four .slider-one-image .slider-text p, .slider-four .slider-two-image .slider-text p, .slider-four .slider-three-image .slider-text p, .slider-four .slider-four-image .slider-text p {
    font-size: 16px;
  }
}


@media only screen and (max-width: 992px){
    .why-choose-us{
    height: auto;
  }
  img.trophy {
    position: relative;
    margin-bottom: 20px;
    width: 50%;
  }
  .about-img{
    margin-bottom: 15px;
  }
  .title h2 {
    font-size: 28px;
  }
  .title img {
    width: 60px;
    height: 60px;
  }
  .title h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .ics-card {
    min-height: 460px;
  }
  .course .ics-card {
    min-height: 414px;
  }
  span.step-number {
    font-size: 34px;
  }
  .course-link {
    flex-direction: column-reverse;
  }
  .course-section-img{
    width: 100%;
    margin-bottom: 20px;
  }
  .course-link-section{
    padding-bottom: 40px !important;
  }
  footer {
    margin-top: 40px;
  }
  footer.about-footer{
    margin-top: 0px;
  }
  .slider-one .slider-one-image .slider-text, .slider-one .slider-two-image .slider-text, .slider-one .slider-three-image .slider-text, .slider-one .slider-four-image .slider-text, .slider-two .slider-one-image .slider-text, .slider-two .slider-two-image .slider-text, .slider-two .slider-three-image .slider-text, .slider-two .slider-four-image .slider-text, .slider-three .slider-one-image .slider-text, .slider-three .slider-two-image .slider-text, .slider-three .slider-three-image .slider-text, .slider-three .slider-four-image .slider-text, .slider-four .slider-one-image .slider-text, .slider-four .slider-two-image .slider-text, .slider-four .slider-three-image .slider-text, .slider-four .slider-four-image .slider-text {
    left: 0%;
    padding: 50px;
  }
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
  .course-link{
    flex-direction: column-reverse;
  }
  .course-section-img{
    width: 100%;
    margin-bottom: 30px;
  }
  .white-bg {
    height: 20%;
  }
  .title img {
    width: 50px;
    height: 50px;
  }
  .title h2 {
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 2px;
    font-size: 18px;
  }
  .title h5 {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .ics-card-img {
    height: 80px;
    width: 80px;
  }
  .ics-card-img img {
    width: 55px;
  }
  .ics-card {
    padding: 15px;
  }
  .step-img{
    margin-bottom: 20px;
  }
  .step-card {
    padding: 15px;
  }
  span.step-number {
    font-size: 45px;
    margin-bottom: 0px 
  }
  .step-content {
    margin-left: 0;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
    border-left: 0px solid var(--primary);
    border-top: 1px solid var(--primary);
  }
  .step-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.contact-us {
    margin-bottom: 40px;
  }
  .b-footer {
    margin-bottom: 15px;
  }
  .slider-text img {
    width: 60px;
    height: 60px;
  }
  .slider-one .slider-one-image .slider-text, .slider-one .slider-two-image .slider-text, .slider-one .slider-three-image .slider-text, .slider-one .slider-four-image .slider-text, .slider-two .slider-one-image .slider-text, .slider-two .slider-two-image .slider-text, .slider-two .slider-three-image .slider-text, .slider-two .slider-four-image .slider-text, .slider-three .slider-one-image .slider-text, .slider-three .slider-two-image .slider-text, .slider-three .slider-three-image .slider-text, .slider-three .slider-four-image .slider-text, .slider-four .slider-one-image .slider-text, .slider-four .slider-two-image .slider-text, .slider-four .slider-three-image .slider-text, .slider-four .slider-four-image .slider-text{
    left: 0%;
    padding: 20px
  }
  .ics-card {
    min-height: 270px;
  }
  .breadcrumb-section {
    height: 250px;
    width: 100%;
  } 
  .breadcrumb-title {
    padding: 6px;
    margin-bottom: -18px;
  }
  .breadcrumb-title h3 {
    font-size: 18px;
  }
  .contact .ics-card {
    min-height: 225px;
}
}





@media only screen and (max-width: 600px) {
  
  .slider-one .slider-one-image, .slider-one .slider-two-image, .slider-one .slider-three-image, .slider-one .slider-four-image, .slider-two .slider-one-image, .slider-two .slider-two-image, .slider-two .slider-three-image, .slider-two .slider-four-image, .slider-three .slider-one-image, .slider-three .slider-two-image, .slider-three .slider-three-image, .slider-three .slider-four-image, .slider-four .slider-one-image, .slider-four .slider-two-image, .slider-four .slider-three-image, .slider-four .slider-four-image{
    animation: none;
  }
  .slider-one .slider-one-image, .slider-one .slider-two-image, .slider-one .slider-three-image, .slider-one .slider-four-image, .slider-two .slider-one-image, .slider-two .slider-two-image, .slider-two .slider-three-image, .slider-two .slider-four-image, .slider-three .slider-one-image, .slider-three .slider-two-image, .slider-three .slider-three-image, .slider-three .slider-four-image, .slider-four .slider-one-image, .slider-four .slider-two-image, .slider-four .slider-three-image, .slider-four .slider-four-image{
    width: 100%;
  }
  .slider-text h5 {
    font-size: 15px;
  }
  .slider-text h6 {
    font-size: 12px;
  }
  .slider-text h2 {
    font-size: 22px;
  }
  .slider-one .slider-one-image .slider-text p, .slider-one .slider-two-image .slider-text p, .slider-one .slider-three-image .slider-text p, .slider-one .slider-four-image .slider-text p, .slider-two .slider-one-image .slider-text p, .slider-two .slider-two-image .slider-text p, .slider-two .slider-three-image .slider-text p, .slider-two .slider-four-image .slider-text p, .slider-three .slider-one-image .slider-text p, .slider-three .slider-two-image .slider-text p, .slider-three .slider-three-image .slider-text p, .slider-three .slider-four-image .slider-text p, .slider-four .slider-one-image .slider-text p, .slider-four .slider-two-image .slider-text p, .slider-four .slider-three-image .slider-text p, .slider-four .slider-four-image .slider-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .ics-card {
    min-height: 270px;
  }
  .slider-section{
    height: 96vh;
  }
}



/* Preloader
-------------------------------------------------------*/

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fae6e8;
  /*background: url("../img/banner/parallax-one.webp");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99999;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: -25px 0 0 -25px; */
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
