/** Font Family **/
@font-face {
    font-family: BarlowRegular;
    src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: BarlowBold;
    src: url(../fonts/Barlow-Bold.ttf);
}

@font-face {
    font-family: BarlowMedium;
    src: url(../fonts/Barlow-Medium.ttf);
}

@font-face {
    font-family: BarlowBlack;
    src: url(../fonts/Barlow-Black.ttf);
}

@font-face {
    font-family: BarlowSemiBold;
    src: url(../fonts/Barlow-SemiBold.ttf);
}

html{
    overflow-x: hidden;
}

body {
    /* margin: 0; */
    font-family: "BarlowRegular";
    /* color: #043a4c; */
    /* color: #ffff; */
    /* font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; */
    /* color: #787878;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
    overflow-x: hidden !important;
}

/*** Custom Display ***/
.fas {
    font-weight: 100 !important;
}

.fa-solid {
    color: #9c2f85;
}

.footer-copy {
    font-family: "BarlowMedium" !important;
    font-size: 18px;
}

.display-2 {
    font-family: BarlowRegular !important;
    font-weight: 100;
}

.display-3 {
    font-family: BarlowBold !important;
    /* font-weight: 100; */
}

.text-primary {
    font-family: BarlowMedium !important;
}

h1 {
    font-family: BarlowBold !important;
    text-transform: uppercase;
}

h4 {
    font-family: BarlowRegular;
    text-transform: uppercase;
}

h5 {
    font-family: BarlowMedium;
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
}

.p-services {
    font-family: "BarlowRegular";
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #1e1e1e;
}

.h4-services {
    font-family: "BarlowBold";
    font-size: 35px;
    font-weight: 700;
    color: #9c2f85;
    text-transform: none !important;
}

.btn-maroon {
    background-color: #ac4e99;
}
.btn-orange {
    background-color: #ea8546;
}
.btn-blue-green {
    background-color: #4db3be;
}

.btn-services {
    font-family: "BarlowBold";
    font-size: 25px;
}

.services-container {
    padding-top: 130px;
    padding-bottom: 90px;
}

.form-control {
    border: 1px solid #073a4c;
}

.col-form-label-regular {
    font-family: "BarlowRegular" !important;
    /* font-size: 20px; */
}

.col-form-label {
    font-family: "BarlowSemiBold";
    font-size: 20px;
}

.social-round-white {
    background-color: #ffffff;
    height: 55px;
    width: 55px;
    background-position: center center;
    border-radius: 55px;
    display: inline-block;
    margin: 10px;
}

.social-fb {
    background: url("../img/fb.svg") no-repeat;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    background-position: center center;
    border-radius: 50px;
    /* margin: 20px; */
}
.social-linkedin {
    background: url("../img/linkedin.svg") no-repeat;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    background-position: center center;
    border-radius: 50px;
    /* margin: 20px; */
}

hr.footer {
    height: 100% !important;
    opacity: unset;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 2px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #9c2f85;
}
/*** End Custom Display ***/

.about-text-bold {
    font-family: BarlowBold !important;
}

.line {
    border-bottom: 4px solid #9c2f85;
    border-radius: 2px;
}

.aboutus-line {
    border-bottom: 4px solid #d467be;
    border-radius: 2px;
}

.about-header-line {
    border-bottom: 4px solid #a5ce39;
    border-radius: 2px;
}
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.bg-header-menu {
    /* background-color: #043a4c !important; */
    background-color: #ffffff;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

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

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

.btn-md-square {
    width: 46px;
    height: 46px;
}

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

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

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.bg-purple {
    background-color: #9d2f86;
}

.bg-medium-purple {
    background-color: #9d2f85b3;
}

.bg-light-purple {
    background-color: #9d2f857d;
}

.bg-primary-contact {
    background-color: #9c2f85;
    font-family: "BarlowSemiBold";
    font-size: 1.25rem;
}
/*** Button End ***/

/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 35px;
    color: #053a4c;
    font-size: 18px;
    outline: none;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover {
    color: #053a4ca8;
}

/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-secondary) !important;
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
}

/*** Navbar End ***/

/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    /* bottom: -0.75rem !important; */
    border: 1px solid black;
    text-align: left;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: 0.8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: 0.8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
    visibility: hidden;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }

    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }

    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }

    .phone-hidden {
        display: none !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/

/* Header Start */
#header {
    background-color: #9c2f85;
}

.header-container {
    height: 550px;
}

.header-image-container {
    height: 100%;
}

.header-image {
    position: absolute;
    top: 0;
    right: -20%;
    max-width: 700px;
    z-index: 1;
}

.header-bg {
    background-color: #ffffff;
    /* background-color: red; */
    top: 0;
    right: -3%;

    position: absolute;
    width: 220px;
    height: 300px;
}

.header-title-container {
    background-color: #9c2f85;
}

.h5-header {
    font-size: 30px;
    text-transform: none;
}
/* Header End */

/* Job Posting Start  */
#job-posting {
    background-color: #d9d9d9;
}

.job-box-container {
    background: #ffffff;
    /* border-color: #000;
  border-style: solid; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.h1-job {
    color: #9c2f85;
}

.h5-job {
    font-family: BarlowBold;
    font-size: 25px;
    font-weight: 600;
    color: #9c2f85;
}

.p-job {
    font-family: BarlowRegular;
    font-size: 22px;
    font-weight: 100;
    color: #000000;
}

.span-job {
    font-size: 19px;
}

.search-container {
    background-color: #d467be;
    width: 80%;
}

fieldset {
    position: relative;
}

.search-text {
    background-color: #ffffff4f;
    border: transparent;
    border-top: 1px solid #ffff;
    border-radius: 5px;
    height: 50px;
}

.search-icon {
    position: absolute;
    right: 5%;
    top: 50%;
    /* bottom: 17%; */
    transform: translateY(-50%);
    width: 30px;
    cursor: pointer;
}
.job-line {
    border: 2px solid #a5ce39;
    border-radius: 2px;
}

.light-purple-line {
    border: 2px solid #cb8abd;
    border-radius: 2px;
}

.purple-line {
    border: 2px solid #9c2f85;
    border-radius: 2px;
}

.post-line {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
/* Job Posting End  */

/*** Services Start ***/
.services {
    background-color: #053a4c !important;
}

.service-1 {
    background-image: url("../img/services-1.png");
}

.service-2 {
    background-image: url("../img/services-2.png");
}

.service-3 {
    background-image: url("../img/services-3.png");
}

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 410px;
    /* height: 100%; */
    border-radius: 40px;
    padding: 10px 20px;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
}

.services .services-item .service-image-container img{
    width: 219px;
}

.services .services-item .about-image-container img{
    width: 219px;
}


.service-image-container {
    position: absolute;
    top: -24.5%;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 0 70px; */

}

.services-content {
    position: absolute;
    bottom: -55px;
    left: 10%;
    right: 10%;
}

.service-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 50px;
}

.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: 0.5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

/* .services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}

.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2;
} */

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: 0.5s;
}

/* .services-item:hover .services-content-icon i {
  color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
  color: var(--bs-white);
} */

@media (max-width: 768px) {
    .services-item {
        margin-bottom: 80px;
    }

    .p-about {
        font-size: 15px !important;
    }

    .search-icon {
        right: 8%;
    }

    .service-image-container,
    .about-image-container {
        /* top: -25%;
        padding: 0 70px; */
    }

    .services-container {
        padding-top: 90px;
    }
}

/*** Services End ***/

/* Applicant Start  */
.input-file,
.input-file:focus {
    outline: none;
}

/* Applicant End  */

/*** About Us ***/
#about-us {
    background-color: #f5f5f5 !important;
}

.about-image-container {
    position: absolute;
    top: -23%;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 0 70px; */
}

.about-header-container {
    height: 400px;
}

.about-header-image-container {
    height: 100%;
}

.about-header-image {
    position: absolute;
    top: 0;
    right: -10%;
    max-width: 500px;
    z-index: 1;
}

.about-header-bg {
    background-color: #ffffff;
    /* background-color: red; */
    top: 0;
    right: -7%;

    position: absolute;
    width: 250px;
    height: 400px;
}

.p-about {
    font-size: 25px;
}

.mission-img-container {
    width: 60px;
}

.about-mission-container {
    padding: 3rem;
}

.about-mission-container p {
    overflow-y: scroll;
    height: 200px;
}

@media (max-width: 991px) {
    .about-header-bg {
        display: none;
    }
    .about-header-container {
        height: auto !important;
    }
    .about-header-image {
        position: relative;
        top: 0;
        left: 0;
    }

    .ipad-hidden {
        display: none;
    }
}
/*** End About Us ***/

/*** Contact Start ***/
/* .contact-detail::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, 0.3)),
    url(../img/background.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: -1;
} */

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #ffffff;
    /* border-color: #000;
  border-style: solid; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*** Contact End ***/

/*** Footer Start ***/
#footer {
    background-color: #053a4c;
}

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: 0.5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/

@media (max-width: 1200px) and (max-height: 850px) {
    .footer-copy{
        font-size: 16px;
    }

    .search-container{
        width: 80%;
    }

    .display-2 {
        font-size: 40px !important;
    }

    .display-3 {
        font-size: 40px !important;
    }

    .header-container {
        align-items: center !important;
        height: 450px;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .readmore-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .services-inner {
        --bs-gutter-x: 1rem;
        justify-content: center;
    }

    .services-inner > div {
        margin-bottom: 5rem !important;
    }

    .service-image-container {
        /* top: -87px;
        padding: 0 40px; */
    }

    .about-header-container {
        height: 310px;
    }

    .about-header-bg {
        right: -30%;
        height: 310px;
    }

    .about-image-container {
        /* top: -82px;
        padding: 0 40px; */
    }

    .p-about {
        font-size: 18px;
    }
}

@media (max-width: 1040px) {
    .footer-copy {
        font-size: 16px;
    }
    .display-2 {
        font-size: 40px !important;
    }

    .display-3 {
        font-size: 40px !important;
    }

    .header-container {
        align-items: center !important;
        height: 450px;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .readmore-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .services-inner {
        --bs-gutter-x: 1rem;
        justify-content: center;
    }

    .services-inner > div {
        margin-bottom: 5rem !important;
    }

    .service-image-container {
        /* top: -87px;
        padding: 0 40px; */
    }

    .about-header-container {
        height: 310px;
    }

    .about-header-bg {
        right: -30%;
        height: 310px;
    }

    .about-image-container {
        /* top: -82px;
        padding: 0 40px; */
    }

    .p-about {
        font-size: 18px;
    }

    .col-form-label {
        font-size: 15px;
    }

    .logo{
        width: 220px;
    }
}

@media (max-width: 830px) {
    .display-2,
    .display-3 {
        font-size: 33px !important;
    }

    .p-job {
        font-size: 18px;
    }

    .services-item {
        border-radius: 30px !important;
    }

    .about-mission-container {
        padding: 1rem;
    }

    .logo {
        width: 200px;
    }
}

@media (max-width: 420px){
    .col-form-label {
        font-size: 12px;
    }
}


#snackbar {
    visibility: visible; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    right: 5%; /* Center the snackbar */
    padding: 16px; /* Padding */
    bottom: 30px; /* 30px from the bottom */
  }

  .snackbar-container{
    position: relative;
    height: 100%;
    /* border: 1px solid white; */
  }

  .close-button{
    color: white;
    top: -16px;
    right: -5%;
    position: absolute;
    height: 5px;
  }

 .close{
    visibility: hidden !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  .close-button:hover{
    color: white;
    cursor: pointer;
  }

  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }

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

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

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