@font-face {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"), url("fonts/TrajanPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Bold"), url("fonts/TrajanPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold"), url("fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy"), url("fonts/Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light"), url("fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium"), url("fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular"), url("fonts/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gotham-SSM";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham-SSM"), url("fonts/gotham-ssm.woff") format("woff");
}
@font-face {
  font-family: "Bungasai";
  font-style: normal;
  font-weight: normal;
  src: local("Bungasai"), url("fonts/bungasai.woff") format("woff");
}
.font-trajan-regular, main .global-btn a, main .contact-form-wrapper form .submit-wrapper input, main .contact-form-wrapper form .from-wrapper, main .follow-us-wrapper, main .connect-with-us-wrapper, main .contact-details-1 .details-wrapper .box, main footer .footer-menu a, main header .container .top-menu nav a {
  font-family: "Trajan Pro Regular";
}

.font-trajan-bold {
  font-family: "Trajan Pro Bold";
}

.font-gilroy-bold, main .footer-2 .footer-heading a, main .footer-2 .footer-heading, main .brands-details-wrapper .brands-logo-wrap h3 span, main .our-work-page .our-work-listing ul li h2, main .list-inner-wrapper .list-block .listHead h3, main .inner-page-header .heading h3, main .our-work .owl-carousel h4, main .our-work .heading-wrap .heading h3, main .phylosophy-wrapper .container .box .heading h3, main .about-wrapper h2, main .banner-wrapper .banner-caption .third-line, main .banner-wrapper .banner-caption .second-line {
  font-family: "Gilroy-Bold";
}

.font-gilroy-heavy, main .list-inner-wrapper .heading .head h2, main footer h2 span, main footer h2, main .our-solutions .mid-content .box h2 {
  font-family: "Gilroy-Heavy";
}

.font-gilroy-medium, main .brands-details-wrapper .brands-content-wrap h4, main .our-work-listing ul li h2, main .our-solutions .mid-content .box p, main .our-solutions .heading h3 {
  font-family: "Gilroy-Medium";
}

.font-gilroy-regular, main .wrap-form .form-para h2, main .footer-2 a, main .footer-2 p {
  font-family: "Gilroy-Regular";
}

.font-gilroy-light, main .contact-form-wrapper h3, main .brands-details-wrapper .brands-logo-wrap h3, main .list-inner-wrapper .heading .subhead h3, main .inner-page-header .heading h2, main .build-brands h2, main .our-work .heading-wrap .heading h2, main .our-solutions .heading h2, main .phylosophy-wrapper .container .box .heading h2 {
  font-family: "Gilroy-Light";
}

.font-gotham-ssm, main .brands-details-wrapper .brands-content-wrap p, main .our-work-page .our-work-listing ul li h2 span, main .list-inner-wrapper .list-block .lists ul li, main .list-inner-wrapper .heading .subhead p, main .inner-page-header .heading p, main .inner-page-header .heading h4, main .build-brands p, main .our-work .owl-carousel span, main .our-work .heading-wrap .caption p, main .phylosophy-wrapper .container .box .para p, main .about-wrapper p {
  font-family: "Gotham-SSM";
}

.font-bungasai, main .banner-wrapper .banner-caption .fourth-line, main .banner-wrapper .banner-caption .first-line {
  font-family: "Bungasai";
}

.mac-os main .banner-wrapper .banner-caption .second-line {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .mac-os main .banner-wrapper .banner-caption .second-line {
    margin: -10px 0 0 -30px;
  }
}
@media (max-width: 580px) {
  .mac-os main .banner-wrapper .banner-caption .second-line {
    margin: -20px 0 0 20px;
  }
}
.mac-os main .banner-wrapper .banner-caption .fourth-line {
  margin-top: -88px;
}
@media (max-width: 1024px) {
  .mac-os main .banner-wrapper .banner-caption .fourth-line {
    margin-top: -90px;
  }
}
@media (max-width: 580px) {
  .mac-os main .banner-wrapper .banner-caption .fourth-line {
    margin-top: -70px;
  }
}

main header {
  z-index: 9;
}
main header .container {
  transition: 0.5s;
}
main header .container .logo img {
  transition: 0.5s;
  width: 200px;
}
@media (max-width: 580px) {
  main header .container .logo img {
    width: 150px;
  }
}
main header .container .menu-btn {
  cursor: pointer;
  padding-top: 10px;
}
main header .container .menu-btn span {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 50px;
  background: #d1d3d4;
  margin-bottom: 3px;
  transition: 0.5s;
  position: relative;
}
main header .container .opened {
  padding: 0;
}
main header .container .opened span:nth-child(2) {
  transform: scale(0);
}
main header .container .opened span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
main header .container .opened span:nth-child(3) {
  top: -1px;
  transform: rotate(-45deg);
}
@media (max-width: 580px) {
  main header .container .top-menu {
    position: fixed;
    right: -100%;
    width: 90%;
    height: 100vh;
    top: 59px;
    background: #41c0bf;
    transition: 0.5s;
    padding: 30px 20px;
    text-align: right;
  }
}
main header .container .top-menu nav a {
  color: #090b0c;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  margin-top: 3px;
}
@media (max-width: 580px) {
  main header .container .top-menu nav a {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    text-align: left;
  }
}
main header .container .top-menu nav a::before, main header .container .top-menu nav a::after {
  content: "";
  position: absolute;
  background-color: #04a19f;
  width: 0%;
  height: 2px;
  bottom: -10px;
  transition: width 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
main header .container .top-menu nav a::before {
  left: 0;
}
main header .container .top-menu nav a::after {
  right: 0;
}
main header .container .top-menu nav a:hover {
  color: #04a19f;
}
main header .container .top-menu nav a:hover::before, main header .container .top-menu nav a:hover::after {
  width: 100%;
}
@media (max-width: 580px) {
  main header .container .top-menu nav a:last-child {
    border-bottom: none;
  }
}
@media (max-width: 580px) {
  main header .container .active {
    right: 0;
  }
}
main .stickyHeader .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 580px) {
  main .stickyHeader .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
main .stickyHeader .container .logo img {
  width: 160px;
}
@media (max-width: 580px) {
  main .stickyHeader .container .logo img {
    width: 150px;
  }
}
main .banner-wrapper .banner-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
}
main .banner-wrapper .banner-caption p {
  line-height: 1;
  position: relative;
  margin: 0;
}
main .banner-wrapper .banner-caption .first-line {
  font-size: 95px;
}
@media (max-width: 580px) {
  main .banner-wrapper .banner-caption .first-line {
    font-size: 65px;
    position: relative;
    left: 30px;
    top: -17px;
    display: inline-block;
  }
}
main .banner-wrapper .banner-caption .second-line {
  font-size: 120px;
  margin-top: -55px;
  margin-left: -30px;
}
@media (max-width: 580px) {
  main .banner-wrapper .banner-caption .second-line {
    font-size: 90px;
    margin-top: -20px;
    margin-left: 0;
    text-align: center;
  }
}
main .banner-wrapper .banner-caption .third-line {
  font-size: 50px;
  margin-top: -13px;
  margin-left: 75px;
  display: flex;
  gap: 36px;
}
@media (max-width: 580px) {
  main .banner-wrapper .banner-caption .third-line {
    margin-left: 65px;
    font-size: 40px;
  }
}
main .banner-wrapper .banner-caption .fourth-line {
  font-size: 133px;
  margin: -47px 0 0 4px;
}
@media (max-width: 580px) {
  main .banner-wrapper .banner-caption .fourth-line {
    font-size: 110px;
    margin: -70px 0 0 10px;
  }
}
main .about-wrapper {
  color: #090b0c;
  margin: 0 0 150px 0;
}
@media (max-width: 1024px) {
  main .about-wrapper {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 580px) {
  main .about-wrapper {
    margin: 50px 0;
  }
}
main .about-wrapper h2 {
  letter-spacing: 4px;
  font-size: 17px;
}
@media (max-width: 580px) {
  main .about-wrapper h2 {
    font-size: 16px;
  }
}
main .about-wrapper p {
  margin: 5px 0 0 0;
  font-size: 16px;
}
@media (max-width: 580px) {
  main .about-wrapper p {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  main .phylosophy-wrapper {
    margin-top: 80px;
  }
}
main .phylosophy-wrapper .container::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 31%;
  top: 0;
  background: #41c0bf;
  position: absolute;
}
@media (max-width: 1024px) {
  main .phylosophy-wrapper .container::before {
    display: none;
  }
}
main .phylosophy-wrapper .container .box .heading h2 {
  color: #41c0bf;
  letter-spacing: 15px;
  font-size: 33px;
  line-height: 1.2;
}
@media (max-width: 580px) {
  main .phylosophy-wrapper .container .box .heading h2 {
    font-family: "Gilroy-Medium";
    letter-spacing: 5px;
    font-size: 27px;
  }
}
main .phylosophy-wrapper .container .box .heading h3 {
  color: #090b0c;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 580px) {
  main .phylosophy-wrapper .container .box .heading h3 {
    line-height: 1.5;
  }
}
main .phylosophy-wrapper .container .box .para p {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 580px) {
  main .phylosophy-wrapper .container .box .para p {
    font-size: 14px;
  }
}
main .brands-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 580px) {
  main .brands-wrapper {
    margin-bottom: 40px;
  }
}
main .brands-wrapper ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  main .brands-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .brands-wrapper ul li {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.5s;
  justify-content: center;
  border: 1px solid transparent;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  main .brands-wrapper ul li {
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 25%;
  }
}
@media (max-width: 580px) {
  main .brands-wrapper ul li {
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 33.33%;
    border: none;
  }
}
main .brands-wrapper ul li img {
  transition: 0.5s;
}
main .brands-wrapper ul li:hover {
  border-color: #41c0bf;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}
@media (max-width: 580px) {
  main .brands-wrapper ul li:hover {
    border-radius: 10px;
    border: none;
    box-shadow: none;
  }
}
main .brands-wrapper ul li:hover img {
  transform: scale(0.9);
}
@media (max-width: 580px) {
  main .brands-wrapper ul li:hover img {
    transform: none;
  }
}
main .our-solutions .heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  main .our-solutions .heading {
    gap: 5px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
main .our-solutions .heading h2 {
  color: #41c0bf;
  font-size: 40px;
  letter-spacing: 10px;
}
@media (max-width: 580px) {
  main .our-solutions .heading h2 {
    font-family: "Gilroy-Medium";
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 1.2;
  }
}
main .our-solutions .heading h3 {
  color: #090b0c;
  font-size: 16px;
  letter-spacing: 5px;
}
@media (max-width: 580px) {
  main .our-solutions .heading h3 {
    line-height: 1.2;
  }
}
main .our-solutions .mid-content {
  display: flex;
  justify-content: space-between;
  width: 65%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  main .our-solutions .mid-content {
    width: 100%;
  }
}
@media (max-width: 580px) {
  main .our-solutions .mid-content {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
main .our-solutions .mid-content .box h2 {
  color: #090b0c;
  font-size: 65px;
  line-height: 1;
}
@media (max-width: 580px) {
  main .our-solutions .mid-content .box h2 {
    font-size: 50px;
  }
}
main .our-solutions .mid-content .box h2 span {
  display: block;
  margin: -20px 0 0 0;
  font-size: 47px;
  color: #41c0bf;
}
@media (max-width: 580px) {
  main .our-solutions .mid-content .box h2 span {
    margin: 0;
    font-size: 37px;
  }
}
main .our-solutions .mid-content .box p {
  margin: 15px 0 0 0;
  font-size: 19px;
}
@media (max-width: 580px) {
  main .our-solutions .mid-content .box p {
    margin: 10px 0 0 0;
    font-size: 17px;
  }
}
main .our-work {
  margin-top: 200px;
}
@media (max-width: 580px) {
  main .our-work {
    margin-top: 50px;
  }
}
main .our-work .heading-wrap .heading h2 {
  color: #41c0bf;
  letter-spacing: 15px;
  font-size: 33px;
  line-height: 1.2;
}
@media (max-width: 580px) {
  main .our-work .heading-wrap .heading h2 {
    font-family: "Gilroy-Medium";
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
main .our-work .heading-wrap .heading h3 {
  color: #090b0c;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 1.2;
}
main .our-work .heading-wrap .caption p {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 580px) {
  main .our-work .heading-wrap .caption p {
    font-size: 14px;
  }
}
main .our-work .owl-carousel img {
  margin-bottom: 5px;
}
main .our-work .owl-carousel h4 {
  color: #090b0c;
}
@media (max-width: 580px) {
  main .our-work .owl-carousel h4 {
    font-size: 14px;
  }
}
main .our-work .owl-carousel span {
  color: #090b0c;
  padding-left: 5px;
}
main .build-brands {
  margin: 100px 0 150px;
  text-align: center;
}
@media (max-width: 580px) {
  main .build-brands {
    text-align: left;
    margin-bottom: 100px;
  }
}
main .build-brands h2 {
  color: #41c0bf;
  letter-spacing: 13px;
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  main .build-brands h2 {
    font-family: "Gilroy-Medium";
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
main .build-brands p {
  width: 600px;
  max-width: 100%;
  color: #090b0c;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 580px) {
  main .build-brands p {
    font-size: 14px;
    margin-top: 15px;
  }
}
main footer {
  background: #41c0bf;
  text-align: center;
  padding: 40px 0 50px;
}
@media (max-width: 580px) {
  main footer {
    padding: 30px 0;
  }
}
@media (max-width: 580px) {
  main footer img {
    width: 250px;
  }
}
main footer h2 {
  color: #090b0c;
  font-size: 50px;
  line-height: 30px;
}
@media (max-width: 580px) {
  main footer h2 {
    font-size: 40px;
  }
}
main footer h2 span {
  display: block;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 580px) {
  main footer h2 span {
    font-size: 29px;
  }
}
main footer .footer-menu a {
  color: #090b0c;
  position: relative;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 580px) {
  main footer .footer-menu a {
    font-size: 14px;
  }
}
main footer .footer-menu a:hover {
  color: #fff;
}
main footer .footer-menu a::before {
  position: absolute;
  right: -20px;
  top: -2px;
  content: "";
  width: 1px;
  height: 100%;
  background: #090b0c;
}
@media (max-width: 580px) {
  main footer .footer-menu a::before {
    right: -10px;
  }
}
main footer .footer-menu a:last-child::before {
  display: none;
}
main .inner-page-header .heading {
  width: 38%;
}
@media (max-width: 1024px) {
  main .inner-page-header .heading {
    width: 50%;
  }
}
@media (max-width: 992px) {
  main .inner-page-header .heading {
    width: 95%;
  }
}
main .inner-page-header .heading h2 {
  color: #41c0bf;
  letter-spacing: 10px;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 580px) {
  main .inner-page-header .heading h2 {
    font-family: "Gilroy-Medium";
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
main .inner-page-header .heading h3 {
  color: #090b0c;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
main .inner-page-header .heading h4 {
  color: #090b0c;
  font-size: 18px;
  letter-spacing: 3px;
}
main .inner-page-header .heading p {
  color: #090b0c;
  font-size: 15px;
  text-align: justify;
  text-align-last: center;
  margin: 10px 0 0 0;
}
@media (max-width: 580px) {
  main .inner-page-header .heading p {
    text-align: left;
    text-align-last: left;
  }
}
main .contact-us-header .heading {
  width: 100%;
}
@media (max-width: 580px) {
  main .inner-page-section {
    margin-top: 60px;
  }
}
main .inner-page-section .container::before {
  display: none;
}
main .our-work-listing ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
main .our-work-listing ul li {
  width: calc(25% - 5px);
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  main .our-work-listing ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
main .our-work-listing ul li h2 {
  color: #090b0c;
  margin-top: 5px;
}
@media (max-width: 580px) {
  main .our-work-listing ul li h2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  main .our-work-inner-pages {
    margin-top: 100px;
  }
}
@media (max-width: 580px) {
  main .our-work-inner-pages {
    margin-top: 60px;
  }
}
main .list-inner-wrapper .heading .head h2 {
  color: #090b0c;
  font-size: 75px;
  line-height: 1;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .heading .head h2 {
    font-size: 50px;
  }
}
main .list-inner-wrapper .heading .head h2 span {
  display: block;
  margin: -20px 0 0 0;
  font-size: 47px;
  color: #41c0bf;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .heading .head h2 span {
    margin: 0;
    font-size: 37px;
  }
}
main .list-inner-wrapper .heading .subhead h3 {
  color: #41c0bf;
  letter-spacing: 15px;
  font-size: 27px;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .heading .subhead h3 {
    font-family: "Gilroy-Medium";
    color: #090b0c;
    margin: 40px 0 20px 0;
    font-size: 19px;
    letter-spacing: 5px;
    line-height: 1.4;
  }
}
main .list-inner-wrapper .heading .subhead p {
  color: #090b0c;
  font-size: 15px;
  margin: 10px 0 0 0;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .heading .subhead p {
    margin-bottom: 30px;
  }
}
main .list-inner-wrapper .list-block {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #41c0bf;
  align-items: center;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .list-block {
    align-items: flex-start;
    flex-direction: column;
    border: none;
    padding-bottom: 0;
    gap: 10px;
  }
}
main .list-inner-wrapper .list-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
main .list-inner-wrapper .list-block .listHead {
  width: 30%;
  float: left;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .list-block .listHead {
    width: 100%;
  }
}
main .list-inner-wrapper .list-block .listHead h3 {
  font-size: 17px;
  color: #090b0c;
}
main .list-inner-wrapper .list-block .lists {
  width: 70%;
  float: left;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .list-block .lists {
    width: 100%;
  }
}
main .list-inner-wrapper .list-block .lists ul {
  list-style: disc;
}
@media (max-width: 580px) {
  main .list-inner-wrapper .list-block .lists ul {
    padding-left: 20px;
  }
}
main .list-inner-wrapper .list-block .lists ul li {
  color: #090b0c;
  font-size: 15px;
  margin-bottom: 5px;
}
main .list-inner-wrapper .list-block .lists ul li strong {
  font-style: italic;
}
main .list-inner-wrapper .list-block .lists ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  main .our-work-page {
    margin-top: 0;
  }
}
main .our-work-page .our-work-listing ul li {
  width: calc(33.33% - 5px);
}
@media (max-width: 580px) {
  main .our-work-page .our-work-listing ul li {
    width: calc(50% - 5px);
  }
}
main .our-work-page .our-work-listing ul li h2 {
  font-size: 14px;
}
@media (max-width: 580px) {
  main .our-work-page .our-work-listing ul li h2 {
    font-size: 13px;
    line-height: 1.1;
  }
}
main .brands-details-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  main .brands-details-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  main .brands-details-wrapper .brands-logo-wrap {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 580px) {
  main .brands-details-wrapper .brands-logo-wrap {
    padding: 0;
  }
}
main .brands-details-wrapper .brands-logo-wrap h3 {
  font-size: 25px;
  line-height: 1.1;
}
@media (max-width: 992px) {
  main .brands-details-wrapper .brands-logo-wrap h3 {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  main .brands-details-wrapper .brands-logo-wrap h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 0 50px 0;
  }
  main .brands-details-wrapper .brands-logo-wrap h3 br {
    display: none;
  }
}
main .brands-details-wrapper .brands-content-wrap h4 {
  letter-spacing: 4px;
  color: #090b0c;
}
main .brands-details-wrapper .brands-content-wrap p {
  font-size: 15px;
  line-height: 1.4;
  color: #090b0c;
}
main .brands-details-wrapper .brands-listing-video {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  main .brands-details-wrapper .brands-listing-video {
    margin-bottom: 60px;
  }
}
@media (max-width: 580px) {
  main .brands-details-wrapper .brands-listing-video {
    margin: 30px 0 10px 0;
  }
}
main .brands-details-wrapper .brands-listing-video ul li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  transition: 0.5s;
  z-index: 1;
}
main .brands-details-wrapper .brands-listing-video ul li a img {
  transition: 0.5s;
}
main .brands-details-wrapper .brands-listing-video ul li a:hover i {
  color: red;
}
main .brands-details-wrapper .brands-listing-video ul li a:hover img {
  filter: grayscale(100%);
}
@media (max-width: 580px) {
  main .brands-details-wrapper .brands-listing-video ul .multi-img-2 img {
    width: 48%;
  }
}
main .contact-details-1 {
  margin: 120px 0 0 0;
}
@media (max-width: 580px) {
  main .contact-details-1 {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 580px) {
  main .contact-details-1 .details-wrapper .box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  main .contact-details-1 .details-wrapper .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
main .contact-details-1 .details-wrapper .box:hover i {
  color: #090b0c;
  transform: rotate(15deg);
}
main .contact-details-1 .details-wrapper .box i {
  color: #41c0bf;
  font-size: 40px;
  transition: 0.5s;
}
main .contact-details-1 .details-wrapper .box h3 {
  color: #090b0c;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  font-size: 18px;
  letter-spacing: 4px;
}
main .contact-details-1 .details-wrapper .box a {
  transition: 0.5s;
  font-size: 15px;
}
@media (max-width: 992px) {
  main .contact-details-1 .details-wrapper .box a {
    word-wrap: break-word;
  }
}
main .contact-details-1 .details-wrapper .box a:hover {
  color: #41c0bf;
}
main .contact-details-1 .details-wrapper .box p {
  font-size: 15px;
}
main .connect-with-us-wrapper h3 {
  color: #090b0c;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  font-size: 18px;
  letter-spacing: 4px;
}
main .connect-with-us-wrapper p {
  font-size: 15px;
}
main .follow-us-wrapper h3 {
  color: #090b0c;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-size: 18px;
  letter-spacing: 4px;
}
main .follow-us-wrapper ul {
  gap: 20px;
}
main .follow-us-wrapper ul li i {
  width: 45px;
  height: 45px;
  background: #45c1bf;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  transition: 0.5s;
}
main .follow-us-wrapper ul li i::before {
  transition: 0.5s;
}
main .follow-us-wrapper ul li i:hover {
  background: #090b0c;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
main .follow-us-wrapper ul li i:hover::before {
  transform: rotateZ(360deg);
}
main .contact-form-wrapper h3 {
  color: #41c0bf;
  letter-spacing: 10px;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 580px) {
  main .contact-form-wrapper h3 {
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0 0 10px 0;
  }
}
main .contact-form-wrapper form .from-wrapper {
  background: #f1f1f2;
  padding: 40px 60px;
}
@media (max-width: 992px) {
  main .contact-form-wrapper form .from-wrapper {
    padding: 20px 30px 40px 30px;
  }
}
@media (max-width: 580px) {
  main .contact-form-wrapper form .from-wrapper {
    padding: 10px 20px 20px 20px;
  }
}
main .contact-form-wrapper form .from-wrapper .input-wrapper {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
main .contact-form-wrapper form .from-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
main .contact-form-wrapper form .from-wrapper .input-wrapper label {
  line-height: 1;
}
main .contact-form-wrapper form .from-wrapper .input-wrapper input {
  border-bottom: 1px solid #a9abad;
  outline: none;
  width: 100%;
  height: 35px;
}
main .contact-form-wrapper form .submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
main .contact-form-wrapper form .submit-wrapper input {
  background: #45c1bf;
  line-height: 1;
  color: #fff;
  padding: 13px 25px 10px 25px;
  transition: 0.5s;
  cursor: pointer;
}
main .contact-form-wrapper form .submit-wrapper input:hover {
  background: #090b0c;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
main .map-wrapper iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 580px) {
  main .map-wrapper iframe {
    height: 250px;
  }
}
main .global-btn a {
  background: #45c1bf;
  line-height: 1;
  color: #fff;
  padding: 13px 25px 10px 25px;
  transition: 0.5s;
}
main .global-btn a:hover {
  background: #090b0c;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
main .privacy-policy-page p {
  margin-top: 10px;
}
main .footer-2 {
  font-size: 20px;
  padding: 50px 0;
  text-align: left;
  background: #fff;
}
@media (max-width: 580px) {
  main .footer-2 {
    padding-bottom: 20px;
  }
}
main .footer-2 p {
  font-size: 18px;
}
main .footer-2 a {
  color: #000;
  display: block;
  font-size: 18px;
}
main .footer-2 a i {
  margin-right: 10px;
}
main .footer-2 .footer-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
}
main .footer-2 .wrap-social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #000;
  margin-right: 10px;
  text-align: center;
  transition: 0.5s;
  color: #fff;
}
main .footer-2 .wrap-social a:hover {
  background: #fff;
}
main .footer-2 .wrap-social a:hover i {
  color: #000;
}
main .footer-2 .wrap-social a i {
  margin: 0;
}
main .footer-2 .footer-nav a {
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.5s;
}
main .footer-2 .footer-nav a:hover {
  padding-left: 5px;
}
main .footer-2 form .form-control {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #6c757d;
  padding-left: 0px;
}
main .footer-2 form .btn {
  border-radius: 0px;
  border: 1px solid #6c757d;
  color: #6c757d;
  text-transform: uppercase;
  background-color: transparent;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 10px 20px;
}
main .footer-2 form .btn:hover, main .footer-2 form .btn:focus {
  background-color: #3dd2c3;
  border: 1px solid #3dd2c3;
  box-shadow: none;
}
main .footer-2 .map iframe {
  width: 100%;
}
main .wrap-form {
  background-color: #cecece;
}
main .wrap-form .form-para h2 {
  font-size: 32px;
}
@media (max-width: 580px) {
  main .wrap-form .form-para h2 {
    font-size: 22px;
  }
  main .wrap-form .form-para h2 br {
    display: none;
  }
}
main .wrap-form form .form-box {
  float: left;
  width: 100%;
}
main .wrap-form form .form-control {
  float: left;
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #6c757d;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0;
}
main .wrap-form form .btn {
  border-radius: 0px;
  border: 1px solid #6c757d;
  color: #6c757d;
  text-transform: uppercase;
  background-color: transparent;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 10px 20px;
  transition: 0.5s;
}
main .wrap-form form .btn:hover, main .wrap-form form .btn:focus {
  background-color: #3dd2c3;
  border: 1px solid #3dd2c3;
  box-shadow: none;
}
main .effect ~ .focus-border:before,
main .effect ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #45c1bf;
  transition: 0.2s;
  transition-delay: 0.2s;
}
main .effect ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}
main .effect ~ .focus-border i:before,
main .effect ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #45c1bf;
  transition: 0.2s;
}
main .effect ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}
main .effect:focus ~ .focus-border:before,
main .effect:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}
main .effect:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}
main .effect:focus ~ .focus-border i:before,
main .effect:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}
main .effect:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}

/*# sourceMappingURL=stylesheet.css.map */
