
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
         url('../fonts/GothamBook.woff2') format('woff2'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype'),
         url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

.top-header {
    padding: 15px 15px 32px;
    background-color: #2a82dd;
    border-radius: 25px 24px 0px 0px;
}

header {
    background: /*#000236*/ #8387fb;
    border-radius: 25px 25px 0px 0px;
    margin-top: -20px;
}

header .brand img {
    filter: none;
}

@keyframes fadeInUp1 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeInUp2 {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.top-text-slider .owl-item.active {
    animation: 1.5s fadeInUp1;
}
.top-text-slider .owl-item {
    animation: 1.5s fadeInUp2;
}

.top-text-slider.owl-theme .item {
    max-width: 420px;
    margin: 0px auto;
}

.top-text-slider.owl-theme .owl-nav {
    margin: 0px auto;
    max-width: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.top-text-slider.owl-theme button.owl-prev:before {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
}
.top-text-slider.owl-theme button.owl-prev span {
    display: none;
}
.top-text-slider.owl-theme button.owl-next:before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 0px;
}
.top-text-slider.owl-theme button.owl-next span {
    display: none;
}

.footer_logo img {
    width: 50px;
    /*filter: brightness(0) invert(1);*/
    height: 50px;
    object-fit: contain;
    animation: up-down1 0.9s infinite;
}

@keyframes up-down1 {
  0% {
    transform:  translate(1px,-3px)  ;
  }
  50% {
    transform:  translate(1px,0px)  ;
  }
  100% {
    transform:  translate(1px, 3px)  ;
  }
}

.contact-content p {
    font-size: 14px;
}

.footer_logo {
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 9;
    margin-left: -35px;
    background: #ffffff;
    border-radius: 50%;
    width: 70px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.footer-main {
    background-color: #000236;
        margin-top: 0px;
        padding-top: 100px;
        position: relative;
}
label.enter_label {
    position: absolute;
    margin-left: 20px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    inset-inline-start: 1px;
    inset-block-start: 0;
    line-height: 55px;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}
.Subscribe-box input:focus~label.enter_label {
    transform: translateY(-15px);
    font-size: 12px;
}
.Subscribe-box .btn.hvr-shutter-out-horizontal {
    inset-block-start: 50%;
    inset-inline-end: 1rem;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    padding: 0px;
    background: #fff;
}
.Subscribe-box .btn.hvr-shutter-out-horizontal:hover {
    animation: up-down 0.5s ease;
}

@keyframes up-down {
  0% {
    transform:  translate(1px,3px)  ;
  }
  50% {
    transform:  translate(1px,0px)  ;
  }
  100% {
    transform:  translate(1px, -3px)  ;
  }
}

.Subscribe-box .btn.hvr-shutter-out-horizontal:before {
    display: none;
}
.Subscribe-box {
    height: 55px;
    margin-top: 20px;
    width: 440px;
}
.Subscribe-box input {
    height: 55px;
    padding-left: 20px;
    padding-top: 20px;
    background: #ffffff0c;
    font-size: 16px;
    color: #fff;
    border: medium none;
    border-radius: 10px;
}
.Subscribe-box input:focus {
    background: #ffffff0c;
    outline: none;
    box-shadow: none;
}
.Subscribe-box svg {
    margin-right: 0px;
    color: #000;
}
.payment-list {
    margin-top: 0px;
    justify-content: flex-end;
}
.payment-list li {
    margin-right: 0px;
    margin-left: 15px;
    background: transparent;
    padding: 0px;
    height: auto;
}
.menu_footer_links ul li a {
    display: inline;
}
.footercopyright {
    padding: 10px 0;
}
.footer_right_box {
    padding-left: 170px;
}
.footer_top_sec {
    background: #fff2dd;
    padding: 60px 0px;
    margin-top: 20px;
    border-radius: 30px;
    border-top: 1px solid #e9d9c0;
    margin-bottom: -30px;
    z-index: 1;
    position: relative;
}
.inner_footer_top {
    display: flex;
    gap: 15px;
}
.column_icon svg {
    width: 24px;
    height: 24px;
    transition: all 0.4s ease-in-out;
}
.inner_footer_top:hover .column_icon svg {
    transform: scale(1.1);
}
.column_icon svg .fill {
    stroke: none;
    fill: #4039391a;
}
.column_content h5 {
    color: #403939;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}
.column_content p {
    color: #403939;
    font-size: 14px;
    margin: 0px;
}
.contact-content ul li.content-lists {
    margin-bottom: 0px;
}
.contact-content ul li.content-lists svg {
    margin-right: 5px;
}
.rightside-texts {
    font-size: 14px;
}

