@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Manrope:wght@200..800&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&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
  color: #000;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  font-size: 17px;
  padding: 0;
  margin: 0;
  line-height: 30.5px;
  font-family: vaR(--f2);
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
	font-family:var(--f2);
	text-transform:capitalize;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #01143C; /* pirmary-color */
  --c4: #D4AF37; /* Background Color */
  --c5: #e7e7e7ea; /* Background Color */
  --c6: #5BA1E5;
  
  --f1: "Poppins", sans-serif;
  --f2: "EB Garamond", serif;
  --f3:"Manrope", sans-serif;
}
::selection {
  background: var(--c5);
}
.spacing {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.sec-title h2 {
    text-align: center;
    font-size: 60px;
    color: vaR(--c6);
    padding-bottom: 25px;
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-top: 60px;
}

/* end inner-wrapper */

/*Navigation animations*/
.menu-nav ul li a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
   padding:5px 0px;
}

.menu-nav ul li a::before,
.menu-nav ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right,transparent, #fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
}
.menu-nav ul li a::after {
	background: linear-gradient(to right,#fff, transparent);
}

.menu-nav ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.menu-nav ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.menu-nav ul li a:hover::before,
.menu-nav ul li a:hover::after {
  transform: scaleX(1);
}

/* ___BUTTON_ANIMATION____ */

.dswipe a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dswipe a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c3);
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}
.dswipe a:hover {
  color: var(--c2);
  box-shadow: 0px 0px 4px var(--c3);
  border-color: vaR(--c1);
}
.dswipe a:hover::before {
  transform: translateX(0);
}

/* _____ */

/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
  background: var(--c2);
}
.responsive-logo {
  width: 203px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 13px;
}
.responsive-links ul li a {
  color: var(--c1);
  padding: 17px 0px;
  display: block !important;
  font-weight: 500;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 50px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 24px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}
.responsive-btn a {
    color: var(--c3);
    font-size: 31px;
    text-align: end;
}

/* ___ */

/************************************/
/***       Loader         	  ***/
/************************************/

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--c4);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid var(--c1);
	border-color: var(--c1) var(--c1) transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: 3px solid;
	box-sizing: border-box;
}

.loader::after {
	width: 58px;
	height: 58px;
	border-color: transparent transparent var(--c2) var(--c2);
	animation: rotationBack 0.5s linear infinite;
}

.loader::before {
	width: 48px;
	height: 48px;
	border-color: var(--c1) var(--c1) transparent transparent;
	animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

/* Card H-Effect */

.crad-hover {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
}

.crad-hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.88));
    transform: rotate(-45deg);
    transition: 0.7s ease-in-out;
    opacity: 0;
}

.crad-hover:hover {
    transform: scale(1.03) translateY(-10px);
    box-shadow: rgba(39, 39, 39, 0.5) 0px 0px 20px;
    padding: 10px;
}

.crad-hover:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

/* header 00*/
header.header {
    padding-top: 20px;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.navigations ul {
    display: flex;
    justify-content: center;
}

.navigations ul li a {
    display: block !important;
    margin: 0px 7px;
    padding: 3px 5px;
    color: vaR(--c2);
}

.h-items {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

.main-btn a {
    color: vaR(--c2);
    background: var(--c4);
    padding: 12px 32px;
    border-radius: 40px;
    text-transform: capitalize;
}

.h-form-field input {
    outline: 0;
    background: #ffffff47;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    width: 243px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.h-form-field input::placeholder {
  color: #fff;
}

.h-form-field {
    position: relative;
}


.h-form-field i {
    position: absolute;
    top: 50%;
    left: 209px;
    color: vaR(--c2);
    transform: translateY(-50%);
}



/* Banner 01 */
.logo a {
    display: block !important;
}

.logo a img {
    width: 110px;
    border-radius: 50%;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.banner {
    height: 100dvh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.main-home {
    position: relative;
}
.banner-content {
  width: 100%;
  position: relative;
}
.banner-image {
    position: absolute;
    top: 0px;
    right: 0;
    width: 54%;
    height: 100%;
}

.banner-image img {
    height: 100%;
    object-fit: cover;
}
.banner-title h1 {
    color: var(--c2);
    font-size: 67px;
    text-shadow: -3px -1px 0px var(--c4);
}

.banner-title h3 {
    color: var(--c2);
    font-size: 35px;
    padding: 5px 80px 5px 0px;
    position: relative;
    z-index: 1;
    margin: 20px 0px;
}

.banner-content::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 22%;
    width: 50%;
    height: 23%;
    background: var(--c6);
    z-index: -1;
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
    z-index: 1;
}

.banner-title h6 {
    color: var(--c4);
    font-size: 28px;
    text-transform: unset;
}
.banner-title h5 {
}
.banner-title h1 span {
    color: inherit;
    font-family: inherit;
    font-style: italic;
}
.banner-btn a {
    background: vaR(--c6);
    margin-top: 30px;
}

/* AboutUs 02 */
.about-shape {
    position: absolute;
    z-index: -1;
    width: 10%;
    left: 180px;
    top: 80px;
}

.about-us-image {
    padding-right: 40px;
}
.main-title h3 {
  color: vaR(--c6);
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  }

.main-title h2 {
    font-size: 67px;
    line-height: 66px;
}

.main-title h2 span {
    font-family: inherit;
    color: vaR(--c4);
}

.about-us-content > h3 {
    font-size: 32px;
    padding: 10px 0px;
}

.about-us-content h4 {
    color: vaR(--c6);
    font-size: 20px;
    padding: 10px 0px;
    text-transform: unset;
}

.about-title-tag {
    background: #ebf5ff;
    padding: 12px 25px;
    position: relative;
    border-radius: 3px;
    margin: 12px 0px;
}

.about-title-tag::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 130px;
    background: var(--c6);
    left: 12px;
    top: 12px;
    border-radius: 10px;
}

.work-item .work-item-box:first-child::before {
    display: none;
}

.about-title-tag p {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 12px;
}

.about-us-content > p {
}

.about-us-btn {
    margin-top: 20px;
}

/* Work 03 */
section.work {
    background-size: cover;
    position: relative;
}

.work-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.work-image-main {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.work-image-shape1 {
    position: absolute;
    top: -60px;
    width: 40%;
    left: 0;
}

.work-image-shape2 {
    position: absolute;
    bottom: 0;
}

.work-content .main-title h2 {
    color: var(--c2);
}

.work-content p {
    color: #eee;
    padding: 10px 0px;
}

.work-box-image img {
    width: 91px;
    height: 60px;
    object-fit: contain;
}

.work-box-text span {
    color: vaR(--c2);
    font-size: 16px;
    font-family: vaR(--f2);
    padding-top: 13px;
    display: inline-block;
}

.work-item-box {
    position: relative;
}

.work-item-box::before {
    content: '';
    background: #fff;
    width: 1px;
    height: 85px;
    left: -14px;
    position: absolute;
    border-radius: 20px;
    top: 6px;
}
.work-image img {
    height: 100%;
    object-fit: cover;
}

.work-image {
    height: 600px;
    position: relative;
    z-index: 2;
}

.work-image::before {
    content: '';
    position: absolute;
    border: 4px solid var(--c4);
    top: 20px;
    left: 18px;
    width: 100%;
    height: 100%;
}


/* Partner 04 */
.partnership-clints {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.partner-title {
    padding: 0px 0px 40px;
    text-align: center;
    position: relative;
}

section.partnership::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #d6ebfff2;
}
.partnership-clint img {
    width: 170px;
    height: 70px;
    object-fit: contain;
}

.partnership-clint::before {
    content: '';
    height: 30px;
    width: 2px;
    background: #2a2a2a9c;
    right: -20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.partnership-clint {
    position: relative;
}

.partner-title h3 {
    font-size: 69px;
    color: var(--c6);
}


/* 05  Media Speaking  */
.media-title h1 {
    font-size: 130px;
    font-family: var(--f3);
    text-transform: capitalize;
    font-weight: 900;
    padding-bottom: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px var(--c6), -1px -1px 2px var(--c6);
}

section.speaking-media {
    text-align: center;
    overflow: hidden;
}
.media-video-main {
    position: relative;
}
.media-play-btn i {
    color: var(--c2);
}

.case-study-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
}

.media-play-btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: vaR(--c4);
    height: 120px;
    width: 130px;
    line-height: 121px;
    font-size: 50px;
    color: var(--c2);
    transition: all 0.3s ease-in-out;
}
.media-shape1 {
    position: absolute;
    width: 270px;
    left: -60px;
    top: 160px;
    z-index: -1;
}

.media-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 390px;
}

.media-sec-shape {
    position: absolute;
    right: 0;
    width: 14%;
    bottom: 0;
    transform: scaleX(-1);
}

.media-content {
    padding: 40px 130px 0px;
}

.media-content p {
    padding-bottom: 20px;
    font-family: var(--f1);
    font-weight: 400;
}

/* Case Study 06 */

section.case-study {
    background: rgba(91, 161, 229, 0.05);
}

.case-study-box a {
    display: flex !important;
    padding: 25px 0px;
    align-items: center;
    justify-content: space-between;
}

.case-study-box a h6 {
    color: vaR(--c1);
    font-size: 24px;
    padding-right: 100px;
}

.case-study-box {
    border-bottom: 2px solid #a5e3ff;
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.study-box-icon i {
    color: vaR(--c1);
    font-size: 29px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.case-study-box:hover a i {
    transform: translateX(-10px);
}

.case-study-box:hover {
  box-shadow: 0px -10px 0px var(--c6) inset;
}
.case-study-content {
    padding-right: 40px;
}

.case-study-content p {
    padding: 10px 0px;
}

.case-studies-btn a {
    color: vaR(--c6);
    text-decoration: underline !important;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.case-studies-btn a i {
    color: inherit;
    padding-left: 8px;
    transition: all 0.3s ease-in-out;
}

.case-studies-btn a:hover i {padding-left: 15px;font-size: 20px;}

.case-studies-btn a:hover {
    color: var(--c4);
}


/* 07 Testimonial */
.testimonial-slider {
    text-align: center;
    background:  linear-gradient(180deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.5) 116.95%);
    border-radius: 0px 0px 70px 70px;
    padding: 10px 220px 90px;
    margin-top: 30px;
}

.testimonial-slide ul {
    display: flex;
    justify-content: center;
    margin-top: 17px;
    gap: 7px;
    font-size: 22px;
}

.testimonial-slide h5 {
    font-size: 38px;
    padding-bottom: 20px;
    font-weight: 600;
}

.testimonial-slide p {font-family: vaR(--f1);line-height: 34px;font-style: italic;font-size: 19px;}
/* testimonial Arrows */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    background: transparent;
}

.testimonial-slider .slick-prev i,
.testimonial-slider .slick-next i {
    color: var(--c1) ;
    font-size: 55px;
}

.testimonial-slider .slick-prev:hover i,
.testimonial-slider .slick-next:hover i {
    color: var(--c4);
}

.testimonial-slider .slick-prev {
    left: 40px; 
}

.testimonial-slider .slick-next {
    right: 40px; 
}

/* 08 NewsLatter */
.lettter-form {
    box-shadow: 0px 0px 10px #00000061;
    padding: 51px 40px;
    text-align: center;
    margin: 0px 70px;
    background-color: var(--c2);
    position: relative;
}

.lettter-btn {
    padding: 20px 0px;
}

.form-field input , .form-field textarea {
    width: 100%;
    :;
    border: 0;
    padding: 10px 20px;
    outline: 0;
    font-size: 15px;
    border-radius: 8px;
}

.form-field textarea {
	height: 180px;
}

.form-field {margin-bottom: 10px;}

.submit-btn input {
    width: 100%;
    background: var(--c4);
    border: none;
    padding: 10px 10px;
    border-radius: 30px;
    color: vaR(--c2);
    transition: all 0.3s ease-in-out;
}
.latter-bg-image-1 {
    position: absolute;
    left: 0;
    width: 65%;
    height: 100%;
    top: 0;
}
.latter-form-text p {
    font-size: 15px;
    line-height: 24px;
}
.latter-bg-image-2 {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    top: 0;
}

.news-latter-main {
    position: relative;
}
.news-latter-shape {
    position: absolute;
    right: -140px;
    bottom: -200px;
    width: 590px;
}
.latter-title-tag {
    background: rgb(255 255 255 / 7%); /* light transparent white */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: 25px;
}

.latter-title-tag span {
    color: vaR(--c2);
    font-weight: 200;
    font-size: 14px;
    font-style: italic;
}

.latter-title-tag::before {
    border-top: 2px solid vaR(--c6);
    border-right: 2px solid vaR(--c6);
    height: 54px;
    width: 240px;
    position: absolute;
    content: '';
    top: 12px;
    right: 20px;
}
.latter-title h2 {
    color: var(--c2);
}

.latter-title {
    border-top: 3px solid #ffffff38;
    border-left: 3px solid #ffffff38;
    border-bottom: 3px solid #ffffff38;
    padding: 70px 0px 70px 40px;
}
.text-heading-image {
    position: absolute;
    left: -90px;
    top: -60px;
    width: 137px;
}


/****************/
/***  Footer  ***/
/***************/


footer.footer {
    z-index: 1;
    background: rgba(91, 161, 229, 0.05);
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.f-logo img {
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    height: 120px;
    object-fit: cover;
}

.f-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.f-navigation {
    margin: 30px 0px;
    padding: 22px 0px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.01) 0%, #d4af3726 50.69%, rgba(212, 175, 55, 0.01) 100%);
}

.f-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.contact-location-info {
    display: flex;
    flex-direction: column;
}


.contact-location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.f-social ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.f-social ul li a {
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    font-size: 21px;
    border-radius: 50%;
    border: 1px solid vaR(--c3);
    transition: all 0.3s ease-in-out;
}

.f-social ul li a:hover {
    background: vaR(--c3);
    box-shadow: 0px 0px 10px var(--c3);
    border-color: vaR(--c2);
}
.f-bottom {
    background: var(--c3);
    padding: 13px 0px;
    text-align: center;
    margin-top: 60px;
}
.f-navigation ul li a {
    color: #000;
    text-transform: uppercase;
}

.contact-location-info a {
    color: vaR(--c1);
}
.contact-location-icon {
    background: vaR(--c3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 13px;
}

.f-bottom p span {
    color: inherit;
    font-weight: 800;
}


.f-bottom p {
    color: vaR(--c2);
    font-family: vaR(--f1);
}
.f-social ul li a i {
    color: vaR(--c3);
}

.media-play-btn a:hover {
    transform: translate(-50%,-50%) scale(90%);
    box-shadow: 0px 0px 30px #0000006b;
    border-radius: 10px;
}

.f-social ul li a:hover i {
    color: var(--c2);
}
.submit-btn input:hover {
    background: vaR(--c3);
}


  .footer-shape-1 {
    position: absolute;
    width: 290px;
    top: -200px;
}

footer.footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--c2);
    opacity: 0.9;
}

.footer-shape-2 {
    position: absolute;
    bottom: 57px;
    right: 0;
}

.latter-bg-image-1 img {
    height: 100%;
    object-fit: cover;
}

.latter-bg-image-2 img {
    height: 100%;
}
.testimonial-slide h6 {
    padding-bottom: 15px;
}
.h-icone {
    background: vaR(--c2);
    border-radius: 4px;
    overflow: hidden;
    padding: 4px 17px;
}

.h-icone img {
    width: 72px;
    object-fit: contain;
}


/* Portfolio */

.portfolio-title {
  margin-bottom: 40px;
  text-align: center;
}
.gallery-items-main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 13px;
}
.gallery-item.item2 {
  grid-column: 1/5;
}
.gallery-item.item1 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.gallery-item.item4 img,
.gallery-item.item3 img,
.gallery-item.item2 img {
  height: 500px;
  object-fit: cover;
}

.gallery-item.item5 img,
.gallery-item.item6 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.gallery-item.item5 {
  grid-column: 1/7;
}
.gallery-item.item6 {
  grid-column: 7/13;
}
.gallery-item.item1 {
  grid-column: 1/13;
}
.gallery-item.item3 {
  grid-column: 5/9;
}
.gallery-item.item4 {
  grid-column: 9/13;
}
.gallery-title {
  margin-bottom: 50px;
}
.gallery-item {
  overflow: hidden;
}
.gallery-item img {
  transition: all 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item a {
  height: 100%;
  display: block !important;
}

/* Case Study Single */

.recent-title h4 {
  position: relative;
  margin-bottom: 40px;
  color: var(--c4);
}
.recent-title h4:after {
  position: absolute;
  content: "";
  background: var(--c4);
  width: 135px;
  height: 4px;
  left: 0px;
  top: 34px;
}


.blog-user-info ul {
  display: flex;
  margin-top: 40px;
  gap: 40px;
  color: var(--c3);
}

.blog-user-info ul li i {
  margin-right: 10px;
}
.recent-image img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}
.recent-main {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}
.recent-content a {
  color: var(--c3);
  font-weight: 600;
  transition: all 0.5s;
}
.recent-content a:hover {
  color: var(--c4);
}
.blog-single-wrap h2 {
    color: var(--c4);
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0px;
}

.blog-single-wrap h3 {
    color: var(--c1);
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0px;
}

.blog-single-wrap ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.blog-single-wrap ul {
    margin: 20px 0px;
}

.blog-single-wrap ul li:last-child {
    margin-bottom: 0;
}

/*Get A Quote Popup*/

.get-a-quote .modal-dialog {
    max-width: 650px;
}
.get-a-quote form {
    margin-top: 25px;
}
div#exampleModal {
    background: rgb(0 0 0 / 86%);
    background-blend-mode: color-burn;
}




.get-a-quote .modal-body {
    padding: 30px 30px 50px 30px;
}

.get-a-quote .btn-close {
    opacity: 1;
    box-shadow: unset;
}
.get-a-quote .modal-header {
    border: 0;
    position: absolute;
    right: 0;
}
.get-a-quote .wpcf7-form-control-wrap {
	width: 100%;
}
.get-a-quote .wpcf7-spinner {
	position: absolute;
}
.get-a-quote  .modal-content {
    border: 2px solid var(--c4);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: 2px solid #ff4c00;
}
.get-a-quote .wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #ff4c00;
    margin: unset;
    color: #fff;
}
.get-a-quote .modal-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bd;
}

.get-a-quote  .wpcf7-not-valid-tip {
    color: #ff4c00;
    text-align: left;
}
.get-a-quote .quote-form-box h4 .quote-form-item input {
    background: #000 !important;
    color:#fff !important;
}
.get-a-quote .modal-header button.btn-close {
}
.get-a-quote .modal-header button.btn-close {
    background-color: var(
    --c4);
    border-radius: unset;
    z-index: 1;
}
.quote-form-box h2 {
    font-size: 40px;
    color: var(--c2);
}