* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

ol,
ul,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rubik", sans-serif;
}

:root {
  --poppins: "Poppins", sans-serif;
}

/****************
    Components
*****************/

.primary-button {
  padding: 16px 45px;
  background-color: #ff4a17;
  color: white;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.primary-button:hover {
  background-color: #00236b;
}

@media screen and (max-width: 991px) {
  .primary-button {
    padding: 14px 35px;
  }
}

.row {
  --bs-gutter-x: 0;
}

/**********************************************************************************************************************
                                             Home Page 1 Start
***********************************************************************************************************************/

/*************
    Header 
 *************/
.fg-navbar-sticky {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 2;
}

.fg-sub-menu {
  width: 100%;
  height: 45px;
  background-color: #00236b;
  color: white;
  display: flex;
  align-items: center;
}

.fg-sub-menu-container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.fg-sub-menu-container i {
  font-size: 14px;
}

.fg-sub-menu-left-container {
  display: flex;
  gap: 40px;
  align-items: center;
}

.fg-sub-menu-right-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fg-sub-menu-right-container a {
  color: white;
}

.navbar-offcanvas-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-offcanvas-search input {
  width: 50%;
  height: 60px;
  padding-left: 30px;
  font-size: 20px;
}

.navbar-offcanvas-search input::placeholder {
  font-size: 20px;
  letter-spacing: 3px;
}

.navbar-offcanvas-search a {
  font-size: 20px;
}

.fg-navbar {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
}

.fg-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fg-navlist-container {
  display: flex;
  gap: 45px;
  margin-left: 300px;
}

.fg-navlist-container li a {
  font-size: 17px;
  font-weight: 500;
  color: #001d23;
  transition: 0.2s ease-in-out;
}

.fg-navlist-container li a:hover {
  color: #ff4a17;
}

.menu-dropdown-item {
  width: 130px;
  background-color: white;
  position: absolute;
  top: calc(0% + 25px);
  left: calc(0% - 35px);
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  display: none;
}

.menu-dropdown-item li {
  margin-top: 5px;
}

.menu-dropdown-item li:hover {
  color: #ff4a17;
}

.fg-single-navlist:hover .menu-dropdown-item {
  display: block;
}

.fg-navbar-sm {
  padding: 0 20px;
  height: 70px;
}

.fg-navbar-sm i {
  font-size: 25px;
}

.fg-responsive-menubar {
  height: 48px;
  width: 48px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.fg-responsive-navbar {
  transition: 0.7s ease;
  background-color: rgba(255, 255, 255, 0.788);
  backdrop-filter: blur(30px);
  padding-top: 10px;
  display: none;
}

.fg-responsive-close-btn {
  text-align: end;
  padding-right: 15px;
  border-radius: 50%;
}

.fg-responsive-close-btn button:hover {
  background-color: #00246b98;
  transition: 0.3s ease;
}

.fg-responsive-close-btn button {
  padding: 10px 10px;
  border: 1px solid #c0c1c1;
  border-radius: 50%;
}

.fg-responsive-nav-top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 20px 20px;
}

.fg-responsive-accordion {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: 0;
  --bs-accordion-bg: #fff0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fg-responsive-list {
  padding: 0;
}

.fg-responsive-list-container {
  --bs-accordion-border-color: white;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #081011;
}

.fg-responsive-list-container a {
  width: 130px;
}

.fg-responsive-list-container a:hover {
  color: #00236b;
}

.fg-responsive-nav-list {
  width: 95%;
  margin: auto;
  border-bottom: 1px solid #00236b26;
  font-size: 20px;
}

.fg-responsive-nav-list a {
  font-size: 20px;
}

.fg-responsive-search {
  width: 60%;
}

.fg-responsive-search input {
  padding: 10px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #00236b26;
  border-radius: 5px;
  outline: none;
}

.fg-responsive-search i {
  font-size: 20px;
  position: absolute;
  right: 4%;
  top: 27%;
}

.fg-responsive-account i {
  width: 30px;
  height: 30px;
  border: 1px solid #5f6566;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-responsive-contact-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 1399px) {
  .fg-navlist-container {
    gap: 35px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-navlist-container {
    gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .offcanvas-body {
    padding-left: 10px;
  }

  .fg-sub-menu {
    display: none;
  }

  .navbar-offcanvas-lg {
    display: none;
  }

  .fg-responsive-navbar {
    display: block;
  }

  .fg-navlist-container {
    flex-direction: column;
  }

  .fg-navlist-container {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .fg-responsive-nav-top {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .fg-responsive-search {
    width: 70%;
  }

  .fg-banner-btn {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 479px) {
  .fg-navbar-sm {
    gap: 30px;
  }

  .fg-navbar-sm img {
    width: 100%;
  }

  .fg-responsive-menubar i {
    font-size: 20px;
  }

  .fg-responsive-search {
    width: 100%;
  }

  .fg-banner-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 349px) {
  .fg-banner-btn {
    font-size: 10px;
  }
}

/*************
     Banner 
 *************/
.fg-banner {
  color: white;
}

.fg-banner-bg-image img {
  width: 100%;
}

.fg-banner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 7%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-banner-content-container {
  display: flex;
  gap: 100px;
}

.fg-banner-text-container {
  padding-top: 50px;
}

.fg-banner-text-container h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: var(--poppins);
}

.fg-banner-text-container p {
  margin-top: 25px;
}

.fg-banner-button-container {
  margin-top: 40px;
}

.fg-banner-button-container a:hover {
  background-color: white;
  color: black;
}

.fg-banner-video-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: white;
  outline: 4px solid #bac4da;
  position: relative;
}

.fg-banner-video-icon::before,
.fg-banner-video-icon::after {
  content: "";
  position: absolute;
  border: 2px solid #6e82b2;
  border-radius: 50%;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  animation: animate 1.5s infinite linear;
  opacity: 0;
}

.fg-banner-video-icon::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
  }
}

.fg-banner-video-icon i {
  height: 100%;
  color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-banner-content-container img {
  width: 90%;
}

@media screen and (max-width: 1529px) {
  .fg-banner-content-container {
    gap: 70px;
  }

  .fg-banner-content-container img {
    width: 80%;
  }

  .fg-banner-container {
    top: 5%;
    padding-left: 8%;
  }
}

@media screen and (max-width: 1399px) {
  .fg-banner-content-container {
    gap: 50px;
  }

  .fg-banner-text-container {
    padding-top: 35px;
  }

  .fg-banner-text-container h1 {
    font-size: 45px;
  }

  .fg-banner-content-container img {
    width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .fg-banner-content-container {
    gap: 70px;
  }

  .fg-banner-text-container {
    padding-top: 10px;
  }

  .fg-banner-container {
    top: 1%;
    padding-left: 6%;
  }

  .fg-banner-text-container p {
    margin-top: 15px;
  }

  .fg-banner-button-container {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .fg-banner-bg-image img {
    height: 500px;
  }

  .fg-banner-container {
    top: 10%;
    align-items: start;
    padding-left: 4%;
  }

  .fg-banner-content-container {
    gap: 20px;
  }

  .fg-banner-text-container h1 {
    font-size: 40px;
  }

  .fg-banner-text-container p {
    font-size: 14px;
  }

  .fg-banner-content-container {
    gap: 60px;
  }

  .fg-banner-content-container img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fg-banner-bg-image img {
    height: 630px;
  }

  .fg-banner-container {
    top: 5%;
  }

  .fg-banner-content-container {
    flex-direction: column;
  }

  .fg-3-banner-heading-br {
    display: none;
  }

  .fg-banner-button-container {
    margin-top: 20px;
  }

  .fg-banner-right-image {
    padding-top: 30px;
  }

  .fg-banner-content-container img {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .fg-banner-bg-image img {
    height: 550px;
  }

  .fg-banner-text-container h1 {
    font-size: 35px;
  }

  .fg-banner-content-container img {
    height: 360px;
    width: 310px;
  }
}

@media screen and (max-width: 479px) {
  .fg-banner-container {
    top: 8%;
  }

  .fg-banner-bg-image img {
    height: 400px;
  }

  .fg-banner-content-container {
    gap: 40px;
  }

  .fg-banner-text-container {
    padding-right: 15px;
  }

  .fg-banner-text-container h1 {
    font-size: 26px;
  }

  .fg-banner-right-image {
    width: 90%;
  }

  .fg-banner-content-container img {
    height: 280px;
    width: 250px;
  }
}

@media screen and (max-width: 349px) {
  .fg-banner-content-container img {
    width: 55%;
    height: auto;
  }
}

/*************
    About Us 
 *************/
.fg-about {
  margin-top: 100px;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.fg-about-text-container h6 {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-about-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
  margin-top: 15px;
}

.fg-about-text-container p {
  font-size: 17px;
  color: #818080;
  margin-top: 20px;
}

.fg-about-list-container {
  margin-top: 20px;
  margin-bottom: 55px;
}

.fg-about-list-container i {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: white;
  background-color: #ff4a17;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fg-about-list-icon-middle {
  background-color: #00236b;
}

.fg-about-text-container span {
  font-size: 17px;
  color: #818080;
}

@media screen and (max-width: 1199px) {
  .fg-about img {
    height: 420px;
    width: 420px;
  }

  .fg-about-text-container h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fg-about-text-container p {
    margin-top: 0px;
  }

  .fg-about-list-container {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .fg-about {
    flex-direction: column;
  }

  .fg-about img {
    height: 100%;
    width: 100%;
  }

  .fg-about-text-container p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fg-about {
    gap: 30px;
  }

  .fg-about-text-container h6 {
    font-size: 20px;
  }

  .fg-about-text-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .fg-about {
    padding: 0 25px;
    margin-top: 180px;
  }
}

@media screen and (max-width: 479px) {
  .fg-about-text-container h6 {
    font-size: 16px;
  }

  .fg-about-text-container h4 {
    font-size: 22px;
    width: 100%;
  }

  .fg-about-text-container p {
    font-size: 15px;
  }

  .fg-about-text-container span {
    font-size: 14px;
  }
}

@media screen and (max-width: 349px) {
  .fg-about {
    margin-top: 100px;
  }
}

@media screen and (max-width: 337px) {
  .fg-about-text-container h6 {
    font-size: 16px;
  }

  .fg-about-text-container h4 {
    font-size: 20px;
  }

  .fg-about-text-container button {
    width: 40%;
    font-size: 12px;
    height: 45px;
  }

  .fg-about-list-container i {
    width: 18px;
    font-size: 8px;
  }
}

/*************
  Our Service 
 *************/
.fg-service {
  background-image: url(../assets/images/service-bg.png);
  width: 100%;
  height: 1210px;
  margin-top: 100px;
  text-align: center;
  padding-top: 80px;
}

.fg-service-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-service-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin: auto;
  margin-top: 15px;
}

.fg-service-container {
  margin-top: 50px;
  gap: 50px;
}

.gap-4 {
  gap: 30px !important;
}

.fg-single-service {
  height: auto;
  width: 370px;
  background-color: white;
  padding: 0;
  padding-bottom: 20px;
}

.fg-single-service:hover .fg-single-service-overlay-icon {
  background-color: #ff4a17;
  color: white;
}

.fg-single-service:hover .fg-single-service-btn {
  color: #ff4a17;
}

.fg-single-service img {
  height: 210px;
  width: 100%;
}

.fg-single-service-text-container {
  margin-top: 25px;
  text-align: left;
  margin-left: 20px;
  margin-right: 10px;
}

.fg-single-service-text-container h5 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
}

.fg-single-service-text-container p {
  font-size: 17px;
  color: #818080;
  margin-bottom: 10px;
}

.fg-single-service-btn {
  font-size: 17px;
  color: #818080;
  border: none;
  background-color: transparent;
  margin-top: 10px;
  transition: 0.3s ease;
}

.fg-single-service-btn:hover {
  border-bottom: 1px solid #ff4a17;
}

.fg-single-service-overlay-icon {
  position: absolute;
  top: 6%;
  left: 6%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
  color: #00236b;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}

@media screen and (max-width: 1399px) {
  .fg-service {
    height: auto;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .fg-service {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .fg-service-text-container p {
    font-size: 20px;
  }

  .fg-service-text-container h4 {
    font-size: 30px;
  }

  .fg-single-service-text-container h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .fg-service {
    padding-top: 60px;
  }

  .fg-service-text-container h4 {
    margin-top: 5px;
  }

  .fg-service-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-service {
    padding-top: 60px;
  }

  .fg-service-text-container p {
    font-size: 16px;
  }

  .fg-service-text-container h4 {
    font-size: 22px;
  }

  .fg-single-service {
    width: 90%;
    height: auto;
    padding-bottom: 15px;
  }

  .fg-single-service-text-container {
    margin: 25px 15px 0;
  }

  .fg-single-service-text-container h5 {
    font-size: 18px;
  }
}

/*********************
     Best Projects 
 *********************/
.fg-project {
  margin-top: 80px;
  text-align: center;
}

.fg-project-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-project-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-project-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.fg-single-project {
  width: 370px;
  height: 400px;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}

.fg-project-image {
  transition: 0.5s ease-in-out;
}

.fg-single-project:hover .fg-project-image {
  transform: scale(0.98);
}

.fg-single-project:hover .fg-single-project-overlay-container {
  opacity: 1;
}

.fg-single-project-overlay-container {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: #334b80cf;
  padding-bottom: 30px;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.fg-single-project-overlay {
  height: 124px;
  width: 310px;
  background-color: #ff4a17;
  border-radius: 5px;
  color: white;
}

.fg-project-overlay-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-project-overlay-icon i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
  color: #ff4a17;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(0% - 25px);
}

.fg-single-project-overlay p {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--poppins);
  padding-top: 40px;
}

.fg-single-project-overlay span {
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .fg-project {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-project-text-container p {
    font-size: 20px;
  }

  .fg-project-text-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .fg-project-text-container h4 {
    margin-top: 5px;
  }

  .fg-project-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-project-text-container p {
    font-size: 16px;
  }

  .fg-project-text-container h4 {
    font-size: 22px;
  }

  .fg-single-project {
    width: 90%;
    height: 100%;
  }

  .fg-single-project img {
    width: 100%;
  }

  .fg-single-project-overlay {
    width: 80%;
    height: 30%;
  }

  .fg-single-project-overlay p {
    font-size: 18px;
  }

  .fg-single-project-overlay span {
    font-size: 16px;
  }
}

@media screen and (max-width: 399px) {
  .fg-single-project-overlay p {
    font-size: 100%;
    padding-top: 15%;
  }

  .fg-single-project-overlay span {
    font-size: 100%;
  }
}

@media screen and (max-width: 349px) {
  .fg-single-project-overlay {
    padding-bottom: 10px;
  }

  .fg-single-project-overlay p {
    font-size: 14px;
    padding-top: 12%;
  }

  .fg-single-project-overlay span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .fg-project-overlay-icon i {
    height: 40px;
    width: 40px;
    top: calc(0% - 22px);
  }
}

/*************
     Video 
 *************/
.fg-video {
  margin-top: 100px;
}

.fg-video-bg {
  width: 100%;
  height: 650px;
}

.fg-video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-video-item-container {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 90%;
}

.fg-video-text-container h6 {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-video-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
  margin-top: 15px;
}

.fg-video-text-container p {
  font-size: 17px;
  color: #818080;
  margin-top: 20px;
}

.fg-video-list-container {
  margin-top: 20px;
  margin-bottom: 55px;
}

.fg-video-list-container i {
  color: #ff4a17;
  font-size: 17px;
}

.fg-video-text-container span {
  font-size: 17px;
  color: #818080;
}

.fg-video-img {
  height: 440px;
  width: 585px;
  box-shadow: 12px 12px 0px #ff4a17;
}

.fg-video-img img {
  width: 100%;
  height: 100%;
}

.fg-video-icon-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-video-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
  outline: 4px solid #ff491783;
  position: relative;
}

.fg-video-icon::before,
.fg-video-icon::after {
  content: "";
  position: absolute;
  border: 4px solid #ff491783;
  border-radius: 50%;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  animation: animate 1.5s infinite linear;
  opacity: 0;
}

.fg-video-icon::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 1529px) {
  .fg-video-text-container p {
    margin-top: 10px;
  }

  .fg-video-list-container {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1399px) {
  .fg-video-item-container {
    gap: 30px;
  }

  .fg-video-img {
    height: 350px;
    width: 505px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-video-item-container {
    gap: 20px;
  }

  .fg-video-img {
    height: 300px;
    width: 400px;
  }

  .fg-video-text-container h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .fg-video {
    margin-top: 80px;
  }

  .fg-video-bg {
    height: 900px;
  }

  .fg-video-item-container {
    flex-direction: column-reverse;
    gap: 60px;
    align-items: baseline;
  }

  .fg-video-img {
    width: 100%;
    height: 320px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .fg-video-text-container h6 {
    font-size: 20px;
  }

  .fg-video-text-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .fg-video-item-container {
    align-items: center;
  }

  .fg-video-text-container {
    width: 90%;
  }

  .fg-video-img {
    width: 400px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .fg-video-text-container h6 {
    font-size: 16px;
  }

  .fg-video-text-container h4 {
    font-size: 22px;
  }

  .fg-video-img {
    width: 80%;
    /* height: 30%; */
  }

  .fg-video-text-container a {
    width: 40%;
    font-size: 14px;
    height: 45px;
  }

  .fg-video-icon {
    height: 50px;
    width: 50px;
  }
}

/**********************
    Our Team Member 
 ***********************/
.fg-team-member {
  margin-top: 80px;
  text-align: center;
}

.fg-team-member-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-team-member-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-team-member-card-container {
  margin-top: 50px;
}

.fg-team-member-single-card {
  width: 370px;
  height: 100%;
  height: 410px;
  background-color: #dbdbde;
  padding-top: 50px;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.fg-team-member-single-card img {
  transition: 0.5s ease-in-out;
}

.fg-team-member-single-card img:hover {
  transform: scale(1.06);
}

.fg-second-team-member-image {
  border: 3px solid #ff4a17;
  border-radius: 50%;
}

.fg-team-member-single-card:hover {
  background-color: #ff4a17;
}

.fg-team-member-single-card:hover .fg-team-member-details h5 {
  color: white;
}

.fg-team-member-single-card:hover .fg-team-member-details p {
  color: white;
}

.fg-team-member-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 30px 0;
  text-align: left;
}

.fg-team-member-details h5 {
  font-size: 22px;
  color: #00236b;
  margin-bottom: 0;
}

.fg-team-member-details p {
  font-size: 17px;
  color: #818080;
}

.fg-team-member-plus-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: white;
  color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.fg-team-member-plus-icon-container {
  display: block;
  animation: fade_in_show 0.5s;
}

.fg-team-member-social-container {
  display: none;
}

.fg-team-social-media {
  height: 36px;
  background-color: white;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 15px;
  border-radius: 18px;
  font-size: 14px;
}

.fg-team-social-media i {
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.fg-team-social-media i:hover {
  color: #ff4a17;
}

.fg-team-member-minus-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #00236b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-team-member-single-card:hover .fg-team-member-plus-icon-container {
  display: none;
}

.fg-team-member-single-card:hover .fg-team-member-social-container {
  display: block;
  animation: fade_in_show 0.5s;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .fg-team-member {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-team-member-text-container p {
    font-size: 20px;
  }

  .fg-team-member-text-container h4 {
    font-size: 30px;
  }

  .fg-team-member-details h5 {
    font-size: 20px;
  }

  .fg-team-member-details p {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .fg-team-member-text-container h4 {
    margin-top: 5px;
  }

  .fg-team-member-card-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-team-member-text-container p {
    font-size: 16px;
  }

  .fg-team-member-text-container h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 390px) {
  .fg-team-member-single-card img {
    width: 70%;
  }

  .fg-team-member-single-card {
    height: auto;
    padding-bottom: 15px;
  }

  .fg-team-member-single-card:hover .fg-team-member-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 20px;
  }

  .fg-team-member-single-card:hover {
    padding-top: 30px;
  }
}

@media screen and (max-width: 300px) {
  .fg-team-member-details h5 {
    font-size: 18px;
  }

  .fg-team-member-details p {
    font-size: 15px;
  }
}

/*********************
    Our Online Shop 
 *********************/
.fg-online-shop {
  margin-top: 100px;
  text-align: center;
  background-image: url(../assets/images/online-shop-bg.png);
  height: 770px;
  width: 100%;
  padding-top: 80px;
}

.fg-online-shop-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-online-shop-text-container h4 {
  font-size: 40px;
  color: white;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-online-shop-card-container {
  margin-top: 50px;
}

.fg-online-shop-single-card {
  height: 390px;
  width: 370px;
  background-color: white;
  border-radius: 2px;
}

.fg-online-shop-image {
  height: 270px;
  width: 100%;
  background-color: #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-online-shop-image img {
  height: 177px;
  width: 100px;
  transition: 0.5s ease-in-out;
}

.fg-online-shop-image img:hover {
  transform: scale(1.15);
}

.fg-online-shop-last-image {
  height: 270px;
  width: 100%;
}

.fg-shop-card-bottom-container {
  margin-top: 30px;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.fg-shop-card-bottom-container h5 {
  font-size: 17px;
  color: #ff4a17;
  text-transform: uppercase;
  margin-bottom: 0;
}

.fg-shop-card-bottom-container p {
  font-size: 17px;
  color: #818080;
}

.fg-shop-card-review-icon-container {
  display: flex;
  gap: 1px;
  margin-top: 4px;
}

.fg-shop-card-bottom-container i {
  font-size: 12px;
  color: #ffb503;
}

.fg-shop-card-button {
  border: none;
  width: 127px;
  height: 37px;
  background-color: #00236b;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-shop-card-button:hover {
  background-color: #ff4a17;
}

.fg-shop-overlay-discount {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 80px;
  height: 26px;
  color: white;
  font-size: 14px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-shop-overlay-sale {
  position: absolute;
  top: 0.5%;
  right: 0.5%;
  width: 68px;
  height: 32px;
  color: white;
  font-size: 17px;
  background-color: #00236b;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .fg-online-shop {
    height: auto;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .fg-online-shop {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-online-shop-text-container p {
    font-size: 20px;
  }

  .fg-online-shop-text-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .fg-online-shop-text-container h4 {
    margin-top: 5px;
  }

  .fg-online-shop-card-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-online-shop {
    padding-top: 60px;
  }

  .fg-online-shop-text-container p {
    font-size: 16px;
  }

  .fg-online-shop-text-container h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 349px) {
  .fg-online-shop-single-card {
    height: 95%;
    width: 95%;
  }

  .fg-shop-card-bottom-container {
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/*******************
     Contact Form 
 ********************/
.fg-contact {
  margin-top: 90px;
  margin-bottom: 80px;
  background-color: white;
  height: 600px;
  width: 61%;
  display: flex;
  gap: 50px;
  padding: 60px 50px 0;
  box-shadow: 20px -20px 20px #f4f7fc, -20px 20px 20px #f4f7fc;
}

.fg-contact-form {
  width: 50%;
}

.fg-contact-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-left: 40px;
  outline: none;
}

.fg-contact-form textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-top: 20px;
  outline: none;
  resize: none;
}

.fg-contact-form button {
  width: 100%;
  height: 40px;
  background-color: #ff4a17;
  border-radius: 20px;
  border: none;
  color: white;
  font-size: 17px;
  transition: 0.3s ease-in-out;
}

.fg-contact-form button:hover {
  background-color: #00236b;
}

.fg-contact-image {
  width: 50%;
  margin-top: 20px;
}

.fg-contact-form-overlay-image {
  position: absolute;
  right: calc(0% - 25px);
  bottom: 15%;
}

.fg-contact-form-shape {
  padding-right: 0;
  height: 190px;
  width: 190px;
  background-color: #ff4a17;
  position: absolute;
  bottom: 0%;
  right: calc(0% - 49px);
  border-top-left-radius: 200px;
}

@media screen and (max-width: 1529px) {
  .fg-contact {
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .fg-contact {
    width: 90%;
  }

  .fg-contact-form {
    width: 60%;
  }

  .fg-contact-image {
    width: 40%;
    padding-top: 40px;
  }

  .fg-contact-image img {
    width: 100%;
  }

  .fg-contact-form-overlay-image {
    width: 240px;
  }

  .fg-contact-form-overlay-image {
    bottom: 24%;
    right: calc(0% - 40px);
  }
}

@media screen and (max-width: 991px) {
  .fg-contact {
    width: 90%;
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    gap: 150px;
    padding-bottom: 60px;
  }

  .fg-contact-form-shape {
    display: none;
  }

  .fg-contact-form {
    width: 90%;
  }

  .fg-contact-image {
    width: 60%;
    padding-top: 0px;
  }

  .fg-contact-form-overlay-image {
    bottom: calc(0% - 90px);
    right: calc(0% - 95px);
  }
}

@media screen and (max-width: 767px) {
  .fg-contact {
    width: 100%;
  }

  .fg-contact-image {
    width: 90%;
  }

  .fg-contact-form-large-image {
    width: 370px;
    height: 280px;
  }

  .fg-contact-form-overlay-image {
    bottom: calc(0% - 100px);
    right: calc(0% - 50px);
  }
}

@media screen and (max-width: 575px) {
  .fg-contact-form {
    width: 100%;
  }

  .fg-contact-image {
    width: 80%;
  }

  .fg-contact-form-large-image {
    width: 320px;
    height: 260px;
  }

  .fg-contact-form-overlay-image {
    right: calc(0% - 70px);
  }
}

@media screen and (max-width: 479px) {
  .fg-contact {
    gap: 40px;
  }

  .fg-contact-image {
    width: 80%;
  }

  .fg-contact-form-large-image {
    width: 220px;
  }

  .fg-contact-form-overlay-image {
    right: calc(0% - 70px);
    top: 120px;
  }

  .fg-contact-form-overlay-image img {
    width: 60%;
  }
}

@media screen and (max-width: 349px) {
  .fg-contact {
    gap: 0px;
    padding: 20px;
  }

  .fg-contact-image {
    width: 80%;
    height: 200px;
  }

  .fg-contact-form-large-image {
    width: 150px;
  }

  .fg-contact-form-overlay-image {
    width: 100px;
    height: 100px;
    left: 50%;
    right: 0;
    top: 90px;
  }

  .fg-contact-form-overlay-image img {
    width: 80%;
  }
}

/*********************
     Largest Blog 
 *********************/
.fg-blog {
  margin-top: 80px;
  margin-bottom: 320px;
  text-align: center;
}

.fg-blog-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-blog-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-blog-container {
  margin-top: 10px;
}

.fg-blog-single-card {
  width: 400px;
  /* border: 2px solid red; */
}
.fg-blog-single-card img {
  width: 400px;
  height: 200px;
}
.fg-blog-single-card:hover .fg-blog-overlay {
  height: 370px;
  box-shadow: -5px 30px 20px #f4f7fc, 15px 30px 20px #f4f7fc;
}

.fg-blog-single-card:hover .fg-blog-card-btn {
  opacity: 1;
}

.fg-blog-single-card:hover .fg-blog-image-overlay {
  opacity: 1;
}

.fg-blog-image-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff4917ad;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.fg-blog-overlay {
  background-color: white;
  height: 370px;
  width: 94%;
  text-align: left;
  padding-left: 30px;
  padding-top: 25px;

  bottom: calc(0% - 340px);
  left: 3%;
  box-shadow: -5px 20px 20px #f4f7fc, 15px 20px 20px #f4f7fc;
  transition: 0.6s ease-in-out;
}

.fg-blog-profile {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fg-blog-profile span:nth-child(1) {
  color: #86807f;
}

.fg-blog-profile span:nth-child(3) {
  color: #86807f;
}

.fg-blog-profile span:nth-child(2) {
  color: #da052a;
  font-size: 8px;
}

.fg-blog-overlay h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00236b;
  font-family: var(--poppins);
  margin-top: 10px;
}

.fg-blog-overlay p {
  font-size: 17px;
  color: #86807f;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fg-blog-card-btn {
  border: none;
  background-color: transparent;
  color: #86807f;
  font-size: 17px;
  transition: 0.2s ease;
  opacity: 0;
}

.fg-blog-card-btn:hover {
  border-bottom: 1px solid #86807f;
}

@media screen and (max-width: 991px) {
  .fg-blog {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-blog-text-container p {
    font-size: 20px;
  }

  .fg-blog-text-container h4 {
    font-size: 30px;
  }

  .fg-blog-overlay h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .fg-blog-text-container h4 {
    margin-top: 5px;
  }

  .fg-blog-container:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .fg-blog-text-container p {
    font-size: 16px;
  }

  .fg-blog-text-container h4 {
    font-size: 20px;
  }

  .fg-blog-overlay h5 {
    font-size: 18px;
  }

  .fg-blog-single-card {
    width: 90%;
  }

  .fg-blog-single-card img {
    width: 100%;
  }

  .fg-blog-overlay {
    padding: 30px 20px 0;
    height: auto;
  }

  .fg-blog-single-card:hover .fg-blog-overlay {
    height: 370px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 349px) {
  .fg-blog-container {
    row-gap: 250px;
  }

  .fg-blog-overlay {
    bottom: calc(0% - 150px);
  }

  .fg-blog-single-card:hover .fg-blog-overlay {
    box-shadow: -5px 50px 20px #f4f7fc, 15px 50px 20px #f4f7fc;
  }

  .fg-blog-overlay h5 {
    font-size: 18px;
  }

  .fg-blog-overlay p {
    font-size: 14px;
  }

  .fg-blog-profile span:nth-child(1) {
    font-size: 14px;
  }

  .fg-blog-profile span:nth-child(2) {
    font-size: 6px;
  }

  .fg-blog-profile span:nth-child(3) {
    font-size: 14px;
  }
}

/*************
     Footer 
 *************/
.fg-footer {
  background-image: url(../assets/images/footer-bg.png);
  height: 500px;
  width: 100%;
  color: white;
  margin-top: 240px;
}

.fg-footer-list-container {
  padding-top: 80px;
}

.fg-footer-info {
  margin-top: calc(0% - 1px);
}

.fg-footer-info img {
  height: 45px;
  width: 172px;
  margin-bottom: 20px;
}

.fg-footer-social-media-container {
  display: flex;
  gap: 10px;
}

.fg-footer-social-media-container div a {
  height: 40px;
  width: 40px;
  font-size: 17px;
  border-radius: 50%;
  background-color: #24211a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.fg-footer-social-media-container div a:hover {
  background-color: #ff4a17;
}

.fg-footer-list h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fg-footer-list li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  color: #f8f8f9;
  margin-top: 15px;
}

.fg-footer-list li a {
  color: #f8f8f9;
}

.fg-footer-list li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.fg-second-list {
  padding-left: 80px;
}

.fg-third-list {
  padding-left: 40px;
}

.fg-footer-last-list a {
  color: white;
}

.fg-footer-last-list i {
  color: #ff4a17;
}

.fg-footer-bottom {
  width: 90%;
  margin: auto;
  border-top: 1px solid #86807f;
  margin-top: 80px;
  text-align: center;
  padding-top: 20px;
}

.fg-footer-bottom p {
  font-size: 17px;
}

.fg-footer-blog-page {
  margin-top: 230px !important;
}

@media screen and (max-width: 1199px) {
  .fg-footer {
    height: auto;
    padding-bottom: 10px;
  }

  .fg-footer-info {
    margin-top: calc(0% - 0px);
  }

  .fg-footer-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fg-second-list {
    padding-left: 0;
  }

  .fg-third-list {
    padding-left: 0;
  }

  .fg-footer-blog-page {
    margin-top: 210px !important;
  }
}

@media screen and (max-width: 767px) {
  .fg-footer-list-container {
    padding-top: 40px;
  }

  .fg-footer-info {
    margin-top: calc(0% + 35px);
  }

  .fg-footer-bottom {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .fg-footer-list-container {
    row-gap: 40px;
  }

  .fg-footer-bottom {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .fg-footer-list-container {
    padding-left: 10px;
  }

  .fg-footer-social-media-container div {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 350px) {
}

/**********************************************************************************************************************
                                             Home Page 1 End
***********************************************************************************************************************/

/***********************************************************************************************************************
                                              Home Page 2 Start
************************************************************************************************************************/

/*********************
         Header
**********************/

.fg-2-navbar {
  background-image: url("../assets/images/fg-2-banner-bg.png");
  height: 890px;
  width: 100%;
  padding-top: 25px;
}

.fg-2-banner-content-container {
  height: 85%;
  display: flex;
  gap: 120px;
  align-items: center;
  color: white;
}

.fg-2-banner-text-container {
  padding-top: 0;
}

.fg-banner-right-image img {
  transition: 0.5s ease-in-out;
}

.fg-banner-right-image img:hover {
  transform: scale(1.08);
}

@media screen and (max-width: 1529px) {
  .fg-2-banner-content-container {
    gap: 100px;
    justify-content: center;
  }
}

@media screen and (max-width: 1399px) {
  .fg-2-navbar {
    height: 750px;
  }

  .fg-2-banner-content-container {
    gap: 70px;
  }

  .fg-banner-right-image img {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .fg-2-navbar {
    height: 650px;
  }
}

@media screen and (max-width: 991px) {
  .fg-2-navbar {
    height: 450px;
  }

  .fg-2-banner-content-container {
    gap: 30px;
    height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .fg-2-navbar {
    height: auto;
    padding: 40px 0;
  }

  .fg-2-banner-content-container {
    flex-direction: column;
    gap: 20px;
  }

  .fg-2-banner-text-container h1 {
    font-size: 40px;
  }

  .fg-banner-right-image img {
    width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .fg-2-banner-text-container {
    padding: 0px 15px;
  }

  .fg-2-banner-text-container h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .fg-2-banner-text-container h1 {
    font-size: 30px;
  }
}

/*******************
    Best Features
********************/
.fg-2-feature {
  margin-top: 80px;
  text-align: center;
}

.fg-2-feature-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-2-feature-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-2-feature-card-container {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.fg-2-feature-card {
  width: 380px;
  height: auto;
  text-align: center;
  padding: 20px;
  background-color: white;
  box-shadow: -15px 15px 20px #f9f9f9, 15px -15px 20px #f9f9f9;
}

.fg-2-feature-card-icon {
  display: flex;
  justify-content: center;
}

.fg-2-feature-card i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  background-color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-2-feature-card-text-container {
  margin-top: 20px;
}

.fg-2-feature-card-text-container h5 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
}

.fg-2-feature-card-text-container p {
  font-size: 17px;
  color: #818080;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fg-2-feature-card-btn {
  font-size: 17px;
  color: #818080;
  border: none;
  background-color: transparent;
  margin-top: 10px;
  transition: 0.3s ease;
}

.fg-2-feature-card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background-color: #ff4917e4;
  background-image: url("../assets/images/fg-2-feature-overlay-image1.png");
}

.fg-2-feature-overlay-card-icon i {
  background-color: white;
  color: #ff4a17;
}

.fg-2-feature-overlay-card-text-container h5 {
  color: white;
}

.fg-2-feature-overlay-card-text-container p {
  color: white;
}

.fg-2-feature-overlay-card-text-container a {
  color: white;
}

.fg-2-feature-card-btn:hover {
  text-decoration: underline;
}

.fg-2-feature-card:hover .fg-2-feature-card-overlay {
  opacity: 1;
}

.fg-2-feature-btn {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .fg-2-feature {
    margin-top: 60px;
  }

  .fg-2-feature-text-container h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .fg-2-feature-text-container p {
    font-size: 20px;
  }

  .fg-2-feature-text-container h4 {
    font-size: 30px;
    margin-top: 5px;
  }

  .fg-2-feature-card-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-2-feature {
    margin-top: 40px;
  }

  .fg-2-feature-card-container {
    margin-top: 40px;
  }

  .fg-2-feature-text-container p {
    font-size: 16px;
  }

  .fg-2-feature-text-container h4 {
    font-size: 20px;
  }

  .fg-2-feature-card-text-container h5 {
    font-size: 18px;
  }

  .fg-2-feature-card-text-container p {
    font-size: 16px;
  }
}

/************
     About
*************/
.fg-2-about {
  background: url("../assets/images/fg-2-about-bg.png");
}

.fg-2-about-container {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .fg-2-about-container {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-2-about-container {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 575px) {
  .fg-2-about-container {
    padding: 60px 20px;
  }
}

/******************
   Best Services  
*******************/
.fg-2-service {
  margin-top: 100px;
  background: url("../assets/images/fg-2-service-bg.png");
  height: 860px;
}

.fg-2-service-container {
  padding-top: 100px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.fg-2-service-card {
  text-align: center;
  padding: 30px 20px 20px;
  background-color: white;
  margin-bottom: 30px;
}

.pr-70 {
  padding-right: 70px;
}

.fg-2-second-service-card {
  margin-top: 30px;
}

.fg-2-third-service-card {
  margin-top: calc(0% - 30px);
}

.fg-2-service-card-icon {
  display: flex;
  justify-content: center;
}

.fg-2-service-card-icon i {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  font-size: 35px;
  color: white;
  background-color: #ff4a17;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-2-service-card-text-container {
  margin-top: 25px;
}

.fg-2-service-card-text-container h5 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
}

.fg-2-service-card-text-container p {
  font-size: 17px;
  color: #818080;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fg-2-service-card-btn {
  font-size: 17px;
  color: #ff4a17;
  border: none;
  background-color: transparent;
  margin-top: 10px;
  transition: 0.3s ease;
}

.fg-2-service-card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
  background-color: #ff4a17;
}

.fg-2-service-overlay-card-icon i {
  background-color: white;
  color: #ff4a17;
}

.fg-2-service-overlay-card-text-container h5 {
  color: white;
}

.fg-2-service-overlay-card-text-container p {
  padding: 0 20px;
  color: white;
}

.fg-2-service-overlay-card-text-container a {
  color: white;
}

.fg-2-service-card-btn:hover {
  text-decoration: underline;
}

.fg-2-service-card:hover .fg-2-service-card-overlay {
  opacity: 1;
}

@media screen and (max-width: 1399px) {
  .fg-2-service {
    height: auto;
  }

  .fg-2-service-container {
    padding: 80px 0;
    flex-direction: column;
    gap: 80px;
  }

  .fg-2-second-service-card {
    margin-top: 0px;
  }

  .fg-2-third-service-card {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .fg-2-service {
    margin-top: 60px;
  }

  .fg-2-service-container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 479px) {
  .fg-2-service-card {
    width: 80%;
    height: auto;
  }

  .fg-2-service-card-text-container h5 {
    font-size: 18px;
  }
}

/****************
   Best Counter
*****************/
.fg-2-counter {
  margin-top: 60px;
  text-align: center;
}

.fg-2-counter-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-2-counter-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-2-counter-card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 60px;
}

.fg-2-counter-card {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fg-2-counter-icon-container {
  width: 70px;
  height: 70px;
  border: 2px dashed #ff4a17;
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.fg-2-counter-icon {
  font-size: 35px;
  color: #ff4a17;
  transition: 0.5s ease-in-out;
}

.fg-2-counter-icon-container:hover {
  background-color: #ff4a17;
}

.fg-2-counter-icon-container:hover .fg-2-counter-icon {
  transform: scale(1.1);
}

.fg-2-counter-icon-container:hover .fg-2-counter-icon {
  color: white;
}

.fg-2-counter-card h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00236b;
  margin-top: 15px;
}

.fg-2-counter-card p {
  font-size: 17px;
  color: #818080;
}

@media screen and (max-width: 991px) {
  .fg-2-counter {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fg-2-counter-text-container p {
    font-size: 20px;
  }

  .fg-2-counter-text-container h4 {
    font-size: 30px;
  }

  .fg-2-counter-card-container {
    margin-bottom: 40px;
  }

  .fg-2-counter-card h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .fg-2-counter-text-container h4 {
    margin-top: 5px;
  }

  .fg-2-counter-card-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .fg-2-counter-text-container p {
    font-size: 16px;
  }

  .fg-2-counter-text-container h4 {
    font-size: 22px;
  }

  .fg-2-counter-card h5 {
    font-size: 18px;
  }
}

/*********************
     Testimonial
**********************/

.fg-2-testimonial {
  margin-top: 80px;
  padding-top: 80px;
  text-align: center;
  background: url("../assets/images/fg-2-testimonial-bg.png");
  height: 750px;
  width: 100%;
}

.fg-2-testimonial-text-container p {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  text-transform: uppercase;
}

.fg-2-testimonial-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  margin-top: 15px;
}

.fg-2-testimonial-container {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.fg-2-testimonial-wrapper {
  height: 370px;
  width: 870px;
  border: 2px dashed #ff4a17;
  padding: 50px 20px 50px;
}

.fg-2-single-testimonial {
  text-align: center;
}

.fg-2-testimonial-image-container {
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: center;
}

.fg-2-testimonial-image-container i {
  font-size: 40px;
  color: #a1a2a8;
}

.fg-2-single-testimonial p {
  margin-top: 20px;
  color: #818080;
  font-size: 17px;
  font-style: italic;
}

.fg-2-single-testimonial h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00236b;
  font-family: var(--poppins);
  margin-top: 10px;
}

.fg-2-testimonial-rating {
  font-size: 14px;
  color: #ff4a17;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .fg-2-testimonial {
    padding-top: 60px;
  }

  .fg-2-testimonial-wrapper {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .fg-2-testimonial {
    height: 710px;
  }

  .fg-2-testimonial-text-container p {
    font-size: 20px;
  }

  .fg-2-testimonial-text-container h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .fg-2-testimonial-text-container h4 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .fg-2-testimonial {
    height: auto;
    padding: 40px 0 20px;
  }

  .fg-2-testimonial-text-container p {
    font-size: 16px;
  }

  .fg-2-testimonial-text-container h4 {
    font-size: 22px;
  }

  .fg-2-testimonial-container {
    padding: 30px 0;
  }

  .fg-2-testimonial-image-container {
    gap: 30px;
  }
}

/**********************************************************************************************************************
                                               Home Page 2 End
***********************************************************************************************************************/

/***********************************************************************************************************************
                                               Home Page 3 Start
************************************************************************************************************************/

/**************
     Header
***************/

.fg-3-banner-content-container {
  height: 75%;
}

.fg-3-banner-right-image {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  background-color: #d1dffb91;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 15px solid #5373b6;
}

.fg-3-banner-right-image img {
  transition: 0.5s ease-in-out;
}

.fg-3-banner-right-image img:hover {
  transform: scale(1.11);
}

@media screen and (max-width: 1399px) {
  .fg-3-banner-right-image {
    height: 400px;
    width: 400px;
  }

  .fg-3-banner-right-image img {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .fg-3-banner-right-image {
    height: 386px;
    width: 386px;
  }
}

@media screen and (max-width: 991px) {
  .fg-3-banner-content-container {
    height: 90%;
  }

  .fg-3-banner-description-br {
    display: none;
  }

  .fg-3-banner-right-image {
    height: 196px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .fg-3-navbar {
    padding-bottom: 100px;
  }

  .fg-3-banner-content-container {
    gap: 60px;
  }

  .fg-3-banner-right-image {
    height: 270px;
    width: 270px;
  }

  .fg-3-banner-right-image img:hover {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 479px) {
}

@media screen and (max-width: 349px) {
  .fg-3-banner-right-image {
    height: 200px;
    width: 200px;
  }

  .fg-3-banner-right-image img {
    width: 40%;
  }
}

/*****************
     Feature
******************/
.fg-3-feature {
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.fg-3-feature-card-container {
  margin-top: 0px;
  display: flex;
  gap: 3px;
}

.fg-3-feature-card {
  box-shadow: 0px 10px 10px #f9f9f9;
}

@media screen and (max-width: 1399px) {
  .fg-3-feature-card-container {
    row-gap: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-3-feature {
    top: 91%;
  }
}

@media screen and (max-width: 991px) {
  .fg-3-feature-card-container {
    gap: 20px;
  }
}

@media screen and (max-width: 349px) {
  .fg-3-feature {
    top: 132%;
  }
}

/*****************
     About Us
******************/
.fg-3-about {
  margin-top: 420px;
}

@media screen and (max-width: 1399px) {
  .fg-3-about {
    margin-top: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-3-about {
    margin-top: 550px;
  }
}

@media screen and (max-width: 991px) {
  .fg-3-about {
    margin-top: 1156px;
  }
}

@media screen and (max-width: 575px) {
  .fg-3-about {
    padding: 0 25px;
  }
}

/**********************************************************************************************************************
                                                 Home Page 3 End
***********************************************************************************************************************/

/***********************************************************************************************************************
                                               Service Page Start
************************************************************************************************************************/
.fg-navbar-page-bg {
  background-image: url("../assets/images/service-page-bg.png");
  height: 520px;
  width: 100%;
  padding-top: 25px;
}

.fg-service-page-navbar {
  background-color: transparent;
  color: white;
}

.fg-page-navlist {
  margin-left: 200px;
}

.fg-page-navlist li a {
  color: white;
}

.fg-navbar-fixed {
  position: fixed;
  top: 0;
  background-color: #00246ba5;
  width: 100%;
  z-index: 2;
}

.page-nav-dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-nav-dropdown-item li a {
  color: black;
}

.fg-service-page-contact-btn:hover {
  background-color: white;
  color: black;
}

.fg-service-banner-text-container {
  display: flex;
  justify-content: center;
  margin-top: 125px;
  text-align: center;
}

.fg-service-banner-text-container h1 {
  font-size: 45px;
  font-weight: bold;
  font-family: var(--poppins);
  color: white;
  margin-bottom: 15px;
}

.fg-service-banner-text-container a {
  color: white;
  transition: 0.3s ease-in-out;
}

.fg-service-banner-text-container a:nth-child(2) {
  color: #ff4a17;
}

.fg-service-banner-text-container a:hover {
  color: #ff4a17;
}

/* Service Page */
.fg-service-page {
  text-align: center;
  margin-top: 90px;
}

.fg-service-page-single-card {
  background-color: white;
  box-shadow: 20px 20px 20px #f2f2f2, -15px 20px 20px #f2f2f2;
}

/* Footer */
.fg-service-page-footer {
  margin-top: 120px;
}

@media screen and (max-width: 1399px) {
  .fg-page-navlist {
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .fg-service-page {
    margin-top: 60px;
  }

  .fg-navbar-page-bg {
    height: 400px;
  }

  .fg-service-page-footer {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .fg-navbar-page-bg {
    height: 250px;
  }

  .fg-service-banner-text-container {
    margin-top: 60px;
  }

  .fg-service-banner-text-container h1 {
    font-size: 35px;
  }
}

/***********************************************************************************************************************
                                                Service Page End
************************************************************************************************************************/

/************************************************************************************************************************
                                                 Shop Page Start
*************************************************************************************************************************/
.fg-shop-page {
  margin-top: 80px;
  text-align: center;
}

.fg-shop-page-text-container h4 {
  color: #00236b;
}

.fg-shop-page-card {
  box-shadow: 20px 20px 20px #f9f9f9, -15px 20px 20px #f9f9f9;
}

.gy-5 {
  row-gap: 120px !important;
}

.fg-blog-page-container {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .fg-shop-page {
    margin-top: 60px;
  }
}

@media screen and (max-width: 349px) {
  .gy-5 {
    row-gap: 150px !important;
  }
}

/***********************************************************************************************************************
                                                 Shop Page End
************************************************************************************************************************/

/***********************************************************************************************************************
                                                 Contact Page Start
************************************************************************************************************************/

.fg-contact-page {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .fg-contact-page {
    margin-top: 80px;
  }
}

/***********************************************************************************************************************
                                                 Contact Page End
************************************************************************************************************************/

/***********************************************************************************************************************
                                                 Error Page Start
************************************************************************************************************************/

.fg-error-page-container {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fg-error-page-lottie {
  width: 840px;
  height: 555px;
}

.fg-error-page-container p {
  font-size: 15px;
  color: #606060;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .fg-error-page-container {
    margin-top: 60px;
  }

  .fg-error-page-lottie {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .fg-error-page-container p {
    width: 90%;
  }
}

/***********************************************************************************************************************
                                                 Error Page End
************************************************************************************************************************/

/***********************************************************************************************************************
                                                 Team Details Page Start
************************************************************************************************************************/
.fg-team-page-about {
  margin-top: 90px;
}

.fg-team-page-about-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.fg-about-page-text-container h4 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
}

.fg-about-page-text-container p {
  font-size: 17px;
  color: #818080;
  width: 80%;
}

.fg-about-page-text-container p:nth-child(2) {
  margin-top: 20px;
  width: 45%;
}

.fg-team-page-about-progress-container {
  margin-top: 20px;
}

.fg-team-page-about-progress {
  width: 45%;
}

.fg-team-page-about-progress:nth-child(2) {
  margin-top: 10px;
}

.fg-team-page-about-progress:nth-child(3) {
  margin-top: 10px;
}

.fg-team-page-about-progress div {
  display: flex;
  justify-content: space-between;
}

.fg-team-page-about-progress label {
  font-size: 17px;
  color: #818080;
  font-weight: 500;
}

.fg-team-page-about-progress progress {
  width: 100%;
  height: 4px;
  border: none;
}

progress::-webkit-progress-value {
  background: #ff4a17;
}

progress::-webkit-progress-bar {
  background: #e4e4e4;
}

.fg-team-page-about-bottom {
  font-size: 17px;
  color: #818080;
  margin-top: 40px;
  width: 80%;
}

@media screen and (max-width: 1399px) {
  .fg-about-page-text-container p {
    width: 100%;
  }

  .fg-about-page-text-container p:nth-child(2) {
    width: 60%;
  }

  .fg-team-page-about-progress {
    width: 60%;
  }
}

@media screen and (max-width: 1199px) {
  .fg-about-page-text-container p:nth-child(2) {
    width: 80%;
  }

  .fg-team-page-about-progress {
    width: 80%;
  }

  .fg-team-page-about-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fg-team-page-about {
    margin-top: 60px;
  }

  .fg-team-page-about-container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .fg-team-page-card {
    width: 90%;
  }

  .fg-about-page-text-container p:nth-child(2) {
    width: 100%;
  }

  .fg-team-page-about-progress {
    width: 95%;
  }
}

/***********************************************************************************************************************
                                                 Team Details Page End
************************************************************************************************************************/

/***********************************************************************************************************************
                                                 Blog Details Page Start
************************************************************************************************************************/
.fg-blog-details {
  margin-top: 80px;
  margin-bottom: 80px;
}

.fg-blog-details-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.fg-blog-details-left-container {
  width: 60%;
}

.fg-blog-details-publish-container {
  margin-top: 20px;
}

.fg-blog-details-publish-container i {
  font-size: 13px;
  color: #4a4c59;
}

.fg-blog-details-publish-container span {
  font-size: 14px;
  color: #818080;
}

.fg-blog-details-left-container h4 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin-top: 15px;
  line-height: 30px;
}

.fg-blog-details-left-container p {
  font-size: 17px;
  color: #818080;
  margin-top: 15px;
}

.fg-blog-page-qutation-article {
  margin-bottom: 50px;
}

.fg-blog-page-qutation-article i {
  font-size: 20px;
}

.fg-blog-details-bottom-image-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fg-blog-details-bottom-image-content img {
  width: 100%;
}

.fg-blog-details-bottom-image-content p {
  margin-top: 30px;
}

.fg-blog-details-comment {
  margin-top: 40px;
}

.fg-blog-details-comment h6 {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
}

.fg-blog-details-single-comment {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.fg-blog-details-single-comment img {
  height: 89px;
  width: 89px;
  border-radius: 50%;
}

.fg-blog-details-single-comment p {
  font-size: 17px;
  color: #818080;
}

.fg-comment-reply-container {
  width: 60%;
}

.fg-blog-details-single-comment span {
  font-size: 17px;
  color: #818080;
}

.fg-blog-details-single-comment a {
  font-size: 17px;
  color: #2d2a2a;
  transition: 0.3s ease-in-out;
}

.fg-blog-details-single-comment a:hover {
  color: #ff4a17;
}

.fg-blog-details-contact-form {
  width: 70%;
  margin-top: 90px;
}

.fg-blog-details-contact-form input {
  width: 50%;
  height: 45px;
  padding-left: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: none;
}

.fg-blog-details-contact-form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #dddddd;
  resize: none;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 30px;
  border-radius: 5px;
  margin-bottom: 40px;
  outline: none;
}

.fg-blog-details-aside-content {
  width: 30%;
}

.fg-blog-details-aside-search input {
  width: 100%;
  height: 45px;
  padding-left: 20px;
  outline: none;
}

.fg-blog-details-aside-search input::placeholder {
  font-size: 17px;
  color: #818080;
}

.fg-blog-details-search {
  width: 37px;
  height: 34px;
  background-color: #ff4a17;
  color: white;
  position: absolute;
  right: 2%;
  top: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.fg-blog-details-search:hover {
  background-color: #00236b;
}

.fg-blog-details-aside-card {
  margin-top: 50px;
  width: 100%;
}

.fg-blog-details-aside-categories {
  margin-top: 50px;
}

.fg-blog-details-aside-categories h4 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
}

.fg-blog-details-categories-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fg-blog-details-single-category {
  display: flex;
  justify-content: space-between;
  color: #818080;
  transition: 0.3s ease-in-out;
}

.fg-blog-details-single-category i {
  font-size: 16px;
}

.fg-blog-details-single-category p {
  font-size: 17px;
}

.fg-blog-details-single-category:hover {
  color: #ff4a17;
}

.fg-blog-details-tag {
  margin-top: 40px;
}

.fg-blog-details-tag h4 {
  font-size: 22px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
}

.fg-blog-details-tag-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fg-blog-details-single-tag {
  width: 100px;
  height: 30px;
  font-size: 17px;
  color: #818080;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.fg-blog-details-single-tag:hover {
  color: white;
  background-color: #ff4a17;
  border: none;
}

@media screen and (max-width: 1399px) {
  .blog-details-page-image img {
    width: 100%;
  }

  .fg-comment-reply-container {
    width: 60%;
  }

  .fg-blog-details-aside-card {
    height: auto;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-comment-reply-container {
    width: 70%;
  }

  .fg-blog-details-contact-form {
    width: 90%;
  }

  .fg-blog-details-aside-content {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .fg-blog-details {
    margin-top: 60px;
  }

  .fg-comment-reply-container {
    width: 100%;
  }

  .fg-blog-details-contact-form {
    width: 100%;
    margin-top: 60px;
  }

  .fg-blog-details-aside-card h5 {
    font-size: 20px;
  }

  .fg-blog-details-aside-card p {
    font-size: 15px;
  }

  .fg-blog-details-aside-card a {
    font-size: 15px;
  }

  .fg-blog-details-single-category p {
    font-size: 15px;
  }

  .fg-blog-details-single-tag {
    width: 90px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .fg-blog-details-container {
    flex-direction: column;
    gap: 60px;
  }

  .fg-blog-details-left-container {
    width: 90%;
    margin: auto;
  }

  .fg-comment-reply-container {
    gap: 20px;
  }

  .fg-blog-details-aside-content {
    width: 90%;
    margin: auto;
  }

  .fg-blog-details-aside-card h5 {
    font-size: 22px;
  }

  .fg-blog-details-aside-card p {
    font-size: 17px;
  }

  .fg-blog-details-aside-card a {
    font-size: 17px;
  }

  .fg-blog-details-single-category p {
    font-size: 18px;
  }

  .fg-blog-details-single-tag {
    width: 100px;
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .fg-blog-details-single-comment span {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .fg-blog-details-left-container h4 {
    font-size: 20px;
  }

  .fg-blog-details-comment h6 {
    font-size: 20px;
  }

  .fg-blog-details-single-comment {
    align-items: start;
    gap: 10px;
  }

  .fg-blog-details-single-comment img {
    height: 60px;
    width: 60px;
  }

  .fg-blog-details-single-comment p {
    margin-top: 5px;
    font-size: 15px;
  }

  .fg-blog-details-single-comment a {
    font-size: 16px;
  }

  .fg-blog-details-contact-form input {
    padding-left: 10px;
  }

  .fg-blog-details-contact-form textarea {
    padding-left: 10px;
  }

  .fg-blog-details-aside-card h5 {
    font-size: 18px;
  }

  .fg-blog-details-aside-categories h4 {
    font-size: 18px;
  }

  .fg-blog-details-single-category p {
    font-size: 16px;
  }

  .fg-blog-details-tag h4 {
    font-size: 18px;
  }

  .fg-blog-details-tag-container {
    gap: 10px;
  }

  .fg-blog-details-single-tag {
    width: 100px;
    font-size: 16px;
  }
}

/***********************************************************************************************************************
                                                 Blog Details Page End
************************************************************************************************************************/

/***********************************************************************************************************************
                                                 Shop Details Page Start
************************************************************************************************************************/
.fg-shop-page-cart {
  margin-top: 80px;
}

.fg-shop-page-cart-container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.fg-shop-page-cart-image-container {
  width: 45%;
}

.fg-shop-page-cart-image {
  width: 570px;
  height: 524px;
  background-color: #e4e5e7;
}

.fg-shop-page-cart-image img {
  height: 316px;
  width: 178px;
  transition: 0.5s ease-in-out;
}

.fg-shop-page-cart-image img:hover {
  transform: scale(1.12);
}

.fg-shop-page-cart-image-maximize {
  position: absolute;
  right: 4%;
  bottom: 5%;
  background-color: #2b2b2b;
  color: white;
  font-size: 20px;
  height: 41px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-shop-page-cart-text-container {
  width: 40%;
}

.fg-shop-page-cart-text-container p:first-child {
  color: #4a4c59;
}

.fg-shop-page-cart-text-container h4 {
  font-size: 24px;
  color: #00236b;
  font-family: var(--poppins);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.fg-shop-page-cart-text-container p:nth-child(3) {
  font-size: 24px;
  color: #ff4a17;
  font-weight: 600;
  font-family: var(--poppins);
}

.fg-shop-page-cart-text-container p:nth-child(3) del {
  color: #818080;
}

.fg-shop-page-cart-text-container p:nth-child(3) span {
  color: #818080;
  padding: 0 10px;
}

.fg-shop-page-cart-review-container {
  color: #f1cc38;
  font-size: 12px;
  gap: 6px;
  align-items: center;
  margin-top: 5px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.fg-shop-page-cart-review-container .fa-duotone {
  color: #d5d5d5;
}

.fg-shop-page-cart-review-container span {
  font-size: 12px;
  color: #ff4a17;
  padding-left: 5px;
}

.fg-shop-page-cart-text-container p:nth-child(5) {
  font-size: 17px;
  color: #86807f;
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.fg-shop-page-cart-color {
  padding-top: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.fg-shop-page-cart-color p {
  color: #4a4c59;
}

.fg-shop-page-cart-color-container {
  display: flex;
  gap: 10px;
}

.fg-shop-page-cart-color-container div {
  height: 22px;
  width: 22px;
}

.fg-shop-page-cart-color-container div:nth-child(1) {
  background-color: #151212;
  border: 2px solid #dbc0ad;
}

.fg-shop-page-cart-color-container div:nth-child(2) {
  background-color: #ee2761;
  border: 2px solid #aeadad;
}

.fg-shop-page-cart-color-container div:nth-child(3) {
  background-color: #5e30e2;
  border: 2px solid #eec4d0;
}

.fg-shop-page-cart-color-container div:nth-child(4) {
  background-color: #356036;
  border: 2px solid #eec4d0;
}

.fg-shop-page-cart-color-container div:nth-child(5) {
  background-color: #ff9601;
  border: 2px solid #eec4d0;
}

.fg-shop-page-add-cart-container {
  display: flex;
  gap: 50px;
  align-items: center;
}

.fg-shop-page-cart-list-container div {
  height: 45px;
  width: 60px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.fg-shop-page-cart-list-container input {
  height: 45px;
  width: 60px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.fg-shop-page-cart-list-container div:nth-child(1) {
  cursor: pointer;
  border-right: none;
}

.fg-shop-page-cart-list-container input {
  border-right: none;
  width: 70px;
  outline: none;
  text-align: center;
}

.fg-shop-page-cart-list-container div:nth-child(3) {
  cursor: pointer;
}

.fg-shop-page-add-cart-container {
  margin-top: 45px;
}

.shop-page-add-cart-btn {
  width: 170px;
  height: 50px;
  background-color: #ff4a17;
  color: white;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-page-add-cart-btn:hover {
  background-color: #00236b;
}

.fg-shop-page-cart-social-media {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.fg-shop-page-cart-social-media p {
  color: #4a4c59;
  font-size: 18px;
}

.fg-shop-page-cart-media-container {
  display: flex;
  gap: 10px;
}

.fg-shop-page-cart-media-container i {
  width: 38px;
  height: 36px;
  background-color: #dddddd;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.fg-shop-page-cart-media-container i:hover {
  color: white;
  background-color: #ff4a17;
}

.fg-shop-page-cart-bottom {
  width: 100%;
  margin-top: 20px;
}

.fg-shop-cart-bottom-sm {
  display: none;
}

.fg-shop-page-swiper {
  width: 65%;
  margin: auto;
}

.fg-shop-page-single-slide {
  height: 115px !important;
  background-color: #e4e5e7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fg-shop-page-single-slide img {
  height: 82px;
  width: 48px;
}

.fg-shop-page-next-btn {
  top: 50%;
  right: calc(0% - 60px);
  color: black;
  font-size: 20px;
}

.fg-shop-page-prev-btn {
  top: 50%;
  left: calc(0% - 60px);
  color: black;
}

.fg-shop-cart-bottom-visa-card {
  margin-top: 50px;
}

.fg-shop-cart-bottom-visa-card p {
  font-size: 18px;
  color: #4a4c59;
  margin-bottom: 10px;
}

/**************
   Shop Info
**************/
.fg-shop-page-info {
  margin-top: 80px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 70px;
}

.fg-shop-page-tab {
  --bs-nav-link-hover-color: #ff4a17;
  gap: 50px;
}

.fg-shop-page-nav-link {
  font-size: 18px;
  color: #4a4c59;
  font-weight: 500;
}

.fg-shop-page-tab .fg-shop-page-nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
}

.fg-shop-page-tab .fg-shop-page-nav-link.active {
  color: #ff4a17;
  border-color: #ff4a17;
}

.fg-shop-page-description-text-container {
  margin-top: 50px;
}

.fg-shop-page-description-text-container h4 {
  font-size: 40px;
  color: #00236b;
  font-weight: bold;
  font-family: var(--poppins);
}

.fg-shop-page-description-text-container p {
  font-size: 17px;
  color: #818080;
}

.fg-shop-page-description-text-container p {
  margin-top: 20px;
}

.fg-shop-page-description-list-container {
  display: flex;
  gap: 100px;
  margin-top: 20px;
}

.fg-shop-page-description-list-container i {
  color: #ff4a17;
}

.fg-shop-page-description-list-container p {
  margin-top: 0;
}

.fg-shop-page-description-image {
  margin-top: 30px;
  width: 1290px;
}

.fg-shop-page-description-image img {
  width: 100%;
}

/**************************
  Additional Information
***************************/
.fg-shop-details-additional-info {
  margin-top: 60px;
}

.fg-shop-details-additional-info-container {
  border: 1px solid #dddddd;
  width: 100%;
}

.fg-shop-details-additional-info-container tr {
  border-bottom: 1px solid #dddddd;
}

.fg-shop-details-additional-info-container tr td:first-child {
  color: black;
  background-color: #f6f6f6;
  width: 306px;
}

.fg-shop-details-additional-info-container tr td {
  padding: 12px 34px;
}

/***********
  Reviews
***********/
.fg-shop-details-review-container {
  margin-top: 60px;
  display: flex;
}

.fg-shop-details-review-left-container {
  width: 50%;
}

.fg-shop-details-review-left {
  width: 430px;
  border: 1px solid #dddddd;
  padding: 20px;
}

.fg-shop-details-review-left h5 {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--poppins);
  margin-bottom: 0;
}

.fg-shop-details-total-review-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fg-shop-details-total-review-container p {
  font-size: 35px;
}

.fg-shop-details-total-review-container i {
  font-size: 14px;
  color: #ffb503;
}

.fg-shop-details-total-review-container span {
  font-size: 14px;
  color: #818080;
}

.fg-shop-details-progress-conrainer {
  margin-top: 0px;
}

.fg-shop-details-single-progress {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.fg-shop-details-single-progress progress {
  width: 60%;
  height: 8px;
}

.fg-shop-details-single-progress:nth-child(2) {
  margin-top: 0;
}

.fg-shop-details-single-progress:nth-child(3) {
  margin-top: 0;
}

.fg-shop-details-user-review {
  margin-top: 20px;
  margin-bottom: 0px;
}

.fg-shop-details-user-review i {
  font-size: 12px;
  color: #ffb503;
}

.fg-shop-details-user-review h6 {
  font-size: 16px;
  margin-top: 2px;
}

.fg-shop-details-user-review span {
  font-size: 14px;
  color: #8c8989;
  font-weight: 400;
}

.fg-shop-details-user-review p {
  width: 90%;
}

.fg-shop-details-review-right {
  width: 50%;
}

.fg-shop-details-review-right h5 {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--poppins);
  margin-bottom: 10px;
}

.fg-shop-details-review-right p {
  font-size: 18px;
  font-weight: 500;
}

.fg-shop-details-review-right i {
  font-size: 14px;
}

.fg-shop-details-contact-form {
  margin-top: 30px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fg-shop-details-contact-form input {
  width: 100%;
}

.fg-shop-details-contact-form textarea {
  margin-top: 0;
  margin-bottom: 20px;
}

.fg-shop-details-contact-form a {
  width: 40%;
  background-color: #ff4a17;
  color: white;
  font-size: 17px;
  height: 56px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .fg-shop-page-cart-image {
    width: 500px;
    height: 500px;
  }

  .fg-shop-page-description-image {
    width: 100%;
  }

  .fg-shop-page-swiper {
    right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .fg-shop-page-cart-container {
    align-items: start;
    justify-content: center;
  }

  .fg-shop-page-cart-image {
    width: 400px;
    height: 450px;
  }

  .fg-shop-page-cart-social-media {
    margin-top: 30px;
  }

  .fg-shop-page-cart-bottom {
    width: 100%;
  }

  .fg-shop-page-swiper {
    width: 75%;
  }

  .fg-shop-cart-bottom-visa-card {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .fg-shop-page-cart {
    margin-top: 60px;
  }

  .fg-shop-page-info {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .fg-shop-page-cart-image {
    width: 320px;
    height: 400px;
  }

  .fg-shop-page-cart-color {
    padding: 15px 0 20px;
  }

  .fg-shop-page-add-cart-container {
    gap: 20px;
    margin-top: 25px;
  }

  .fg-shop-page-cart-list-container div {
    height: 40px;
    width: 40px;
  }

  .fg-shop-page-cart-list-container input {
    width: 50px;
    height: 40px;
  }

  .shop-page-add-cart-btn {
    height: 45px;
  }

  .fg-shop-page-cart-bottom {
    flex-direction: column;
    margin-top: 50px;
  }

  .fg-shop-page-swiper {
    width: 70%;
  }

  .fg-shop-page-single-slide img {
    width: 50%;
  }

  .fg-shop-cart-bottom-visa-card img {
    width: 100%;
  }

  .fg-shop-page-tab {
    gap: 10px;
  }

  .fg-shop-page-description-list-container {
    gap: 50px;
  }

  .fg-shop-details-review-container {
    flex-direction: column;
    gap: 50px;
  }

  .fg-shop-details-review-left-container {
    width: 100%;
  }

  .fg-shop-details-review-right {
    width: 100%;
  }

  .fg-shop-details-contact-form a {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .fg-shop-page-cart-container {
    flex-direction: column;
  }

  .fg-shop-page-cart-image-container {
    width: 100%;
  }

  .fg-shop-page-cart-image {
    width: 90%;
    margin: auto;
  }

  .fg-shop-page-swiper {
    width: 55%;
  }

  .fg-shop-page-cart-text-container {
    width: 90%;
    margin: auto;
  }

  .fg-shop-cart-bottom-sm {
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }

  .fg-shop-cart-bottom-md {
    display: none;
  }

  .fg-shop-page-tab {
    gap: 20px;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    padding-bottom: 20px;
  }

  .fg-shop-page-description-list-container {
    gap: 20px;
  }

  .fg-shop-page-description-text-container h4 {
    font-size: 35px;
  }

  .fg-shop-details-additional-info-container tr td:first-child {
    width: 250px;
  }
}

@media screen and (max-width: 575px) {
  .fg-shop-page-nav-link {
    font-size: 16px;
  }

  .fg-shop-page-description-text-container h4 {
    font-size: 35px;
  }

  .fg-shop-details-additional-info-container tr td:first-child {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .fg-shop-page-cart-image {
    height: 350px;
  }

  .fg-shop-page-cart-image img {
    width: 40%;
    height: 70%;
  }

  .fg-shop-page-description-text-container h4 {
    font-size: 26px;
  }

  .fg-shop-page-description-list-container {
    flex-direction: column;
    gap: 0;
  }

  .fg-shop-page-cart-bottom {
    margin-top: 30px;
  }

  .fg-shop-details-additional-info-container tr td:first-child {
    width: 40%;
  }

  .fg-shop-details-additional-info-container tr td {
    padding: 10px 20px;
  }

  .fg-shop-details-review-left h5 {
    font-size: 18px;
  }

  .fg-shop-details-total-review-container p {
    font-size: 24px;
  }

  .fg-team-page-about-progress label {
    font-size: 15px;
  }

  .fg-shop-details-single-progress {
    gap: 10px;
  }

  .fg-shop-details-review-left {
    width: 100%;
  }

  .fg-shop-details-contact-form a {
    width: 40%;
  }

  .fg-blog-details-comment h6 {
    font-size: 18px;
  }

  .fg-shop-details-review-right h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 349px) {
  .fg-shop-page-cart-image {
    height: 280px;
  }

  .fg-shop-page-cart-image img {
    width: 40%;
    height: 70%;
  }

  .fg-shop-page-swiper {
    width: 45%;
  }

  .fg-shop-page-single-slide img {
    width: 35%;
  }

  .fg-shop-page-cart-text-container h4 {
    font-size: 18px;
  }

  .fg-shop-page-cart-text-container p:nth-child(3) {
    font-size: 18px;
  }

  .shop-page-add-cart-btn {
    font-size: 12px;
    width: 160px;
  }

  .fg-shop-page-next-btn {
    right: calc(0% - 45px);
  }

  .fg-shop-page-prev-btn {
    left: calc(0% - 45px);
  }

  .fg-shop-page-cart-social-media {
    flex-direction: column;
    gap: 10px;
  }

  .fg-shop-page-cart-list-container {
    width: 50%;
  }

  .fg-shop-details-additional-info-container tr td {
    font-size: 12px;
    padding: 10px;
  }

  .fg-shop-details-total-review-container i {
    font-size: 10px;
  }

  .fg-team-page-about-progress label {
    font-size: 12px;
  }

  .fg-shop-details-user-review h6 {
    font-size: 13px;
  }

  .fg-shop-details-user-review p {
    width: 100%;
    font-size: 12px;
  }

  .fg-shop-details-contact-form textarea {
    margin-bottom: 0;
  }

  .fg-shop-details-contact-form a {
    font-size: 12px;
    height: 40px;
  }
}

/***********************************************************************************************************************
                                                 Shop Details Page End
************************************************************************************************************************/

a.accordion-button.fg-responsive-list.collapsed {
  background: transparent;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid #00236b26;
}

.accordion-collapse li {
  padding-left: 15px !important;
}

.accordion-collapse li:not(:last-child) {
  border-bottom: 1px solid #00236b26;
}

div#accordionFlushExample ul li {
  padding: 5px 0;
}

.accordion-button::after {
  background-size: 12px;
}

@media only screen and (max-width: 992px) {
  .fg-2-service-card-padd {
    padding-top: 40px;
  }
}
