html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 500;
  font-style: normal;
}


p {
  font-weight: 400;
  font-size: 1.6rem;
}

a:hover {
  color: #76bc29;
}

.btn,
a {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
.btn:hover,
a:hover {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  outline: none;
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99999;
  background: #f06b28 !important;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  transition: all 0.4s;
  text-decoration: none;
  color: #fff;
}

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

.back-to-top:hover {
  background: #000 !important;
  color: #fff;
}

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

.fixed-top.navbar {
  width: 100%;
  margin: auto;
  animation: slide-down 0.7s;
  transition: all 0.5s;
  /* background: rgba(17, 11, 39, 1); */
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1.5px dashed #d5d5d5;
  position: fixed;
  top: 0;
}

.bg-light {
  background: #030377 !important;
  max-width: 1320px;
  margin: auto;
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
  z-index: 9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 2.5rem 3rem;
  font-size: 1.5rem;
}

.nav-link:focus, .nav-link:hover {
  background: #f06b28;
}

.homeicon {
  padding: 2.5rem 3rem;
}

.homeicon i {
  font-size: 1.9rem;
  color: #fff;
}

.active {
  background: #f06b28;
}

.calltop {
  background: #f06b28;
  padding: 2.1rem 1.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.calltop i {
  font-size: 3rem;
}

.calltop:hover {
  background: #060636;
  color: #fff;
}

.topmenu i {
  font-size: 3.2rem;
  color: #f06b28;
}

.topmenu h5 {
  color: #808080;
}

.topmenu a {
  color: #000;
}

.logotop h3 {
  font-size: 5rem;
  font-weight: 900;
  color: #f06b28;
  text-shadow: 2px 4px 3px #464646;
}

.logotop h4 {
  font-size: 2rem;
  color: #000080;
  font-weight: 600;
}

.swiper-slide {
  min-height: 65rem;
  text-align: center;
}

.slider-title {
  font-size: 6rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 7px #000;
}

.swiper-wrapper {
  overflow: hidden;
}

.btn-primary {
  font-weight: 600;
  border: solid 1px #ffffff;
  padding: 1rem 2rem;
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
  background: #f06b28;
  float: left;
}


.slide-2 {
  background: url("../images/banner02.jpg");
  background-size: cover;
  background-position: top;
}

.slide-1 {
  background: url("../images/banner03.jpg");
  background-size: cover;
}

.slide-3 {
  background: url("../images/banner04.jpg");
  background-size: cover;
}


.slider-buttton {
  display: inline-block;
}

.swiper-slide-active .slider-sub-title {
  animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
  animation: fadeInUp 1.5s;
}

.swiper-slide-active.slide-2 .slider-title {
  animation: fadeInRight 1.5s;
}

.swiper-slide-active.slide-3 .slider-title {
  animation: fadeInLeft 1.5s;
}

.swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}

.home-banner {
  margin-top: -3rem;
}

.slider-container {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  width: max-content;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  margin-top: 5rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2.2rem;
}

.dropdown-item {
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}

.navbar-nav .dropdown-menu {
  border-top: 5px solid #f06b28;
  border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #000080;
  color: #fff;
}

.block h4 {
  font-size: 2.5rem;
  color: #000080;
  font-weight: 700;
}

.bg1 {
  background: #F7F7F7;
  padding: 8rem 0;
}

.block {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem;
  height: 30rem;
  border: 1px solid #edc2ad;
}

.block1 {
  background: #fff;
  height: 25rem;
  border-radius: 1.5rem;
  border: 1px solid #edc2ad;
}

.block1 {
  height: 30rem;
  overflow: hidden;
}

.block1 img {
  border-radius: 1.5rem;
}

.block1 h4 {
  position: absolute;
  top: 50%;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.block1::after {
  content: "";
  background: linear-gradient(transparent, #171717);
  height: 70%;
  bottom: 0;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
}

.blocktxt {
  position: absolute;
  top: 50%;
  width: max-content;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-btn {
  display: flex;
  margin-right: 40px;
}

.btn-default {
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background: #f06b28;
  color: #fff;
  border-radius: 10rem;
  padding: 1.8rem 7rem 1.8rem 3rem;
  border: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.btn-default::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #000080;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  color: #fff;
}

.btn-default::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  transform: translate(-30px, -50%);
  transition: all 0.4s ease-in-out;
}

.btn-default:hover {
  background-color: transparent;
  color: #fff;
}

.btn-default:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.heading h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ef6a27;
}

.heading h3 {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}

.heading h3 span {
  color: #000080;
}

.abouth p {
  color: #333232;
}

.home-about {
  padding: 10rem 0;
}

.service-block {
  background: #fff5f1;
  padding: 2.5rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 15px #c7c4c3;
}

.service-block h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #af4008;
}

.service-block h3 {
  font-size: 2rem;
  font-weight: 700;
}

.service-btn {
  position: relative;
  width: max-content;
  background: #000080;
  border-radius: 5rem;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  padding: 1rem 2rem;
  color: #fff;
}

.service-btn:hover {
  background: #f06b28;
  color: #fff;
}

.services {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

footer {
  background: #03033e;
  color: #c0c0dd;
  padding: 8rem 0;
  padding-bottom: 2rem;
  border-top: 4px dotted #f06b28;
}

footer h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

footer ul li a {
  color: #fff;
  margin-bottom: 1.5rem;
  display: block;
  color: #c0c0dd;
}

footer ul li a:hover {
  color: #f06b28;
}

.copyright {
  margin-top: 5rem;
  border-top: 1px solid #373752;
}

.copyright p {
  font-size: 1.4rem;
}

footer h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f06b28;
}

address a {
  color: #c0c0dd;
}

.contact-circle {
  position: absolute;
  top: 30px;
  right: 50px;
  animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.contact-circle img {
  max-width: 150px;
}

.whyus ul li {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.whyus ul li i {
  color: #f06b28;
  font-size: 2rem;
  margin-right: 1rem;
}


.why-choose {
  position: relative;
  padding: 0 0 20rem 30rem;
}

.why-img-2 {
  max-width: 35rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.why-img-1 figure,
.why-img-2 figure {
  display: block;
  border-radius: 2rem;
}

.why-img-1 img,
.why-img-2 img {
  width: 100%;
  aspect-ratio: 1 / 1.09;
  object-fit: cover;
  border-radius: 2rem;
}

.image-hover {
  position: relative;
  overflow: hidden;
}

.image-hover:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-hover:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.whyus {
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.inside-top {
  height: 35rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -3rem;
}

.inside-top img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.inside-top::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.inside-top img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bann-head {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.bann-head h1 {
  font-size: 6rem;
  font-weight: 700;
}

.bann-head ul li {
  display: inline;
}

.bann-head ul li a {
  color: #fff;
  font-size: 1.6rem;
}

.bann-head ul li a:hover {
  color: #f06b28;
}

.active1 {
  color: #f06b28 !important;
  font-weight: 600;
}

.allservices {
  background: #040456;
  color: #fff;
  padding: 4rem 2rem;
  border-radius: 1.5rem;
}

.allservices ul li a {
  background: #fff;
  display: block;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 10rem;
  font-weight: 700;
}

.allservices ul li a:hover {
  background: #f06b28;
  color: #fff;
}

.active2 {
  background: #f06b28 !important;
  color: #fff !important;
}

.allservices h4 {
  font-size: 2.3rem;
  font-weight: 600;
}

.title {
  font-size: 2rem;
}

.inside ul li {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.fa-circle-check {
  color: #ef6a27;
}

.inside .main-head {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000080;
}

.contactform {
  background: #feeae0;
  padding: 4rem;
  border-radius: 2rem;
}

.contactform h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000080;
}

.form-control {
  font-size: 1.6rem;
  height: 5.5rem;
  padding-left: 2rem;
}

textarea {
  height: auto !important;
}

::placeholder {
  color: #000080;
  font-size: 1.6rem;
}

.contactus i {
  font-size: 5rem;
  color: #f06b28;
}

.contactus h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.contactus {
  margin-top: 8rem;
}

.contactus a {
  color: #000;
}

.contactus a:hover {
  color: #f06b28;
}

.add {
  display: block !important;
}

.remove {
  display: none !important;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.professional {
  margin-top: 15rem;
  margin-bottom: 10rem;
}

/* Responsive */
@media screen and (max-width:768px) {
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
  }

  .calltop {
    display: ruby-text;
  }

  .navbar-brand {
    background: #fff;
    padding: 0 1rem;
  }

  .navbar-brand h3 {
    display: inline-block;
    font-size: 5rem;
    font-weight: 900;
    color: #f06b28;
    vertical-align: middle;
    margin-top: 2.5rem;
  }

  .navbar-toggler {
    font-size: 3.5rem;
    color: #fff;
  }

  .home-banner {
    margin-top: 0rem;
    height: 100vh;
  }

  .swiper-slide {
    min-height: 100vh;
  }

  .slider-title {
    font-size: 4.5rem;
  }

  .btn-default {
    font-size: 1.5rem;
  }

  .mobimg {
    margin-top: 7rem;
  }

  .services .hero-btn {
    margin-bottom: 5rem;
  }

  .why-choose {
    padding: 0;
    margin-top: 4rem;
  }

  .why-img-1 {
    position: relative;
    left: 31rem;
    top: 9rem;
  }

  .fksun p {
    margin-bottom: 7rem;
  }

  .heading h3 {
    font-size: 3.5rem;
  }

  .home-banner {
    width: 100%;
  }

  .abouth {
    margin-top: 5rem;
  }

  .bann-head h1 {
    font-size: 5rem;
  }

  .contactform {
    margin-top: 5rem;
  }

  .navbar-collapse {
    border-top: 1px dashed #fff;
  }
}

@media screen and (max-width:600px) {
  .why-img-1 {
    display: none;
  }

  .why-img-2 {
    position: relative;
    max-width: 100%;
  }

  .slider-title {
    font-size: 3.5rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }

  .navbar-brand img {
    width: 4rem;
  }

  .navbar-brand h3 {
    font-size: 4rem;
  }

  .home-banner,
  .swiper-slide {
    min-height: 80vh;
    overflow: hidden;
    height: 80vh;
  }

  .swiper-button-next, .swiper-button-prev {
    margin-top: -4rem;
  }

  .services {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  .whyus ul li {
    font-size: 1.6rem;
  }

  .heading h3 {
    font-size: 3rem;
  }

  .home-banner {
    margin-top: 6rem;
  }

  footer h4 {
    margin-top: 3rem;
  }

  .fksun p {
    margin-bottom: 0;
  }

  .back-to-top {
    width: 4.5rem;
    height: 4.5rem;
  }

  .home-about {
    padding-top: 5rem;
  }

  .bann-head h1 {
    font-size: 4rem;
  }

  .whyus {
    padding-bottom: 0;
  }

  .navbar-collapse {
    border-top: 1px dashed #fff;
  }

  .fa-phone-volume {
    font-size: 3rem;
  }

  .title {
    font-size: 1.7rem;
  }
}

@media screen and (max-width:480px) {
  .slider-title {
    font-size: 3rem;
  }

  .slider-title {
    font-size: 3rem;
  }

  .container {
    width: 95%;
  }

  footer h4 {
    margin-top: 2.5rem;
  }

  .fksun p {
    margin-bottom: 2rem;
  }

  .navbar-brand img {
    width: 3rem;
  }

  .navbar-brand h3 {
    margin-top: 1.5rem;
  }

  .heading h3 {
    font-size: 2.3rem;
  }

  .block1 h4,
  .block h4 {
    font-size: 2.2rem;
  }

  .bann-head h1 {
    font-size: 3.5rem;
  }

  .service-block h3 {
    font-size: 1.8rem;
  }

  .service-block h5 {
    font-size: 1.7rem;
  }

  footer h3 {
    font-size: 2rem;
  }

  .whyus ul li {
    font-size: 1.5rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 2.2rem 3rem;
  }
}