@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "RajdhaniMed";
    src: url("../fonts/Rajdhani-Medium.ttf");
}

@font-face {
    font-family: "RajdhaniReg";
    src: url("../fonts/Rajdhani-Regular.ttf");
}

@font-face {
    font-family: "RajdhaniBold";
    src: url("../fonts/Rajdhani-SemiBold.ttf");
}

@font-face {
    font-family: "PoppinsReg";
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "PoppinsBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}


/***************************************
General
***************************************/

body {
    font-family: "PoppinsReg", serif, Times;
    top: 0px !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.company_color {
    color: #0060aa !important;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

.card-wrapper {
    -webkit-flex: 1;
}

.card-img {
    width: auto;
}

.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.job {
    width: 45%;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f4f4f4;
}

.job h2 {
    color: #0060aa;
    font-size: 24px;
    margin-bottom: 10px;
}

.job p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

img {
    width: 100%;
    height: 100%;
}

.section-title {
    font-size: 40px;
    text-align: center;
    font-family: "PoppinsBold";
}

.section-title span {
    border-bottom: solid 3px #1eab70;
    font-family: "PoppinsBold";
}

.sub-head {
    color: #0162b2;
    font-family: "PoppinsBold";
    padding-top: 5px;
    font-size: 40px;
}

.back-clr {
    background: #f1f7fa;
}

.ovflow-x {
    overflow-x: inherit;
}

div h2 .product_devlopment {
    /* color: #0060aa !important; */
    color: red !important;
}

.department h2 {
    color: #0060aa;
}

.department p {
    font-weight: bold;
}

.how-to-apply {
    margin-top: 30px;
    text-align: center;
}

.how-to-apply p {
    font-weight: bold;
}

.benefits {
    margin-top: 30px;
}

.benefits h2 {
    color: #0060aa;
    margin-bottom: 10px;
}

.benefits ul {
    list-style-type: disc;
    margin-left: 20px;
}

.join-team {
    margin-top: 30px;
    text-align: center;
}

.join-team p {
    font-weight: bold;
}

#snackbar {
    visibility: hidden;
    min-width: 180px;
    background-color: #0162b2;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 8px 16px;
    position: fixed;
    z-index: 1000;
    top: 30px;
    transform: translateX(55%);
    /*top: 30px;*/
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}


/***************************************
Modal
***************************************/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 180px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/***************************************
Header
***************************************/

.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: white;
}

.back-top {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background-image: url("../img/topbar.png");
    z-index: 20;
    object-fit: contain;
}


/* nav {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-image: url("../img/hawksun-top-back.png");
  z-index: 20;
  object-fit: contain;
  box-shadow: 0px 2px 10px #00005f;
} */

.navbar-nav .nav-item .nav-link {
    color: #0162b2 !important;
}

.navbar-nav span {
    color: #0060aa !important;
}

.header-logo {
    height: 130px;
    width: 250px;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.goog-te-combo {
    color: #0162b2;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 0px !important;
    padding: 6px !important;
    width: 140px;
    border-color: #0162b2;
}

#google_translate_element:focus-visible {
    outline: none;
}

.goog-te-combo:focus-visible {
    outline: #999 auto 1px !important;
}

#google_translate_element {
    padding: 8px 8px 8px 16px;
    transition: 0.3s;
}


/* #google_translate_element .goog-te-combo { font-size: 16px! important; width: 156px;} */

.goog-te-banner-frame {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}


/***************************************
Index
***************************************/

#one,
.about-sec,
.pro-cont {
    padding-top: 146px;
}

#one .owl-prev {
    height: 100px;
    position: absolute;
    top: 40%;
    left: 8px;
    display: block !important;
    transform: scale(4);
    border: 0px solid black;
}

#one .owl-next {
    height: 100px;
    position: absolute;
    top: 40%;
    right: 8px;
    transform: scale(4);
    display: block !important;
    border: 0px solid black;
}

#one .owl-prev span,
#one .owl-next span {
    transform: scale(5, 6);
    color: #ccc;
}


/* .index-product-cont{ background-color: #f1f7fa} */

#two .product-card {
    background-color: #fff;
    box-shadow: 0px 0px 6px #4280bd inset;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

#two .product-card:before,
#two .product-card:after {
    content: "";
    position: absolute;
    width: 83px;
    height: 103px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#two .product-card:after {
    background: url(../img/splash-top.png) no-repeat top right;
    top: 0;
    right: 0;
    -webkit-transform: translate(25px, 0%);
    -moz-transform: translate(25px, 0%);
    -o-transform: translate(25px, 0%);
    -ms-transform: translate(25px, 0%);
    transform: translate(25px, 0%);
}

#two .product-card:before {
    background: url(../img/splash-bottom.png) no-repeat bottom left;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-25px, 0%);
    -moz-transform: translate(-25px, 0%);
    -o-transform: translate(-25px, 0%);
    -ms-transform: translate(-25px, 0%);
    transform: translate(-25px, 0%);
}

#two .product-card:hover:before,
#two .product-card:hover:after {
    visibility: visible;
    opacity: 0.7;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

#two .product-card:hover {
    background-color: #0162b2;
}

#two .product-card:hover .product-title {
    color: #fff;
}

#two .product-btn {
    border-radius: 50%;
    padding: 12px 15px;
    font-weight: 600;
    background-color: white;
    border: 1px solid #0162b2;
    color: #1eab70;
}

#two .product-btn i {
    font-size: 28px;
}

#two .product-btn:hover {
    box-shadow: 0px 0px 8px #0060aa;
}

#two .product-card .product-img {
    height: 250px;
    width: 220px;
    margin: auto;
}


/* #two .product-card:hover {
  background-image: url('../img/splash.png');
  background-position: center;
} */

#two .owl-stage-outer,
#four .owl-stage-outer {
    padding: 3rem 0;
}

#two .owl-prev,
#four .owl-prev {
    height: 100px;
    position: absolute;
    top: 40%;
    left: -10px;
    display: block !important;
    transform: scale(4);
    border: 0px solid black;
}


/* #two .product-card {
  position: relative;
  z-index: 1;
}
#two .product-card:before {
  position: absolute;
  background: url(../img/img-bottom.png) no-repeat bottom left;
  bottom: 0;
  left: 0;
  transform: translate(-25px, 0%);
}
#two .product-card:after {
  position: absolute;
  background: url(../img/img-top.png) no-repeat top right;
  bottom: 0;
  right: 0;
  transform: translate(25px, 0%);
} */

#two .owl-next,
#four .owl-next {
    height: 100px;
    position: absolute;
    top: 40%;
    right: -10px;
    transform: scale(4);
    display: block !important;
    border: 0px solid black;
}

#three .cer_img_cont {
    height: 800px;
}

#three .cer_img_cont img {
    height: 100%;
    width: 100%;
}

#two .owl-prev span,
#two .owl-next span,
#four .owl-prev span,
#four .owl-next span,
#three .owl-prev span,
#three .owl-next span {
    transform: scale(5, 6);
    color: #ccc;
}

#two.owl-carousel .owl-dots .owl-dot.active span,
#two.owl-carousel .owl-dots .owl-dot:hover span,
#four.owl-carousel .owl-dots .owl-dot.active span,
#four.owl-carousel .owl-dots .owl-dot:hover span,
#three.owl-carousel .owl-dots .owl-dot.active span,
#three.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4280bd;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}

#two.owl-carousel .owl-dots,
#four.owl-carousel .owl-dots,
#three.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#two.owl-carousel .owl-dots .owl-dot,
#four.owl-carousel .owl-dots .owl-dot,
#three.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}

#two.owl-carousel .owl-dots .owl-dot span,
#four.owl-carousel .owl-dots .owl-dot span,
#three.owl-carousel .owl-dots .owl-dot span {
    background: #0077b5;
    display: inline-block;
    height: 20px;
    margin: 5px 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}


/***************************************
Expertise-Cont
***************************************/

.expertise-para {
    padding-top: 20px;
    background: white;
}

.expertise-cont {
    display: flex;
}


/* .expertise-cont .expertise-img-cont {
  width: 20%;
  margin: 25px 25px 10px 25px;
} */


/* .expertise-cont> div {
  height: 225px;
  background-size:100%;
  width: 20%;
  margin: 25px 25px 10px 25px;
} */


/* .expertise-sub-cont{
  height: 220px;
} */

.expertise-img-cont {
    margin: 25px 25px 10px 25px;
    height: 200px;
    width: 100%;
}

.expertise-img-cont {
    line-height: 115%;
}

.expertise-img-cont p {
    font-size: 20px;
}

.expertise-cont-img1 {
    background: url("../img/intro/domestic-b.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img1:hover {
    background: url("../img/intro/domestic-g.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img2 {
    background: url("../img/intro/livestock-b.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img2:hover {
    background: url("../img/intro/livestock-g.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img3 {
    background: url("../img/intro/water-b.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img3:hover {
    background: url("../img/intro/water-g.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img4 {
    background: url("../img/intro/agri-b.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}

.expertise-cont-img4:hover {
    background: url("../img/intro/agri-g.svg") no-repeat center;
    background-size: contain;
    height: 100%;
}


/* .expertise-cont-1 img {
  padding: 25px 25px 5px 25px;
} */


/***************************************
Products
***************************************/

.background {
    /* background-image: url(../img/back.jpg); */
    /* background-image: url(../background.mp4); */
    /* height: 100vh; */
    /* background-size: cover; */
    display: block;
    position: relative;
}

#myVideo {
    /* position: fixed; */
    object-fit: cover;
    right: 0;
    opacity: 0.4;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.background::after {
    content: "";
    /* background: radial-gradient(#1f2122, #1a2872); */
    /* background: #1f2122; */
    /* opacity: 0.4; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.background>* {
    z-index: 10;
}

.centered {
    position: absolute;
    left: 50%;
    bottom: -35%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered p {
    color: black;
    animation-duration: 2s;
    line-height: normal;
    font-family: "Baron";
    font-size: 100px;
    z-index: 1000;
}

.centeredd {
    position: absolute;
    left: 50%;
    bottom: -20%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centeredd p {
    line-height: normal;
    font-size: 40px;
}

.index-product-cont-back {
    background-image: url(../img/background/istockphoto-1223628019-640_adpp_is.mp4);
    display: block;
}

#myVideo {
    /* position: fixed; */
    object-fit: cover;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.index-product-cont-back::after {
    content: "";
    /* background: radial-gradient(#1f2122, #1a2872); */
    /* background: #1f2122; */
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-product-cont-back>* {
    z-index: 10;
}

.product-card {
    border-radius: 20px;
    padding: 15px 15px 0px 15px;
    text-align: center;
    border: solid 1px #0162b2;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.product-card:hover {
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.1);
}

.product-card .product-img {
    height: 300px;
    width: 250px;
    margin: auto;
}

.product-title {
    margin: 15px 0;
    color: #1eab70;
}

.product-btn-cont {
    margin: 25px 0;
}

.product-btn {
    border-radius: 50px;
    padding: 8px 30px;
    background-color: #0162b2;
    color: white;
}

.product-card:hover {
    border: solid 1px #0162b2;
    box-shadow: 0px 2px 10px #0162b2;
}

.product-btn:hover {
    color: white;
    box-shadow: 0px 4px 12px #0060aa;
}

.pro-cont .pro-row {
    width: 100%;
    justify-content: center;
}

.pro-cont .section-title {
    margin: 20px 0px 35px 0px;
    font-family: "PoppinsBold";
}

.pro-des {
    font-size: 20px;
    margin-right: 240px;
    text-align: justify;
}

.pro-cont .pro-img {
    height: 450px;
    width: 400px;
    margin: 10px auto;
    /* box-shadow: 0px 0px 15px #0162b2 inset; */
    border-radius: 20px;
}


/* .table {
  border: 1px solid #1eab70;
} */

.table td,
.table th {
    vertical-align: middle !important;
}


/***************************************
About-Cont
***************************************/

#three .owl-prev {
    height: 100px;
    position: absolute;
    top: 40%;
    left: 8px;
    display: block !important;
    transform: scale(4);
    border: 0px solid black;
}

#three .owl-next {
    height: 100px;
    position: absolute;
    top: 40%;
    right: 8px;
    transform: scale(4);
    display: block !important;
    border: 0px solid black;
}

#three .owl-prev span,
#three .owl-next span {
    transform: scale(5, 6);
    color: #ccc;
}

.p-height {
    margin: 0 auto;
}

.about-cont p {
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
}

.about-cont span {
    padding-bottom: 5px;
    border-bottom: solid 3px #1eab70;
}


/***************************************
Team-Cont
***************************************/


/* .team-cont{ background: #f1f7fa; } */

.profile-card {
    transition: 0.5s;
    background: #f1f7fa;
    margin: 0px 10px;
}

.profile-card:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.profile-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.social-links ul {
    padding: 0px;
    margin: 0px;
}

.social-links ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 0px;
    font-size: 20px;
}

.social-links ul li a {
    color: #333;
    padding: 2px 6px;
    border-radius: 5px;
    transition: 0.5s;
}

.social-links ul li:hover a {
    background-color: #333333;
    color: #fff;
    transition: 0.5s;
}


/***************************************
Footer
***************************************/

.footer {
    margin-top: 20px;
    background-color: #041e42;
    padding: 3rem;
    color: white;
    padding: 30px;
}

.footer-logo {
    margin: auto;
    height: 100px;
    width: 200px;
}

.footer a {
    color: #ccc;
}

.dis-desk-pro {
    display: block;
}

.dis-mob-pro {
    display: none;
}

.mob-header-logo {
    display: none;
}


/***************************************
Media Query
***************************************/

@media screen and (min-device-width: 1200px) {
    .header-logo {
        margin-left: 130px;
    }
}

@media screen and (min-device-width: 1308px) and (max-device-width: 1200px) {
    #snackbar {
        transform: translateX(25%);
    }
    .header-logo {
        margin-left: 40px;
    }
    .centeredd {
        bottom: -25%;
    }
    .pro-des {
        margin-right: 120px;
    }
}

@media screen and (max-device-width: 992px) {
    .mob-header-logo {
        display: block;
        margin-left: 20px;
        width: 25%;
    }
    #one,
    .about-sec,
    .pro-cont {
        padding-top: 85px;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 768px) {
    .timeline-article .meta-date {
        margin-left: -12px !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    #snackbar {
        transform: translateX(12%);
    }
    .timeline-article .meta-date {
        margin-left: -10px !important;
    }
    /* #one{ padding-top: 85px;} */
    .product-1 .row .col-md-6,
    .product-2 .row .col-md-6,
    .product-3 .row .col-md-6,
    .product-4 .row .col-md-6,
    .product-5 .row .col-md-6,
    .product-6 .row .col-md-6,
    .product-7 .row .col-md-6 {
        margin-top: 10px;
    }
    .product-card:hover {
        transform: none;
    }
    .dis-mob-pro {
        display: block;
    }
    .dis-desk-pro {
        display: none;
    }
    .header-logo {
        display: none;
    }
    .navbar-collapse .navbar-nav span {
        display: none;
    }
    .pro-des {
        margin-right: 40px;
    }
    .centeredd {
        bottom: -34%;
    }
    .centeredd p {
        font-size: 38px;
    }
    .expertise-cont-1 .expertise-img-cont {
        width: 33.33%;
        margin: 0px;
    }
    .expertise-img-cont {
        height: 150px;
    }
    .expertise-cont-1 .expertise-img-cont img {
        padding: 10px;
    }
}

@media screen and (max-device-width: 768px) {
    #snackbar {
        transform: translateX(0%);
        margin: 5px;
    }
    .dis-mob-pro {
        display: block;
    }
    .dis-desk-pro {
        display: none;
    }
    .expertise-cont-img1,
    .expertise-cont-img2,
    .expertise-cont-img3,
    .expertise-cont-img4 {
        margin: auto;
    }
    .product-1 .row .col-lg-4,
    .product-2 .row .col-lg-4,
    .product-3 .row .col-lg-4,
    .product-4 .row .col-lg-4,
    .product-5 .row .col-lg-4,
    .product-6 .row .col-lg-4,
    .product-7 .row .col-lg-4 {
        margin-top: 10px;
    }
    .header-logo {
        display: none;
    }
    .product-card:hover {
        transform: none;
    }
    .navbar-collapse .navbar-nav span {
        display: none;
    }
    .pro-des {
        margin: 15px 10px 0px 10px;
    }
    .sub-head {
        margin-left: 10px;
        margin-right: 10px;
    }
    .ovflow-x {
        overflow-x: auto;
    }
    .footer {
        padding: 2rem;
    }
}

@media screen and (min-device-width: 500px) and (max-device-width: 768px) {
    .dis-mob-pro {
        display: block;
    }
    .dis-desk-pro {
        display: none;
    }
    .centeredd {
        bottom: -40%;
    }
    .centeredd p {
        font-size: 32px;
    }
    .expertise-cont-1 .expertise-img-cont {
        width: 33.33%;
        margin: 0px;
    }
    .expertise-img-cont {
        margin: 15px 15px 5px 15px;
        height: 110px;
    }
    .expertise-cont-1 .expertise-img-cont img {
        padding: 10px;
    }
}

@media screen and (min-device-width: 380px) and (max-device-width: 500px) {
    #one,
    .about-sec,
    .pro-cont {
        padding-top: 65px;
    }
    .centeredd {
        bottom: -51%;
    }
    .centeredd p {
        font-size: 23px;
    }
    .footer {
        padding: 1rem;
    }
    .expertise-cont-1 .expertise-img-cont img {
        padding: 5px;
    }
    .expertise-img-cont {
        margin: 5px;
        height: 90px;
    }
    .expertise-cont-img1,
    .expertise-cont-img2,
    .expertise-cont-img3,
    .expertise-cont-img4 {
        margin: auto;
        width: 90px;
    }
    .expertise-cont-1 .expertise-img-cont {
        width: 50%;
        margin: 0px;
    }
}

@media screen and (min-device-width: 200px) and (max-device-width: 380px) {
    .centeredd {
        bottom: -90%;
    }
    .centeredd p {
        font-size: 24px;
    }
    .expertise-cont-1 .expertise-img-cont {
        width: 50%;
        margin: 0px;
    }
    .expertise-img-cont {
        margin: 2px;
        height: 70px;
    }
    .expertise-img-cont p {
        font-size: 15px;
    }
    .expertise-cont-img1,
    .expertise-cont-img2,
    .expertise-cont-img3,
    .expertise-cont-img4 {
        width: 90px;
    }
    .expertise-cont-1 .expertise-img-cont img {
        padding: 5px;
    }
    .footer {
        padding: 1rem;
    }
}

.p-card {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 4%);
}

.p-card:before {
    background: url(../img/img-bottom.png) no-repeat bottom left;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-25px, 0%);
    -moz-transform: translate(-25px, 0%);
    -o-transform: translate(-25px, 0%);
    -ms-transform: translate(-25px, 0%);
    transform: translate(-25px, 0%);
}

.p-card:before,
.p-card:after {
    content: "";
    position: absolute;
    width: 83px;
    height: 103px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.p-card:after {
    background: url(../img/img-top.png) no-repeat top right;
    top: 0;
    right: 0;
    -webkit-transform: translate(25px, 0%);
    -moz-transform: translate(25px, 0%);
    -o-transform: translate(25px, 0%);
    -ms-transform: translate(25px, 0%);
    transform: translate(25px, 0%);
}

.p-card:hover {
    background: #027bb5;
    -webkit-box-shadow: 0px 6px 10px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 6px 10px rgb(0 0 0 / 23%);
}

.p-card:hover:before,
.p-card:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}


/* Updated Css  */

.company_color {
    color: #0060aa !important;
}

.topic_borders {
    background-color: #f1f7fa;
}


/* .topic_hover:hover {
  background-color: #0060aa;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out, color 0.9s ease-in-out;
} */

.middle_second_box {
    background-color: #ffffff;
    /* border: 1px solid #0060aa; */
    border: 1px solid lightgrey;
}

.middle_second_box:hover {
    background-color: #0060aa;
    color: #ffffff;
    transition: background-color 0.5s ease-in-out, color 0.9s ease-in-out;
}

.green_underline {
    text-decoration: underline;
    padding-bottom: 5px !important;
    text-decoration-color: #40b274;
}

.box_radius {
    border-radius: 3%;
}

.Hawksun_h {
    font-size: 18px;
    border-bottom: none !important;
    color: #0060aa;
    font-weight: bold;
}

.steps_distributor {
    line-height: 2;
}

.link_class_email {
    color: #0060aa;
}

.link_class_email:hover {
    font-weight: bold;
}

.distributor_image {
    height: auto;
    display: flex;
    justify-content: center !important;
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .distributor_image {
        height: 200px;
        width: 380px;
        vertical-align: baseline !important;
        text-align: center !important;
        padding-left: 180px;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .second_heading_in_distributor {
        font-size: 20px;
    }
    .distributor_image {
        display: none;
    }
    .ditributor_box .row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 414px) and (max-height: 896px) {
    .second_heading_in_distributor {
        font-size: 20px;
    }
    .distributor_image {
        display: none;
    }
    .ditributor_box .row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 412px) and (max-height: 915px) {
    .second_heading_in_distributor {
        font-size: 20px;
    }
    .distributor_image {
        display: none;
    }
    .ditributor_box .row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 540px) and (max-height: 720px) {
    .second_heading_in_distributor {
        font-size: 20px;
    }
    .distributor_image {
        display: none;
    }
    .ditributor_box .row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 280px) and (max-height: 653px) {
    .second_heading_in_distributor {
        font-size: 18px;
    }
    .distributor_image {
        display: none;
    }
    .ditributor_box .row {
        margin-bottom: 15px;
    }
}

.animated-box {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animated-box.slide-in {
    opacity: 1;
    transform: translateX(0);
}


/* remove Google logo */

#google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}


/* carrer style code */

.cutome_container {
    display: grid;
    /* grid-template-rows: repeat(auto-fit, minmax(320px, 1fr)); */
    grid-template-rows: repeat(auto-fit);
    gap: 30px;
    padding: 30px;
}

.Hawksun_h {
    font-size: 20px;
    border-bottom: none !important;
    color: #0060aa;
    font-weight: bold;
}


/* .job:hover {
  transform: scale(1.1);
  letter-spacing: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
} */

.li_right li:hover::after {
    margin-left: 5px;
    content: "\2713 ";
}

.apply {
    animation: zoomEffect 3s infinite;
}

.link_class_email {
    color: #0060aa;
}

.link_class_email:hover {
    font-weight: bold;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.job {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* background-color: #f4f4f4; */
    background-color: #f1f7fa;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
}

.job h2 {
    color: #0060aa;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.job p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
}


/* Styling for the Apply section */

.apply-section {
    background-color: #f1f7fa;
    padding: 20px;
}

.apply-section h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.apply-section p {
    color: #777;
    font-size: 16px;
    margin-bottom: 20px;
}


/* Styling for the Benefits and Perks section */

.benefits-section {
    background-color: #fff;
    padding: 20px;
}

.benefits-section h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.benefits-section ul {
    list-style-type: disc;
    color: #555;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.benefits-section li {
    margin-bottom: 5px;
}


/* Styling for the Join Our Team section */

/* ===================================================
   DESIGN TOKENS
   =================================================== */
:root {
  --c-navy:       #0a2540;
  --c-navy-deep:  #061a30;
  --c-navy-mid:   #143057;
  --c-sun:        #ff7a1a;
  --c-sun-soft:   #ffa44d;
  --c-sun-deep:   #e85d00;
  --c-water:      #1ea7e5;
  --c-water-deep: #0b6fa8;
  --c-bg:         #f5f8fb;
  --c-bg-2:       #eaf0f7;
  --c-ink:        #0a1a2f;
  --c-ink-soft:   #2b3e58;
  --c-muted:      #6b7c93;
  --c-line:       #d6e0ec;
  --transition:   0.25s ease;
  --radius:       12px;
  --shadow-card:  0 4px 20px rgba(10,37,64,.10);
}

/* ===================================================
   HEADER (sticky, shrink on scroll)
   =================================================== */
.hs-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  transition: box-shadow var(--transition), padding var(--transition);
}
.hs-header.is-scrolled {
  box-shadow: 0 2px 20px rgba(10,37,64,.12);
}
.hs-header .navbar { padding: .5rem 1rem; }
.hs-header.is-scrolled .navbar { padding: .3rem 1rem; }
.hs-header.is-scrolled .header-logo { height: 80px !important; }

.navbar-nav .nav-item.active > .nav-link {
  color: var(--c-sun) !important;
  font-weight: 600;
}
.btn-brochure-trigger {
  background: var(--c-sun);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.btn-brochure-trigger:hover { background: var(--c-sun-deep); }

/* ===================================================
   PAGE LOADER
   =================================================== */
#hs-loader {
  position: fixed; inset: 0;
  background: var(--c-navy);
  z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .5s ease, visibility .5s ease;
}
#hs-loader.is-hiding { opacity: 0; visibility: hidden; }

/* ===================================================
   SCROLL REVEAL
   =================================================== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ===================================================
   PAGE TRANSITION FADE
   =================================================== */
body.page-leaving {
  opacity: 0;
  transition: opacity .2s ease;
}

/* ===================================================
   CUSTOM CURSOR
   =================================================== */
#cursor-dot, #cursor-ring {
  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  z-index: 99998;
  transition: opacity .2s;
  display: none;
}
#cursor-dot.is-active  { display: block; width: 8px; height: 8px; background: var(--c-sun); }
#cursor-ring.is-active { display: block; width: 36px; height: 36px; border: 2px solid var(--c-sun); background: transparent; transition: width .2s, height .2s, border-color .2s; }
#cursor-ring.is-hovering { width: 54px; height: 54px; border-color: var(--c-water); }
#cursor-dot.is-hidden, #cursor-ring.is-hidden { opacity: 0; }

/* ===================================================
   FLOATING WHATSAPP BUTTON
   =================================================== */
.hs-whatsapp-float {
  position: fixed;
  bottom: 28px; right: 24px;
  z-index: 900;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  text-decoration: none;
  animation: wa-pulse 2.5s infinite;
  transition: transform var(--transition), box-shadow var(--transition);
}
.hs-whatsapp-float:hover { color: #fff; transform: scale(1.1); box-shadow: 0 6px 24px rgba(0,0,0,.35); animation: none; }
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 4px 16px rgba(0,0,0,.25); }
  50%      { box-shadow: 0 4px 32px rgba(37,211,102,.6); }
}

/* ===================================================
   BACK TO TOP
   =================================================== */
.hs-backtotop {
  position: fixed;
  bottom: 94px; right: 26px;
  z-index: 900;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-navy);
  color: #fff;
  border: 2px solid rgba(255,255,255,.15);
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
  transition: background var(--transition), transform var(--transition);
}
.hs-backtotop:hover { background: var(--c-sun); transform: translateY(-3px); }
.hs-backtotop[hidden] { display: none; }

/* ===================================================
   FOOTER
   =================================================== */
.hs-footer {
  background: var(--c-navy-deep);
  padding: 3rem 1.5rem 1.5rem;
  color: #cdd9ea;
  margin-top: 20px;
}
.hs-footer h4 { color: #fff; }
.hs-footer a { color: #cdd9ea; text-decoration: none; transition: color var(--transition); }
.hs-footer a:hover { color: var(--c-sun); }
.hs-footer .footer-logo { height: 80px; width: 180px; }

/* ===================================================
   BROCHURE PANEL
   =================================================== */
.brochure-panel {
  position: fixed; inset: 0;
  z-index: 9000;
}
.brochure-panel[hidden] { display: none; }
.brochure-panel__backdrop {
  position: absolute; inset: 0;
  background: rgba(10,37,64,.6);
  backdrop-filter: blur(3px);
}
.brochure-panel__drawer {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(440px, 100vw);
  background: #fff;
  padding: 2rem 2rem 2rem;
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(10,37,64,.25);
  animation: slideIn .3s ease;
}
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }
@media (max-width: 576px) {
  .brochure-panel__drawer { top: auto; width: 100vw; bottom: 0; border-radius: 20px 20px 0 0; animation: slideUp .3s ease; max-height: 95vh; }
  @keyframes slideUp { from { transform: translateY(100%); } to { transform: none; } }
}
.brochure-panel__close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; font-size: 28px; cursor: pointer; color: var(--c-muted);
  line-height: 1;
}
.brochure-panel__close:hover { color: var(--c-sun); }
.brochure-panel__logo { text-align: center; margin-bottom: 1.2rem; }
.brochure-panel__logo img { height: 50px; }
.brochure-panel__title { font-size: 1.4rem; font-weight: 700; color: var(--c-navy); margin-bottom: .3rem; }
.brochure-panel__sub { color: var(--c-muted); font-size: .92rem; margin-bottom: 1.5rem; }
.brochure-panel__form label { font-weight: 600; color: var(--c-navy); font-size: .9rem; }
.brochure-panel__form .form-control { border-radius: 8px; border: 1.5px solid var(--c-line); padding: .65rem 1rem; }
.brochure-panel__form .form-control:focus { border-color: var(--c-water); box-shadow: 0 0 0 3px rgba(30,167,229,.15); }
.brochure-panel__submit {
  background: var(--c-sun); color: #fff; width: 100%;
  padding: .8rem; border-radius: 50px; font-weight: 700; font-size: 1rem; border: none;
  transition: background var(--transition), transform var(--transition);
}
.brochure-panel__submit:hover:not(:disabled) { background: var(--c-sun-deep); transform: translateY(-1px); }
.brochure-panel__submit:disabled { opacity: .7; }
.brochure-panel__status { border-radius: 8px; padding: .85rem 1rem; margin-bottom: 1rem; font-weight: 600; }
.brochure-panel__status--ok  { background: #e6f9f0; color: #147a40; border: 1px solid #a3e4c0; }
.brochure-panel__status--err { background: #fdecea; color: #c0392b; border: 1px solid #f5b7b1; }
.brochure-panel__whatsapp { text-align: center; color: var(--c-muted); font-size: .9rem; margin-top: 1.2rem; }
.brochure-panel__whatsapp a { color: #25d366; font-weight: 600; }
body.panel-open { overflow: hidden; }
.invalid-feedback { display: block; font-size: .82rem; }

/* ===================================================
   SNACKBAR
   =================================================== */
#snackbar {
  visibility: hidden;
  min-width: 200px;
  background: var(--c-navy);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 8px 20px;
  position: fixed;
  z-index: 10000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
#snackbar.show {
  visibility: visible;
  animation: fadein .5s, fadeout .5s 4.5s;
}

/* ===================================================
   GALLERY
   =================================================== */
.gal-hero {
  background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-mid) 100%);
  padding-top: 140px;
}
.gal-hero .section-title { color: #fff; }
.gal-hero .section-title span { border-color: var(--c-sun); color: #fff; }
.gal-hero__sub { color: #cdd9ea; font-size: 1.1rem; }

.gal-shell { padding: 2rem 1rem; }
.gal-layout {
  display: grid;
  grid-template-columns: 180px 1fr 200px;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .gal-layout { grid-template-columns: 1fr; }
  .gal-years-panel, .gal-events-panel { display: none; }
}

.gal-sidebar-title { font-weight: 700; color: var(--c-navy); font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .75rem; }
.gal-years-list, .gal-events-list { list-style: none; padding: 0; margin: 0; }
.gal-years-item, .gal-events-item {
  padding: .55rem .85rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  margin-bottom: .25rem;
  font-size: .9rem;
}
.gal-years-item:hover, .gal-events-item:hover { background: var(--c-bg-2); }
.gal-years-item.is-active  { background: var(--c-sun); color: #fff; font-weight: 700; }
.gal-events-item.is-active { background: var(--c-navy); color: #fff; }
.gal-events-name { display: block; font-weight: 600; }
.gal-events-date { display: block; font-size: .78rem; opacity: .7; }

.gal-event-info { margin-bottom: 1.5rem; }
.gal-event-title { font-size: 1.5rem; font-weight: 700; color: var(--c-navy); }
.gal-event-meta { color: var(--c-muted); font-size: .9rem; margin: .2rem 0; }
.gal-event-meta i { margin-right: .4rem; color: var(--c-water); }
.gal-event-desc { color: var(--c-ink-soft); line-height: 1.7; margin-top: .75rem; }

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}
.gal-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: var(--c-bg-2);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.gal-item:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 32px rgba(10,37,64,.18); }
.gal-item__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.gal-item:hover .gal-item__img { transform: scale(1.08); }
.gal-item__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,37,64,.8) 0%, transparent 50%);
  display: flex; align-items: flex-end; padding: 1rem;
  opacity: 0; transition: opacity var(--transition);
}
.gal-item:hover .gal-item__overlay { opacity: 1; }
.gal-item__overlay span { color: #fff; font-size: .88rem; font-weight: 600; }

.gal-loading { text-align: center; color: var(--c-muted); padding: 3rem; font-size: 1.1rem; }
.gal-empty   { text-align: center; color: var(--c-muted); padding: 2rem; }

/* ===================================================
   LIGHTBOX
   =================================================== */
.hs-lightbox {
  position: fixed; inset: 0;
  z-index: 9500;
  background: rgba(6,26,48,.97);
  display: flex; align-items: center; justify-content: center;
}
.hs-lightbox[hidden] { display: none; }
.hs-lightbox__backdrop { position: absolute; inset: 0; }
.hs-lightbox__wrap {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 1rem;
  max-width: 95vw; max-height: 95vh;
}
.hs-lightbox__img-wrap { text-align: center; }
.hs-lightbox__img {
  max-width: 80vw; max-height: 85vh;
  object-fit: contain; border-radius: 8px;
  display: block;
}
.hs-lightbox__caption { color: #cdd9ea; margin-top: .75rem; font-size: .92rem; }
.hs-lightbox__close {
  position: fixed; top: 20px; right: 24px;
  background: none; border: none; color: #fff;
  font-size: 44px; cursor: pointer; line-height: 1; z-index: 2;
  transition: color var(--transition);
}
.hs-lightbox__close:hover { color: var(--c-sun); }
.hs-lightbox__prev, .hs-lightbox__next {
  background: rgba(255,255,255,.12); border: none; color: #fff;
  width: 52px; height: 52px; border-radius: 50%; font-size: 26px;
  cursor: pointer; flex-shrink: 0;
  transition: background var(--transition);
}
.hs-lightbox__prev:hover, .hs-lightbox__next:hover { background: var(--c-sun); }
body.lightbox-open { overflow: hidden; }

/* ===================================================
   HERO PARTICLES
   =================================================== */
.hs-hero-particles {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.particle {
  position: absolute;
  background: rgba(255,255,255,.4);
  border-radius: 50%;
  animation: particleFloat linear infinite;
}
@keyframes particleFloat {
  0%   { transform: translateY(0) scale(1); opacity: .4; }
  50%  { opacity: .8; }
  100% { transform: translateY(-120px) scale(1.5); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .particle { animation: none; } }

/* ===================================================
   DARK SECTION OVERRIDES
   =================================================== */
.hs-footer h4, .hs-footer p, .hs-footer li { color: #cdd9ea; }
.hs-footer h4 { color: #fff; }
.gal-hero .section-title span { color: #fff; }
