@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}



:root {
    --primary-color: #040080;
    --secondary-color: #0D0D0D;
    --font-color: #0A0C00;
    --white-color: #fff;
    --sub-color: #c4a04c;
}

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

body {
    /* font-family: "DM Sans", serif; */
    font-family: "Arial", serif !important;
}

a {
    text-decoration: none;
}

p{
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
}

h1 {
    font-family: "Arial";
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    color: var(--font-color);
}

h2 {
    font-family: "Arial";
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    /* font-size: 60px;
    font-weight: 600;
    line-height: 65px; */
}

h3 {
    font-size: 54px;
    font-weight: 600;
    line-height: 65px;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 65px;
}

li {
    list-style-type: none;
}


/* Buttons */

.primary-btn {
    padding: 8px 50px;
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.primary-btn,
.secondary-btn {
    min-width: 240px;
    text-align: center;
}
.sec-btn{
    padding-top: 25px;
}
.secondary-btn {
    padding: 10px 25px;
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.secondary-btn:hover span,
.primary-btn:hover span {
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transform: rotate(45deg);
}

.secondary-btn img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(19%) saturate(2852%) hue-rotate(38deg) brightness(109%) contrast(76%);
}

/* Header  */

/* header {
    min-height: 120px;
} */
.top-menu a{
    color: #000000;
}
.top-last-menu{
    padding-right: 55px;
}
.navbar-expand-lg .navbar-collapse{
    padding-right: 45px;
}
.bg-nav{
    background-color: var(--primary-color);
}
.main-logo img{
max-width: 150px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #ffffff;
    font-size: 19px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.bg-light{
    background-color: #f0f0f0 !important;
  }

  .btn {
    font-weight: 500;
    transition: .5s;
  }

  .btn.btn-primary {
    color: #FFFFFF;
  }

  .btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
  }

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

  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: blue;
  }

  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
  }

  .navbar-light .navbar-brand,
  .navbar-light a.btn {
    height: 75px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
  }

  .navbar-light.sticky-top {
    top: 55px !important;
    z-index: 1020;
    transition: .5s;
  }

  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
  }


  .sticky-top{
  position: fixed;
  width: 100%;
  top: 58px;
  z-index: 1;
  }

  .sticky-top2{
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  }

/* .navbar-nav .nav-link {
    font-family: "DM Sans", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.44px;
    color: var(--white-color);
    padding-left: 15px !important;
    padding-right: 15px !important;
} */

/* Footer  */

footer {
    background-color: #ffffff;
    padding-top: 80px;
    color: #B5B5B5;
}

footer h4 {
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 25px;
}

footer .f-logo img {
    max-width: 240px;
    width: 100%;
}

.menu-two{
  column-count: 2;
}

.footer-menu li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    color: #000000;
}

.end-footer p{
  color: #000000;
}

.footer-row h4{
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    border-bottom: 1px solid #000000;
}

.menu-bottom{
  display: inline-flex;
  gap: 35px;
}

.end-footer{
  padding-top: 30px;
  padding-bottom: 20px;
}

.address-col a {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #B5B5B5;
    text-decoration: underline;
    word-wrap: break-word;
}

.address-col p {
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}

.logo-col p {
    padding-right: 100px;
}

hr.divider {
    height: 1px;
    background-color: #000000;
    width: 100%;
    opacity: 1 !important;
    color: #000000 !important;
    margin: 0 !important;
}

.footer-row {
    padding-bottom: 50px;
}

.copy-right-col p{
    font-size: 15px;
    font-weight: 400;
    line-height: 65px;
}

.copy-right-col ul li img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.copy-right-col ul li {
    padding-right: 18px;
}

/* Banner  */

.banner-col img {
    width: 100%;
    height: 530px;
    border-radius: 15px;
    object-fit: cover;
}



.dark-sec {
    padding: 50px 0;
}

.dark-sec .main-txt p{
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
}

.dark-sec .cust-box {
    padding: 30px 15px;
    margin-bottom: 50px;
    border-radius: 15px;
    text-align: center;

}

.dark-sec .cust-box h3{
    font-size: 20px;
    color: #000000;
}

.dark-sec .cust-box:hover {
    background-color: #ededed;
    transition: all .6s cubic-bezier(.25,1,.5,1);
}

.dark-sec .cust-box p{
    font-size: 17px;
    font-weight: 200;
    line-height: 34px;
    color: #232323;
}

.dark-sec .cust-box img{
    max-width: 130px;
}


/* Services */

.service-sec {
    padding-top: 60px;
    padding-bottom: 100px;
    background: linear-gradient(180deg,rgba(125, 167, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);

}

.box-one {
    width: 100%;
    height: 625px;
    position: relative;
    color: white;
    text-align: left;
    z-index: 0;
  }

  .box-one .sec-img {
  width: 100%;
  height: 625px;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.box-one .overlay {
    width: 100%;
    height: 625px;
    background-color: rgba(0, 36, 82, 0.541);
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
    padding: 25px;
  }

  .box-one h4 {
    margin-top: 85%;
    font-size: 21px;
    line-height: 33px;

  }

  .box-one h5 {
    border-top-style: solid;

  }

  .box-one p {
    margin-top: 8px;
    font-size: 15px;
  }




/* Projects  */

.project-sec .proj-box {
    padding: 40px 50px;
    position: relative;
    z-index: 1;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 15px;
    margin-bottom: 60px;
}

.project-sec {
    border-radius: 0 0 35px 35px;
}

.project-sec .header-col {
    padding-bottom: 80px;
}

.project-sec .proj-box:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 20%;
    height: 90%;
    border-top: 120px solid #c4a04c;
    border-left: 100px solid transparent;
    z-index: 9;
    border-radius: 0px 12px 0px 0;
}

.project-sec .proj-box:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50%;
    height: 90%;
    border-bottom: 330px solid #C4A04C80;
    border-right: 390px solid transparent;
    border-radius: 0px 0px 0px 12px;
    z-index: 0;
}

.project-sec .proj-box .bg-image {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
}

.project-sec .proj-box .inner-txt {
    position: relative;
    z-index: 9;
}

.project-sec .proj-box .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.project-sec .proj-box .hover-text {
    opacity: 0;
    transition: all 1.1s ease;
    transform: translateX(-20px) scale(0.8);
    transform-origin: bottom;
    max-height: 0;
    overflow: hidden;
}

.project-sec .proj-box:hover .hover-text {
    opacity: 1;
    transform: none;
    max-height: 300px;
}

.project-sec .proj-box .bg-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%);
    z-index: 0;
}

.project-sec .proj-box h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 65px;
    transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.project-sec .proj-box .hover-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    padding: 15px 0;
}

.project-sec .proj-box p.sub-head {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.project-sec .proj-box a {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: underline;
    color: var(--white-color);
}


/* About  */

.about-banner {
    padding: 60px 0;
}

.about-banner .main-head p,
.about-banner .main-head a{
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    color: var(--secondary-color);
    padding-top: 10px;
}

.img-banner img{
    width: 100%;
    min-height: 730px;
    object-fit: cover;
}

.content-sec {
    padding: 110px 0;
}

.content-sec p {
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-sec .secondary-btn {
    background-color: #E1E1E1;
}

.container {
    width: 1110px;
    max-width: 1110px;
    margin: auto;
}

.meet-sec {
    padding: 90px 0;
}

.meet-sec .meet-boxes {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 35px 45px;
    padding-top: 90px;
}

.meet-sec .meet-boxes .emp-single {
    border: 0.5px solid #000000;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 50px 40px;
}

.meet-sec .meet-boxes .emp-single:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all .6s cubic-bezier(.25,1,.5,1);
}

.meet-sec .meet-boxes .emp-single h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    padding-bottom: 8px;
}

.meet-sec .meet-boxes .emp-single:hover h5 {
    color: var(--white-color);
}

.meet-sec .meet-boxes .emp-single p {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    color: #525252;
    padding: 7px 0;
}

.meet-sec .meet-boxes .emp-single:hover p {
    color: #A4A4A4;
}

.form-sec .form-layout-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    left: -50px;
    top: -160px;
    min-height: 970px;
}

.form-sec {
    background-color: #F4F4F4;
    margin-top: 200px;
    padding-top: 50px;
     /*padding-bottom: 160px; */
}

.form-sec form .form-control {
    border: none;
    background: transparent;
    border-bottom: 1.5px solid #000000;
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 20px;
}

.form-sec form textarea.form-control {
    min-height: 180px;
}

.form-sec .form-col {
    padding-bottom: 160px;
}

.form-sec form .form-control::placeholder {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000000;
}

.form-sec form .primary-btn {
    margin-top: 50px;
}

.form-sec p {
    padding-top: 20px;
    padding-bottom: 70px;
}

.service-sec-2 .service-box:hover::before,
.service-sec-2 .service-box:hover::after {
    content: none;
}

.service-sec-2 .service-box:hover .icon-col {
    background-color: #C4A04C;
}

.service-sec-2 .service-box:hover .icon-col img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(103%) contrast(101%);
}

.content-sec h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 70px;
    color: var(--primary-color);
    /* padding-top: 35px; */
}

.content-sec .img-row img{
    min-height: 595px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.project-sec .proj-box {
    color: var(--white-color);
}

.filter-col {
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    padding: 25px 0;
    margin-top: 65px;
}

.filter-col .filter-drop .bdropdown-toggle {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    color: #0A0C00;
    position: relative;
    margin-left: 60px;
    padding-right: 60px;
}

.filter-col .filter-drop .bdropdown-toggle::after {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: url('../images/dropdown-arrow.svg') no-repeat ;
    width: 20px;
    height: 10px;
    z-index: 2;
}

.filter-col .filter-row .all-btn{
    font-size: 23px;
    font-weight: 500;
    line-height: 20px;
    color: #0A0C00;
}

.project-sec-2 .proj-box .bg-shadow {
    border-radius: 15px;
}

.project-sec .proj-box a.box-btn:hover span img {
    transform: rotate(45deg);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.proj-banner img{
    border-radius: 0 0px 35px 35px;
}

.content-sec h2 span {
    font-size: 23px;
    font-weight: 500;
    line-height: 20px;
}

.media-sec .media-single img {
    width: 100%;
    height: 595px;
    border-radius: 15px;
    object-fit: cover;
}

.map-sec iframe {
    width: 100%;
    height: 725px;
}

.contact-sec .address-box {
    background-color: #F1F1F1;
    border-radius: 15px;
    padding: 45px 45px 65px 45px;
    height: 100%;
    box-sizing: border-box;
}

.contact-sec .address-box h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
    padding-bottom: 20px;
    padding-top: 80px;
}

.contact-sec .address-box img {
    width: 63px;
    height: 63px;
    object-fit: contain;
}

.contact-sec .address-box p,
.contact-sec .address-box a{
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    color: #3D3D3D;
}

.contact-sec {
    padding-top: 80px;
    padding-bottom: 50px;
}


/* .banner-slider .slick-arrow {
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    object-fit: contain;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 9;
    border-radius: 100%;
}

.banner-slider {
    position: relative;
}

.banner-slider .slick-arrow.slick-prev {
    background: url('../images/banner-arrow.png') no-repeat #fff;
    right : 60px;
    transform: rotate(180deg);
}

.banner-slider .slick-arrow.slick-next {
    background: url('../images/banner-arrow.png') no-repeat #fff ;
    right: 20px;
} */


/* Updated changes on HomePage */

.ban_sec {
    width: 100%;
  }
  .ban_img {
    width: 100%;
    position: relative;
  }
  .ban_img img {
    width: 100%;
  }
  .ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }


  .ban_text h2 {
    font: 600 60.44px/75px "Montserrat", sans-serif;
    letter-spacing: 3px;
    color: var(--white-color);
  }

  
  .service-sec .service-row-new {
    margin: 0 -8px; 
  }
  .service-sec .service-slide {
    padding: 0 8px; 
  }

  /* .banner-sec { 
    width: 100%; 
    overflow: hidden; 
  }

  .banner-sec .banner-slider { 
    width: 100%; 
  }

  .banner-sec .ban_img { 
    width: 100%; 
    overflow: hidden; 
  }

  .banner-sec .ban_img img {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0 !important;
      object-fit: contain;
      object-position: center;
      display: block;
  } */

  .banner-sec { 
    width: 100%; 
    overflow: hidden; 
  }

  .banner-sec .banner-slider { 
    width: 100%; 
  }

  .banner-sec .ban_img { 
    width: 100%; 
    overflow: hidden; 
  }

  .banner-sec .ban_img img {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0 !important;
      object-fit: contain;
      object-position: center;
      display: block;
  }





  @media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
      font-size: 21px;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
      font-size: 17px;
    }
    .ban_text strong {
      font-size: 50px;
      line-height: 60px;
    }
    .ban_text strong span {
      font-size: 37px;
    }
    .ban_text a {
      font-size: 16px;
      line-height: 19px;
    }
  }

  @media only screen and (max-width: 991px) {
    .ban_text strong {
      font-size: 35px;
      line-height: 40px;
    }
    .ban_text strong span {
      font-size: 28px;
      line-height: 35px;
      letter-spacing: 2px;
    }
    .ban_text p {
      font-size: 14px;
      line-height: 20px;
    }
    .ban_text a {
      font-size: 13.39px;
      line-height: 15px;
    }
  }
  @media only screen and (max-width: 424px) {
    .ban_img img {
      min-height: 290px;
      object-fit: cover;
    }
  }
  @media only screen and (max-width: 575px) {
    .ban_text strong {
      background: rgba(0, 0, 0, 0.8);
      padding: 10px;
      width: 100%;
      display: block;
    }
  }
  @media only screen and (max-width: 480px) {
    .ban_text strong span {
      font-size: 22px;
      line-height: 31px;
      letter-spacing: 1px;
    }
    .ban_text {
      left: 2%;
    }
  }

.stick-sec{
    background-color: var(--primary-color);
    background-image: url(../images/sticky-sec-background.png), linear-gradient(180deg, rgba(12,26,116,1) 0%, rgba(0,0,0,1) 100%);
    background-size:cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: auto;
}
.second-overlay{
    background-color: #0000008c;
}
.center-cont{
    padding-top: 250px;
    padding-bottom: 150px;
}

.meet-top{
    padding-top: 13%;
}

.meet-top h4{
    font-size: 45px;
    color: #ffffff;
}

.meet-top p{
    font-size: 20px;
    color: #ffffff;
    padding-right: 50px;
}

.last-tech{
    padding-top: 15%;
}

.last-tech h4{
    font-size: 45px;
    color: #ffffff;
}

.last-tech p{
    font-size: 20px;
    color: #ffffff;
}


.stick-sec h2{
    color: var(--white-color);
    line-height: 3.9rem;
}


p.hom-para {
    padding-bottom: 25px;
    font-family: "Poppins", serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

.banner-row .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.banner-row .slick-dots button {
    display: none;
}

.banner-row .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 100%;
}

.banner-row .slick-dots li.slick-active {
    width: 25px;
    border-radius: 20px;
}

/* .subHead-new {
    font-family: "Times Now";
    font-size: 48pt;
    line-height: 52pt;
} */

.service-row-new {
    padding-top: 70px;
}

.service-row-new .serv-single {
    padding: 30px 20px;
    margin-bottom: 50px;
}


.service-row-new .serv-single h4 {
    padding: 0px 10px;
    width: 100%;
    text-align: left;
    line-height: normal;
    font-size: 18px !important;
    color: var(--white-color);
}
.service-row-new p{
    color: var(--white-color);
    line-height: 25px;
}

.client-slider .client-single {
    text-align: center;
}

.client-slider {
    padding: 50px 0;
    margin-top: 60px;
    background-color: #fcfbf7;
}



.meeet-with-us{
    background-image: url(../images/meet-with-us-back.png);
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
}

.last-us{
    background-image: url(../images/last-bg.png);
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
    background-position-x: right;
}

.top-header{
    background-color: var(--sub-color);
    height: 25px;
}

.navbar-toggler{
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255);
}






/***Login**/

.login-sec{
    margin-top: -80px;
    /* padding-bottom: 150px; */

}

.login-sec .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 100%;
  }

  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }

  .input-group {
    margin-bottom: 20px;
  }

  .input-group label {
    font-size: 14px;
    color: #666;
  }

  .input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #a8c6fc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    background-color: #a8c6fc;
  }

  .input-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #a8c6fc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    background-color: #a8c6fc;
  }

  .input-group input:focus {
    border-color: #040080;
    outline: none;
  }

  .input-group textarea:focus {
    border-color: #040080;
    outline: none;
  }

  .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }

  .submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #040080;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }

  .submit-btn:hover {
    background-color: #040080;
  }

  .forgot-password {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .forgot-password a {
    color: #303030;
    text-decoration: none;
  }

  .forgot-password a:hover {
    text-decoration: underline;
  }

  .signup-link {
    text-align: center;
    margin-top: 15px;
  }

  .signup-link a {
    color: #040080;
    text-decoration: none;
  }

  .signup-link a:hover {
    text-decoration: underline;
  }

  .log_color{
    width: 100%;
    height: 50%;
  }

  .log_color img{
    min-height: 250px;
  }

  @media (max-width: 480px) {
    .login-box {
      padding: 20px;
    }
  }


  /* Dropdown */

.dropdown {

  }

  .dd-button {
    display: inline-block;
    border-radius: 100px;
    padding: 5px 30px 5px 20px;
    background-color: #05034d;
    cursor: pointer;
    white-space: nowrap;
    color: #ffffff;
  }

  .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
  }

  .dd-button:hover {
    background-color: #080470;
  }


  .dd-input {
    display: none;
  }

  .dd-menu {
    position: absolute;
    top: 100%;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #05034d;
    list-style-type: none;
  }

  .dd-input + .dd-menu {
    display: none;
  }

  .dd-input:checked + .dd-menu {
    display: block;
    z-index: 2;
    right: 0;
  }

  .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: #ffffff;
    text-align: left;
  }

  .dd-menu li:hover {
    background-color: #f6f6f6;
    color: #000000;
  }

  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    color: #ffffff;
  }

  .dd-menu li a:hover {
    background-color: #f6f6f6;
    color: #000000;
  }
  .dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
