@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  color: #0B0F13;
}
:root {
  --white:#fff;
  --primary:#1F458A;
  --secondary:#D1202F;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
}
.swiper-slide .text-part {
  position: absolute;
  z-index: 100;
  text-align: left;
  width: 100%;
}
.swiper-slide .text-part h1 {
  font-size: 3.5vw;
  font-weight: 100;
  font-family: "Manrope", sans-serif;
  color: var(--primary);
  margin-bottom: 2vw;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper2 img {
  height: 95dvh !important;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.thumbsSlider-new {
  height: auto;
  position: absolute;
  bottom: -40px;
  z-index: 1000000000;
  width: 60%;
  right: 0;
}

.mySwiper .swiper-slide-thumb {
  opacity: 2;
}

.mySwiper .swiper-slide-visible img {
  height: 230px;
}

.mySwiper .swiper-slide-thumb-active img {
  height: 260px;
}

.swiper-free-mode > .swiper-wrapper {
  align-items: flex-end;
}

.swiper-pagination {
  position: static;
  text-align: left;
}

.pagination {
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  width: 100%;
  text-align: left !important;
}

.mySwiper .swiper-slide {
  opacity: 2;
}

.main-header {
  position: fixed;
  z-index: 10000000000;
  width: 100%;
}
.main-header .navbar-nav li {
    margin: 0px 16px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}
.main-header .navbar-nav li a {
  color: #0B0F13;
  font-weight: 400;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.logo {
  width: 230px;
}

.btn-theme {
  background: var(--secondary) !important;
  padding: 8px 30px;
  border-radius: 0px;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content!important;
}
.btn-theme:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}

.whatsapp-btn img {
  width: 45px !important;
  height: 45px !important;
  margin-top: 40px;
}

.services-sec {
  background: #F5F8F9;
  padding: 120px 0px;
  text-align: center;
}
.services-sec p {
  color: #54575a;
}
.services-sec .row {
  margin-top: 60px;
}
.services-sec .services-card {
  background: #fff;
  padding: 24px;
  text-align: left;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;

}
.services-sec .services-card:hover {
  box-shadow: 2px 6px 16px 10px #d8d8d8;
}
.services-sec .services-card .top-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.services-sec .services-card .top-flex img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-sec .services-card .top-flex a img {
  width: 40px;
  height: 40px;
}
.services-sec .services-card h3 {
  margin-bottom: 1rem;
  font-size: 2vw;
}
.services-sec .services-card p {
  color: #54575a;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-head h2 {
  color: var(--primary);
  font-size: 2.8vw;
  font-weight: 700;
}

.header-fixed {
  position: fixed;
  background-color: var(--white);
  top: 0rem;
  padding-bottom: 10px;
  box-shadow: 2px 6px 6px rgba(167, 167, 167, 0.1607843137);
  border-bottom: 1px solid rgba(206, 206, 206, 0.3176470588);
}
.current-menu-item a {
    color: var(--primary)!important;
    font-weight: 600!important;
}
.round-sec {
  margin-top: 50px;
  text-align: center;
}
.round-sec img {
  margin-top: 60px;
}
.round-sec h2 {
  margin-bottom: 1.5rem;
}
.sub-menu {
    position: absolute;
    border: 1px solid #cecece75;
    left: 0;
    top: 100%;
    background: #fff!important;
    padding: 20px;
    border-radius: 12px;
    min-width: max-content;
    box-shadow: 0px 0px 6px 6px #00000011;
    transition: all .2s ease-in-out;
    transform: scale(.9);
    opacity: 0;
    pointer-events: none;
}
.sub-menu li:hover .sub-menu {
    display: block;
    padding: 10px;
    top: -4px;
}
.menu-item-has-children:after {
    width: 20px;
    height: 20px;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 4px;
    top: -2px;
    position: relative;
    text-align: center;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}
.sub-menu li:hover {
    background: #1f458a36;
    border-radius: 10px;
    padding: 0px 10px;
}
.sub-menu .sub-menu {
    right: 100%;
    left: 100%;
    width: min-content;
    top: 0px;
    display: none;
}
.sub-menu li {
    list-style: none;
    margin: 0px!important;
    padding: 6px;
}
.achivement-sec {
  background: url(../images/achivment-bg.png);
  padding: 60px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.achive-slide {
  display: flex;
  align-items: center;
  text-align: left;
}
.achive-slide img {
  width: 50%;
  flex: 0 0 auto;
}
.achive-slide .text-part {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.achive-slide .text-part h3 {
  font-size: 1.5vw;
  margin: 0px;
}
.achive-slide .text-part p {
  color: #54575a;
  margin: 0px;
}

.achievement {
  margin-bottom: 40px;
}
.achievement .achive-slide a {
  color: #0B0F13;
  text-decoration: none;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary);
}

.achievements-section {
  margin-top: 50px;
}

.linkedin-sec {
  padding: 60px 0px;
  text-align: center;
  background: #F5F8F9;
}
.linkedin-sec .row {
  margin-top: 40px;
}

.linkedin-post {
  text-align: left;
}
.linkedin-post p {
  font-weight: 600;
  margin-top: 24px;
  color: #0B0F13;
}
.linkedin-post .coments-flex {
  display: flex;
  align-items: center;
}
.linkedin-post .coments-flex img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whats-sec {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
  z-index: 1;
  color: #fff;
}
.whats-sec .btn-theme {
  background: var(--secondary) !important;
  padding: 14px 40px;
  border-radius: 0px;
  color: #fff !important;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.whats-sec .text-part {
  padding-left: 20px;
}
.whats-sec .text-part p {
  font-size: 14px;
  margin-bottom: 30px;
  color: #fff;
}
.whats-sec::after {
  width: 50%;
  height: 100%;
  background: var(--primary);
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.whats-sec::before {
  width: 50%;
  height: 100%;
  background: #fff;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}

.whats-new {
  background: #F5F8F9;
  padding-bottom: 60px;
  padding-top: 12px;
}

.certification-sec {
  background: #F5F8F9;
  border-top: 1px solid #EBEBEB;
  padding: 50px 0px 20px 0px;
  text-align: center;
}
.certification-sec .cer-slider {
  justify-content: center;
  margin: 40px auto 0px auto;
  max-width: 90%;
}
.certification-sec img {
  height: 70px;
  margin: auto;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.owl-dots {
  margin: 20px 0px;
}

.main-footer {
  background: var(--primary);
  padding: 1rem 0rem;
}
.main-footer .footer-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1294117647);
  padding: 0px 0px 16px 0px;
}
.main-footer .footer-logo img {
  width: 230px;
}

.footer-card {
  padding: 60px 0px;
}
.footer-card strong {
  color: #fff;
  font-size: 1.6vw;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.footer-card ul {
  padding: 0px;
}
.footer-card ul li {
  list-style: none;
  padding: 0px;
}
.footer-card ul li a {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 8px;
  display: block;
}

.copyright-sec {
  text-align: center;
  color: #fff;
  opacity: 0.5;
}

.inner-banner {
  display: flex;
  align-items: center;
  position: relative;
}
.inner-banner .text-part {
  width: 100%;
  position: absolute;
}
.inner-banner .text-part h1 {
  color: #1F458A;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
.inner-banner .text-part h1 span {
  font-weight: 200;
}

.whatsapp-icon-new {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
.whatsapp-icon-new .container {
  display: flex;
  justify-content: flex-end;
}
.whatsapp-icon-new .container img {
  width: 40px;
  height: 40px;
}

.beadcrumb-sec {
  background: var(--primary);
  padding: 0.8rem;
}
.beadcrumb-sec .breadcrumb {
  margin-bottom: 0px;
}
.beadcrumb-sec li {
  color: #fff !important;
}
.beadcrumb-sec li a {
  color: #fff;
  opacity: 0.3;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.about-sec {
  background: #fff;
  padding: 40px;
}

.about-sec-new {
  background: #F5F8F9;
}
.about-sec-new h2 {
  font-weight: 200;
}
.about-sec-new p {
  color: #54575a;
}

.values-card {
  display: flex;
  gap: 40px;
}
.values-card .img-part {
  flex: 0 0 auto;
  width: 70px;
}

.values-sec {
  text-align: center;
  justify-content: space-between;
  margin-top: 20px;
}
.values-sec h2 {
  margin-bottom: 40px;
}
.values-sec .values-card {
  text-align: left;
  margin-bottom: 40px;
}

.vision-mission-sec {
  background: #F5F8F9;
  padding: 60px 0px;
}
.vision-mission-sec .img-part {
  width: 100%;
}
.vision-mission-sec .img-part img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-mission-sec .col-lg-6 {
  padding: 0px;
  display: flex;
}
.vision-mission-sec .row {
  max-width: 90%;
  margin: auto;
    align-items: flex-end;
}
.vision-mission-sec .row .text-part {
  padding: 30px;
}
.vision-mission-sec .row .text-part p {
  border-left: 3px solid var(--primary);
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  color: #54575a;
}
.vision-mission-sec .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.vision-mission-sec .row:nth-child(even) .text-part {
  padding-left: 30px;
}

p {
  color: #54575a;
}

.uni-sec {
  padding: 60px 0px;
}
.uni-sec h2 {
  text-align: center;
}
.uni-sec .row {
  margin-top: 50px;
}

.uni-card {
  padding: 0px 20px 0px 0px;
  margin-bottom: 40px;
}
.uni-card h3 {
  margin-bottom: 16px;
  font-size: 2vw;
}
.uni-card .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.our-services-sec {
  background: #F5F8F9;
  padding: 60px 0px;
}
.our-services-sec h2 {
  text-align: center;
}

.services-flex {
  width: 100%;
  float: left;
}

.services-card {
  position: relative;
  margin-bottom: 30px;
}
.services-card .text-part {
  position: absolute;
  padding: 40px;
  top: 0;
  color: #fff;
}
.services-card .text-part p {
  color: #fff;
}
.services-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



.story-sec {
  margin-top: 40px;
}
.story-sec .year-sec {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.story-sec .year-sec::after {
  width: 100%;
  height: 1px;
  background: #D8E4E6;
  position: absolute;
  content: "";
}
.story-sec .year {
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 10px 20px;
  display: block;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: #f5f8f9;
  z-index: 1;
}
.story-sec h3 {
  font-size: 1.8vw;
  color: #0B0F13;
  margin: 0px 0px 16px 0px;
}
.story-sec .row {
  margin-top: 40px;
}

.project-card {
  position: relative;
  margin-top: 30px;
}
.project-card .location {
  position: absolute;
  background: #4a4a4a;
  background: linear-gradient(90deg, rgb(74, 74, 74) 0%, rgb(0, 0, 0) 100%);
  top: 30px;
  left: 30px;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
}
.project-card img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-filter {
  background: #F5F8F9;
  padding: 30px 0px 0px 0px;
}
.projects-filter .filter-btn {
  border: 0px;
  background: transparent;
  color: #222222;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.projects-filter .filter-btn:after {
  content: "/";
  margin-left: 10px;
}
.projects-filter .filter-btn:nth-last-of-type(1):after {
  display: none;
}
.projects-filter .active {
  color: var(--primary);
}

.certificate-sec {
  padding: 60px 0px;
  background: #F5F8F9;
}

.filter-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.filter-drop select {
  background: var(--primary);
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.cer-card {
  padding: 10px;
  margin-bottom: 30px;
}
.cer-card .img-part {
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
.cer-card .img-part img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cer-card .img-part::after {
  width: 96%;
  height: 96%;
  position: absolute;
  content: "";
  border: 1px solid #D1D1D1;
}
.cer-card .view-btn {
  background: var(--secondary) !important;
  padding: 6px 20px;
  border-radius: 0px;
  color: #fff !important;
  margin: 20px auto 0px auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.cer-card .view-btn svg {
  width: 20px;
}

.cer-main {
  display: flex;
  justify-content: center;
}

.btn-close {
  position: absolute;
  right: 20px;
}

.map-sec {
  margin-top: 40px;
}
.map-sec iframe {
  width: 100%;
}

.contact-main {
  padding: 30px 0px;
}
.contact-main ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-main ::placeholder {
  color: #000;
  opacity: 1;
}
.contact-main ::-ms-input-placeholder {
  color: #000;
}
.contact-main h2 {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
.contact-main input, .contact-main textarea {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #CACACA;
  margin-bottom: 20px;
}
.contact-main textarea {
  min-height: 100px;
}

.contact-info {
  background: url(../images/contact-info-bg.png);
  padding: 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-info strong {
  display: block;
  position: relative;
  font-size: 1.2rem;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contact-info strong::after {
  width: 10%;
  height: 2px;
  background: #000;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-info h2 {
  font-size: 3.4vw;
  font-weight: 700;
}
.contact-info p {
  color: #000;
  font-weight: 400;
}

.w-50 {
  float: left;
}
.w-50 a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
}

.product-page {
  padding: 60px 0px;
  background: #F5F8F9;
}
.product-page .row {
  margin-bottom: 20px;
}
.product-page .row:nth-child(even) {
  flex-direction: row-reverse;
}
.product-page .row:nth-last-of-type(1) {
  flex-direction: row;
}
.product-page h2 {
  text-align: center;
}
.product-page h2 span {
  font-weight: 300;
}
.product-page h3 {
  font-size: 18px;
  color: #54575a;
  line-height: inherit;
  font-weight: 400;
  max-width: 70%;
  margin: 0px auto 30px auto;
  text-align: center;
}

.big-card {
  background: var(--primary);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 580px;
}
.big-card .arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.big-card .arrow-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(100);
}
.big-card h4 {
  color: #fff;
  font-size: 2vw;
  margin: 0px;
}
.big-card p {
  color: #fff;
  opacity: 0.7;
  line-height: 30px;
  font-weight: 300;
}

.mail-flex img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.four-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.four-flex .four-card {
  background: #fff;
  width: calc(50% - 10px);
  height: 280px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.four-flex .four-card .img-part {
  text-align: center;
}
.four-flex .four-card .img-part img {
  width: 180px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.four-flex .four-card .four-content {
  text-align: center;
}
.four-flex .four-card .four-content h5 {
  font-size: 18px;
}
.four-flex .four-card .four-content span {
  font-size: 14px;
}
.four-flex .four-card .text-part {
  position: absolute;
  top: 5%;
  background: rgba(209, 32, 47, 0.9215686275);
  left: 5%;
  width: 90%;
  height: 90%;
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 24px;
  color: #fff;
  gap: 10px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.four-flex .four-card .text-part span {
  font-size: 14px;
}
.four-flex .four-card:hover .text-part {
  display: flex;
}
.four-flex .four-card .arrow-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
.four-flex .four-card .arrow-icon img {
  width: 20px;
  height: 20px;
}

.prod-flex {
  background: var(--primary);
  display: flex;
}
.prod-flex .btn-theme {
  margin-top: 40px;
}
.prod-flex .img-part {
  width: 45%;
  padding: 50px;
  position: relative;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-flex .img-part img {
  width: 280px;
  margin: auto;
  text-align: center;
}
.prod-flex .img-part a.arrow-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.prod-flex .img-part a.arrow-icon img {
  width: 20px;
  height: 20px;
}
.prod-flex .text-part {
  width: 55%;
  float: left;
  background: var(--primary);
  padding-top: 20px;
  padding-left: 80px;
  padding-bottom: 140px;
}
.prod-flex .text-part h2 {
  color: #fff !important;
  margin-bottom: 20px;
}
.prod-flex .text-part p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.flex-btn {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.flex-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.flex-btn a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-content-new {
  background: #F5F8F9;
  padding: 40px 0px;
}
.prod-content-new h3 {
  color: #54575a;
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 30px;
}
.prod-content-new span {
  font-size: 20px;
  color: #000;
}
.prod-content-new h2 {
  margin: 10px 0px 10px 0px;
}
.prod-content-new h4 {
  color: #000;
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 20px;
}

.tab-content-new h5 {
  color: #54575a;
  font-size: 18px;
  line-height: inherit;
  margin-bottom: 24px;
}
.tab-content-new .col-lg-4 {
  display: flex;
  margin-bottom: 30px;
}
.tab-content-new .col-lg-4 .prod-card {
  padding: 30px;
  background: #e0e6ee;
}

ul#pills-tab {
  width: 100%;
  background: white;
}
ul#pills-tab .nav-link {
  color: #54575a;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
}
ul#pills-tab .nav-link img {
  display: none;
}
ul#pills-tab .active {
  color: var(--primary) !important;
  background: transparent !important;
  border-bottom: 2px solid var(--primary);
  border-radius: 0px !important;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
ul#pills-tab .active img {
  width: 16px;
  height: 16px;
  display: block;
}

.round-main {
  position: relative;
  display: flex;
  padding: 0px 15px;
}
.round-main strong {
  font-size: 40px;
}
.round-main h3 {
  font-size: 24px;
}
.round-main h4 {
  font-size: 18px;
}
.round-main .circle-1 {
  background: #1F458A;
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 50%;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 16%;
}
.round-main .circle-1 p {
  color: #fff;
}
.round-main .circle-3 {
  width: 240px;
  height: 240px;
  background: #D1202F;
  position: absolute;
  bottom: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  left: 150px;
}
.round-main .circle-3 p {
  color: #fff;
}
.round-main .circle-2 {
  background: #fff;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 50px;
  left: auto;
  color: #000;
}
.round-main .circle-2 p {
  color: #54575a;
}

.prod-content-new .big-card h4 {
  color: #fff !important;
  font-size: 2vw;
  margin: 0px !important;
}

.head-flex {
  position: relative;
}
.head-flex .li-btn {
  position: absolute;
  right: 0;
  top: 40px;
  border: 1px solid #54575a;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
}

.copyright-sec p {
  color: #fff;
  opacity: 0.5;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-theme {
    padding: 10px 60px 10px 30px;
}
.btn-sec p {
    width: fit-content;
    margin: 0px;
    position: relative;
}
.btn-sec p:after {
    background: url(https://r7f.4cf.mytemp.website/firmac-industries/wp-content/themes/firmac-industries/assets/images/arrow-right.png);
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.wpcf7-spinner {
    position: absolute;
}
.our-services-sec h2 {
margin-bottom:40px;
}
.linkedin-post img {
    width: 100%;
}
/*# sourceMappingURL=main.css.map */