.navbar {
  padding: 0.2rem!important;
  /* transition: 0.3s; */
}
.menu-large {
  position: static !important;
}
/* .dropdown .dropdown-menu {
  position: absolute;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px!important;
  opacity: 0;
  transition: opacity 0.7s, visibility 0s linear 0.7s, height 0s;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.7s, visibility 0s linear 0s, height 0s;
} */

.dropdown .dropdown-menu {
  /* position: absolute; */
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px!important;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.5s;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
} 


.megamenu {
  padding: 20px 0px 8px 0px;
  border: 2px solid #cccccc6b;
  border-top: none !important;
  width: 100%;
  z-index: 9999;
  box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
  -moz-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
  -webkit-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
  -khtml-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
}
.megamenu li ul {
  padding: 0;
  margin: 0;
}
.megamenu li ul li {
  list-style: none;
}
.megamenu li ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu li ul li a:hover, .megamenu li ul li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled a, .megamenu.disabled a:hover, .megamenu.disabled a:focus {
  color: #999999;
}
.navbar-expand-lg .navbar-nav li a:hover {
  color: #447ee0!important;
  /* font-weight: 600; */
}
#homedocs .card h6, #preview .card h6 {
  margin-top: 10px;
}
.navbar-expand-lg .navbar-nav li a:focus {
    color: #0D0D0D!important;
}
.megamenu.disabled a:hover, .megamenu.disabled a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu {
      margin-left: 0;
      margin-right: 0;
  }
  .megamenu li {
      margin-bottom: 30px;
  }
  .megamenu li:last-child {
      margin-bottom: 0;
  }
  .megamenu.dropdown-header {
      padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
      color: #fff;
  }
}
.navbar-expand-lg .menu-large .dropdown-menu {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  border-radius: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #f7f7f9;
  border-top: none !important;
  box-shadow: var(0px 6px 12px rgba(30,10,58,0.04),0 6px 12px rgba(30,10,58,.04));

}
.fixed-top.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 100% !important;
}
.menu-large img{
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.menu-large .card{
  border: none !important;
  margin-bottom: 25px !important;
}
.menu-large.dropadd a.nav-link{
  color: #528ff4 !important;
  font-weight: bold;
}
.megamenu .width_menu{
  width: 95%;
  margin: 0 auto;
}
.megamenu .nowmwq .active a{
  color: #528ff4 !important;
  font-weight: bold;
}
.megamenu .border_dcz {
  /* border-right: 2px solid #eeeeeead; */
  padding-left: 30px;
  padding-right: 30px;
}
.dropdown-toggle:after {
  display: none;
}
.navbar-first .dropdown-toggle, .navbar .nav-link{
  color: #0D0D0D;
}
/* .main{
    width: 100%;
    height: 300px;
    background-image: linear-gradient(to right bottom, #4285f3, #3e7ee9, #3a78de, #3671d4, #326bca);
    
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 10px 20px;
  font-family: Arial;
} */
.wave {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    background-image: linear-gradient(to right bottom, #4285f3, #3e7ee9, #3a78de, #3671d4, #326bca);
    /* background: rgb(57, 27, 112); */
    transform: scale(1, 1.5);
  }
  .wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: white;
    left: -25%; /* Change from right to left */
    top: 20px;
  }
  
  .wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(to right bottom, #4285f3, #3e7ee9, #3a78de, #3671d4, #326bca);
    /* background-color:rgb(57, 27, 112); */
    right: -25%; /* Change from left to right */
    top: -240px;
    clip-path: ellipse(100% 15% at 115% 100%); /* Adjust clip-path position */
  }
  /* .blog_head .navbar,.career_head .navbar{
    background-color: #b3fff7;
  } */
  #top-navbar h1{
    font-size: 4.5rem;
  }
  .home_head #top-navbar .header h1 {
    font-size: 3.5rem!important;
    TEXT-TRANSFORM: CAPITALIZE;
  }
#top-navbar .nav-item .active {
    color: #447ee0!important;
    font-weight: 900!important;
}
.w-75 {
    width: 65%!important;
}
.shape_gf img {
  width: 135px;
  padding-top: 45px;
}
.header .opacity-25 {
  opacity: .1!important;
}
/* .opacity-25 {
    opacity: .5!important;
} */
.navbar-toggler:focus {
  box-shadow: none!important;
}
.navbar li {
  list-style: none !important;
  list-style-type: none !important;
}
@supports (-webkit-touch-callout: none) {
  .navbar li {
      list-style: none !important;
      list-style-type: none !important;
  }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.sticky {
  position: fixed;
  z-index: 9999!important;
  width: 100%;
  background-color: white!important;
  top: 0;
  color: black;
  border-radius: 0px!important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-left: 0rem!important;
  margin-right: 0rem!important;
  box-shadow: rgb(15 99 145 / 4%) 0px 3px 5px;
}
.sticky a {
  color: black!important;
}
.sticky button {
  color: black!important;
}

.arrows {
  width: 200px;
  height: 200px;
/* position: absolute;
left: 50%;
margin-left: -30px;
bottom: 20px; */
  padding-top: 0px!important;
}

.arrows path {
stroke: #ffffff;
fill: transparent;
stroke-width: 1px;	
animation: arrow 2s infinite;
-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

/* .arrows path.a1 {
animation-delay:-1s;
-webkit-animation-delay:-1s;
} */

.arrows path.a2 {
animation-delay:-1s;
-webkit-animation-delay:-1s;
}

.arrows path.a3 {	
animation-delay:-0.5s;
-webkit-animation-delay:-0.5s;
}
.arrows path.a4 {	
animation-delay:0s;
-webkit-animation-delay:0s;
}
@media (max-width: 1023px)
{
  .header h1 {
    font-size: 3rem!important;
  }
  .navbar .align-self-center {
    align-self: start!important;
  }
}

.modal {
  --bs-modal-width: 700px;
  transition: .4s;
}
.modal-footer {
  background-image: linear-gradient(to right, #3f80eb, #3d7ce4, #3a78de, #3874d7, #3570d1);
}
#myModal #category_modal {
  padding: 0px 130px!important;
}
#myModal #sub_category_modal {
  padding: 0px 68px!important;
}
#myModal #form_modal {
  padding: 0px 68px 10px!important;
}

.modal .row {
    height: 340px;
    overflow: scroll;
    margin-bottom: 1rem!important;
}
.form-row {
  height: 250px;
  overflow: scroll;
}
.modal .row::-webkit-scrollbar, .form-row::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#invalid_phone_number, #invalid_email, #invalid_name {
  font-size: 12px;
}
.modal-body .m-3 {
  margin: 0.5rem!important;
}
.modal-header {
  border-bottom: 0!important;
  padding: 0.3rem!important;
}
.btn-close:hover {
  --bs-btn-close-color: #fff!important;
  padding: 0.45em 0.45em!important;
  color: #fff!important;
  background: #e9f1fd var(--bs-btn-close-bg) center/1em auto no-repeat!important;
  border-radius: 5.375rem!important;
  opacity: 1!important;
}
.btn-close {
  padding: 0.45em 0.45em!important;
  background: #f6f7f8 var(--bs-btn-close-bg) center/1em auto no-repeat!important;
  border-radius: 5.375rem!important;
  opacity: 1!important;
  border: 1px!important;
  border-color: #4285F4!important;
}
.modal-footer {
  display: block!important;
}
.modal .form-control {
  border-width: 0 0 1px!important;
  border-radius: 0px!important;
  border-color: #E0E0E0!important;
}
#myModal .px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}
.modal .form-control::placeholder {
  font-size: 0.8rem;
  color: #CECECE!important; 
}
#first_serv {
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 0.25rem;
}
#first_serv img {
  width: 30%;
}
.carousel-indicators {
  margin-right: 2%!important;
}
.modal-body .card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  transition: 0.3s;
}
.modal-body .card:hover {
  box-shadow: rgb(47 237 255 / 20%) 0px 7px 29px 0px;
  /* transform: scale(1.02); */
}
.modal-body .card .cat-img, .modal-body .card .sub-cat-img {
  transition: 0.4s;
}
/* .modal-body .card:hover .cat-img {
  margin-top: -14px!important;
  padding-bottom: 1px;
  width: 57%!important;
}
.modal-body .card:hover .sub-cat-img {
  margin-top: -7px!important;
  margin-bottom: 2px;
  width: 53%!important;
} */
.modal-body .card p, .modal-footer p {
  font-size: 14px!important;
}
.modal-footer {
  padding: 0.4rem!important;
}
#back_btn, .back-btn {
  font-size: 14px!important;
  --bs-btn-padding-x: 0rem!important;
}
.btn:first-child:active {
  border: none!important;
}
#back_btn img {
  width: 24%!important;
}
.card .checkmark {
  opacity: 0;
}
.active .checkmark {
  opacity: 1;
}
.modal-body h6 {
  font-size: 12px!important;
}
#myModal .card {
  cursor: pointer;
  /* height: 90%!important; */
  justify-content: space-evenly;
}
#myModal #sub_category_modal .card p {
    height: 43px;
    max-height: 43px;
    min-height: 43px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 0rem!important;
    align-items: center;
}
#myModal #category_modal .card p {
  margin-bottom: 0rem!important;
}
.modal-body .form-control:focus {
  box-shadow: 0 0 0 0.15rem rgb(230 240 255 / 25%)!important;
}
.modal .carousel-indicators [data-bs-target] {
  background-color: #4285F4!important;
  width: 7px!important;
  height: 7px!important;
  border-radius: 50%!important;
  margin-right: 0px!important;
  margin-left: 0px!important;
}
.modal .carousel-indicators .active {
  background-color: #4285F4;
  width: 9px!important;
  height: 9px!important;
}
.modal .carousel-indicators {
  position: inherit;
  display: block;
  margin-bottom: 0rem;
  margin-left: 2%;
  align-items: end;
}
.modal .dot {
  width: 7px!important;
  height: 7px!important;
  background-color: #78bbdf;
  border-radius: 50%;
}
.modal {
  padding-top: 2rem;
}
/* @media (min-width: 700px) and (max-width: 990px)
{
  #top-navbar .px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  #top-navbar .mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
} */
details {
  padding: 0.5rem;
}

summary {
  list-style: none !important;
  list-style-type: none !important;
}

@supports (-webkit-touch-callout: none) {
  summary {
      list-style: none !important;
      list-style-type: none !important;
  }
}
summary::-webkit-details-marker {
  display: none !important;
}

.dropdown-menu {
  box-shadow: none!important;
}
small {
  font-size: .75em!important;
}
input:-internal-autofill-selected {
  background-color: white !important;
  background: none!important;
}
@media (min-width: 1700px) and (max-width: 2000px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px!important;
  }
  #myModal #form-id .card {
    height: 587px
  }
  .checkmark {
    margin-left: -32px!important;
  }
  #myModal #cat-id .card, #myModal #sub-id .card {
    height: 300px;
  }
  .form-row {
    height: 360px;
  }
  .checkmark {
    width: 7%;
    height: 73%!important;
  }
  #secModal .card p {
    font-size: 18px!important;
  }
  .modal {
    --bs-modal-width: 1139px;
  }
  .modal .row {
    height: 600px;
  }
  .sub-cat-img {
    width: 75%!important;
  }
  #enquiry-form-smt .mb-1 {
    margin-bottom: 1.25rem!important;
  }
}
@media (min-width: 600px) and (max-width: 990px){
  .header {
      height: 450px!important;
  }
  .shape_gf .shape {
    width: 114px;
    padding-top: 30px;
    margin-left: 40px;
  }
  .modal .modal-content::before {
    background-repeat: no-repeat!important;
  }
  #myModal #category_modal {
    padding: 0px 70px!important;
  }
  .modal .row {
    height: 400px;
  }
  #second_serv .w-50 {
    width: 80%!important;
  }
  #second_serv .checkmark {
    height: 11%!important;
  }
  /* .modal-body .card:hover .sub-cat-img {
    margin-top: -7px!important;
    margin-bottom: 14px;
    width: 77%!important;
  } */
}
@media (min-width: 600px) and (max-width: 712px){
  .p-5, .p-3, .p-4 {
    padding: 0.5rem!important;
  }
  .m-5, .m-4, .m-3 {
    margin: 0.5rem!important;
  }
  .lh-lg {
    line-height: 1.5!important;
  }
}
@media (max-width: 990px) {
  .nav-top {
    display: none!important;
  }
}
@media (max-width: 600px) {
  .arrows {
    width: 38px!important;
    height: 265px!important;
  }
  .modal-body {
    padding: 0!important;
  }
  .modal-body .col-md-4,.modal-body .col-md-6 {
    width:50%!important;
  }
  .modal .modal-content::before {
    background-repeat: no-repeat!important;
  }
  .modal-body h5 {
    font-size: 14px!important;
  }
  .header h1 {
    font-size: 2.5rem!important;
  }
  .header .pt-5 {
    padding-top: 2rem!important;
  }
  .modal .m-3 {
    margin: 0.5rem!important;
  }
  .card .w-50 {
    width: 65%!important;
  }
  #myModal #category_modal {
    padding: 0px 10px!important;
  }
  .modal .row {
    height: 400px;
  }
  #myModal #form_modal {
    padding: 0px 10px 10px!important;
  }
  #myModal .px-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
  }
  #myModal #sub_category_modal {
    padding: 0px 10px!important;
  }
  /* .modal-body .card:hover .sub-cat-img {
    margin-top: 8px!important;
    margin-bottom: 5px;
    width: 53%!important;
  }
  .modal-body .card:hover .cat-img {
    margin-top: -3px!important;
    padding-bottom: 15px;
    width: 57%!important;
  } */
  #second_serv .checkmark {
    height: 11%!important;
  }
}
@media (max-width: 320px)
{
  .arrows {
    width: 34px!important;
    height: 210px!important;
  }
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: nowrap!important;
  }

  /* .modal .modal-dialog {
    transform: translate(0, -50%);
    transition: transform 0.5s ease-out;
  }

  .modal.show .modal-dialog {
    transform: translate(0, 0);
  } */

  /* @keyframes slideInFromBottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }

  .modal .modal-dialog {
    animation: slideInFromBottom 0.5s ease-in-out;
  } */
