* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Amiko', sans-serif;
    font-weight: 400;
    color: #54595F;
}
.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
/* header */
.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.header-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.header-wrapper.fixed .header-top {
    display: none;
}
.header-wrapper.fixed .navbar-brand {
    top: 0;
    width: 170px;
    height: 103px;  
}
.header-wrapper.fixed .navbar-brand img {
    max-width: 96px;
}
.header-top {
    background-color: #e4f5f1;
}
.header-ctn-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-ctn-list li:not(:last-child) {
    margin-right: 20px;
}
.ctn-list-link {
    display: inline-flex;
    align-items: center;
    color: #54595F;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.ctn-list-link:hover {
    color: #1C4B84;
}
.ctn-list-link .icon {
    color: #1C4B84;
    margin-right: 15px;
}
.main-header {
    background: linear-gradient(146deg,rgba(84, 99, 172, 1) 0%, rgba(107, 198, 178, 1) 100%);
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.navbar-brand {
    position: absolute;
    width: 234px;
    height: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px;
    top: -90px;
    left: 0;
}
.navbar-brand img {
    max-width: 150px;
}
.navbar-toggler {
    display: none;
}
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 25px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.nav-link:hover {
    color: #E4C412;
}
.nav-menu li:last-child .nav-link {
    padding-right: 0px;
}
/* banner */
.banner-wrapper {
    position: relative;
    width: 100%;
    height: 686px;
}
.ban-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrapper::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
}
.banner-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner-content {
    max-width: 652px;
}
.banner-heading {
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 1rem;
}
.banner-heading span {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0 12px;
}
.banner-heading span::before {
    content: "";
    width: 100%;
    height: 30px;
    background-color: #5463ac;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.banner-text {
    margin-top: 0px;
    margin-bottom: .9rem;
    color: #fff;
}
.banner-btns {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cat-btn, .product-btn {
    display: inline-flex;
    padding: 15px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5463ac;
    border-radius: 3px;
    text-decoration: none;
    border: 2px solid #5463ac;
    transition: 0.3s ease-in-out;
    margin-right: 30px;
}
.cat-btn:hover {
    background-color: #fff;
    color: #5463ac;
}
.product-btn {
    align-items: center;
    gap: 15px;
    background: transparent;
    border-color: transparent;
}
.product-btn:hover {
    color: #E4C412;
}
.banner-overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 74px;
}
.banner-overlay svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
/* section */
.section-wrapper {
    padding: 100px 0;
}
.page-header {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    color: #272727;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.justify-content-center {
    justify-content: center !important;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.col1, .col2 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 48%;
    padding: 0 15px;
}
.col2 {
    width: 52%;
}
.w-100 {
    width: 100%;
}
.text-left {
    text-align: left !important;
}
.align-items-center {
    align-items: center;
}
.sub-heading {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    margin-top: 0px;
    background: linear-gradient(30deg, rgba(84, 99, 172, 1) 0%, rgba(107, 198, 178, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.pdf-btn {
    display: inline-flex;
    margin: 0 auto;
    min-width: 600px;
    width: 600px;
    min-height: 60px;
    background: linear-gradient(146deg,rgba(84, 99, 172, 1) 0%, rgba(107, 198, 178, 1) 100%);
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.pdf-btn:hover {
    box-shadow: 0px 0px 10px 12px rgba(0, 0, 0, 0.08);
}
.pdf-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    z-index: 2;
    pointer-events: none;
}
.pdf-btn:hover::before {
    animation: shine 0.4s ease-in-out forwards;
}
.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.col-6, .col-12, .col-3, .col-4, .col-8 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    padding: 0 15px;
}
.col-8 {
    width: 66.667%;
}
.col-12 {
    width: 100%;
}
.col-4 {
    width: 33.333%;
}
.form-control {
    width: 100%;
    height: 45px;
    padding: 0 17px;
    border: 1px solid #272727;
    outline: none;
    border-radius: 3px;
    color: #272727;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}
.form-control:focus {
    border-color: #1C4B84;
}
textarea.form-control {
    resize: none;
    height: 200px;
    padding: 17px;
}
.submit-btn {
    min-width: auto;
    width: 100%;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.newsletter-sec {
    background-color: #e4f5f1;
    padding-top: 80px;
}
.subs-box {
    display: flex;
    align-items: center;
    max-width: 770px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    position: relative;
    top: 33px;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}
.subs-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 68px;
    background-color: #272727;
    color: #fff;
    font-size: 30px;
    padding: 0px;
    border: none;
    outline: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}
.subs-box input {
    flex-grow: 1;
    height: 68px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 0 30px;
    font-size: 20px;
    border-radius: 8px 0 0 8px;
}
.footer-section {
    padding-top: 200px;
    position: relative;
}
.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 75, 132, .97);
}
.footer-section .container {
    z-index: 1;
    position: relative;
}
.footer-heading {
    font-size: 22px;
    line-height: 1.3em;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}
.footer-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-list li {
    margin-bottom: 10px;
}
.footer-link {
    display: inline-block;
    color: #ACACAC;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.footer-link:hover {
    color: #E4C412;
}
.col-3 {
    width: 25%;
}
.company-brand {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
}
.text-white {
    color: #fff;
}
.m-0 {
    margin: 0px !important;
}
.p-0 {
    padding: 0px !important;
}
.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #0C376B;
}
.footer-bottom p {
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.table-content p {
    margin: 0px;
    font-size: 13px;
}
.table-content td {
    padding-right: 20px;
}
.table-content tbody tr:first-child td p {
    font-weight: 700;
}
.breadcrumb {
    padding: 60px 0 20px;
    background-color: #e4f5f1;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.breadcrumb ul li a {
    text-decoration: none;
    color: #272727;
    font-weight: 400;
}
.breadcrumb ul li a:hover {
    color: #E4C412;
}
.breadcrumb ul li {
    position: relative;
}
.breadcrumb ul li:not(:last-child)::before {
    content: "/";
    position: absolute;
    top: -2px;
    right: -13px;

}
.breadcrumb ul li:last-child {
    font-weight: 700;
    color: #ACACAC;
}
.content a {
    color: #0C376B;
}
.product-bx i {
    display: block;
}
.product-bx i img {
    width: 100%;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.whatsapp-btn {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 30px;
    font-size: 80px;
    color: #25d366;
    transition: 0.4s ease-in-out;
}
.whatsapp-btn:hover {
    color: #0C376B;
}
.navcontent-header {
    display: none;
}
.number-loaded {
    text-align: center;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    color: #272727;
    margin: 0px;
    margin-bottom: 5px;
}
.number-loaded span {
    color: #1C4B84;
}
.action-text {
    text-align: center;
    display: block;
    color: #7a7a7a;
}
.w-100 {
    width: 100%;
}
.why-choose-content {
    background-color: #e4f5f1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.why-choose-content-inner {
    width: 600px;
    padding: 30px;
}
.badge-box {
    max-width: 357px;
    background-color: #1C4B84;
    padding: 20px;
    border-radius: 10px;
}
.badge-box i {
    font-size: 30px;
    color: #fff;
}
.badge-box h4 {
    margin: 0px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.3em;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
.testimonial-image {
    width: 831px;
    height: 550px;
    background-image: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
}
.testimonial-box {
    background-color: #e4f5f1;
    border-radius: 15px;
    padding: 20px;
}
.why-choose-left {
    background: url(../images/why\ choose.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.testimonial-inner {
    display: flex;
    align-items: center;
}
.testimonial-bx-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
}
.testimonial-bx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-right {
    text-align: right !important;
}
.testimonial-name {
    font-size: 14px;
    line-height: 1.3em;
    font-family: 'Inter', sans-serif;
    margin-left: 10px;
}
.map-sec iframe {
    width: 100%;
    height: 450px;
}
@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1170px;
    }
    .whatsapp-btn {
        font-size: 60px;
    }
    .why-choose-content-inner {
        width: 586px;
    }
}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
    .section-wrapper {
        padding: 50px 0;
    }
    .banner-heading {
        font-size: 41px;
    }
    .page-header {
        font-size: 31px;
    }
    .testimonial-image {
        width: 585px;
    }
    .testimonial-box p {
        font-size: 15px;
        line-height: 29px;
    }
    .why-choose-content-inner {
        width: 485px;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        max-width: 760px;
    }
    .video-container {
        height: 410px;
    }
    .banner-heading {
        font-size: 37px;
    }
    .page-header {
        font-size: 27px;
    }
    body {
        font-size: 14px;
        line-height: 28px;
    }
    .company-brand {
        font-size: 28px;
    }
    .footer-section {
        padding-top: 100px;
    }
    .sub-heading {
        font-size: 16px;
    }
    .page-header {
        font-size: 23px;
    }
    .col1, .col2 {
        width: 100%;
    }
    .navbar-toggler {
        display: inline-flex;
        flex-direction: column;
        width: 36px;
        padding: 0px;
        gap: 5px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .header-ctn-list {
        padding: 10px 0;
    }
    .ctn-list-link {
        font-size: 0px;
    }
    .ctn-list-link .icon {
        font-size: 14px;
        margin: 0;
    }
    .navbar {
        padding: 20px 0;
    }
    .navbar-toggler .bar {
        display: block;
        background-color: #E4C412;
        height: 3px;
        border-radius: 60px;
    }
    .navbar-content {
        position: fixed;
        top: 0;
        left: -360px;
        width: 360px;
        height: 100%;
        background-color: #e4f5f1;
        transition: 0.3s ease-in-out;
    }
    .navbar-content.show {
        left: 0;
    }
    .navcontent-header {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
    }
    .navcontent-header .fa-xmark {
        font-size: 25px;
        cursor: pointer;
    }
    .nav-menu {
        flex-direction: column;
    }
    .nav-menu li a {
        color: #272727;
    }
    .nav-menu li {
        width: 100%;
    }
    .nav-menu li a {
        width: 100%;
        padding: 5px 10px;
    }
    .whatsapp-btn {
        font-size: 50px;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .navbar-brand {
        width: 157px;
        height: 127px;
        top: -48px;
    }
    .why-sec .col-6:first-child {
        display: none;
    }
    .why-sec .col-6 {
        width: 100%;
    }
    .why-choose-content-inner {
        width: 100%;
    }
    .testimonial-box p {
        font-size: 12px;
        line-height: 21px;
    }
    .testimonial-image {
        width: 442px;
        height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .col-6 {
        width: 100%;
    }
    .pdf-btn {
        width: 100%;
        min-width: auto;
    }
    .video-container {
        height: 200px;
    }
    .col-3 {
        width: 50%;
    }
    .footer-heading {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .cat-btn, .product-btn {
        padding: 6px 15px;
        font-size: 9px;
    }
    .banner-heading {
        font-size: 23px;
    }
    .banner-heading span::before {
        height: 18px;
    }
    .whatsapp-btn {
        font-size: 30px;
        bottom: 10px;
        right: 10px;
    }
    body {
        font-size: 13px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 759px) {
    .testimonial-image {
        width: 349px;
        height: 336px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-image {
        width: 249px;
        height: 336px;
    }
}
@media only screen and (max-width: 475px) {
    .testimonial-sec .col-8 {
        width: 100%;
    }
    .testimonial-sec .col-4 {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .cat-btn, .product-btn {
        margin-right: 10px;
    }
    .subs-box button {
        width: 100px;
        font-size: 17px;
    }
}