/*
Theme Name: Kirkside Child
Template: kirkside
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kirkside-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/* GLOBAL */
body,
html {
  overflow-x: clip;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-padding-top: 210px;
}
.scrollToTopBtn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background: #011425;
  position: fixed;
  bottom: 0;
  right: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 34px;
  cursor: pointer;
  z-index: 1000;
}
.scrollToTopBtn::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  right: -0.1em;
  width: 100%;
  height: 100%;
  border: 1px solid #011425;
  z-index: -1;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.scrollToTopBtn:hover::after {
  bottom: 0;
  right: 0;
}
.showBtn {
  opacity: 1;
  transform: translateY(-40px);
  pointer-events: all;
}
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
span {
  display: inline-block;
}
.top-heading h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #226cb1;
  margin-bottom: 4px;
}
.top-heading h2 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 57.599998474121094px;
  color: #000000;
}
.top-heading p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.btn-wrap {
  position: relative;
  z-index: 1;
}

.btnn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 50px;
    background: #011425;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: revert-layer;
}

.btnn::after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  width: 100%;
  height: 100%;
  border: 1px solid #9dcaf5;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.btnn:hover::after {
  bottom: 0;
  right: 0;
  opacity: 0;
}
.btnn:hover {
  color: #fff;
  background: #226cb1;
}
.times,
.bars {
  display: none;
}
.container {
  max-width: 1140px !important;
}
/* GLOBAL */

/* HEADER STYLES */
header nav {
  background: #fff;
  padding: 27px 0;
  background: #fff;
  transition: all .3s ease-in-out;
}
header nav .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.07);
}
header.fixed nav {
	padding: 10px 0;
}
.logo img {
    max-width: 180px;
}
.nav-menu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
}
.nav-menu > ul > li {
	position: relative;
	cursor: pointer;
}
.nav-menu > ul > li .sub-menu {
	position: absolute;
	left: 0;
	width: 200px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 100;
	list-style: none;
	padding: 0!important;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
}
.nav-menu > ul > li:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
}
.nav-menu > ul > li .sub-menu li a {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    color: #000000;
}
.nav-menu > ul > li .sub-menu li:last-child a {
	border-bottom: 0;
} 
.nav-menu > ul > li .sub-menu li a:hover {
	background: #011425;
	color: #fff;
}
.nav-menu > ul > li > a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.13px;
  text-align: center;
  text-transform: uppercase;
  color: #000000 !important;
  position: relative;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.nav-menu > ul > li > a svg {
	width: 12px;
}
.nav-menu > ul > li > a iconify-icon {
	font-size: 30px;
}
.nav-menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #226cb1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nav-menu > ul > li:hover > a::after,
.nav-menu > ul > li.active > a::after {
  opacity: 1;
}
.nav-menu > ul > li.active > a {
  font-weight: 600;
}
.btn-wrap iconify-icon {
  display: none;
}

/* HERO BANNER */
.hero {
  position: relative;
  z-index: 1;
}
.hero-swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(36, 109, 178, 0), #011425be);
  z-index: 1;
  pointer-events: none;
}
.hero-swiper-wrapper {
  width: 100%;
  padding: 200px 0 300px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.hero-img-btm {
  position: absolute;
  bottom: -2px;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
.hero-img-btm img {
  width: 100%;
}
.hero-slide-text {
  position: relative;
  z-index: 1001;
  top: 10%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.hero-slide-text h1 {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  text-align: left;

  color: #ffffff;
  max-width: 652px;
}
.hero-slide-text p {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 31.5px;
  text-align: left;

  color: #ffffff;
  margin: 20px 0 27px;
}
.hero-slide-text a.btnn::after {
  display: none;
}
.hero-nav-btn::after {
  display: none;
}
.hero-nav-btn {
  top: 43%;
  background: none;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.hero-nav-btn:hover {
  background: #fff;
  color: #011425;
}
.hero-nav-btn svg {
  width: 20px;
}
.hero-nav-btn:hover svg path {
  fill: #011425 !important;
}
.hero .swiper-slide-duplicate-active .hero-slide-text {
  top: 0;
  opacity: 1;
}
.hero .swiper-slide-active .hero-slide-text {
  top: 0;
  opacity: 1;
}
.hero-nav-btn iconify-icon {
  font-size: 45px;
  color: #fff;
}
.hero-nav-btn:hover iconify-icon {
  color: #011425;
}

/* HOME ABOUT SECTION */
.hm-about-us-sec {
  padding: 0px 0 20px;
}
.about-sec-left {
  position: relative;
  left: -60px;
}
.about-sec-left-img2 {
  position: absolute;
  top: 54%;
  right: -5em;
  transform: translateY(-50%);
}
.about-sec-right {
  padding-left: 0px;
}
.about-sec-right p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
  text-align: left;

  color: rgba(0, 44, 63, 0.699999988079071);
  margin-top: 20px;
  margin-bottom: 25px;
}

/* HOME CTA 1 */
.hm-cta1 {
  padding: 120px 0 210px;
  background-size: cover !important;
  background-position: center !important;
}
.hm-cta1 .top-heading h2 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.48px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  margin-bottom: 20px;
}
.hm-cta1 .top-heading p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.16px;
  text-align: center;

  color: #ffffff;
  margin-bottom: 0;
}
/* HOME PRODUCT SECTION */
.hm-products-section {
  margin-top: -100px;
}
.hm-product-container {
  background: #ffffff;
  box-shadow: 0px 4px 100.9000015258789px rgba(0, 0, 0, 0.15);
  padding: 40px 60px;
}
.products-content {
  background: #e7f3ff;
  padding: 18px 24px 40px;
  width: 100%;
  height: 100%;
}
.products-content .products-info {
  margin-top: 30px;
}
.products-img {
  overflow: hidden;
  width: 100%;
	height: 200px;
}
.products-img img {
  width: 100%;
	height: 100%;
  transition: all 0.7s ease-in-out;
}
.products-content:hover .products-img img {
  transform: scale(1.1);
}
.products-content .products-info h4 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: left;

  color: #000000;
  margin-bottom: 21px;
  transition: all 0.3s ease-in-out;
}
.products-content .products-info p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.14px;
  text-align: left;

  color: #54595f;
  margin-bottom: 0;
}
.products-content:hover .products-info h4 {
  color: #226cb1;
}

/* WHY CHOOSE */
.why-choose {
  padding: 100px 0;
}
.why-choose-left {
  padding: 100px 0;
}
.why-choose-inner {
  width: 100%;
  height: 100%;
}
.why-choose-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-choose-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 380px;
  height: 100%;
  background: #ecf2f8;
}
.why-choose-img1 {
  position: relative;
  z-index: 1;
  margin: auto;
}
.why-choose-img2 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -7em;
  bottom: -1.5em;
  border: 8px solid #fff;
}
.why-choose-img2 img {
	width: 254px;
}
.why-choose-right {
  padding-left: 90px;
}
.why-choose-accordion {
  max-width: 476px;
  margin-top: 30px;
}
.why-choose-accordion .acc-item {
  margin-bottom: 20px;
}
.why-choose-accordion .acc-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 18px;
  cursor: pointer;
}
.why-choose-accordion .acc-top .left {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.why-choose-accordion .acc-top .left h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  text-align: left;

  color: #000000;
  margin-bottom: 0;
}
.why-choose-accordion .acc-top .left .icon {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.why-choose-accordion .acc-top .plus {
  color: #000000;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.why-choose-accordion .acc-top .minus {
  color: #000000;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: none;
}
.why-choose-accordion .acc-btm {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.why-choose-accordion .acc-btm-inner {
  padding: 15px 0 0;
}
.why-choose-accordion .acc-btm-inner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.14px;
  text-align: left;

  color: #54595f;
}
.why-choose-accordion .acc-item.active .minus {
  display: block;
}
.why-choose-accordion .acc-item.active .plus {
  display: none;
}

/* TESTIMONIALS SECTION */
.testimonials-sec {
  padding: 100px 0;
}
.testimonials-sec .top-heading {
  text-align: center;
}
.testimonials-sec .top-heading h2 {
  max-width: 500px;
  margin: auto;
}
.testi-cotnent {
  border: 1px solid #246db2;
  padding: 65px 32px 32px 47px;
  position: relative;
}
.testi-content::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 1em;
  border: 1px solid #246db2;
  width: 100%;
  height: 100%;
}
.testi-quote {
  position: absolute;
  top: -1.3em;
  left: 3em;
  z-index: 1;
}
.testi-content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.16px;
  text-align: left;

  color: #54595f;
}
.testi-content .testi-btm-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  margin-top: 24px;
}
.testi-content .testi-btm-flex h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.200000762939453px;
  letter-spacing: -0.18px;
  text-align: left;

  color: #000000;
  margin-bottom: 0;
}
.testi-content .testi-btm-flex span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1;
  text-align: left;

  color: #7a7a7a;
}
.testi-content .testi-btm-flex .img {
  min-width: 66px;
  height: 66px;
  border-radius: 50px;
  overflow: hidden;
}
.testi-content .testi-btm-flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-pagination {
  position: relative;
  margin-top: 40px;
}

.testimonials-sec .swiper-slide {
  padding: 60px 20px 30px;
}
.testimonials-sec .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
}
.testimonials-sec .swiper-pagination-bullet-active {
  background: #011425 !important;
}
.testimonials-sec .swiper-pagination-bullet {
  width: 8px;
  height: 8px;

  border: 1px solid #151515;
  border-radius: 4px;
  background: none;
}
/* BLOG SECTION HOME */
.hm-blog-section {
  padding: 100px 0;
  background: #ecf2f8;
}
.hm-blog-section {
  padding-left: calc((100% - 1140px) / 2);
}
.hm-blog-section .top-heading h2 {
  margin-bottom: 0;
}
.hm-blog-section .top-heading p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #54595f;
  margin-top: 22px;
}
.blog-content {
  position: relative;
  width: 100%;
}
.blog-content a {
  position: relative;
  width: 100%;
}
.blog-content .blog-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 247px;
}
.blog-content .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease-in-out;
}
.blog-content:hover .blog-img img {
  transform: scale(1.1);
}
.blog-content .blog-date-outer {
  max-width: 324px;
  margin: auto;
  position: relative;
}
.blog-content .blog-date {
  position: absolute;
  bottom: 2.2em;
  left: 0em;
  width: 72px;
  height: 74px;

  background: #011425;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;

  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-content .blog-date h6 {
  margin-bottom: 0;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.16px;
  text-align: center;

  color: #ffffff;
  margin-bottom: 6px;
}
.blog-content .blog-date span {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.16px;
  text-align: center;

  color: #ffffff;
}
.blog-content .blog-info {
  max-width: 324px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 4px 35.20000076293945px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  position: relative;
  padding: 15px 26px 26px;
}
.hm-blog-right {
  padding-left: 35px;
}
.blog-info-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
}
.blog-info-top .icon {
  margin-bottom: 0;
  line-height: 0;
}
.blog-info-top h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.16px;
  text-align: left;

  color: #7a7a7a;
  margin-bottom: 0;
}
.blog-info h4 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: left;

  color: #011425;
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.blog-info em {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  text-align: left;
  text-transform: uppercase;

  color: #9b9b9b;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-info em .line {
  width: 32px;
  height: 1px;
  background: #011425;
}
.blog-info a:hover {
  color: #226cb1;
}
.blog-info a:hover .line {
  background-color: #226cb1;
}
.blog-content:hover h4,
.blog-content:hover em {
  color: #1e69ac;
}
.blog-content:hover em .line {
  background: #1e69ac;
}
.blog-pagination {
  position: relative;
  bottom: -25px;
}
.blog-pagination .swiper-pagination {
  text-align: left;
  display: flex;
  gap: 0 4px;
}
.blog-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #151515;
  border-radius: 4px;
  background: none;
}
.blog-pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: #011425;
}

/* HOME CLIENT SECTION */
.clients-sec {
  padding: 40px 0 163px;
}
.client-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}
.client-sec-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-sec-flex .client {
  min-width: 185px;
}
.client-sec-flex .client img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.client-sec-flex .client:hover img {
  filter: grayscale(0);
}

/* FOOTER */
.ftr {
  background: url(images/ftr-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 155px 0 54px;
  position: relative;
}
.ftr-cta-box {
  background: #ecf2f8;
  padding: 67px 110px;
  max-width: 1365px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ftr-cta-box h2 {
  margin-bottom: 0;
}
.ftr-content h4 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.600000381469727px;
  letter-spacing: -0.16px;
  text-align: left;

  color: #ffffff;
  position: relative;
  margin-bottom: 40px;
}
.ftr-content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.14px;
  text-align: left;

  color: #919191;
}
.ftr-content p a {
  color: #919191;
}
.ftr-content p a:hover {
  color: #246db2;
}
.ftr-content h4::after {
  content: "";
  position: absolute;
  top: 140%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='9' viewBox='0 0 30 9' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='30' height='9' fill='url(%23pattern0_48_802)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_48_802' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_48_802' transform='scale(0.0333333 0.111111)'/%3E%3C/pattern%3E%3Cimage id='image0_48_802' width='30' height='9' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAYAAAAl45yBAAAAAXNSR0IArs4c6QAAAoNJREFUOE/FlF9IU1Ecx8/vbPeeqVM3nTr/kSFRGJW+iKPQ3FMGiQRKPShYkCFICNIfejCCsqLQEPoDkaAR4h7qwTIoNaXcHqKHoiBo9E+cOGfTOe+/3XPiTG8MWfXYebq/8znf8/3xu9974fFUqLihJvsHSliStHqWiJZOvqWocm9KivWKgQcH59MaG9O7iEja/8LPE5Ec/xOvdgu7Iaap4wgxxedfjBtVlTp6MTbVKarSw2siknOU6mOjM6ttjjw5tao05y7GuCamxW7oTFeJSLp0qo8+mVk9tcFvYYzdifqYrg0/9a6dNvQAuAgCC0t1uVkZ/QColBsxhvwLSysd+blZY7yenV905zsy7gPgAoSQwBj9FlhcOVbkdEwk4Vz/PVG/fr/1NgDeEr+fso+B0HIH8GJkOpDj3mXZy58n3suvm6rzg4mj/xcfmPzirK+wV3PN+DtpcrOe80PltipNY8rwB/B21trDceP/sZIa907+tDWXo/28w+fP1OmWFmc0sTnOj+xkLp1SxRh5sgnJir6SjPOzEI6ET8yFtDdlJTlv+cbX2ZCrOC/jHmAo4zVl1Ov7HGzdt6Pw0+93mp3ZDxi2xTnVX/DgGV/G5szoVH/04NVce2vt1nl+PhQONxEzFPBUv8QY71FU+SpCQIhILhhmWRYxbXuRfQQApa9J0R6TyZy7nnI65fMH2+K80DaEgKVFpLXLxCyUbPAJnz/YXmIjhTyYiEE0IkdvWgRSIQrCSVXT7gAPTkOl/YxZMDfzjmJabGh4JNxtjJcH46jL2S0KwmHGqKRq2kOPJ3LJ4FxfX2m7mMAHPJ7IdYPz/8RBV+o1s0k4wBhdlmSpz2rN7PsFw8xalUfZ36gAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 30px;
}
.ftr-content ul {
  column-count: 2;
}
.ftr-content2 {
  padding-left: 38px;
}
.ftr-content2 ul li a {
  position: relative;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.16px;
  text-align: left;

  color: #919191;
  margin-bottom: 18px;
  padding-left: 16px;
}
.ftr-content2 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25634 3.46388L0.947768 0.155304C0.832887 0.0519114 0.700774 0.000215054 0.551429 0.000215054C0.402083 0.000215054 0.26997 0.0519114 0.155089 0.155304C0.0516964 0.270185 0 0.402298 0 0.551643C0 0.700989 0.0516964 0.833102 0.155089 0.947983L3.08455 3.86021L0.155089 6.77245C0.0516964 6.88733 0 7.01944 0 7.16879C0 7.31813 0.0516964 7.45024 0.155089 7.56513C0.26997 7.66852 0.402083 7.72021 0.551429 7.72021C0.700774 7.72021 0.832887 7.66852 0.947768 7.56513L4.25634 4.25655C4.35973 4.14167 4.41143 4.00956 4.41143 3.86021C4.41143 3.71087 4.35973 3.57876 4.25634 3.46388ZM7.56491 3.46388L4.25634 0.155304C4.14146 0.0519114 4.00935 0.000215054 3.86 0.000215054C3.71065 0.000215054 3.57854 0.0519114 3.46366 0.155304C3.36027 0.270185 3.30857 0.402298 3.30857 0.551643C3.30857 0.700989 3.36027 0.833102 3.46366 0.947983L6.39313 3.86021L3.46366 6.77245C3.36027 6.88733 3.30857 7.01944 3.30857 7.16879C3.30857 7.31813 3.36027 7.45024 3.46366 7.56513C3.57854 7.66852 3.71065 7.72021 3.86 7.72021C4.00935 7.72021 4.14146 7.66852 4.25634 7.56513L7.56491 4.25655C7.6683 4.14167 7.72 4.00956 7.72 3.86021C7.72 3.71087 7.6683 3.57876 7.56491 3.46388Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 8px;
}
.ftr-content2 ul li a:hover {
  color: #246db2;
}
.ftr-con-info-el a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ftr-con-info-el a .icon {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.ftr-con-info-el {
  margin-bottom: 15px;
}
.ftr-con-info-el a .info span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.16px;
  text-align: left;

  color: #919191;
  transform: translateY(4px);
  transition: all 0.3s ease-in-out;
}
.ftr-con-info-el a:hover span {
  color: #246db2;
}
.ftr-btm {
  padding: 12px 0;
}
.ftr-btm p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-align: left;

  color: #011426;
  margin-bottom: 0 !important;
}
.ftr-btm p a {
  color: #011426;
}
.ftr-btm p a:hover {
  color: #1e69ac;
}
.ftr-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
  line-height: 0;
}
.ftr-social a {
  min-width: 30px;
  height: 30px;
  background: #011425;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  line-height: 0;
}
.ftr-social a:hover {
  background: #246db2;
}

/* HOME GALLERY SECTION */
.gallery-section {
  padding: 100px 0 140px;

  background-size: cover !important;
  background-position: center !important;
}
.gallery-top-con {
  background: rgba(1, 20, 37, 0.6899999976158142);

  backdrop-filter: blur(6.599999904632568px);
  padding: 30px 34px 52px;
}
.gallery-top-con .top-heading h6,
.gallery-top-con .top-heading h2 {
  color: #fff;
}
.gallery-top-con .top-heading h2 {
  margin-bottom: 0;
}
.gallery-section-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
}
.gallery-section-top ul li.gal-tab {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31.5px;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.gallery-section-top ul li.gal-tab.active {
  background: #fff;
  color: #1e69ac;
}
.gallery-section-top ul li.gal-tab:hover {
  background: #fff;
  color: #1e69ac;
}
.gallery-section-btm {
  padding-left: calc((100% - 1115px) / 2);
}
.gal-tab-content,
.gal-tab-content a {
  width: 100%;
  height: 600px;
}
.gal-tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-content {
  position: relative;
}

.tab-panee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.tab-panee.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: all;
}
.gallery-section .swiper-slide {
  padding-bottom: 0px;
}
.gallery-section-btm .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  opacity: 1;
}
.gallery-section-btm .swiper-pagination-bullet-active {
  background: #2267a7;
  border: none;
}
.tab-pagination {
  position: relative;
  max-width: 1140px;
}
.tab-pagination .swiper-pagination {
/*   top: 30px !important; */
	bottom: -60px!important;
}

/* INNER BANNER */
.inner-banner {
  padding: 180px 0 200px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(36, 109, 178, 0), #011425be);
  z-index: 1;
  pointer-events: none;
}
.inner-banner-btm-img {
  position: absolute;
  bottom: -0.5px;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
.inner-banner-btm-img img {
  width: 100%;
}
.inner-banner h1 {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  text-align: left;

  color: #ffffff;
  margin-bottom: 16px;
}
.inner-banner .inner-banner-breadcrumb {
  background: rgba(237, 221, 221, 0.07000000029802322);

  border: 1px solid rgba(202, 202, 202, 0.3);
  border-radius: 2px;

  backdrop-filter: blur(4px);
  display: inline-block;
  padding: 4px 10px;
}
.inner-banner .inner-banner-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-banner-content {
  position: relative;
  z-index: 10;
}
.inner-banner .inner-banner-breadcrumb ul li {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;

  color: #ffffff;
  line-height: 0;
}
.inner-banner .inner-banner-breadcrumb ul li iconify-icon {
  font-size: 30px;
  line-height: 0;
}
.inner-banner .inner-banner-breadcrumb ul li a {
  color: #fff;
}
.inner-banner .inner-banner-breadcrumb ul li a:hover {
  color: #246db2;
}
.inner-banner .inner-banner-breadcrumb ul li span {
  font-weight: 600;
}

/* ABOUT PAGE */
.postid-87 section.single-pro-sec3.single-pro2-sec3 .single-pro-sec3-btm-row .row>*:nth-child(2) {
    width: 100%;
}
.about-page-sec2 {
  padding-top: 0px;
  padding-bottom: 0;
}
.about-pg-client {
  padding-bottom: 0;
}
.about-pg-why-choose {
  padding-top: 20px;
  padding-bottom: 200px;
}

/* FAQ PAGE */
.faq-pg-sec {
  padding: 40px 0 200px;
}
.faq-pg-sec .top-heading {
  text-align: center;
}
.faq-pg-content {
  margin-top: 30px;
}
.faq-pg-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-pg-top .left {
  display: flex;
  justify-content: flex-start;
  gap: 0 0px;
}
.faq-pg-top .left span {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.24px;
  text-align: left;

  color: #000000;
  transform: translateY(-6px);
  min-width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50%;
}
.faq-pg-top .left h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.2;
  text-align: left;

  color: #226cb1;
}
.faq-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #000;
}
.faq-pg-item {
  background: #ecf2f8;
  padding: 50px 58px;
}
.faq-pg-btm {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq-pg-btm-inner {
  padding-top: 20px;
  padding-left: 70px;
}
.faq-pg-btm-inner p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  text-align: left;

  color: #000;
  margin-bottom: 0;
}
.faq-pg-item.active {
  background: #226cb1;
}
.faq-pg-item.active .faq-pg-top span {
  color: #fff;
}
.faq-pg-item.active h4 {
  color: #fff;
}
.faq-pg-item.active .faq-icon {
  background: #000;
}
.faq-pg-item.active .faq-icon span {
  transform: rotate(45deg);
  position: relative;
  left: 2px;
}
.faq-pg-item.active .faq-pg-btm-inner p {
  color: #fff;
}

/* GALLERY PAGE */
.gallery-pg-section {
  padding: 30px 0 180px;
}
.gallery-pg-section .top-heading {
  text-align: center;
}
.gall-pg-tabs {
  margin-top: 25px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.gall-pg-tab {
  height: 55px;

  border: 1px solid #011425;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31.5px;
  text-align: left;

  color: #011425;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.gall-pg-tab.active,
.gall-pg-tab:hover {
  background: #011425;
  color: #ffff;
}
.gall-pg-contents {
  position: relative;
  height: 100%;
}
.gall-pg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.gall-pg-content.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  position: relative;
}
.gall-pg-content a {
  width: 100%;
  height: 100%;
}
.gall-pg-content a img {
  width: 100%;
  height: 100%;
}

/* CONTdisACT US PAGE */
.contact-pg-section .top-heading {
  text-align: center;
}
.contact-pg-section .top-heading h2 {
  margin-bottom: 0;
}
.contact-pg-section {
  padding: 20px 0 80px;
}
.con-pg-info-box {
  padding: 20px 12px 24px 40px;
  background: #ffffff;

  border: 1px solid #011425;
  border-radius: 4px;

  box-shadow: -6px 4px 50px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
.con-pg-info-box form {
  padding: 0px 0;
}
.con-pg-info-box .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;

  border: 1px solid rgba(4, 0, 11, 0.38);
  border-radius: 3px;
  margin-bottom: 20px;
}
.con-pg-info-box .form-group input {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  border: none;
  background: none;

  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.333332061767578px;
  text-align: left;

  color: #1e1e1e;
  outline: none;
}
.con-pg-info-box .form-group .frm-icon {
  min-width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-pg-info-box .form-group input::placeholder,
.con-pg-info-box .textarea-group textarea::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.333332061767578px;
  text-align: left;
  text-transform: capitalize;

  color: #1e1e1e;
}
.con-pg-info-box .textarea-group {
  border: 1px solid rgba(4, 0, 11, 0.38);
  border-radius: 3px;
  margin-bottom: 20px;
  height: 98px;
}
.con-pg-info-box .textarea-group textarea {
  width: 100%;
  height: 100%;
  padding: 10px 18px;
  border: none;
  background: none;

  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.333332061767578px;
  text-align: left;

  color: #1e1e1e;
  outline: none;
  resize: none;
}
.con-pg-info-box .btnn-group-outer {
  position: relative;
  z-index: 1;
}
.con-pg-info-box .btnn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 55px;
  background: #011425;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: revert-layer;
  transition: all 0.3s ease-in-out;
}
.con-pg-info-box .btnn-group input[type="submit"] {
  border: none;
  background: none;
  padding: 0 35px;
  height: 100%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}
.con-pg-info-box .btnn-group::after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  width: 100%;
  height: 100%;
  border: 1px solid #9dcaf5;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.con-pg-info-box .btnn-group:hover::after {
  bottom: 0;
  right: 0;
  opacity: 0;
}
.con-pg-info-box .btnn-group:hover {
  color: #fff;
  background: #226cb1;
}
.con-pg-info-box-right {
  background: #011425;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 77px 20px 140px 48px;
  position: relative;
}
.con-pg-info-inner {
  width: 100%;
  height: 100%;
}
.con-pg-info-box-right h3 {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;

  color: #ffffff;
  margin-bottom: 36px;
}
.con-pg-info-box-icon a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 17px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25.333332061767578px;
  text-align: left;

  color: #ffffff;
}
.con-pg-info-box-icon {
  margin-bottom: 36px;
}
.con-pg-info-box-icon a:hover {
  color: #1e69ac;
}
.map iframe {
  width: 100%;
  height: 348px;
  line-height: 0;
}
.map {
  padding-bottom: 180px;
}
.con-img-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

/* BLOG PAGE */
.blog-pg-section .top-heading p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #54595f;
  max-width: 740px;
  margin: 30px auto 0;
}
.blog-pg-section {
  padding: 0 0 200px;
}
.blog-pg-content-row {
  margin-top: 40px;
}
.blog-pg-content-button {
  margin-top: 43px;
  text-align: center;
}
.blog-col {
  display: none;
}
.blog-single-sec {
  padding: 50px 0 150px;
}
.blog-single-sec h2 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 56.900001525878906px;
  text-align: left;

  color: #231f20;
}
.blog-single-sec span {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25.333332061767578px;
  text-align: left;
  text-transform: uppercase;

  color: #011425;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.blog-single-sec img {
  border-radius: 4px;
  margin-bottom: 34px;
}
.blog-single-sec p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1a1a1a;
  margin-bottom: 20px;
}
.blog-single-sec ul {
  list-style: none;
  padding: 0;
}
.blog-single-sec ul li {
  position: relative;

  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1a1a1a;
  margin-bottom: 30px;
  padding-left: 35px;
}
.blog-single-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59082 0C8.27311 0 7.03027 0.24707 5.8623 0.741211C4.69434 1.25033 3.67611 1.93913 2.80762 2.80762C1.93913 3.67611 1.25781 4.68685 0.763672 5.83984C0.254557 7.00781 0 8.25065 0 9.56836C0 10.901 0.254557 12.1439 0.763672 13.2969C1.25781 14.4648 1.93913 15.4831 2.80762 16.3516C3.67611 17.2201 4.69434 17.9014 5.8623 18.3955C7.03027 18.9046 8.27311 19.1592 9.59082 19.1592C10.9085 19.1592 12.1514 18.9046 13.3193 18.3955C14.4873 17.9014 15.5055 17.2201 16.374 16.3516C17.2425 15.4831 17.9238 14.4648 18.418 13.2969C18.9271 12.1439 19.1816 10.901 19.1816 9.56836C19.1816 8.25065 18.9271 7.00781 18.418 5.83984C17.9089 4.68685 17.2238 3.67611 16.3628 2.80762C15.5018 1.93913 14.4873 1.25033 13.3193 0.741211C12.1514 0.24707 10.9085 0 9.59082 0ZM14.1279 7.34473L8.84961 13.0947C8.77474 13.1995 8.67367 13.2782 8.54639 13.3306C8.41911 13.383 8.28809 13.4092 8.15332 13.4092C8.01855 13.4092 7.88753 13.383 7.76025 13.3306C7.63298 13.2782 7.5319 13.1995 7.45703 13.0947L5.05371 10.4893C4.97884 10.3994 4.91895 10.2983 4.87402 10.186C4.8291 10.0737 4.80664 9.95768 4.80664 9.83789C4.80664 9.56836 4.90023 9.34001 5.0874 9.15283C5.27458 8.96566 5.49544 8.87207 5.75 8.87207C5.89974 8.87207 6.03451 8.90202 6.1543 8.96191C6.27409 9.02181 6.37891 9.09668 6.46875 9.18652L8.15332 11.0283L12.7129 6.04199C12.8027 5.95215 12.9076 5.88102 13.0273 5.82861C13.1471 5.7762 13.2819 5.75 13.4316 5.75C13.6862 5.75 13.9071 5.84359 14.0942 6.03076C14.2814 6.21794 14.375 6.4388 14.375 6.69336C14.375 6.82812 14.3525 6.94792 14.3076 7.05273C14.2627 7.15755 14.2028 7.25488 14.1279 7.34473Z' fill='%23011425'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
}

/* SINGLE PRODUCT SECTION */
.single-product-banner h1 {
  max-width: 650px;
}
.single-pro-sec1 .why-choose-right::after {
  left: 0;
}
.single-pro-sec1 .why-choose-img2 {
  right: -1em;
  left: initial;
}
.single-pro-sec1 .top-heading p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
  text-align: left;

  color: rgba(0, 44, 63, 0.699999988079071);
}
.single-pro-sec1 .why-choose-img1 {
  margin: initial;
}
.single-pro-sec1 .top-heading h2 {
  margin-bottom: 20px;
}
.single-pro-sec1 .why-choose-left {
  padding-left: 37px;
  padding-bottom: 70px;
  padding-top: 70px;
}
.single-pro-sec1 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.single-pro-sec2 {
  padding: 100px 0;
  background: #ecf2f8;
}
.single-pro-sec2 .products-content {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  padding: 24px;
}
.single-pro-sec2 .products-content:hover h4 {
  color: #011425;
}
.single-pro-sec3 {
  padding: 100px 0;
}
.single-pro-sec3 .top-heading {
  max-width: 504px;
}
.single-pro-sec3-btm-row {
  margin-top: 30px;
}
.single-pro-sec3-img-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}
.single-pro-sec4 {
  padding: 60px 0;
  background: #ecf2f8;
}
.single-pro-sec4-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}
.single-pro-sec3-img {
  width: 100%;
  height: 100%;
}
.single-pro-sec3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-pro-sec5 {
  padding-bottom: 180px;
}
.single-product-slide-img a {
  width: 100%;
  height: 600px;
}
.single-product-slide-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-pro-sec1-btm {
  text-align: center;
  margin-top: 43px;
}
.single-pro-sec1-btm h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 57.599998474121094px;

  color: #000000;
  margin-bottom: 19px;
}
.single-pro-sec1-btm p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
  text-align: center;

  color: #000000;
}
.single-pro2-sec3 {
  padding-top: 0;
}
.single-product-banner {
  padding-top: 70px;
}

.wpcf7-not-valid-tip {
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
.wpcf7-response-output {
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.wpcf7-spinner {
  position: absolute;
  right: -4em;
}
.postid-84 .single-pro2-sec3 {
  padding-top: 100px !important;
}








.portfolio {
  background: #eee;
}
.portfolio .portfolio-item {
  margin-bottom: 18px !important;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 0px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #00344d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.port-imgg img {
  width: 600px !important;
  transition: all 0.7s ease-in-out;
}
.port-imgg:hover img {
  transform: scale(1.2);
}
.port-imgg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio a.btnn:hover {
  background: #00344d;
  color: #fff;
}
.gslide-desc {
  text-align: center;
}
.port-imgg .info {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 80%;
  color: #fff;
  z-index: 100;
}
.port-imgg a {
  width: 100%;
  display: block;
  height: 100%;
}
.port-imgg a img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
/* .port-imgg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
} */

@media (min-width: 767.98px) {
  body.postid-84 .single-pro-sec3-btm-row>.row>* {
    width: 100% !important;
  }
}


body.postid-84 .single-pro-sec3-btm-row>.row>* {
  margin: 0 auto;
} 

body.postid-84 .single-pro-sec3-btm-row>.row>* img {
  margin: 0 auto;
}

body.postid-84 .single-pro-sec3-btm-row>.row>*:first-child,
body.postid-84 .single-pro-sec3-btm-row>.row>*:last-child {
  display: none !important;
}

