/**
* Template Name: Gp
* Updated: Aug 30 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/**r
* Template Name: Dewi
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    /* font-size : 14px; */
    width: auto;
}

::-webkit-scrollbar {
    display: none;
}


a {
    color: #ff4a17;
    text-decoration: none;
}

a:hover {
    color: #ff724a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ff4a17;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ff6a40;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader 
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ff4a17;
    border-top-color: #ffe9e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 360px) and (max-width: 768px) and (max-width: 980px) and (max-width: 2880px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    /* .hero h2 {
    text-align: center;
  }

  .hero p {
    text-align: center;
  } */
}

@media screen and (max-width: 360px) and (max-width: 767px) and (max-width: 980px) and (max-width: 1024px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .hero h2 {
        text-align: center;
    }

    .hero p {
        text-align: center;
    }
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(21, 34, 43, 0.85);
    padding: 10px 0 0 0;
}

#header .logo {
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
}

#header .logo a {
    color: #64b4e1;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width:767px) and (max-width:980px) {
    #header .logo {
        font-size: 25px;
    }

    #header .logo img {
        min-height: 7vh;
    }

    #header {
        margin-left: -126px;
    }

}

@media (max-width:980px) {
    #header .logo {
        font-size: 50px;
        /* top: -3px;
        position: relative; */
    }

    #header .logo img {
        min-height: 5vh;
        margin-top: -2px;
    }

    #header {
        margin-left: -126px;
    }

}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@media(max-width:980px) {
    #navbar .navbar {
        margin-top: -63px;
        font-size: 39px;
    }
}

#navbar .navbar {
    display: flex;
    margin-left: 39%;
    margin-top: -47px;
}


.navbar {
    padding: 0;
    display: flex;
    margin-left: 65%;
    margin-top: -52px;
    margin-top: 10px;
}

.navbar ul {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: -21px;
    margin-top: -53px;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    /* flex-direction: row;
  flex-wrap: wrap; */
    align-content: flex-start;
    align-items: center;
    position: relative;
    /* justify-content: space-between; */
    padding: 0 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ff4a17;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    /* width: 100%; */
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #fd3800;
    border-color: #ff4a17;
}

.navbar>ul>li>.getstarted:before {
    visibility: hidden;
}

/* .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #e5f3fc;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 32px 5px;
  width: 200%;
  height: 70vh;
  margin-top: 10px;
} */

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: -23px;
    top: calc(100% + 30px);
    /* margin: 0; */
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 5px 5px;
    width: 200%;
    /* height: 57vh; */
    margin-top: 10px;
}

/* @media (max-width:767px) {
  .dropdown-menu2 {
    max-width: 50%;
  }

} */

.form-heading {
    color: #fff;
    /* text-align: center; */
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 36px;
    margin-left: 120px;
}


.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 15px 200px 1px 15px;
    font-size: 13px;
    text-transform: none;
    color: #012442;
    font-weight: bold;
}

.navbar .dropdown .class {
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    text-transform: none;
    color: #012442;
    font-weight: bold;
}



.navbar .dropdown ul a i {
    font-size: 13px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #ff4a17;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1024px) and (max-width: 980px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}



.demo_form {
    display: flex;
    flex-direction: column;
    width: 395%;
    margin-left: 2px;
}

.pum-theme-2247 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 5px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1.00);
}



/*=====================================================
* Mobile Navigation 
=======================================================*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    margin-left: 175px;
    margin-top: 10px;
    font-size: 1.5em;
}

.mobile-nav-close {
    display: none;
    /* Initially hide the close button */
    position: absolute;
    top: 6px;
    /* Adjust the top and right values as needed for proper positioning */
    right: 10px;
    cursor: pointer;
    /* Add a pointer cursor to indicate it's clickable */
    color: #ff4a17;
    font-size: 70px;
}


@media(max-width: 980px) {
    .mobile-nav-toggle {
        display: block;
        font-size: 50px;
        margin-left: 348px;
        margin-top: -80px;
        margin-bottom: 10px;
        width: 100%;
    }

    .navbar ul {
        display: none;
    }

    .navbar-mobile a {
        font-size: 30px;
    }
}

.navbar-mobile a {
    font-size: 10px;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: -135px;
    bottom: 62px;
    background: rgba(4, 7, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    width: 100%;
    left: 32px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 20px;
    color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ff4a17;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin-top: -13px;
    margin-left: -8px;
    color: black;
    border: 2px solid #000;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    /* margin: 10px -11px; */
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    margin-left: 2px;
    width: 75%;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ff4a17;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
    overflow: visible;
}

@media (max-width:767px) and (max-width: 980px) and (max-width: 1024px) {
    .navbar-nav {
        position: relative;
    }
}

/* @media (max-width:767px) {
  .dropdown-menu2 .dropdown-active .request_form {
    /* display:none !important; */
/* margin: 0;
  }
} */

.dropdown-menu2 .demo-bg {
    width: 250%;
    margin-top: 10px;
}

.form-group2 {
    width: 183%;
    margin-left: 15px;
    margin-top: -9px;
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 768px) and (max-width: 980px) and (max-width: 1024px) {

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.text-center2 button {
    margin: 30px;
    margin-left: 100px;
    width: 78%;
    height: 6vh;
    border-radius: 60px;
    font-weight: 500;
    /* background-color: #119cfdff; */
    color: #fff;
    background-color: #ff4a17;
    border: 2px solid #0c212e;
}

.form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 2px solid #e5e5e5;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rainbow_container ::placeholder {
    color: rgb(48, 46, 46);
    opacity: 1;
    margin-left: 10px;
}

.icon2 {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}



@media (max-width:767px) and (max-width: 980px) {
    .form-group2 {
        width: 91%
    }

    .dropdown-menu2 {
        background-color: #0a181e;
        border-radius: 50px 50px;
        margin-left: -8px;
        max-width: 80%;
    }

    .demo_form {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 2px;
    }


    .text-center2 button {
        margin-left: 40px;
    }


    .form-heading {
        margin-left: 83px;
        margin-bottom: 21px;
    }

    /* .form-group2{
    max-width: 200px;
  } */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    overflow-x: hidden;
    padding: 0;
}

#hero img {
    filter: brightness(40%);
    width: 100%;
    height: 100vh;
    padding: 10px 0;
    margin: 0;
    position: relative;
}

.zoom {
    animation: scale 10s linear infinite;
}

@keyframes scale {
    30% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}


.hero .carousel {
    width: 100%;
    height: 85vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
    /* animation: zoom-out 6s linear infinite; */
}

/* img{
  animation: zoom-out 6s linear infinite;
  filter: brightness(50%);
  content: "";

}

@keyframes zoom-out {
  100% {
    width: 100%;
  }
} */


@media (max-width:980px) {
    .hero .carousel {
        max-width: 100%;
        max-height: 40vh;
    }

    #hero .text-box {
        left: -169px;
        margin-top: -80px;
    }

    #hero img {
        max-height: 40vh;
    }
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
    animation: zoom-out;
}

.hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
}

.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
}

@media (max-width: 768px) and (max-width: 980px) {
    .hero .info {
        padding: 0 50px;
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
}

.hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 768px) and (max-width: 980px) {
    .hero .info h2 {
        font-size: 22px;
        text-align: center;
    }
}


/* @media (max-width: 768px) {

  #hero {
    text-align: center;
    padding-top: 48px;

  }
} */

.hero .info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.hero .info .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
    background: var(--color-primary);
}

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) and (max-width: 980px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) and (max-width: 980px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 0.9;
}


.text-box {
    width: 70%;
    position: absolute;
    top: 400px;
    margin-left: 300px;
    color: #fff;
    text-align: center;
    font-weight: s;
    font-family: 'Poppins', sans-serif;
    /* animation: textup 20s linear infinite;
  transform: translateY(100px); */
}

#hero .text-box p {
    font-weight: 500;
}

@media (max-width: 767px) and (max-width: 980px) {
    #hero .text-box h3 {
        font-size: 13px;
        margin-left: -264px;
        width: 88vw;
        line-height: 2;
    }
}

@media (max-width: 767px) and (max-width: 980px) {
    #hero .text-box p {
        font-size: 13px;
        margin-left: -218px;
        width: 100%;
    }
}


.text-box h3 {
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 2px;
}


.text-box P {
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    margin: 1em 0 2em 0;
}

/* .text-box a {
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 20px;
    background: none;
    font-size: 0.9em;
    border-radius: 0;
    border: 1px solid #fff;
    display:inline-block;
} */

.animated {
    animation-duration: 15s;
    animation-fill-mode: both;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.zoom-out {
    animation: zoom-out 6s linear infinite;
}

@keyframes zoom-out {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .zoom {
  animation: scale 40s linear infinite;
} */



/* #hero1  h1{
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero1 h2{
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero1 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs:before {
    content: "";
    background-color: rgba(44, 42, 42, 0.6);
    position: absolute;
    inset: 0;
}

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 300;
    color: #ffffff;
    font-family: var(--font-secondary);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #ffffff;
    content: "/";
}













/*--------------------------------------------------------------
# Hero1 Section
--------------------------------------------------------------*/
#hero1 {
    width: 100%;
    height: 75vh;
    background-image: linear-gradient(186deg, #023b9d, #006994);
    /* background-image: url('/assets/img/INDEX/our_projects.gif');
  background-repeat: no-repeat; */
}

/* #hero1 .container {
  padding-top: 72px;
  background-image: url('/assets/img/INDEX/our_projects.gif');
  background-repeat: no-repeat;
} */

#hero1 h1 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
}

#hero1 h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 17px;
}

#hero1 .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

#hero1 .btn-get-started:hover {
    background: #209dd8;
}

#hero1 .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero1 .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero1 .btn-watch-video:hover i {
    color: #47b2e4;
}

#hero1 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) and (max-width: 980px) {
    #hero1 {
        height: auto;
        text-align: center;
    }

    #hero1 .animated {
        animation: none;
    }

    #hero1 .hero-img {
        text-align: center;
    }

    #hero1 .hero-img img {
        width: 100%;
        margin-top: 35%;
    }
}

@media(max-width: 980px) {
    #hero1 h1 {
        font-size: 23px;
        line-height: 27px;
    }

    #hero1 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero1 .hero-img img {
        width: 100%;
    }
}

@media (max-width: 575px) and (max-width: 980px) {
    #hero1 .hero-img img {
        width: 80%;
        margin-top: 205px;
    }

    #hero1 .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff4a17;
  border: 2px solid #ff4a17;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #ff4a17;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
} */

/*--------------------------------------------------------------
# Sections General services home page
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
} */

@media (max-width:980px) {
    .service_card {
        display: flex;
        flex-direction: column;
    }

    .service-pg {
        display: flex;
        flex-direction: column;
    }
}

.section-bg {
    background-color: #f0f4f8;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    /* margin: 0 0 5px 0; */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff8664;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
}



.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 17px;
    font-weight: 500;
    padding-top: 40px;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
    margin-left: -80%;
}

@media(max-width:767px) and (max-width: 980px) {
    .section-title h2 {
        margin-left: -50%;
    }
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff8664;
    margin: 4px 10px;
}

.section-title p {
    margin-left: 35px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.about .count-box {
    padding: 60px 0;
    width: 100%;
}

.about .count-box i {
    display: block;
    font-size: 30px;
    color: #a1bdd1;
    float: left;
    line-height: 0;
}

.about .count-box span {
    font-size: 14px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px;
}

.about .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.about .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #2e4b5e;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
    color: #477392;
}

.about .content {
    font-size: 14px;
    text-align: justify;
}

.about .content h3 {
    font-weight: 700;
    font-size: 17px;
    color: #263d4d;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.about .content ul i {
    font-size: 14px;
    color: #ff4a17;
    position: absolute;
    left: 0;
    top: -2px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 74, 23, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid #ff4a17;
    transform: scale(20);
}

.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.our_work {
    min-width: 190%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@media (max-width: 980px) {
    .about-boxes-view {
        height: 119vh;
    }

    .about-box {
        display: flex;
        flex-direction: column;
    }

    .about-box-card {
        min-width: 92vw;
        margin-left: -62px;
    }

    .our_work {
        width: auto;
    }

    .about .content {
        font-size: 17px;
        text-align: justify;
    }

    .about_box {
        max-width: 92vw;
    }
}


.about-box {
    margin-left: 15%;
}

.about-box-card {
    width: 30vw;
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
    background: url("../img/index/about-boxes-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 300px;
    position: relative;
}

.about-boxes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
    position: relative;
    z-index: 10;
}

.about-boxes .card {
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.about-boxes .card-icon {
    text-align: center;
    margin-top: -32px;
}

.about-boxes .card-icon i {
    font-size: 30px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 5px;
    text-align: center;
    background-color: #ff4a17;
    border-radius: 4px;
    text-align: center;
    border: 4px solid #fff;
    transition: 0.3s;
    display: inline-block;
}

.about-boxes .card-body {
    padding-top: 12px;
}

.about-boxes .card-title {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.about-boxes .card-title a {
    color: #000000;
}

.about-boxes .card-title a:hover {
    color: #ff4a17;
}

.about-boxes .card-text {
    color: #262525;
    text-align: center;
    font-size: 15px;
}

.about-boxes .card:hover .card-icon i {
    background: #fff;
    color: #ff4a17;
}

@media (max-width: 1024px) and (max-width: 980px) {
    .about-boxes {
        background-attachment: scroll;
        margin-left: -210px;

    }
}

.new_proj {
    margin-right: -240px;
    margin-left: -60px;
}


@media (max-width:980px) {
    .new_proj {
        margin-left: -5px;
        margin-right: -152px;

    }

    .elementor-image-box-wrapper figure img {
        width: 88px;
        height: 106px;
    }

    .about-boxes .card {
        border-radius: 3px;
        border: 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        width: 63vw;
        margin-left: 80px;
    }

    .about-boxes .card-text {
        color: #101010;
        text-align: center;
        font-size: 18px;
    }
}

/* ---------------new about--------- */

.about2 .section-bg:before {
    content: "";
    background: #37517e;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.about2 .container {
    position: relative;
    z-index: 10;
}

.about2 .content {
    padding: 0px 30px 30px 0;
    color: #fff;
}

.about2 .content img {
    width: 550px;
    margin-top: 140px;
}

.about2 .content h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 30px;
    color: #fff;
}

.about2 .content p {
    margin-bottom: 30px;
    color: #fff;
}

.about2 .content .about-btn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #e03a3c;
}


.about2 .icon-boxes .icon-box {
    margin-top: 30px;
    display: flex;
}

.about2 .icon-boxes .icon-box i {
    font-size: 35px;
    color: #ff4a17;
    margin-bottom: 10px;
    margin-right: 20px;
}

.about2 .icon-boxes .icon-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #fff;
}

.about2 .icon-boxes .icon-box p {
    font-size: 15px;
    color: #000000;
}

.about2 .our_work h3 {
    color: #000000;
    text-align: center;
    margin-left: -22%;
    font-size: 25px;
    margin-top: -55px;
}

@media (max-width:980px)and (max-width: 1200px) {
    .about2 .content {
        margin-left: 35px;
    }
}

@media (max-width: 768px) and (max-width:980px) {
    .about2 {
        text-align: center;
        height: 164vh;
    }
}


@media (max-width: 768px) and (max-width:980px) {
    #about2 .content img {
        width: 350px;
    }
}

.about2 .content .animated2 {
    animation-duration: 6s;
    animation-fill-mode: both;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInUp {
    animation-name: fadeInUp;
}



/*--------------------------------------------------------------
# Why Us for customized and mobile application - from presento
--------------------------------------------------------------*/
/* .why-us .content {
  padding: 60px 100px 0 100px;
}

#why-us {
  background: #f3f5fa;
}

.para{
  padding-right: 100px;
}

.why-us .col-lg-15 {
  flex-shrink: 0;
  padding-left: 116px;
  font-size: 19px;
  color: #000000;
}

#why-us .bi {
  color: #ff4a17;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #000000;
  text-align: justify;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding-top: 10px;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 5px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #020202;
}

.why-us .accordion-list:hover {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

/* .why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
} */

/* .why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
} */

/* @media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
} */



/* Why Us Section
--------------------------------*/
#why-us {
    padding: 60px 0;
    background-color: #f3f5fa;
}

@media (max-width: 991px) and (max-width:980px) {
    #why-us .why-us-content {
        padding-top: 30px;
    }
}

#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    padding: 0;
}

#why-us .why-us-content .features i {
    font-size: 14px;
    float: left;
}

#why-us .why-us-content .features h4 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 37px;
    color: #413e66;
    margin-bottom: 5px;
}

#why-us .why-us-content .features p {
    font-size: 14px;
    margin-left: 56px;
    color: #555186;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #555186;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #8a87b6;
}

#why-us .ri-check-double-line {
    color: #ff4a17;
}

.why-us-content {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
#skills {
    background-color: #f3f5fa;
}

#skills p {
    font-size: 14px;
}


#skills .content {
    margin-top: 127px;
    margin-left: -171px;
}

#skills img {
    width: 62%;
}

.skills .content h3 {
    font-weight: 700;
    font-size: 17px;
    color: #37517e;
    font-family: "Poppins", sans-serif;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 14px;
    padding-right: 4px;
    color: #47b2e4;
}

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #37517e;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}


@media (max-width:768px) and (max-width:980px) {
    .skills .integrated p {
        margin-left: 204px;
        margin-right: -149px;
        margin-top: -108px;
    }
}

@media (max-width:768px) and (max-width:980px) {
    .skills .integrated img {
        margin-left: 60px
    }
}

/*--------------------------------------------------------------
# Mobile Appliocation Developement
--------------------------------------------------------------*/
#mobile_application .content .list {
    padding-top: 10px;
}




/*--------------------------------------------------------------
# Tabs Data Migration 
--------------------------------------------------------------*/
.data_services h2 {
    text-align: center;
    font-size: 27px;
}

.data_services p {
    margin-top: 50px;
    padding-bottom: 45px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: justify;
    font-size: 14px;
}

.data_migration ul {
    font-size: 14px;
}

.tabs .tab-content p {
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 14px;
    padding-bottom: 10%;
}

.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-link {
    border: 1px solid #b9b9b9;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 14px;
}

.tabs .nav-link h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.tabs .nav-link:hover {
    color: #ff4a17;
}

.tabs .nav-link.active {
    background: #ff4a17;
    color: #fff;
    border-color: #ff4a17;
}

@media (max-width: 768px) and (max-width:980px) {
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) and (max-width:980px) {
    .tabs .nav-link {
        padding: 15px;
    }

    .tabs .nav-link i {
        font-size: 24px;
    }
}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 17px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

.tabs .tab-pane ul li {
    padding-bottom: 10px;
}

.tabs .tab-pane ul i {
    font-size: 14px;
    padding-right: 4px;
    color: #e03a3c;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

.data_migration {
    display: flex;
    flex-direction: row;
    margin-top: 66px;
    margin-bottom: 20px
}

/* display: flex;
flex-direction: row;
margin-top: 66px;
margin-bottom: 20px; */

.data_migration img {
    /* height: 99%;
  width: 83%;
  margin-left: 54px; */
    height: 99%;
    width: 83%;
    margin-left: 54px;
    margin-right: -100px;
}


.data_migration p {
    /* margin-left: 20px; */
    font-size: 14px;
    text-align: justify;
    margin-right: 85px;
}


.data_migration ul {
    padding-left: 86px;
}

.data_migration .list {
    padding-bottom: 10px;
}

.data_migration ul i {
    font-size: 14px;
    padding-right: 4px;
    color: #e03a3c;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#sub_services .container p {
    margin-top: 5px;
    margin-bottom: 3rem;
}

#sub_services .services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

#sub_services .services .icon-box .icon {
    margin-bottom: 10px;
}

#sub_services .services .icon-box .icon i {
    color: #47b2e4;
    font-size: 14px;
    transition: 0.3s;
}

#sub_services .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 17px;
}

#sub_services .services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}

#sub_services .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

#sub_services .services .icon-box:hover {
    transform: translateY(-10px);
}

#sub_services .services .icon-box:hover h4 a {
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Alt Services Section nothing to do with service
--------------------------------------------------------------*/
.alt-services .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.alt-services h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}

.alt-services .icon-box {
    width: 115%;
    height: 20vh;
    margin-top: 25px;
    background-color: #f6f8fb;
}

.alt-services .icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--color-primary); */
    margin-right: 25px;
    font-size: 28px;
    width: 56px;
    height: 50px;
    border-radius: 4px;
    line-height: 0;
    /* box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08); */
    background-color: #f6f8fb;
    transition: 0.3s;
}




.alt-services .icon-box:hover i {
    background-color: #306cbb;
    color: #fff;
}

.alt-services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.alt-services .icon-box h4 a {
    color: #000;
    transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
    color: var(--color-primary);
}

.alt-services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.main-alt-services {
    display: flex;
}

.alt-services-box {
    margin-right: 150px;
}

@media(max-width:980px) {
    #alt-services .container {
        display: flex;
        flex-direction: column;
        /* width: 90%;
    margin-right: 34px; */
    }

    .alt-services .icon-box p {
        font-size: 20px;
    }

    .alt-services .icon-box h4 {
        font-size: 25px;
    }

    .alt-services-box {
        margin-right: 70px;
        /* height: 30vh; */
    }

    .main-alt-services {
        display: flex;
        flex-direction: column;
    }

    .alt-services .icon-box {
        max-height: 10vh;
    }
}

@media(max-width:767px) and (max-width:980px) {
    #alt-services .col-lg-5 {
        margin-right: 34px;
        width: 86%;
    }
}

.line-div {
    border-bottom: 2px solid #045699;
    /* You can adjust the color and thickness as needed */
    margin: 10px 10px;
    /* Optional: Add some spacing between the line and the adjacent divs */
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* ====================Implementation==================== */
.implementation {
    display: flex;
    flex-direction: row;
}

.implementation img {
    height: 75%;
    margin-left: 124px;
    margin-bottom: -24px;
    width: 255%;
    margin-top: 57px;
}

.implementation p {
    margin-top: 30px;
    margin-left: 461px;
    margin-right: 152px;
    text-align: justify;
}


.implementation2 {
    display: flex;
    flex-direction: row;
    background-color: #f0f4f8;
}

.implementation2 img {
    height: 97%;
    margin-left: -490px;
    margin-bottom: 103px;
    width: 666%;
    margin-right: 56px;
    margin-top: 2px;
}

.implementation2 p {
    margin-top: 8px;
    margin-left: 188px;
    margin-right: 530px;
}

@media (max-width:980px) {
    .implementation-box {
        display: flex;
        flex-direction: column;
        width: 150vw;
    }
}

/* ====================IT_Infrastructure==================== */
.IT {
    display: flex;
    flex-direction: row;
    /* margin-top: 66px;
  margin-bottom: 20px;
  margin-left: 140px; */
    /* height: 107%;
  /* width: 137px; */
}

#about .IT img {
    width: 100%;
}

@media (max-width:767px) and (max-width:980px) {
    #about .IT img {
        width: 89%;
        margin-left: -65px;
    }
}

@media(max-width:767px) and (max-width:980px) {
    .IT_img {
        margin-left: -40px;
        width: 70%;
    }
}


@media (max-width:767px) and (max-width:980px) {
    .about .IT content p {
        padding-right: 121px;
        padding-left: 28px;
    }
}

.data_migration p {
    margin-left: 20px;
}

#IT_infrastructure {
    background-color: #f0f4f8;
}


@media (max-width:980px) {
    .it-infra {
        display: flex;
        flex-direction: column;
        width: 135vw;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services3 .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #f6f8fb;
}

.services3 .icon-box i {
    float: left;
    color: #3e6575;
    font-size: 40px;
    line-height: 0;
}

.services3 .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services3 .icon-box h4 a {
    color: #3e6575;
    transition: 0.3s;
}

.services3 .icon-box .icon-box:hover h4 a {
    color: #ff4a17;
}

.services3 .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services3 .icon-box:hover h4 a {
    color: #ff4a17;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 1px solid #b5ccdb;
    padding: 15px;
    transition: 0.3s;
    color: #15222b;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 14px;
}

.features .nav-link h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.features .nav-link:hover {
    color: #ff4a17;
}

.features .nav-link.active {
    background: #ff4a17;
    color: #fff;
    border-color: #ff4a17;
}

@media (max-width: 768px) and (max-width:980px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width:980px) {
    .features .nav-link {
        padding: 15px;
    }

    .features .nav-link i {
        font-size: 24px;
    }

    .data-text p {
        font-size: 20px;
        text-align: justify;
    }

    .data-text ul li {
        font-size: 20px;
        text-align: justify;
    }

    .features .nav-link i {
        font-size: 30px;
    }
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 17px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
}

.features .tab-pane ul i {
    font-size: 14px;
    padding-right: 4px;
    color: #ff4a17;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.services .icon-box i {
    float: left;
    color: #5c8eb0;
    font-size: 14px;
    line-height: 0;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 17px;
}

.services .icon-box h4 a {
    color: #365870;
    transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
    color: #ff4a17;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services .icon-box:hover h4 a {
    color: #ff4a17;
}

.services .icon {
    color: #302f2f;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #e5edf3;
    border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #ff4a17;
    padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 14px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

.portfolio .portfolio-item:hover img {
    top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    position: relative;
}

.team .container {
    position: relative;
    z-index: 10;
}

.team .member {
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    overflow: hidden;
}

.team .member .member-info {
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 15px;
    color: #15222b;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.5s;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    color: #15222b;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #7fa5c0;
    bottom: 0;
    left: 0;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member .social {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #477392;
}

.team .member .social a:hover {
    color: #ff4a17;
}

.team .member .social i {
    font-size: 14px;
    margin: 0 2px;
}

@media (max-width: 992px) and (max-width:980px) {
    .team .member {
        margin-bottom: 110px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* .contact_images{
  background-image: url('../img/index/sunset.jpg');
  background-repeat: no-repeat; 
  background-size: cover;
  width: 100%;
} */

/* .contact_images {
  background-image: url('../img/career\ bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(50%);
} */

.contact .info-box {
    color: #000000;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 0px 0 15px 0;
    font-weight: bold;
    border: 0.2px solid;
}

.contact .info-box i {
    font-size: 30px;
    color: #ff4a17;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin: 2px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ff4a17;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #ff4a17;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #ff5e31;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #918d8d;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* #contact .hero3 img {
  width: 100%;
  object-fit: cover;
  margin-top: -20%;
} */


#contact .india_add {
    display: flex;
    margin-left: 70px;
    margin-top: 17px;
    margin-bottom: -3px;
}

#contact .mumbai {
    margin-right: 21px;
}

#contact .mumbai h5 {
    margin-bottom: -4px;
}

#contact .hydrabad h5 {
    margin-bottom: -4px;
}

#contact .other_add {
    display: flex;
    margin-left: 111px;
    margin-top: -4px;
    margin-bottom: -29px;
}

#contact .africa {
    margin-right: 84px;
}

#contact .africa h5 {
    margin-bottom: -12px;
}

#contact .dubai h5 {
    margin-bottom: -12px;
}

@media (max-width:767px) and (max-width:980px) {
    #contact .india_add {
        display: flex;
        flex-direction: column;
        margin-left: 13px;
    }
}

@media (max-width:767px) and (max-width:980px) {
    #contact .other_add {
        display: flex;
        flex-direction: column;
        margin-left: 13px;
    }
}

@media (max-width:767px) and (max-width:980px) {
    #contact .africa {
        margin-right: 8px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f0f4f8;
    min-height: 40px;
    margin-top: 78px;
}

.breadcrumbs h2 {
    font-size: 17px;
    font-weight: 400;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #263d4d;
    content: "/";
}

@media (max-width: 992px) and (max-width:980px) {
    .breadcrumbs {
        margin-top: 52px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/* ============Projects.html================ */

#services-projects {
    background-color: #efefef;
}

.services-projects .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    width: 100%;
}

.services-projects .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #f35f09;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services-projects .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services-projects .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services-projects .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}

.services-projects .icon-box h4 a:hover {
    color: #f35f09;
}

.services-projects .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services-projects .icon-box:hover {
    border-color: #fff;
    box-shadow: 15px 15px 10px #3d3d3d;
    transform: translateY(-10px);
}


@media(max-width:980px) {
    .project_row {
        display: flex;
        flex-direction: column;
        margin-left: 67px;
    }

    .services-projects .icon-box .icon {
        max-width: 103px;
        max-height: 94px;
    }

    .services-projects .icon-box h4 {
        font-size: 28px;
    }

    .services-projects .icon-box p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .services-projects .icon-box a .read_more .stretched-link {
        font-size: 20px;
        font-weight: bold;
    }
}












/* ============Projects================ */

#projects {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

#projects img {
    padding-top: 20px;
    width: 70%;
    margin-left: 132px;
}

#projects .content {
    margin-left: -67px;
}

#projects-hero {
    width: 100%;
    height: 70vh;
}

#projects-hero .hero-container {
    font-size: 17px;
    margin-top: 15%;
    margin-left: 100px;
    color: #fff;
}

@media (max-width:767px) and (max-width:980px) {
    #projects img {
        margin-left: 70px;
    }
}

@media (max-width:767px) and (max-width:980px) {
    #projects .content {
        margin-left: 23px;
        padding-right: 56px;
    }
}


/* ------------------------------------------
===================HMIS====================
---------------------------------------------*/

#hmis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    gap: 55px;
    background-color: #f3f5fa;
}

#hmis ul {
    position: relative;
    display: flex;
    gap: 45px;
}

#hmis ul li {
    position: relative;
    list-style: none;
    width: 70px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

#hmis ul li:hover {
    width: 180px;
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0);
}

#hmis ul li::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    background: linear-gradient(45deg, var(--i), var(--j));
    opacity: 0;
    transition: 0.5s;
}

#hmis ul li:hover::before {
    opacity: 1;
}

#hmis ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: linear-gradient(45deg, var(--i), var(--j));
    transition: 0.5s;
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
}

#hmis ul li:hover::after {
    opacity: 0.5;
}

#hmis ul li img {
    color: #777;
    font-size: 1.75em;
    transition: 0.5s;
    transition-delay: 0.25s;
}

#hmis ul li:hover img {
    transform: scale(0);
    color: #fff;
    transition-delay: 0s;
}

#hmis ul li span {
    position: absolute;
    font-size: 30px;
}

#hmis ul li span img {
    height: 32px;
}

#hmis ul li p {
    position: absolute;
    font-size: 1em;
    margin-top: 130px;
    text-align: center;
}

#hmis ul li .title {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

#hmis ul li:hover .title {
    transform: scale(1);
}

@media (max-width:980px) {
    #hmis ul {
        position: relative;
        display: flex;
        gap: 146px;
        margin-left: -203px;
    }

    #hmis ul li span img {
        height: 75px;
    }

    #hmis {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        gap: 100px;
        background-color: #f3f5fa;
    }

    #hmis ul li p {
        position: absolute;
        font-size: 19px;
        margin-top: 160px;
        text-align: center;
        color: #000;
    }

    #hmis .purple .title {
        /* --i: #a955ff;
        --j: #ea51ff;

        background-image: linear-gradient(186deg, #a955ff, #ea51ff); */

        background: linear-gradient(186deg, #a955ff, #ea51ff);
        border-radius: 33px;
        width: 19vw;
        padding: 10px;

    }

    #hmis .blue .title {
        /* --i: #56ccf2;
        --j: #2f80ed; */

        background: linear-gradient(186deg, #56ccf2, #2f80ed);
        border-radius: 33px;
        width: 19vw;
        padding: 10px;
    }

    #hmis .orange .title {
        /* --i: #ff9966;
        --j: #ff5e62; */

        background: linear-gradient(186deg, #ff9966, #ff5e62);
        border-radius: 33px;
        width: 19vw;
        padding: 10px;
    }

    #hmis .green .title {
        /* --i: #80ff72;
        --j: #7ee8fa; */

        background: linear-gradient(186deg, #80ff72, #7ee8fa);
        border-radius: 33px;
        width: 19vw;
        padding: 10px;
    }

    #hmis .pink .title {
        /* --i: #ffa9c6;
        --j: #f434e2; */

        background: linear-gradient(186deg, #ffa9c6, #f434e2);
        border-radius: 33px;
        width: 19vw;
        padding: 10px;
    }
}



/* ------------------------------------------
===================EMR====================
---------------------------------------------*/
#emr-hero {
    width: 100%;
    height: 81vh;
    background: url("../img/Projects/hero/Document.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================OPD====================
---------------------------------------------*/
#opd-hero {
    width: 100%;
    height: 70vh;
    background: url("../img/Projects/icu.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

.opd {
    font-size: 14px;
    text-align: justify;
}

/* ------------------------------------------
===================LIS====================
---------------------------------------------*/
#lis-hero {
    width: 100%;
    height: 70vh;
    background: url("../img/Projects/lab.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================PACs====================
---------------------------------------------*/
#pacs-hero {
    width: 100%;
    height: 70vh;
    background: url("../img/Projects/pacs.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================Inventory====================
---------------------------------------------*/
#material-hero {
    width: 100%;
    height: 70vh;
    background: url("../img/Projects/material.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================HRMS====================
---------------------------------------------*/
#hrms-hero {
    width: 100%;
    height: 80vh;
    background: url("../img/Projects/hr.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================Quality====================
---------------------------------------------*/
#quality-hero {
    width: 100%;
    height: 85vh;
    background: url("../img/Projects/quality-assurance-clipboard-icon.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}

/* ------------------------------------------
===================TeleMedicine====================
---------------------------------------------*/
#tele-hero {
    width: 100%;
    height: 81vh;
    background: url("../img/Projects/telemedicine.png") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}


/* ------------------------------------------
===================contact ====================
---------------------------------------------*/
#hero3 {
    width: 100%;
    height: 81vh;
    background: url("../img/Projects/contact\ us.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
    filter: brightness(50%);
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #121d24;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #15222b;
    border-bottom: 1px solid #1d303c;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.address {
    float: left;
    padding-top: 0px;
    width: 35%;
    font-size: 14px;
    line-height: 18px;
    font-family: Arial;
    display: flex;
}

#footer .footer-top .footer-info h3 {
    font-size: 17px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ff5e31;
    font-size: 14px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ff4a17;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: #ff4a17;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#footer .credits a {
    transition: 0.3s;
}

#footer .col-lg-3 .footer-links {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

#footer .col-lg-2 .footer-links {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

#footer .col-lg-3 .address-info {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

/* =================services from upconstruction===================== */

/* for background images */
.services {
    background: url('../img/index/about-boxes-bg.jpg') center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
}

.services::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

.services .container,
.services .container-fluid {
    position: relative;
    z-index: 10;
}

/* for background images */

/* # Services Section 
--------------------------------------------------------------*/
.services .service-item {
    padding: 40px;
    background: #ffff;
    height: 100%;
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

.services .service-item .icon i {
    color: var(--color-secondary);
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #295caa;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
}

.services .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 17px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #295caa;
    transition: 0.3s;
}

.services .service-item p {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 0;
}

.services .service-item .read_more {
    margin-top: 25px;
    display: inline-block;
    color: #295caa;
    font-weight: bold;
}

.services .service-item:hover .read_more {
    color: #f35f09;
    font-weight: bold;
}

.services .service-item:hover .icon:before {
    background: #f35f09;
}

.services .service-item:hover h3 {
    border-color: #f35f09;
}

@media (max-width:980px) {
    .services .service-item .icon {
        max-width: 77px;
        max-height: 77px;
        position: relative;
        margin-bottom: 50px;
    }

    .services .service-item .icon i {
        font-size: 60px;
    }

    .service_card-box {
        flex: 0 0 auto;
        width: 100%;
        height: 50vw;
    }

    .services .service-item h3 {
        font-size: 30px;
    }

    .services .service-item p {
        font-size: 27px;
        line-height: 54px;
    }

    .services .service-item .read_more {
        font-size: 20px;
    }
}

/* =================services from upconstruction===================== */
/*--------------------------------------------------------------
# Sections & Section Header heading only
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #ffffff;
}

.section-header {
    text-align: justify;
    padding-bottom: 70px;
    font-size: large;
}

.section-header h2 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #000000;
}

.section-header h2:before,
.section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    text-align: center;
    background: var(--color-primary);
    display: inline-block;
}

.section-header h2:before {
    margin: 0 15px 10px 0;
}

.section-header h2:after {
    margin: 0 0 10px 15px;
}

.section-header p {
    margin: 0 auto 0 auto;
}

@media (min-width: 1199px) and (max-width:980px) {
    .section-header p {
        max-width: 75%;
    }
}

/* and (max-device-width: 636px) */


@media only screen and (max-width:980px) {
    .solutions-wrapper {
        display: flex;
        flex-direction: column;
        height: 500px;
        grid-gap: 23px;
    }
}

/*--------------------------------------------------------------
# Sections & Section Header heading only
--------------------------------------------------------------*/
/* ==========================Marquee================== */

/* .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px;
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

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

.marquee {
  color: #ffffff;
  background: #fff;
  font-style: normal;
}


@media (max-width:767px) {
  .elementor-section .elementor-container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-device-width: 767px) {

  .column2,
  .column4 {
    transform: translateY(0px);
    transform: translateX(-480px);
    animation: column2_mbl 20s 2s infinite ease-in-out;
  }
}


@keyframes column2_mbl {
  0% {
    transform: translateX(-480px);
  }

  20% {
    transform: translateX(-360px);
  }

  40% {
    transform: translateX(-240px);
  }

  65% {
    transform: translateX(-120px);
  }

  80% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-480px);
  }
}


@media only screen and (max-device-width: 636px) {

  .wrapper1,
  .wrapper2,
  .wrapper3,
  .wrapper4 {
    width: 100%;
    height: 100px;
  }
}


@media only screen and (max-device-width: 636px) {

  .column1,
  .column3 {
    animation: column1_mbl 20s 2s infinite ease-in-out;
  }
}


@keyframes column1_mbl {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateX(-120px);
  }

  40% {
    transform: translateX(-240px);
  }

  65% {
    transform: translateX(-360px);
  }

  80% {
    transform: translateX(-480px);
  }

  100% {
    transform: translateX(0px);
  }
} */




/* ==========================Marquee================== */

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

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

.marquee {
    color: #ffffff;
    background: #fff;
    font-style: normal;
}

.para {
    margin-right: 37px;
    margin-left: 536px;
    margin-top: -103px;
    margin-bottom: 89px;
}

@media (max-device-width: 980px) {
    .para_content {
        margin-right: 37px;
        margin-left: 536px;
        /* margin-top: -103px;
    margin-bottom: 89px; */
    }
}

@media (max-device-width: 980px) {
    .elementor-widget-container {
        margin-right: 65px;
    }
}


@media(max-device-width: 980px) {
    .elementor-section .elementor-container {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
        margin-right: 120px;
    }
}


@media (max-device-width: 980px) {
    .elementor-column .elementor-col-50 .elementor-top-column .elementor-element .elementor-element-16b65a88 {
        display: flex;
        flex-direction: column;
    }
}


@media (max-device-width: 980px) {
    .elementor-container .elementor-column-gap-default {
        display: flex;
        flex-direction: row;
        font-size: 15px;
    }
}

@media (max-device-width: 980px) {
    .elementor-container .elementor-column-gap-default {
        display: flex;
        font-size: 15px;
        margin-left: 50px;
        flex-direction: row;
    }
}

@media (max-device-width: 980px) {
    .elementor-image-box-title {
        font-size: 20px;
    }
}

@media (max-device-width: 980px) {
    .mac {
        margin-left: 66px;
        margin-right: 34px;
    }
}

.proj {
    margin-right: 25px;
    margin-left: 256px;
}


@media (max-device-width: 980px) {
    .proj {
        margin-left: -11px;
        margin-right: -63px;
    }
}


/* =============2nd Marequee=========== */

:root {
    --color-text: rgb(255, 255, 255);
    --color-bg: rgb(255, 255, 255);
    --color-bg-accent: #161414;
    --size: clamp(2rem, 2rem + 20vmin, 30rem);
    --gap: calc(var(--size) / 20);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

* {
    box-sizing: border-box;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    /* min-width: 100%; */
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
    margin-bottom: 10px;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
    border: 2px solid #fff;
}

.marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin-left: 100px;
    margin-right: 100px;
}

.wrapper--vertical {
    flex-direction: row;
    height: 90vh;
}

/* Toggle direction button */
.toggle {
    --size: 3rem;
    position: relative;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: var(--size);
    height: var(--size);
    font: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    color: inherit;
    background-color: var(--color-bg-accent);
    z-index: 1;
}

.toggle:focus-visible {
    box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: calc(100% + 0.4em);
    width: fit-content;
    white-space: nowrap;
    transform: translateY(-50%);
    animation: fade 400ms 4s ease-out forwards;
    user-select: none;
}

.toggle svg {
    --size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: var(--size);
    fill: currentcolor;
    transform: translate(-50%, -50%);
    transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
    transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

#container_marquee {
    display: grid;
    align-content: center;
    /* overflow: hidden; */
    gap: var(--gap);
    width: 100%;
    height: 100%;
    font-family: system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    /* color: var(--color-text); */
    background-color: #000000;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients2 {
    background-color: #e6e8fd;
}

.clients {
    padding-top: 20px;
}

.clients .swiper-slide img {
    filter: none;
    /* opacity: 1; */
}

/* .clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
} */

/* .clients .swiper-slide img:hover {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
} */


.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17;
}

.clients .logo_text {
    color: #888484;
    font-size: 14px;
    font-weight: bold;
}

.clients .logo_text:hover {
    color: #126eac;
}


.parent:hover>div .swiper-slide {
    opacity: 0.5;
}

.parent:hover>div .swiper-slide:hover {
    opacity: 1.0;
}

.zoom2 {
    /* padding: 50px; */
    background-color: transparent;
    transition: transform .2s;
    /* width: 200px;
  height: 200px; */
    margin: 0 auto;
}

.zoom2:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

/* .clients img {
  height: 97px;
  margin-top: 15px;
  width: 14vw;
  border: 1px solid #000;
} */


#all>ul {
    list-style: none;
    float: left;
    width: 200px;
    padding: 0 10px 0 0;
    display: flex;
}



article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

#page-wrap {
    width: 960px;
    margin: 80px auto;
}

#all a {
    text-decoration: none;
    display: block;
    padding: 10px;
    background: transparent;
    border-radius: 20px;
    color: white;
    text-align: center;
    margin: 0 0 5px 0;
    --webkit-transition: all 0.2s ease;
    --moz-transition: all 0.2s ease;
    --o-transition: all 0.2s ease;
}

#all a img {
    margin: 0 2px;
}

#all:hover a:not(:hover) {
    opacity: 0.2;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    animation-play-state: paused;
}

#all:hover a:hover {
    /* opacity: 0.2;
  box-shadow: 0 0 11px rgba(33, 33, 33, .2); */
    animation-play-state: paused;
}

/* #all:hover .slide-track:not(:hover) {
  opacity: 0.2;
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
} */




.client_box {
    transition: box-shadow .3s;
    width: 300px;
    height: 181px;
    margin: 10px;
    border-radius: 10px;
    /* border: 1px solid #161616; */
    background: #fff;
    float: left;
}

.client_box:hover {
    box-shadow: 0px 10px 10px 6px #000;
}

.client_box .hfh {
    width: 7vw;
}

.client_box .mediheal {
    width: 10vw;
    height: 18vh;
}

.client_box .tata {
    width: 10vw;
    height: 10vh;
}

.client_box p {
    color: #000;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/INDEX/Testimonial\ BG.gif") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #506683b3;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17;
    opacity: 1;
}

@media (min-width: 1024px) and (max-device-width: 980px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) and (max-device-width: 980px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}



/* =========================================
Certificates
============================================= */

.Certificates .certificate-icon2 img {
    width: 46%;
    height: 35vh;
    margin: -70px;
}


/* #services-projects .Certificates {
  background-color: #d4e5fd;
} */

.services-projects .certificate_row .icon-box {
    background-color: transparent;
}



@media (max-device-width: 980px) {
    .certificate_row {
        margin-left: 50px;
        display: flex;
        flex-direction: column;
    }

    .certificate_box {
        margin: 10px 0;
        width: 55vw;

    }

    .Certificates .certificate-icon2 img {
        min-width: 56%;
        min-height: 30vh;

    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team .member .social a:hover {
    color: #151515;
    background: #ffc451;
}

.team .member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    margin-top: -40px;
    background-image: url(../img/career\ bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(0.5); */
}

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    background: #ffc451;
    color: #151515;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
    background: transparent;
    border-radius: 50px 5px;
    border: 1px solid;
}


.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}


.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ffc451;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}


.contact .php-email-form button[type=submit] {
    background: #119cfd;
    border: 0;
    padding: 10px 24px;
    color: #151515;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #c8581c;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.add .info-box {
    width: 55%;
}

@media (max-width:767px) and (max-device-width: 980px) {
    .add .wid {
        width: 100%;
        margin-top: 16px;
    }
}

.add1 {
    display: flex;
    flex-direction: column;
    margin-left: 55%;
    margin-top: -55%;
}


@media (max-width:767px) and (max-device-width: 980px) {
    .add1 {
        margin-left: 0%;
        margin-top: 0%;
    }
}

@media (max-width:980px) {
    #contact .section-title2 p {
        margin-top: 179px;
    }
}

.section-title2 p {
    color: #111c36;
    margin-top: 100px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 74px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #2f2f2f;
    content: "/";
}

@media (max-width: 992px) and (max-device-width: 980px) {
    .breadcrumbs {
        margin-top: 68px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/* --------------------------------------------------------
World Map
-----------------------------------------------------------*/
.map {
    background: url('../img/index/night\ sky.mp4');
    display: flex;
    color: #fff;
    font-family: "poppins", sans-serif;
}

.flex h2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    font-family: "poppins", sans-serif;
}

.flex span {
    font-size: 20px;
    font-family: "poppins", sans-serif;
}

.bg-custom-tertiary {
    --tw-bg-opacity: 1;
    background-color: #eb722c;
}

/* body {
  color: #fff;
  font-family: Montserrat, Tahoma, Verdana, sans-serif;
} */

/* .bottom-\[66\%\] {
  bottom: 66%
} */

#world_map .left-\[10\.5\%\] {
    left: 72.5%;
}

/* #world_map .bottom-\[66\%\] {
  bottom: 66%;
} */

#world_map .left-\[58\%\] {
    left: 65%;
}

/* #world_map .bottom-\[86\%\] {
  bottom: 62%;
} */

#world_map .left-\[75\%\] {
    left: 56%;
}

/* #world_map .bottom-\[55\%\] {
  bottom: 60%;
} */

#world_map .left-\[40\.5\%\] {
    left: 50.5%;
}

/* #world_map .bottom-\[10\.5\%\] {
  bottom: 60%;
} */

/* #world_map .absolute {
  position: absolute;
} */

.map_img {
    left: 71.5%;
    bottom: 66%;
}

.relative {
    display: flex;
    position: relative;
}


@media screen and (min-width:400px)and (max-device-width: 980px) {
    .map {
        display: flex;
        flex-wrap: nowrap;
    }
}


@media screen and (max-width: 767px)and (max-device-width: 980px) {
    #world_map .map {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px)and (max-device-width: 980px) {
    #world_map .map img {
        width: 100%;
        padding-top: 10px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #121d24;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #15222b;
    border-bottom: 1px solid #1d303c;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.address {
    float: left;
    padding-top: 0px;
    width: 35%;
    font-size: 14px;
    line-height: 18px;
    font-family: Arial;
    display: flex;
}

#footer .footer-top .footer-info h3 {
    font-size: 17px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    /* text-align: center; */
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ff5e31;
    font-size: 14px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ff4a17;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: #ff4a17;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#footer .credits a {
    transition: 0.3s;
}

#footer .col-lg-3 .footer-links {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

#footer .col-lg-2 .footer-links {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

#footer .col-lg-3 .address-info {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 15%;
}

.footer-india_add {
    display: flex;
    width: 112%;
}

.footer-mumbai {
    margin-right: 22px;
}

.footer-mumbai h5 {
    margin-bottom: -3px;
    margin-top: -20px;
    margin-left: 20px;
}

.footer-hydrabad {
    margin-right: -40px;
}

.footer-hydrabad h5 {
    margin-bottom: -3px;
    margin-top: -20px;
    margin-left: 20px;
}

.footer-other_add {
    display: flex;
    width: 112%;
}

.footer-africa {
    margin-right: 108px;
    margin-bottom: -3px;
}

.footer-africa h5 {
    margin-bottom: -3px;
    margin-top: -20px;
    margin-left: 20px;
}

.footer-dubai {
    margin-right: -40px;
    margin-bottom: -3px;
}

.footer-dubai h5 {
    margin-bottom: -3px;
    margin-top: -20px;
    margin-left: 20px;
}



@media(max-width:767px)and (max-device-width: 980px) {
    .footer-india_add {
        flex-direction: column;
    }
}

@media(max-width:767px)and (max-device-width: 980px) {
    .footer-other_add {
        flex-direction: column;
    }
}

.fas {
    color: #ff4a17;
}



/* globe */
nav ul li a:hover,
.globe-text a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #fff;
}

#globe {
    width: 100%;
    height: 100vh;
    position: relative;
}

@media (max-width:980px) {
    #globe {
        background-image: linear-gradient(87deg, #1F2942, #023B9D);
        max-height: 60vh;
    }

    .globe-text .flexspan {
        font-size: 20px;
    }
}


.globe-text {
    position: absolute;
    left: 13%;
    top: 35%;
    transform: translate(-13%, -42%);
    line-height: 1;
    margin-left: 28px;
    font-family: Montserrat, Tahoma, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 45vw;
}

@media (max-width:768px) {
    #globe .globe-text {
        margin-left: 28px;
        font-family: Montserrat, Tahoma, Verdana, sans-serif;
        display: flex;
        flex-direction: column;
        margin-top: 14%;
        width: 89vw;
    }

    .globe-text .globe-heading {
        margin-left: 23%
    }
}


@media (max-width:980px) {
    #globe .globe-text {
        margin-left: 28px;
        font-family: Montserrat, Tahoma, Verdana, sans-serif;
        display: flex;
        flex-direction: column;
        margin-top: 39%;
        width: 75vw;
    }

    .globe-text .globe-heading {
        margin-left: 23%
    }
}

.globe-text .globe-heading {
    position: relative;
    left: -35%;
}

.globe-text h2 {
    font-weight: 500;
    font-size: 30px;
    color: #e0ffff;
}

.globe-text h1 {
    font-size: 70px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.globe-text p {
    font-size: 20px;
    color: #e0ffff;
    margin: 25px 0px 25px;
    line-height: 50px;
}

.globe-text a {
    width: 150px;
    height: 40px;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 200;
    padding: 1rem;
}

.map-text {
    margin-bottom: -15px;
}

/* .btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e0ffff;
  font-family: "Asap", sans-serif;
} */

#globe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.patients {
    margin-left: -74%
}

.medical {
    margin-left: -84%
}

.experience {
    margin-left: -91%
}

.country {
    margin-left: -93%
}

@media (max-width:768px) {
    #globe video {
        width: 100%;
        position: relative;
        margin-top: -33px;
    }

    .patients {
        margin-left: -55%;
    }

    .medical {
        margin-left: -71%;
    }

    .experience {
        margin-left: -85%;
    }

    .country {
        margin-left: -89%;
    }

    .section-title h2 {
        margin-left: -36%;
    }
}

@media (max-width:980px) {
    #globe video {
        width: 100%;
        position: relative;
        margin-top: -33px;
    }

    .patients {
        margin-left: -75%;
    }

    .medical {
        margin-left: -83%;
    }

    .experience {
        margin-left: -92%;
    }

    .country {
        margin-left: -93%;
    }

    .section-title h2 {
        margin-left: -72%;
        font-size: 27px;
    }

    .section-title p {
        font-size: 23px;
        margin-top: 20px;

    }
}

/* end of globe */





/***** Global Slide *****/
.slide-right,
.slide-left {
    width: 100%;
}

/***** Slide Right *****/
.slide-right {
    animation: 3s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Slide Left *****/
.slide-left {
    animation: 3s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.fade-in {
    animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* .text-2xl{
  margin-left: -63%
} */






/* ---------------------------
Contact Form
---------------------------- */
.login_form_container {
    position: relative;
    width: 600px;
    height: 550px;
    /* max-width: 400px;
  max-height: 470px; */
    background: #040717;
    border-radius: 50px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -545px;
    margin-left: 50%;
}

.login_form_container::before {
    position: absolute;
    width: 170%;
    height: 170%;
    content: '';
    background-image: conic-gradient(transparent, transparent, transparent, #f36b22);
    animation: rotate_border 6s linear infinite;
}

.login_form_container::after {
    position: absolute;
    width: 170%;
    height: 170%;
    content: '';
    background-image: conic-gradient(transparent, transparent, transparent, #00ccff);
    animation: rotate_border 6s linear infinite;
    animation-delay: -3s;
}

@keyframes rotate_border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login_form {
    position: absolute;
    content: '';
    background-color: #0c1022;
    border-radius: 50px 5px;
    inset: 5px;
    padding: 50px 40px;
    z-index: 10;
    color: #00ccff;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.input_group {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.input_text {
    width: 95%;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #00ccff;
    font-size: 20px;
    padding-left: 10px;
    color: #00ccff;
}

::placeholder {
    font-size: 15px;
    color: #1f1a1a80;
    letter-spacing: 1px;
}

.fa {
    font-size: 20px;
}

#login_button {
    position: relative;
    width: 300px;
    height: 40px;
    transition: 1s;
    margin-top: 70px;
}

#login_button a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 2px;
    border: 1px solid #00ccff;
    border-radius: 50px;
    background-color: #0c1022;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-left: 90px;
}

.fotter {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.fotter a {
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}

.glowIcon {
    text-shadow: 0 0 10px #00ccff;
}

@media(max-width:767px) and (max-device-width: 980px) {
    .contact_form {
        display: flex;
        margin-top: 72px;
        margin-left: 25px;
        width: 90%;
    }
}

@media(max-width:767px) and (max-device-width: 980px) {
    #login_button {
        width: 50%;
    }
}


/* ===========================================
                  PHP
==============================================*/

.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info {
    color: #fff;
    max-width: 500px;
    line-height: 65px;
    padding-left: 50px;
    font-size: 18px;
}

.contact-info i {
    margin-right: 20px;
    font-size: 25px;
}

.contact-form {
    max-width: 700px;
    margin-right: 50px;
}

.contact-info,
.contact-form {
    flex: 1;
}

.contact-form h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-form .text-box {
    background: #000;
    color: #fff;
    border: none;
    width: calc(50% - 10px);
    height: 50px;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-form .text-box:first-child {
    margin-right: 15px;
}

.contact-form textarea {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-form .send-btn {
    float: right;
    background: #2E94E3;
    color: #fff;
    border: none;
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    /* transition-property: background; */
}

.contact-form .send-btn:hover {
    background: #0582E3;
}

@media screen and (max-width: 950px) and (max-device-width: 980px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        margin: 30px 50px;
    }

    .contact-form h2 {
        font-size: 30px;
    }

    .contact-form .text-box {
        width: 100%;
    }
}

/*css for alert messages*/

.alert-success {
    z-index: 1;
    background: #D4EDDA;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #3AD66E;
    border-radius: 4px;
}

.alert-error {
    z-index: 1;
    background: #FFF3CD;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #FFA502;
    border-radius: 4px;
}



/* =================================================
                Request For Demo Form
==================================================== */

.center,
.start-btn {
    position: fixed;
    /* top: 7%; */
    margin-top: -5%;
    left: 81%;
    /* margin-top: -44px;
    margin-left: 48px; */
}

.start-btn a {
    font-size: 13px;
    background: transparent;
    color: #ffffff;
    padding: 13px 18px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 15px;
}

@media (max-width:980px) {
    .start-btn {
        width: 50%;
        margin-top: -44px;
        margin-left: 48px;
    }

    .start-btn a {
        color: #ffffff;
        margin-left: -214px;
        font-size: 15px;
        margin-top: 138px;
        width: 46%;
        display: flex;
        text-align: center;
        text-wrap: wrap;
    }

    .modal-box.show-modal {
        margin-top: 45%;
        margin-left: -542px;
        min-width: 75%;
        height: auto;
    }

    .modal-box {
        max-width: 85vw;
    }

    .form-container {
        background: #ddddf7;
        padding: 30px;
        margin-top: 0px;
        border-radius: 3px;
        color: #000;
        height: 60vh;
    }

    .form_container .form_item label {
        display: block;
        margin-bottom: 3px;
        font-size: 28px;
    }

    .form_container .btn input[type="button"] {
        min-width: 162%;
        margin-top: 19px;
        font-size: 30px;
    }

    .form_container .form_item input,
    .form_container .form_item select {
        height: 6vh;
    }

   .form_container .btn {
        border: none;
    }
}

.modal-box {
    /* top: 40%; */
    opacity: 0;
    visibility: hidden;
    background: #ddddf7;
    height: auto;
    width: 480px;
    margin-top: 140px;
    padding: 18px 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
}

.start-btn.show-modal {
    opacity: 0;
    visibility: hidden;
}

.modal-box.show-modal {
    top: -50px;
    /* margin-top: 350px; */
    opacity: 1;
    visibility: visible;
    transition: .4s;
    left: 65%;
}

.modal-box .fa-times {
    position: absolute;
    top: 0;
    right: 0;
    background: #0569d4;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 10px;
    color: white;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.fa-times:hover {
    font-size: 14px;
}


.form_container {
    background: #ddddf7;
    padding: 30px;
    margin-top: 20px;
    border-radius: 3px;
    color: #000;
}

.form_container .form_item {
    margin-bottom: 25px;
}

.form_container .form_wrap.form_grp {
    display: flex;
}

.form_container .form_wrap.form_grp .form_item {
    width: 50%;
}

.form_container .form_wrap.form_grp .form_item:first-child {
    margin-right: 4%;
}

.form_container .form_item label {
    display: block;
    margin-bottom: 5px;
}

.form_container .form_item input,
.form_container .form_item select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #0569d4;
    border-radius: 3px;
}

.form_container .btn input[type="button"] {
    background: #6271f0;
    border: 1px solid #6271f0;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}


/* ============================================================
Career Drop Your CV Job Application CSS *
===============================================================*/

.open-button {
    background-color: #28aae5;
    color: white;
    padding: 16px 86px;
    border: none;
    cursor: pointer;
    opacity: 1.0;
    position: relative;
    width: 280px;
    margin-top: 0px;
    margin-left: 365px;
    margin-right: 45px;
    margin-bottom: 20px;
}

/* The popup form - hidden by default */
.form-popup {
    /* height: 80%; */
    width: 23%;
    margin: 5% 50%;
    position: fixed;
    top: 70px;
    right: 10;
    z-index: 10;
    display: none;
    background: url() no-repeat;
    border: 5px solid #cccccc;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
}


.career {
    margin: 30px 50px;
    color: #000;
}

.career h2 {
    margin-bottom: 20px;
}

.career-text {
    margin-top: 23px;
    width: 60%;
    margin-left: 21%;
}


@media (max-width:767px) and (max-device-width: 980px) {
    .career-text {
        width: 110%;
    }
}

.form-container h1 {
    color: #64615e;
}

.form-container p {
    color: #64615e;
    margin-left: -64%;
    margin-bottom: 2px;
    margin-top: 12px;
}

@media(max-width:767px) and (max-width: 980px) {
    .form-container p {
        margin-left: -55%;
    }
}


@media (max-width: 980px) {
    .form-popup {
        min-width: 58%;
        margin: 0 13%;
        height: auto;
        position: fixed;
        top: 31%;
        Left: 10%;
        z-index: 10;
        display: none;
        background: url() no-repeat;
        border: 5px solid #cccccc;
        border-radius: 10px;
        text-align: center;
        vertical-align: middle;
    }

    .form-container {
        height: auto;
    }

    .form-container .btn {
        background-color: #0170B9;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 48%;
        margin-bottom: 5px;
        opacity: 0.8;
        margin-top: 25px;
        height: 7vh;
        font-size: 20px;
    }

    .form-container input[type=text2],
    .form-container input[type=password],
    .form-container select,
    .form-container input[type=file] {
        height: 6vh;
    }

    .form-container h1 {
        color: #64615e;
        font-size: 45px;
    }

    .form-container ::placeholder {
        font-size: 20px;
    }
}

/* Add styles to the form container */
.form-container {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    background-color: #8fc6ed;
    opacity: 1.0;
}

/* Full-width input fields */
.form-container input[type=text2],
.form-container input[type=password],
.form-container select,
.form-container input[type=file] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 0px 0;
    border: none;
    background: #f1f1f1;
    color: #000000;
}

.form-container select {
    color: #000000;
}


/* .form-container select option span::after {
  color: #000000;
} */

/* .form-container select option {
  color: #000000;
  font-weight: bold;
} */


/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #0170B9;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 48%;
    margin-bottom: 5px;
    opacity: 0.8;
    margin-top: 10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: #3d5a80;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

/* ===============================================================
                      cookies  
=================================================================== */
#cookies {
    width: 100%;
    max-height: 27vh;
    max-width: 17vw;
    margin-left: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: rgb(14, 14, 14);
    background: #ffffff;
    z-index: 1;
    display: none;
    border-radius: 15px;
}

.cookies {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 103%;
    margin-top: 20px;
    margin-left: 5px;
}


.cookie-text {
    display: flex;
    /* margin-right: -1em; */
    column-gap: 30px
}

.cookie-text h2 {
    color: #4070f4;
    /* font-weight: 500; */
    font-size: 20px;
    margin-left: -24px;
}

.cookie-text i {
    color: #4070f4;
    font-size: 27px;
    margin-left: -10px;
}

.cookie-head p {
    font-size: 14px;
    color: #000000;

}

.buttons .button {
    border: none;
    color: #fff;
    /* padding: 8px 0; */
    border-radius: 4px;
    background: #4070f4;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}

.buttons #cookies_btn:hover {
    background-color: #034bf1;
}

#cookies button {
    margin-top: -10px;
    margin-bottom: 10px;
}

/* #cookies_btn {
            border-radius: 5px;
            padding: 8px 12px 8px 12px;
            font-size: 1rem;
            font-family: inherit;
            cursor: pointer;
            border: 3px solid white;
            background-color: black;
            color: white;
        } */

#cookies_btn2 {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
}

#cookies_btn2:hover {
    background-color: #4070f4;
    color: #fff;
}

.cookies a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #4070f4;
    text-decoration: none;
}

.cookies a:hover {
    text-decoration: underline;
}


/*#cookies .container {
                width: 1600px;
                margin: auto;
            }*/

#cookies .subcontainer {
    width: 85%;
    margin: auto;
}

/* @media (max-width:767px) and (max-width:1024px) {
    #cookies {
        width: 100%;
        margin-right: 105px;
        height: 35vh;
        margin-bottom: 157px;
    }
} */

@media (max-width:980px) {
    #cookies {
        min-width: 27vw;
        margin-right: 140px;
        height: auto;
        margin-bottom: 157px;
    }

    #cookies .button {
        margin-bottom: 5px;
    }
}

/*@media (max-width:1024px) {
  #cookies .container {
    width: 100%;
    padding: 10px 0;
  }
} */


/* loader */
/*  */