@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;

}

:root {
  --orange: #C37A30;
  --blue: #013A59;
  --red: #FF201A;
  --darkblue: #4D148C;
  --pink: #D0245D;
  --navy-blue:#162e5f;
}

body{
  font-family: Arial, Helvetica, sans-serif;
}


.mail {
  position: fixed;
  right: 10px;
  bottom: 160px;
  z-index: 9;
}

.mail a i {
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.735);
  border-radius: 50%;
  padding: 10px 12px;
}

.mail a i:hover {
  background-color: #fff;
  color: rgba(255, 0, 0, 0.71);
}

.Phone {
  position: fixed;
  right: 10px;
  bottom: 280px;
  z-index: 9;
}

.Phone a i {
  font-size: 20px;
  color: #fff;
  background-color: blue;
  border-radius: 50%;
  padding: 10px 12px;
}

.Phone a i:hover {
  background-color: #fff;
  color: blue;
}

.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 220px;
  z-index: 9;
}

.whatsapp a i {
  font-size: 20px;
  color: #fff;
  background-color: green;
  border-radius: 50%;
  padding: 11px 14px;
}

.whatsapp a i:hover {
  background-color: #fff;
  color: green;
}

/* top-bar start */
.top-bar-012 {
  background-color: #fff;
  padding: 10px 0;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-bottom: 2px solid var(--red);
}

.top-text {
  text-align: center;
  }

.top-text a i {
  margin-right: 10px;
  color: var(--blue);
  font-size: 18px;
}

.top-text a {
  color: var(--blue);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin-left: 10px;
}

.gst-section a{
text-decoration: none;
color: var(--blue);
font-weight: 600;
font-size: 20px;
}
/* top bar end */


/* navbar start */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;

}

@media screen and (max-width:700px) {
  .top-icon-01-01 {
    margin-right: 8px;
    background-color: #fff;
    width: 82px !important;
    height: 53px;
    padding-top: 13px;
    text-align: center;
    border-radius: 50%;
  }
}

@media screen and (max-width:500px) {
  .top-bar-012 {
    display: none;
  }

  .navbar-brand {
    color: var(--blue);
    font-size: 15px !important;
  }

  .navbar-brand {
    width: 40% !important;
    color: var(--blue);
    /* font-size: 30px; */
  }

  .top-icon-01-01 {
    margin-right: 8px;
    background-color: #fff;
    width: 153px !important;
    height: 53px;
    padding-top: 13px;
    text-align: center;
    border-radius: 50%;
  }

}

.navbar-brand {
  color: #DC0032;
  font-size: 36px;
}

.navbar-brand {
  color: var(--red);
  font-weight: 600;
}

.nav-item :hover {
  color: #fff;
}

@media screen and (max-width:992px) {
  .navbar a img {
    width: 63px !important;
    padding: 0;
  }
}

/* Navbar */
.navbar .navbar-nav .nav-link {
  padding: 10px 3px;
  margin: 10px 20px;
  color: var(--navy-blue);
  font-weight: 600;
  outline: none;
  text-transform: uppercase;
  font-size: 17px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}


.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.nav-item .dropdown-item {
  transition: .3s;
}

.nav-item .dropdown-item:hover {
  letter-spacing: 1px;
  color: #fff;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s;
}
.tracking-area-form .dropdown-toggle::after {
  display: inline-block;
  margin-left: 13.255em !important;
  vertical-align: 0.255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.navbar a img {
  width: 79px;
}


@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: calc(100% - 15px);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


@media (max-width:320px) {
  .top-social-icons {
    display: none;
  }

  .about-img .about-img-2 {
    margin-top: -50px !important;
  }

  .view-btn {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.supermenu2 {
  display: none !important;
}

.dropdown-item:hover .supermenu2 {
  display: block !important;
}


.dropdown:hover .abbbt {
  display: block !important;
  /* transform: translateY(20%) ; */
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

 
  .abbbt li:hover .submenu {
    display: block !important;
  }

  .dropdown-menu .submenu {
    display: none !important;
    position: absolute !important;
    left: 100%;
    top: -7px;
    transform: translateY(-25px) !important;


  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */


/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}
/* navbar end */


/* about section start */
.about-section{
  padding: 60px 0;
}

.about-text h4{
 color: var(--red);
 font-size: 30px;
 font-weight: 600;
}

.about-text h2{
  color: var(--blue);
  font-weight: 600;
  font-size: 30px;
}

.about-text p{
  font-size: 20px;
  text-align: justify;
}

.about-img-section img{
  border-radius: 30px;
  border: 2px solid var(--blue);
}

.about-button {
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
  cursor: pointer;
  transform: skew(-21deg);
}

.about-button a{
  color: #fff;
}
.about-button span {
  display: inline-block;
  transform: skew(21deg);
}

.about-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: var(--red);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.about-button:hover {
  color: #fff;
}

.about-button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* about section end*/


/* our services start*/
.our-services{
  padding: 0px 0 60px 0;
}

.services-heading h2{
  color: var(--red);
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.service-text h4{
  text-align: center;
  color: var(--blue);
  font-weight: 500;
  padding: 5px 0 0 0;
}

.service-text:hover{
  color: var(--red);
}

.service-img-text{
  border: 3px solid var(--blue);
}

.service-img img:hover{
  transition: 0.3s;
  
}

/* our services end*/


/* why choose us start*/
.why-img{
  border: 3px solid var(--blue);
  
}

.why-section{
  padding: 30px 0 60px 0;
}

.why-text h4{
  color: var(--red);
  font-weight: 600;
  font-size: 30px;
}

.why-text p{
  font-size: 20px;
  text-align: justify;
}
/* why choose us end*/


.footer-section{
  background: linear-gradient(to right, #00000089, #0000006d),url(../img/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}

.footer-about{
  color: #fff;
}
.footer-about p{
  font-size: 20px;
  text-align: justify;
}
.footer-text{
  color: #fff;
}
.footer-text ul{
  list-style: none;
}
.footer-text ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.tophead-social {
  padding-left: 0px;
  padding-top: 24px;
  display: flex;
  list-style: none;
  
}

.tophead-social li {
  padding-left: 20px;
}

.client-section{
  padding: 30px 0 60px 0;
}
.client-text{
  border: 2px solid var(--blue);
}

.client-img{
  border: 2px solid var(--blue);
  margin: 5px;
 
}

.services-section{
  padding: 60px 0;
}

.services-text h4{
  color: var(--blue);
  font-size: 30px;
  font-weight: 600;
}
.services-text p{
  font-size: 22px;
  text-align: justify;
}
.services-text h2{
  font-weight: 600;
  color: var(--blue);
}

.contact-area-section{
  padding:40px 0 60px 0;
}

.contact-area-img{
  border: 2px solid var(--blue);
}

.contact-area-text h2{
  font-weight: 600;
  color: var(--blue);
  font-size: 40px;
}

.contact-section-text{
  margin-top: 60px;
  text-align: justify;
  
}
.contact-section-text h2{
  color: var(--blue);
  font-weight: 600;
  font-size: 35px;
}

.contact-section-text p a{
  text-decoration: none;
  color: #000;
  font-size: 22px;
  text-align: justify;
  
}

.contact-section-text p a i{
  color: rgb(166, 74, 74);
}
.contact-section-text p a strong{
  color: #013A59;
  font-weight: bold;
}

.contact-section-img img{
  border-radius: 20px;
  border: 2px solid var(--blue);
}

