body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Work Sans', sans-serif !important;
}

.container {
  max-width: 100% !important;
  padding: 0 6.26vw !important;
}

.navbar2 {
  border-radius: 16px;
  background: transparent;
  justify-content: flex-start !important;
  height: 100px;
  padding: 0 !important;
}

.icon {
  display: none;
  cursor: pointer;
}

.navbar2 a:hover,
.navbar2 a.active {
  background: #4782a2;
}

.navbar2 a {
  float: left;
  font-size: 1vw;
  color: white;
  text-align: center;
  margin: 0 1.87vw;
  padding: 5px 0.57vw;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  /* height: 4.9vw; */
  /* display: flex; */
  /* align-items: center; */
  font-weight: 500;
  z-index: 99;
}

/* .navbar2 a:hover {
    background-color: #ddd;
    color: black;
} */

section.logo img {
  width: 25vw;
  padding: 1vw 0;
}

section.top-header {
  background-color: #545454;
  height: 3vw;
  display: flex;
  align-items: center;
}

.top-call {
  display: flex;
  align-items: center;
}

.banner {
  background: linear-gradient(172.97deg, #d9d9d9 -28.29%, #ffffff 94.51%);
  box-shadow: 0px 0px 4px 2px #00000040;
  border-radius: 16px;
  margin: 0.94vw 0 4.17vw;
  padding: 2vw;
  position: relative;
}

.banner-head {
  display: flex;
  align-items: center;
  column-gap: 0.94vw;
}

.banner-head img {
  width: 5vw;
  height: auto;
}

.banner-head h4 {
  color: #174d71;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6vw;
}


.right-side textarea {
  margin-left: 5.99vw;
  width: 30vw;
  height: 19vw;
  background: transparent;
  resize: none;
  border-radius: 8px;
  padding: 0;
  border-color: #174d71;
  font-size: 1.25vw;
  outline: none;
  border: none;
}

img.img-fluid.service-img {
  width: 30vw;
  height: 19vw;
  margin-left: 5.99vw;
}

img.img-fluid.home-img {
  width: 30vw;
  height: 19vw;
  margin-left: 5.99vw;
  box-shadow: -3px 3px 8px 1px #000000BF;
}

img.img-fluid.main-img {
  position: absolute;
  width: 44vw;
  height: auto;
  right: -1.82vw;
  top: -12.5vw;
}

.side-nav {
  border-right: 1px solid #0000005c;
  margin-right: 4.43vw;
}

.side-nav h3 {
  margin-bottom: 1.25vw;
  font-size: 1.25vw;
  font-weight: 600;
}

.side-nav ul {
  list-style-type: none;
  padding: 0;
}

.side-nav ul li a img {
  width: 2vw;
  margin-right: 10px;
}

.side-nav ul li a {
  color: #5b5a56;
  text-decoration: none;
  font-size: 1.05vw;
  font-weight: 500;
  margin-bottom: 1.05vw;
  border: 1px solid #174d71;
  width: 60%;
  padding: 0 0.78vw;
  height: 3.61vw;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

/* .side-nav ul li {
    
} */

.side-content p {
  font-size: 1.04vw;
  line-height: 1.7vw;
}

.side-content img {
  width: 50%;
  margin: 1.87vw 0;
  border-radius: 12px;
  overflow-x: hidden;
}

section.footer {
  background: #545454;
  height: 3vw;
  display: flex;
  align-items: center;
}

section.footer h4 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.05vw;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
    transition-delay: 2s;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

section.main-content {
  margin-bottom: 4.17vw;
}

.contact-sec b {
  font-size: 1.25vw;
  text-transform: uppercase;
}

.contact-sec {
  margin-bottom: 10px;
}

.contact-sec a {
  color: #aaaaaa;
  font-size: 1.25vw;
  padding-left: 10px;
}

.side-content b {
  font-size: 1.25vw;
  text-transform: uppercase;
}

.side-content a {
  color: #aaaaaa;
  font-size: 1.25vw;
  padding-left: 10px;
}

.navbar2 a img {
  display: none;
}

.navbar2 a:hover img {
  display: block;
}

.navbar2 a:hover img,
.navbar2 a.active img {
  display: block;
  position: absolute;
  width: 2.5vw;
  height: auto;
  left: 50%;
  transform: translatex(-50%);
  top: -2.92vw;
  z-index: 9999;
}

.hover-effect {
  background: linear-gradient(118deg, #064e74 14.29%, #3bc4e1 102.2%);
  width: 100%;
  height: 4.9vw;
  border-radius: 16px;
  display: flex;
  align-items: center;
}

/* section.logo {
  margin-bottom: 1vw;
} */

.side-content ul li {
  list-style-type: disclosure-closed;
}

.side-content ul li::marker {
  color: #5b5a56;
}

.side-content ul li a {
  padding-left: 0;
  color: #5b5a56;
  font-weight: 500;
}

.side-content h3 {
  margin-bottom: 20px;
}

.side-content ul {
  padding-left: 20px;
}

.toggle-btn {
  display: none;
}

#button {
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button.show {
  opacity: 1;
  visibility: visible;
  color: #aaaaaa;
  cursor: pointer;
}

img.project-img {
  width: 100%;
  height: 12vw;
  margin-bottom: 1.25vw;
}

.project-content .project-right h3 {
  margin-bottom: 30px;
}

.side-nav ul {
  overflow-x: hidden;
}

section.footer h4 a {
  color: #fff;
  text-decoration: none;
}

h4.copyright {
  text-align: start;
}

h4.design {
  text-align: end;
}

.fixed {
  z-index: 99;
  background: linear-gradient(118deg, #064e74 14.29%, #3bc4e1 102.2%);
  height: 7vw;
  display: flex;
}

section.nav-bar.fixed .hover-effect {
  display: flex;
  align-items: end;
  height: 7vw;
  padding-bottom: 1.4vw;
}

section.nav-bar {
  position: sticky;
  top: 0;
}

section.nav-bar.fixed .hover-effect {
  background: none;
}

.d-flex.justify-content-between.align-items-center.mobile-header {
  display: none !important;
}


.side-nav ul li a:hover {
  border-color: #ed7e6c;
  color: #ed7e6c;
  box-shadow: 0 0 10px rgba(237, 126, 108, 0.7);
  margin-left: 10px;
}

.top-contact {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-mail img {
  width: 1.4vw;
  height: auto;
  margin-right: 5px;
}

.top-mail a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1.05vw;
  font-weight: 300;
}

.top-mail {
  display: flex;
  align-items: center;
}

.top-mail {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding-right: 1.8vw;
  margin-right: 1.8vw;
}

.top-call img{
  width: 1.4vw;
  height: auto;
  margin-right: 5px;
}

.top-call a{
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1.05vw;
  font-weight: 300;
}


.call-now a {
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
  font-size: 1.05vw;
  font-weight: 300;
}
.call-now h4 {
  font-size: 1.05vw;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.call-now {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

/* shivani code */

.line {
  border-right: 1px solid #0000005c;
  margin-right: 4.43vw;
}

.service-content .serviceImg,
.project-content .left-img img {
  width: 70%;
}

.service-content .service-right h3 {
  margin-bottom: 2.5vw;
}
.project-content .project-right h3 {
  margin-top: 2.5vw;
}
.mr-b {
  margin-bottom: 4.17vw;
}
.service-content .service-right h3,
.project-content .project-right h3,
.resource-content .resource-right h3 {
  font-size: 1.6vw;
  font-weight: 600;
}
.project-content .project-right p,
.service-content .service-right p {
  font-size: 1.04vw;
  line-height: 1.7vw;
}

.resource-content .resource-right p {
  font-size: 1.04vw;
  line-height: 1.7vw;
}

.project-content .project-right img {
  height: 15vw;
  width: 100%;
}

.gray-text {
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  width: max-content;
  cursor: pointer;
}
.gray-text:hover {
  border-bottom: 1px solid transparent;
}

.resource-content .resource-right .alphabet {
  display: flex;
  gap: 20px;
}

.resource-content .resource-right h4 {
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 2vw;
  font-weight: bold;
}
.resource-content .resource-right strong {
  font-weight: 650;
}
.resource-content .resource-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 720px) {
  .navbar2 {
    border-radius: 16px;
    background: transparent;
    height: auto;
    padding: 0 !important;
    display: block;
  }

  .hover-effect {
    display: block;
    display: flex;
  }

  .mobile-effect {
    display: none;
  }

  .mobile-effect {
    width: 100%;
  }

  .toggle-btn {
    display: block;
  }

  .navbar2.responsive {
    margin-bottom: 20px;
  }

  .navbar2 .hover-effect {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    z-index: 9;
    padding: 30px 60px;
    height: 100%;
    margin-bottom: 15px;
  }

  .icon::after {
    display: none;
  }

  .d-flex.justify-content-between.align-items-center.mobile-header {
    display: flex !important;
  }

  .navbar2.responsive a {
    display: block;
    text-align: left;
    height: auto;
    padding: 12px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .navbar2 .icon {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    padding: 0;
    color: #000;
    font-size: 5vw !important;
    width: auto !important;
    padding: 0 !important;
  }

  .navbar2 a:hover img,
  .navbar2 a.active img {
    display: none;
  }

  section.logo img {
    width: 200px;
    padding: 10px 0;
  }

  .banner {
    margin: 0px 0 20px;
    padding: 30px;
  }

  .side-nav h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
  }

  .side-nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  li.reveal.fade-right {
    opacity: 1;
    width: 50%;
  }

  .side-nav ul li a {
    height: 28px;
    font-size: 10px;
    width: 95%;
    margin: 0 auto 10px;
    padding: 0 10px;
  }

  .side-nav ul li a img {
    width: 15px;
    margin-right: 5px;
  }

  .toggle-btn {
    font-size: 28px;
  }

  section.nav-bar {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }

  .fixed {
    z-index: unset;
    background: unset;
    height: unset;
    display: block;
  }

  .navbar2 a {
    width: 100%;
    font-size: 12px;
    margin: 0 auto 20px;
  }

  .navbar2 a:last-child {
    margin-bottom: 0;
  }

  .right-side .index-img {
    margin-left: 0;
    box-shadow: -3px 3px 8px 1px #000000bf;
    width: 100%;
    height: auto;
  }

  .banner-head img {
    width: 40px;
    height: auto;
  }

  .banner-head h4 {
    font-size: 12px;
    margin-bottom: 0;
  }

  .banner-head {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 20px;
  }

  img.img-fluid.main-img {
    position: unset;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .side-nav {
    border-right: none;
    margin-right: 0;
  }

  .side-content p {
    font-size: 14px;
    line-height: normal;
  }

  section.footer {
    height: 48px;
  }

  section.footer h4 {
    font-size: 12px;
  }

  section.nav-bar.fixed .hover-effect {
    background: linear-gradient(118deg, #064e74 14.29%, #3bc4e1 102.2%);
    height: 100%;
  }

  .side-content img {
    width: 100%;
    margin: 10px 0 20px;
  }

  img.img-fluid.service-img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .service-content .serviceImg,
  .project-content .left-img img {
    width: 100% !important;
  }

  .service-right {
    margin: 20px 0;
  }

  .service-content .service-right h3,
  .project-content .project-right h3,
  .resource-content .resource-right h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .project-content .project-right p,
  .service-content .service-right p {
    font-size: 12px;
    line-height: normal;
  }

  .project-right {
    margin: 20px 0;
  }

  .project-content .project-right p,
  .service-content .service-right p {
    font-size: 14px;
    line-height: normal;
  }

  .service-content .service-right h3,
  .project-content .project-right h3,
  .resource-content .resource-right h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .contact-sec b {
    font-size: 16px;
    text-transform: uppercase;
  }

  .contact-sec {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .contact-sec a {
    color: #aaaaaa;
    font-size: 16px;
    padding-left: 20px;
  }

  .side-content b {
    font-size: 16px;
    text-transform: uppercase;
  }

  .side-content a {
    color: #aaaaaa;
    font-size: 16px;
    padding-left: 5px;
  }

  .service-content .service-right h3,
  .project-content .project-right h3,
  .resource-content .resource-right h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .resource-content .resource-right p {
    font-size: 16px;
    line-height: normal;
  }

  .resource-content .resource-right .alphabet {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .side-content a {
    font-size: 16px;
  }

  img.project-img {
    margin-bottom: 20px;
  }

  section.top-header {
    height: 60px;
  }

  .top-contact {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.top-mail {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}

.top-mail img {
  width: 16px;
}

.top-mail a{
  font-size: 10px;
}

.top-call img {
  width: 12px;
}

.top-call a{
  font-size: 10px;
}

.call-now {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5px;
}

.call-now h4 {
  font-size: 10px;
}

.call-now a{
  font-size: 10px;
}

  .side-content {
    margin-bottom: 20px;
  }

  h4.copyright {
    text-align: center;
  }

  h4.design {
    text-align: center;
  }

  .sticky-mobile {
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  section.logo {
    display: none;
  }

  .mobile-header img {
    width: 240px;
    height: auto;
  }

  .fixed .navbar2 a:last-child {
    margin-bottom: 20px;
  }

  .right-side textarea {
    width: 100%;
    height: auto;
    font-size: 11px;
    margin: 0;
}

.side-nav ul li a:hover{
  margin-left: auto;
}

}

@media (min-width: 721px) and (max-width: 1024px) {
  .navbar2 {
    height: 54px;
  }

  .navbar2 a {
    padding: 3px 10px;
  }

  .navbar2 a:hover img,
  .navbar2 a.active img {
    top: -22px;
  }

  .hover-effect {
    height: 44px;
  }

  li.reveal.fade-right {
    opacity: 1;
  }

  .row .col-md-4 {
    width: 40%;
  }

  .row .col-md-8 {
    width: 60%;
  }

  section.main-content h4 {
    font-size: 16px;
  }

  .row .col-md-6 {
    width: 50%;
  }
}
