/*
Theme Name: theseventhavenue
Theme URI: https://c2developerzone.com
Description: Custom WordPress theme developed for Seventhavenue by C2 Developer Zone.
Author: C2 Developer Zone Team
Author URI: https://c2developerzone.com
Version: 1.0.0
Text Domain: seventh-avenue
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
    font-family: "Roboto Flex", sans-serif;
    background: #fff;
}
p {
    color: #5c5e5e;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #07132b;
/*   font-family: "Boldonse", system-ui; */
	font-family: "Urbanist", sans-serif;
	font-weight:700;
}
a.theme-btn {
    margin: 2rem auto 0.5rem;
    display: inline-flex;
    color: #ffffff;
    padding: 0.65rem 0.7rem 0.65rem 1.4rem;
    border-radius: 100px;
    transition: 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    background: #e99315;
    gap: 6px;
    align-items: center;
    font-size: 17px;
    letter-spacing: -0.3px;
    border: solid 1px #fff;
}
a.theme-btn i {
    font-size: 20px;
    color: #e99315;
}
a.theme-btn:hover{
    background: #03335d;
}
section {
    position: relative;
    padding: 70px 0;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
button.owl-prev, button.owl-next {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: #212e3b !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 33px !important;
    border: solid 3px #ffffff !important;
    box-shadow: 0 0 0 1px #212e3b;
}
button.owl-prev {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}
button.owl-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
}
button.owl-prev span, button.owl-next span{
    position: absolute;
    top: 45%;
    left: 44%;
    transform: translate(-50%, -50%) rotate(-45deg);
    line-height: 5px;
    font-weight: 400;
}
li.page-item .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff6f8;
    border: solid 1px #efe2e5;
    color: #27365f;
}
li.page-item .page-link:focus {
    box-shadow: none;
}
li.page-item.active span {
    background: #ee7f1a;
    color: #fff;
}
li.page-item .page-link:hover, li.page-item.active .page-link {
    background: #ee7f1a;
    color: #fff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {*/
/*    position: fixed;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    z-index: 996;*/
/*    background: #FFA726;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50px;*/
/*    transition: all 0.4s;*/
/*}*/

/*.back-to-top i {*/
/*  font-size: 24px;*/
/*  color: #fff;*/
/*  line-height: 0;*/
/*}*/

/*.back-to-top:hover {*/
/*  background: #03335d;*/
/*  color: #fff;*/
/*}*/

/*.back-to-top.active {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/


.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1d2b52;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
    overflow: hidden;
    border: solid 1px rgb(255 255 255 / 56%);
}

.back-to-top-svg {
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
}

.circle-text {
   fill: #ffffff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;      
    text-transform: uppercase;

    dominant-baseline: middle;
}

.back-to-top,
.back-to-top * {
    user-select: none;
    -webkit-user-select: none;
}

.center-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ee7f1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*General Css*/

.theme-heading-sec {
    margin-bottom: 3rem;
    text-align: left;
}

.theme-heading-sec h2 {
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0.6rem;
    letter-spacing: -0.8px;
    color: #212e3b;
    line-height: 50px;
    font-family: "Urbanist", sans-serif;
}


.theme-heading-sec h2 span {
    color: #e99315;
}
.form-control {
    height: 55px;
    border-radius: 100px;
    padding: 0px 16px;
    font-family: "Roboto Flex", sans-serif;
    color: #212e3b;
    letter-spacing: -0.4px;
    font-weight: 400;
}
button[type=submit] {
    background: #e99315;
    height: 55px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
    width: 100%;
    border: none;
}
button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active{
    background: #2a3a67 !important;
    color: #fff!important;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	width: 100%;
	box-shadow: none;
	position: sticky;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgb(3 51 93) 9%, rgb(255 255 255) 9%);
	z-index: 9999;
}

.header-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgb(255 255 255);
	top: 0;
	width: 100%;
	border-radius: 0;
}

header#header .container-fluid {
	padding: 0 15px;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
	width: 100%;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
   height: 89px;
    position: relative;
    top: 13px;
    left: 17px;
}

.header-right {
	display: flex;
	align-items: center;
}

.logo:before {
	content: "";
	width: 250px;
	height: 250px;
	position: absolute;
	background: #fff;
	border-radius: 100%;
	left: -35px;
	top: -100px;
	z-index: -1;
}

.logo:after {
	content: "";
	width: 250px;
	height: 250px;
	position: absolute;
	background: #ee7f1a;
	border-radius: 100%;
	left: -20px;
	top: -99px;
	z-index: -2;
	box-shadow: -11px 1px 20px 9px rgb(39 54 95 / 10%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: auto;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 14px 26px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #212e3b;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    font-family: "Roboto Flex", sans-serif;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


.current-menu-item a {
    color: #ed801a;
}
.navbar li.current-menu-item:hover>a {
    color: #ed801a;
}
.navbar a:hover,
.navbar li:hover>a {
  color: #ed801a;
}
a.nav-link.scrollto.active {
    color: #e99315;
}
.navbar .current-menu-parent .current-menu-item {
    background: transparent;
}
.navbar .current-menu-parent .current-menu-item a, .navbar .current-menu-parent a:hover{
    color: #1f9ddf;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    cursor: pointer;
}
a:not([href]):not([class]):hover, a:not([href]):not([class]):hover {
    color: #e99315;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  width:240px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 6px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
    white-space: break-spaces;
    line-height: 19px;
    font-size: 15px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ed801a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
.mobile-nav-toggle {
    display: block;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background: #ee7f1a;
    padding: 5px;
    margin-left: 7px;
	z-index: 9999;
}
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
    height: 96vh;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}
a.admission-btn {
    transition: 0.3s ease;
    display: inline-flex;
    color: #ffffff;
    padding: 0.6rem 0.85rem 0.6rem 0.85rem;
    border-radius: 10px;
    transition: 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    background: #0b58a2;
    align-items: center;
    gap: 6px;
}
a.admission-btn i, .theme-btn i {
    background: #ffffff;
    padding: 2px 7px 1px;
    border-radius: 6px 30px 30px;
    margin-left: 2px;
    transition: 0.3s ease;
    color: #2a3a67;
}
.mob-header-rt {
    text-align: right;
    padding: 0;
    height: 85px;
    background: #ffffff;
    align-items: center;
    display: flex;
}
a.admission-btn:hover {
    background: #1f9ddf;
    color: #fff;
}
a.admission-btn:hover i {
    background: #ffffff;
    color: #1f9ddf;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*Banner*/

#demo {
  background: linear-gradient(51deg, rgba(55, 52, 169, 1) 24%, rgba(255, 255, 255, 1) 127%);
  border-radius: 0 0 0 150px;
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}
.carousel-item:before {
    background: rgb(33 46 59 / 49%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel-inner{
  position: relative;
  z-index: 1;
}
.carousel-item {
    padding: 0rem 0 0rem;
    height: 95vh;
    background-size: cover;
    background-position: center;
}
.bnr-carousel {
    width: 60%;
}
.item {
    padding: 0px;
    margin: 5px;
}
div#demo .container-fluid {
  padding: 0;
}
.banner-heading {
  padding-left: 2rem;
  padding-right: 0.5rem;
}
.banner-heading a.theme-btn {
  margin: 0;
}
.banner-heading h1 {
    font-size: 59px;
    line-height: 64px;
    text-transform: capitalize;
    padding-left: 0px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.8px;
}
.banner-heading h1 span {
    color: #FFA726;
}
.banner-heading p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin: 1.7rem 0 2.7rem;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.ban-col{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.banner-rt-col {
    position: relative;
}
.carousel-indicators {
    justify-content: end;
    margin-right: 4%;
    margin-left: 4%;
    width: 60%;
    right: 0;
    left: unset;
}
.carousel-item .container {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 9;
}
.carousel-indicators [data-bs-target] {
    width: 100%;
    height: 230px;
    margin-right: 4px;
    margin-left: 4px;
    background: #b4b5b5;
    text-indent: unset;
    border: none;
    border-radius: 9px;
    overflow: hidden;
    opacity: 1;
}
.carousel-indicators [data-bs-target] img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}

/*About Sec*/

.abt-sec:before {
    content: "";
    background: #f3f3f6;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.abt-sec .theme-heading-sec {
    margin-bottom: 1.5rem;
}
.abt-rt-col {
    padding-left: 2.5rem;
}
.row.exp-row {
    margin: 1.5rem 0 1.3rem;
}
.about-lt-col{
    position: relative;
}
.abt-sm-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 250px;
}
.abt-sm-img h6 {
    background: #e99315;
    text-align: center;
    margin: 0.2rem 0 0;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    font-size: 26px;

    animation: textPulse 3s ease-in-out infinite;
}

@keyframes textPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(233, 147, 21, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(233, 147, 21, 0.35);
    }
}
.abt-sm-img h6 {
    background: #e99315;
    text-align: center;
    margin: 0.2rem 0 0;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    font-size: 26px;

    animation: textPulse 3s ease-in-out infinite;
    transform-origin: center;
    will-change: transform;
}

.abt-sm-img h6 span {
    display: block;
    font-size: 18px !important;
    color: #07132b;
    margin: 1px 0 0;

    /* Fix jerk */
    transform: translateZ(0);
    backface-visibility: hidden;
}
.exp-wrap {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    padding: 0rem 0rem;
    margin: 0.5rem 0;
    width: 100%;
}

.exp-img {
    width: 56px;
    height: 56px;
    background: #07132b;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-wrap img {
    width: 26px;
    margin: 0;
    padding: 0;
    filter: brightness(0) invert(1);
}

.exp-wrap h4 {
    font-size: 35px;
    line-height: 33px;
    margin: 0;
    position: relative;
    font-weight: 700;
}
.exp-wrap h4:after {
    content: "+";
    margin-left: 4px;
    font-family: "Urbanist", sans-serif;
}
.exp-wrap span {
    display: block;
    font-size: 18px;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    color: #7f6e57;
    font-family: "Urbanist", sans-serif;
    line-height: 32px;
    font-weight: 600;
}

/*Service Sec*/

.service-sec {
    background: #f0f0f4;
}
section.service-sec:before, .team-sec:before {
    content: "";
    background-image: url(assets/img/sa-slide4.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0.06;
}
.service-sec .container, .team-sec .container {
    position: relative;
}
.service-sec  .theme-heading-sec {
    margin-bottom: 3rem;
    text-align: center;
}
.service-wrap {
    background-color: #fff;
    padding: 30px 29px 35px 29px;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) bottom right no-repeat;
    background-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    border-radius: 24px;
    height: 100%;
    flex-direction: column;
}
.service-wrap h4 {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    margin: 0;
}
.service-wrap p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-wrap img {
    margin: 1.1rem 0;
    border-radius: 15px;
    max-height: 160px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.service-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-wrap ul li {
    position: relative;
    font-size: 15px;
    padding: 0.2rem 0rem 0.2rem 1.2rem;
    line-height: 21px;
}
.service-wrap ul li:before {
    content: "\F270";
    font-family: 'bootstrap-icons';
    color: #e99315;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 500;
}
.service-wrap button {
    margin: 1rem auto 0.5rem;
    display: inline-flex;
    color: #ffffff;
    padding: 0.35rem 0.5rem 0.35rem 1.4rem;
    border-radius: 100px;
    transition: 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    background: #e99315;
    gap: 6px;
    align-items: center;
    font-size: 17px;
    letter-spacing: -0.3px;
    border: none;
}

/*Footer Top*/

footer.footer-top {
    padding: 4rem 0 0rem;
    position: relative;
    overflow: hidden;
    background: #2a3a67;
}
.footer-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(assets/img/footerBg.jpg);
    background-size: cover;
    opacity: 0.09;
    background-position: center;
    filter: grayscale(1);
}
.footer-top:after{
    content:"";
    position: absolute;
    width: 226px;
    height: 107px;
    border-radius: 50%;
    left: 108px;
    bottom: -74px;
    background: linear-gradient(180deg, #FB64AD 0%, #2F57EF 100%);
    filter: blur(100px);
}
.footer-bottom hr {
    margin: 1.8rem 0 1.2rem;
}
footer.footer-top .row {
    padding: 0rem 2rem 0;
}
.footer-wrapper h4 {
    color: #192335;
    font-weight: 600;
    font-size: 20px;
}
.footer-middle {
    padding: 0 0rem;
}
.footer-wrapper.footer-middle li a:before {
    content: "\F280";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #d98914;
    font-weight: 700;
}
footer.footer-top ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 4px 0 4px 16px;
    display: inline-block;
    margin: 0;
    font-weight: 400;
	position:relative;
}
footer.footer-top ul li a:hover {
    color: #FFA726;
}
footer.footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.logo-wrap {
    padding-right: 2.8rem;
}
.logo-wrap img {
    height: 97px;
}
.footer-middle ul li {
    display: inline-block;
    width: calc(100% / 2 - 5px);
}
.footer-contact-wrapper p {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 0 4px 38px;
}
.footer-contact-wrapper p span{
    color: #FFA726;
}
a.footer-call {
    font-family: "Boldonse", system-ui;
    color: #FFA726;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0.6rem;
    display: block;
}
a.footer-mail {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 1rem;
    display: block;
}
.footer-contact-wrapper p i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #FFA726;
    font-size: 13px;
    width: 27px;
    height: 27px;
    border: solid 1px #FFA726;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.footer-wrapper h4 {
    color: #ffffff;
    margin-bottom: 0.9rem;
    position: relative;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.2px;
    border-bottom: dashed 1px rgb(215 214 214 / 42%);
	padding-bottom:0.7rem;
}
.footer-wrapper h4:after {
    content: "";
    background: #e99315;
    width: 45px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.footer-nav li {
    display: inline-block;
    width: calc(100% / 2 - 5px);
}
ul.footer-nav li a {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #cbd0e3;
  font-size: 15px;
  font-weight: 300;
  font-family: "Monda", sans-serif;
}
ul.footer-nav a:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    top: 0px;
    color: #49bc8d;
}
.logo-wrap p {
    color: #fff;
    font-size: 15px;
    margin: 1rem 0;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.footer-bottom {
    border-top: solid 1px #FFFFFF1A;
    margin-top: 4rem;
}
.copyright-txt {
    text-align: center;
    padding: 1.2rem 0;
}
.footer-contact-wrapper p a:hover {
    color:#FFA726!important;
}
.brochure-row {
    border-bottom: solid 1px #FFFFFF1A;
    margin-bottom: 4rem;
}
.brochure-row .theme-heading-sec {
    text-align: center;
    margin: 0;
}
.brochure-row .theme-heading-sec h2 {
    color: #ffffff;
    font-size: 52px;
}
.brochure-row form {
    padding: 3rem 0rem 4rem !important;
}
/*Footer Bottom*/


footer.footer-bottom .row {
    align-items: center;
}
.social-link a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #212e3b;
    margin: 0 5px;
    background: #f0eff5;
    border-radius: 10px;
    transform: rotate(45deg);
}
.social-link a:hover {
    background: #e99315;
    color: #fff;
}
.social-link a i {
    transform: rotate(-45deg);
}
.copyright-txt p {
    color: #ffffff;
    font-size:17px;
    margin: 2px 0;
    font-family: "Urbanist", sans-serif;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.copyright-txt p a {
    color: #ee7f1a;
}
footer.footer-bottom ul li a{
  color:#353458;
  font-size: 14px;
}
p.dev-by a {
    color: #d98914;
}
footer.footer-top .container {
    position: relative;
    z-index: 999;
}

/*Gallery*/

.event-tab-sec video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.event-tab-sec .container {
    position: relative;
    z-index: 2;
}
.event-tab-sec .theme-heading-sec {
    margin-bottom: 2rem;
    text-align: center;
}
.event-tab-sec .nav-link.active,
.team-tab .nav-link.active {
    background-color: #e99315 !important;
}
.event-tab-sec .nav-link.active:hover, .event-tab-sec .nav-link.active:focus,
.team-tab .nav-link.active:hover, .team-tab .nav-link.active:focus {
   color: #fff !important;
}
.event-tab-sec button,  .team-tab button{
    color: #07132b;
    font-family: "Urbanist", sans-serifsans-serif;
    font-weight: 700;
    font-size: 18px;
}
.event-tab-sec .nav-link:focus, 
.event-tab-sec .nav-link:hover,
.team-tab .nav-link:focus,
.team-tab .nav-link:hover{
    color: #e99315;
}
.event-tab-sec ul, .team-tab {
    justify-content: center;
    margin-bottom: 2rem;
}
.gal a {
    display: inline-block;
    margin: 13px 5px;
    border-radius: 38px;
    position: relative;
}
.gal a img {
    height: 100vh;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 38px;
}
.gal h6 {
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.mfp-bg {
    z-index: 99999;
}
.mfp-wrap {
    z-index: 999999;
}

/*Key Clients*/

.key-head-col {
    text-align: center;
    border-top: solid 1px #d0d3de;
}
section.key-sec {
    padding-bottom: 2.5rem;
}
.key-sec .theme-heading-sec {
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 15px;
    margin-bottom: 1rem;
}
.carousell {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.carousell-track {
  display: flex;
  width: fit-content;
  animation: keyscroll 20s linear infinite;
  gap: 10px;
}
.carousell .key-wrap {
    width: 16%;
    margin: 5px;
    flex-shrink: 0;
    padding: 1rem;
    text-align: center;
    background: #f7f7f7;
    border: solid 1px #e9e9e9;
}
.key-wrap img{
    object-fit: contain;
    height: 70px;
}

@keyframes keyscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/*Blog*/

.blog-sec .theme-heading-sec {
  margin-bottom: 3.8rem;
  text-align: center;
}
.blog-img {
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center;
}
.blog-date {
    display: inline-block;
    position: absolute;
    right: 22px;
    bottom: 5px;
    border-radius: 11px;
    overflow: hidden;
}
.blog-date p:first-child {
    background: #ffa71e;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 12px 19px 10px;
    margin: 0;
    font-family: "Boldonse", system-ui;
}
.blog-date p {
    background: #07132b;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
    margin: 0;
}
.blog-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border-radius: 36px;
}
.blog-head {
    padding: 1rem 1rem;
}
.blog-head h4 {
    font-size: 24px;
    line-height: 28px;
    color: #212e3b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    letter-spacing: -0.1px;
}
a.blog-btn {
    width: 100%;
    display: flex;
    padding: 3px 0 0;
    font-size: 16px;
    margin: 1rem 0 0;
    align-items: center;
    color: #212e3b;
    gap: 7px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
a.blog-btn:hover {
    color: #e99315;
}
a.blog-btn i {
    font-size: 19px;
    top: 2px;
    position: relative;
      color: #e99315;
}
.blog-sec a.theme-btn {
    margin: 2.5rem 0 0;
    display: inline-flex;
}


/*Review*/

section.team-sec {
    background: #f0f0f4;
}
.team-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
}
.team-box:before {
    content: "";
    background-color: #fff;
    padding: 33px 36px 50px 36px;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) bottom right no-repeat;
    background-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    border-radius: 24px;
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.team-box img {
    height: 235px;
    border-radius: 19px;
}
.team-box h5 {
    font-size: 23px;
    margin: 1rem 0 0;
    line-height: 22px;
    letter-spacing: -0.2px;
    text-align: left;
}
.team-box h5 span {
    display: block;
    font-size: 14.5px;
    color: #e99315;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 23px;
}
.team-box .social-link a {
    padding: 4px 9px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #212e3b;
    margin: 0 3px;
    background: #f0eff5;
    border-radius: 10px;
    transform: rotate(45deg);
}
.team-box .social-link a i {
    transform: rotate(313deg);
}
.team-box .social-link a:hover{
    color: #e99315;
}
.team-image {
    height: 320px;
    perspective: 1200px;
}

.team-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.team-image:hover .team-inner {
    transform: rotateY(180deg);
}

.team-front,
.team-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
}

.team-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-back {
    background:#2a3a67;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-align: center;
}
.team-back p {
    color: #fff;
}

.cursor-circle{
width:25px;
height:25px;
border:2px solid #e99315;
border-radius:50%;
position:fixed;
pointer-events:none;
z-index:9999;
transition: transform 0.08s linear;
display:flex;
align-items: center;
justify-content: center;
}
.cursor-circle span {
    background: #e99316;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    display: inline-block;
}

/*Key-Rocog*/


section.key-recog-sec {
    padding:45px 0;
    background: linear-gradient(90deg, #e99315 50%, #ffffff 50%);
}

/*Teestimonial*/

.testimonial-col{
    padding-right: 7rem;
	position:relative;
}
.testimonial-col .theme-heading-sec h2 {
    color: #fff;
}
section.key-recog-sec:before {
    content: "";
    background-image: url('assets/img/bn-texture2.png');
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 320px;
    opacity: 0.11;
    mix-blend-mode: screen;
}
section.key-recog-sec .container{
    position: relative;
    z-index:1;
}
.testimonial-col .theme-heading-sec h2 span {
    color: #07132b;
}
.testimonial-wrap p {
    margin: 1rem 0 0;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px;
    color: #fff;
}
.test-star i {
    color: #ffffff;
}
.test-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 1.5rem 0 0;
}
.usr-img {
    width: 95px;
    height: 70px;
    background: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-user h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.test-user h4 span {
    display: block;
    font-size: 15px;
}
.testimonial-col a.theme-btn {
    z-index:999;
    border: solid 2px #fff;
    box-shadow: -1px 3px 18px -5px rgb(185 88 0 / 20%);
    position: absolute;
    bottom: 0rem;
    right: 5rem;
}
.testimonial-col .theme-heading-sec {
    margin-bottom: 2rem;
}

/*Key Clients*/
.key-col{
    padding-left: 4rem;
}

.key-col .theme-heading-sec {
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 15px;
    margin-bottom: 1rem;
}

/* card container */
.logo-box {
    height: 130px;
    perspective: 1000px;
    padding: 5px;
}

/* flip animation */
.flip-card{
width:100%;
height:100%;
position:relative;
transform-style:preserve-3d;
transition:transform 0.9s ease-in-out; /* slower flip */
}

.face{
position:absolute;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:12px;
box-shadow:0 6px 15px rgba(0,0,0,.08);
backface-visibility:hidden;
padding:1.5rem;
}

.back{
transform:rotateX(180deg);
}

.face img {
    object-fit: contain;
    width: 120px;
}

.flip{
transform:rotateX(180deg);
}





/* DJ Animation */
.brochure-row {
    position: relative;
}

.brochure-row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.10);
}

.brochure-row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 15%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.95),
        rgba(0,191,255,0.90),
        transparent
    );
    filter: blur(1px) brightness(1.15);
    opacity: 0;
    animation: movingLine 7s cubic-bezier(0.4, 0, 0.2, 1) infinite,
               glowPulse 3s ease-in-out infinite;
}

@keyframes movingLine {
    0% {
        left: -15%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

.footer-bottom {
    position: relative;
}

.footer-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.10);
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15%;
    width: 15%;
    height: 2px;
    background: linear-gradient(
        270deg,
        transparent,
        rgba(255,255,255,0.95),
        rgba(0,191,255,0.90),
        transparent
    );
    filter: blur(1px) brightness(1.15);
    opacity: 0;
    animation: movingLineRTL 7s cubic-bezier(0.4, 0, 0.2, 1) infinite,
               glowPulse 3s ease-in-out infinite;
}

@keyframes movingLineRTL {
    0% {
        right: -15%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    100% {
        right: 100%;
        opacity: 0;
    }
}

@keyframes glowPulse {
    0%, 100% {
        filter: blur(1px) brightness(1);
    }
    50% {
        filter: blur(1.5px) brightness(1.25);
    }
}



/*Inner Banner*/

.inner-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #2a3a67;
}

.inner-banner-bg {
    position: absolute;
    inset: 0;
	background: linear-gradient(270deg, #2a3a67, #fb680f, #2a3a67);
    background-size: 400% 400%;
}

.inner-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.inner-banner-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    animation: innerFadeUp 1s ease;
    letter-spacing: 0.2px;
}

.inner-banner-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin: 14px auto 0;
    background: #ee7f1a;
    border-radius: 50px;
    animation: innerPulseLine 2s infinite;
}

.inner-banner-desc {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    animation: innerFadeUp 1.2s ease;
}

.inner-banner-shape {
    position: absolute;
    border-radius: 50%;
}

.shape1 {
    width: 140px;
    height: 140px;
    background: rgba(251,104,15,0.25);
    top: -40px;
    left: -40px;
    animation: innerFloat1 10s infinite ease-in-out;
}

.shape2 {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    bottom: 30px;
    right: 10%;
    animation: innerFloat2 8s infinite ease-in-out;
}

@keyframes innerGradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

@keyframes innerFadeUp {
    0% {opacity: 0; transform: translateY(30px);}
    100% {opacity: 1; transform: translateY(0);}
}

@keyframes innerPulseLine {
    0% {transform: scaleX(1);}
    50% {transform: scaleX(1.2);}
    100% {transform: scaleX(1);}
}

@keyframes innerFloat1 {
    50% {transform: translate(20px,20px);}
}

@keyframes innerFloat2 {
    50% {transform: translate(-15px,-15px);}
}

@media (max-width:768px){
    .inner-banner-title { font-size: 30px; }
}

/*About Page*/

section.about-text-sec {
    background: #f0f0f4;
}

ul.about-feature-list {
    padding: 0 0 0 1rem;
    margin: 0;
    list-style: none;
}
ul.about-feature-list li {
    position: relative;
    margin: 1.5rem 0;
	padding: 0 0 0 2.2rem;
}
.about-feature-item h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.1px;
}
ul.about-feature-list li:before {
    content: "\F269";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    font-size: 25px;
    top: 5px;
    color: #e99315;
    line-height: 18px;
}
.about-video-wrap {
    background: #f0f0f4;
    padding: 1rem 1rem 0.7rem 1rem;
    border-radius: 25px;
	position:relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .07);
}
.about-video-wrap iframe {
    border-radius: 25px;
}
.about-video-wrap:after {
    content: "";
    clip-path: polygon(26% 0, 74% 0, 100% 100%, 0% 100%);
    width: 277px;
    height: 128px;
    position: absolute;
    bottom: -117px;
    left: 50%;
    background: #e3e3e7;
    transform: translateX(-50%);
    z-index: -1;
}
.about-text-wrap {
    text-align: center;
    font-size: 19px;
    font-style: italic;
    width: 90%;
    margin: auto;
}

/*Career*/

.job-card p {
    color: #07132b;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
	font-size:16px;
}
.job-card p strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ee7f1a;
}
.job-card h4 {
    font-size: 24px;
}
.hrBox .theme-heading-sec h2 {
    font-size: 40px;
}
.hrBox {
    background: #f5f5f5;
    padding: 2rem;
    width: 93%;
}
.job-col {
    border-bottom: dashed 1px rgb(238 127 26 / 40%);
    padding: 1rem 0;
}
.job-rt-col {
    padding-left: 1rem;
}
.hrInfo a {
    color: #ee7f1a;
    display: block;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
}
.hrInfo a span {
    display: none;
}
.career-lt-col {
    position:relative;
    padding-right: 0;
}
.career-rt-col {
    display: flex;
    align-items: center;
    background: rgb(239 239 247 / 66%);
    padding: 2rem 2.5rem;
}
.career-lt-col img {
    height: 100%;
    object-fit: cover;
}
.career-rt-col input[type="file"] {
    padding: 15px 10px 15px 25px;
}
.career-rt-col input[type="file"]::file-selector-button {
    border-radius: 45px 0 0 45px;
}

.hr-information {
    position: absolute;
    background: #2b3a63;
    top: 50%;
    width: 60%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2rem 1rem;
    border: solid 1.2rem #f4f4fa;
}
.hr-information a{
    font-size: 24px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    margin: 0.5rem 0;
    display: block;
}
.hr-information a:hover{
    color: #e99315;
}
.hr-information a span {
    display: block;
    font-size: 18px;
    color: #e99315;
}

/*blog Details*/

.blog-dtls-img {
    background: #f4f5ff;
    border-radius: 17px;
    overflow: hidden;
    border: solid 2px rgb(42 58 103 / 5%);
}

.blog-dtls-img img {
    max-height: 455px;
    height: 100vh;
    width: 100%;
    margin: auto;
    display: table;
    object-fit: cover;
    object-position: center;
}
.blog-dtls-dt {
    position: relative;
}
.blog-dtls-col h4 {
    font-weight: 700;
    font-size: 32px;
    margin: 1rem 0 1rem;
    line-height: 38px;
    letter-spacing: -0.2px;
}
.blog-dtls-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-dtls-sidebar li {
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: dashed 1px rgb(171 13 48 / 30%);
    padding: 13px 0;
    margin: 0;
}

    .blog-dtls-sidebar li img {
        height: 78px;
        width: 78px;
        object-fit: cover;
        border-radius: 10px;
        border: solid 1px #ab0c2f;
    }

.blog-dtls-link {
    flex: 1;
}

.blog-dtls-sidebar h5 {
    color: #192335;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.1px;
    padding: 9px;
    background: #ffffff;
    margin-bottom: 1rem;
    border: solid 1px rgb(128 128 128 / 12%);
    border-left: solid 4px #ee7f1a;
}

.blog-dtls-sidebar {
    border: solid 1px rgb(29 43 82 / 9%);
    padding: 1.9rem 2rem 2rem;
    border-radius: 13px;
    background: #f7f7ff;
}
.blog-content-wrap img {
    width: 48%;
    float: left;
    padding: 5px;
}
    .blog-dtls-sidebar ul li:last-child {
        border-bottom: none;
    }

    .blog-dtls-sidebar li a {
        color: #192335;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
        font-weight: 400;
    }

.blog-dtls-sidebar li a:hover {
	color: #ee7f1a;
}

.blog-dtls-link span {
    color: #ee7f1a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1px;
    display: block;
    font-family: "Roboto Flex", sans-serif;
}
.blog-dtls-dt .blog-date {
    position: relative;
    bottom: unset;
    right: unset;
}
.blog-dtls-dt .blog-date p {
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 200;
}
.blog-dtls-dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 0;
    border-bottom: dashed 2px rgb(238 127 26 / 20%);
    padding-bottom: 1rem;
}
.blog-dtls-dt .social-link {
    display: flex;
    align-items: center;
}
.blog-dtls-dt .social-link a {
    width: 34px;
    height: 34px;
}
.blog-dtls-dt .social-link h6 {
    margin-right: 0.5rem;
    margin-bottom: 0;
    font-size: 18px;
}

/*Video Gallery*/

.video-gallery-box h5 {
    font-size: 16px;
    margin: 1rem 0 0;
    text-align: center;
	font-weight:500;
}

.footer-contact-wrapper {
    padding-top: 1px;
}
span.red-mark {
    color: red;
}



section.team-sec .theme-heading-sec h2 {
    text-transform: unset;
}


.event-box.row {
    position: relative;
	padding:0.5rem;
}
.event-box.row:before {
    content: "";
    width: 85%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    z-index: -1;
}
.event-social {
    text-align: left;
    height: 100%;
    border-right: dashed 2px #ee7f1a;
    display: flex;
    align-items: center;
}

.event-date span {
    font-size: 17px;
    font-weight: 600 !important;
    color: #07132b !important;
    display: inline-block !important;
}

.event-content {
    padding: 0.5rem 0;
}
.eventImgCol{
	display:flex;
	align-items:center;
}
.event-date strong {
    display: block;
}
.eventImg {
    height: 92%;
    margin: 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.eventImg img {
	height:100%;
    object-fit: cover;
    object-position: center;
}
.event-content p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.event-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.event-social ul li {
    display: inline-block;
}
.event-date {
    border-bottom: dashed 2px #ee7f1a;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.event-social ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #212e3b;
    margin: 7px;
    background: #f0eff5;
    border-radius: 10px;
    transform: rotate(45deg);
}
.event-social ul li a i {
    transform: rotate(-47deg);
}
.event-social a:hover {
    background: #e99315;
    color: #fff;
}
.event-date strong {
    line-height: 17px;
}
.event-content p span, .event-date strong {
    color: #e99315;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

/*Recognisation*/

section.recog-sec{
    overflow: hidden;
}
section.recog-sec:before {
    content: "";
    clip-path: polygon(41% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #e99315;
    width: 41%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.recog-lt-col {
    padding-right: 4rem;
}
.recog-lt-col p {
    text-align: justify;
    margin: 0;
}





/*Privacy*/

.policy-content-wrap h4 {
    margin-top: 1.2rem;
}
.policy-content-wrap ul li:before {
    content: "\F269";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: #ee7f1a;
}

.policy-content-wrap ul li {
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 9px;
    line-height: 21px;
}
.policy-content-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.policy-content-wrap p a {
    color: #ee7f1a;
}
.policy-content-wrap p a:hover{
    color:#2a3a67;
}
.policy-content-wrap p {
    margin: 9px 0;
}

/*Video*/


/* section.video-wrapper video{
    height: 100%;
	object-fit:cover;
	width:100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.play-btn::before {
    content: '';
    border-left: 24px solid #ee7f1a;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 6px;
}


.play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,0,0,0.6);
  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
} */


.seventh-contact-info-card h6 {
    color: #ee7f1a;
    border-left: solid 2px #ee7f1a;
    padding-left: 7px;
}
.seventh-contact-info-card h3 {
    color: #fff;
    font-size: 21px;
}
.seventh-contact-info-card a {
    display: block;
    margin: 5px 0 0;
}
.seventh-contact-info-card a i {
    color: #ee7f1a;
    margin-right: 6px;
}
.seventh-contact-info-card h3 i {
    color: #ee7f1a;
    margin-right: 6px;
}

.seventh-contact-info-list .seventh-contact-info-card:first-child a {
    display: inline;
}


/*Modal*/

.modal-body.service-popup-body {
    padding: 2.5rem 2rem;
}
.service-popup-points {
    height: 100%;
    padding-left: 1rem;
}
.service-popup-points .modal-title {
    margin-bottom: 1.3rem;
    font-size: 28px;
    border-left: solid 3px #ee7f1a;
    line-height: 26px;
    padding-left: 0.5rem;
}
.service-popup-points ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.service-popup-points ul li {
    padding-left: 0;
    margin: 3px 0;
}
.service-point-item i {
    color: #ee7f1a;
}
button.btn-close {
    float: right;
    width: 24px;
    height: 24px;
    background-color: #ee7f1a;
    opacity: 1;
    background-size: 12px;
    background-position: center;
	border:solid 1px #fff;
}




.policy-content-wrap ul li a {
    color: #ee7f1a;
}
.policy-content-wrap ul li a:hover {
    color: #2a3a67;
}


/*Responsive*/

@media (max-width: 1366px){
.navbar a, .navbar a:focus {
    padding: 26px 6px 26px 6px;
    font-size: 15px;
}
.mob-header-rt img {
    width: 95%;
    margin-left: auto;
}
.banner-heading {
    padding-left: 1rem;
}
.banner-heading h1 {
    font-size: 52px;
    line-height: 59px;
}
}

@media (max-width: 767px){
	.logo:before {
    width: 200px;
    height: 200px;
	left: -62px;
    top: -93px;
}
.logo:after {
    width: 200px;
    height: 200px;
	left: -49px;
    top: -93px;
}
#header .logo img {
    height: auto;
    top: 0px;
    left: 0px;
}
.mob-header-rt {
    display: flex;
    justify-content: space-between;
}
	.mob-header-rt img {
		width: 82%;
		margin: 0;
	}
    .navbar a, .navbar a:focus {
        padding: 10px 6px 10px 6px;
        font-size: 16px;
    }	
	    .navbar a, .navbar a:focus {
        padding: 10px 6px 10px 6px;
        font-size: 16px;
    }
	.navbar li {
    width: 91%;
    padding-left: 1rem;
}
	
/*Banner*/
	
.carousel-item {
    height:auto;
}
    .banner-heading h1 {
        font-size: 36px;
        line-height: 42px;
    }	
.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: dashed 2px #fff;
}
.carousel-indicators {
    border-bottom: unset;
    justify-content: center;
    margin: 0;
    width: 100%;
/*     position: relative;
    bottom: unset;
    right: unset; */
}
	.carousel-item {
		height: 100%;
		padding: 5rem 0 10rem;
	}
	.banner-heading {
		text-align: center;
		padding-left: 0;
	}

/*About*/

section.abt-sec {
    padding-bottom: 25px;
}
.abt-sec:before {
    content: "";
    background: #f3f3f6;
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.abt-sm-img {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 231px;
}
.theme-heading-sec h2 {
    font-size: 35px;
    line-height: 39px;
}
.abt-rt-col {
    padding-left: 0.9rem;
    margin: 1.3rem 0;
}
	
/*Service Portfolio*/

.service-sec {
    padding: 50px 0;
}
	section.event-tab-sec {
    padding: 50px 0 50px;
}
.service-wrap img {
    max-height: unset;
    height: auto;
}
.event-tab-sec a.theme-btn {
    margin: 0.5rem auto 0.5rem;
}
	
/*Recognization*/

section.recog-sec {
    padding: 50px 0;
}
	
section.recog-sec:before {
    clip-path: polygon(57% 0%, 100% 0, 100% 100%, 0% 100%);
    width: 91%;
    height: 24%;
    top: unset;
    right: 0;
    bottom: 0;
}
.recog-lt-col {
    padding: 0 0.9rem 3rem;
}
.recog-sec .theme-heading-sec {
    margin-bottom: 1.5rem;
    text-align: left;
}
	
	/*Testimonial*/
	
	section.key-recog-sec {
		padding: 0 0 15px;
		background: transparent;
	}
    .testimonial-col {
        content: "";
        background: linear-gradient(90deg, #e99315 100%, #ffffff 50%);
        width: 100%;
        padding: 45px 15px;
    }
.testimonial-col a.theme-btn {
    position: relative;
    bottom: unset;
    right: unset;
}
.key-col {
    padding: 0 1.4rem;
}
.key-col .theme-heading-sec {
    top: -16px;
    padding: 9px 22px 0;
    margin-bottom: 1rem;
}
.key-col .theme-heading-sec h5 {
    font-size: 28px;
}
	
/*Team*/

section.blog-sec {
    padding: 50px 0 50px;
}
	
.team-box h5 span {
    font-size: 16px;
	line-height: 32px;
}
	
/*Blog*/
	
section.blog-sec {
    padding: 50px 0 50px;
}	
.blog-wrapper {
    margin: 0.55rem 0;
}
.blog-sec .theme-heading-sec {
    margin-bottom: 2rem;
}
	
/*Footer*/
	
.brochure-row .theme-heading-sec h2 {
    line-height: 46px;
    font-size: 47px;
    margin: 0;
}
footer.footer-top .row {
    padding: 0;
    margin: 0;
}
    .brochure-row form {
        padding: 2.5rem 0rem 2.5rem !important;
    }
.brochure-row {
    margin-bottom: 2rem;
}
	.logo-wrap {
		padding: 2rem 0 2rem;
	}
.footer-wrapper {
    margin: 0.8rem 0;
}
	
/*About Page*/
	
	section.about-extra-sec .row {
    flex-direction: column-reverse;
}
.about-video-wrap iframe {
    height: 300px;
}
section {
    padding: 50px 0;
}
.about-video-wrap {
    margin-top: 1.2rem;
}
.theme-heading-sec {
    margin-bottom: 2rem;
}
	
/*Career*/
	
.hrBox {
    width: 100%;
}
.hrBox .theme-heading-sec h2 br {
    display: none;
}
	.theme-heading-sec {
		margin-bottom: 1rem;
		text-align: center;
	}
.hrInfo {
    text-align: center;
}
.job-rt-col {
    padding: 0 0rem;
}
section.job-sec .row {
    margin: 0;
}
.job-card p {
    font-size: 18px;
}
/*Event*/
	.event-content p{
    font-size: 18px;
}
.event-box.row {
    position: relative;
    padding: 0.5rem;
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 22px 3px rgb(10 10 10 / 7%);
    border-radius: 18px;
}
	.event-box.row:before {
	display:none;
}
.eventImg {
    height: auto;
	margin-bottom: 1rem;
}
/*Service mODAL*/

.modal {
    z-index: 999999;
}
.cursor-circle {
    display: none !important;
}
.modal-backdrop {
    z-index: 9999;
}	
.modal-body.service-popup-body{
    padding: 1.5rem 1.3rem;
}
button.btn-close {
    float: right;
    position: absolute;
    right: 13px;
    top: 19px;
}
.service-popup-points {
    padding-left: 0rem;
    margin-top: 1.2rem;
}
/*Career Form*/
	
.career-lt-col {
    padding: 0 15px;
}
.hr-information {
    width: 80%;
    padding: 2rem 1rem;
    border: solid .5rem #f4f4fa;
}	
.hr-information a {
    font-size: 22px;
    margin: 0.5rem 0;
}
.career-rt-col {
    padding: 1.5rem 1.5rem;
}
	}
	
	
	
/* Gallery Page*/
.seventhavenue-gallery-sec {
    position: relative;
    overflow: hidden;
}


.seventhavenue-gallery-sec::before {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -100px;
    background: rgba(233, 147, 21, 0.10);
}

.seventhavenue-gallery-sec::after {
    width: 360px;
    height: 360px;
    bottom: -120px;
    right: -120px;
    background: rgba(148, 163, 184, 0.14);
}

.seventhavenue-gallery-wrap {
    position: relative;
    z-index: 2;
}

.seventhavenue-gallery-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.seventhavenue-gallery-book {
    position: relative;
    height: 100%;
    min-height: 470px;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14), 0 8px 24px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.90);
    animation: seventhavenueGalleryFloatCard 5.5s ease-in-out infinite;
    transition: all 0.35s ease;
}

.seventhavenue-gallery-book:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 75px rgba(15, 23, 42, 0.18), 0 10px 28px rgba(15, 23, 42, 0.10);
}

.seventhavenue-gallery-book::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: linear-gradient(180deg, #d9dee5 0%, #f8fafc 35%, #cbd5e1 100%);
    box-shadow: inset -2px 0 6px rgba(15, 23, 42, 0.08);
    z-index: 3;
}

.seventhavenue-gallery-book::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 24px;
    bottom: 14px;
    width: 2px;
    background: rgba(203, 213, 225, 0.85);
    z-index: 3;
}

.seventhavenue-gallery-cover {
    position: relative;
    height: 100%;
    padding: 22px 22px 24px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,250,252,0.98) 100%);
}

.seventhavenue-gallery-topbar {
    position: relative;
    margin-bottom: 18px;
}

.seventhavenue-gallery-topbar::before {
    content: "";
    display: block;
    width: 64px;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(90deg, #e99315 0%, #f3c67a 100%);
    box-shadow: 0 4px 12px rgba(233, 147, 21, 0.18);
}

.seventhavenue-gallery-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    background: #e2e8f0;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.seventhavenue-gallery-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,23,42,0.16), rgba(255,255,255,0.02));
    pointer-events: none;
}

.seventhavenue-gallery-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: seventhavenueGalleryImageZoom 10s ease-in-out infinite alternate;
}

.seventhavenue-gallery-content {
    padding-top: 24px;
}

.seventhavenue-gallery-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.32;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.4px;
    transition: color 0.3s ease;
}

.seventhavenue-gallery-book:hover .seventhavenue-gallery-title {
    color: #e99315;
}

.seventhavenue-gallery-line {
    width: 74px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, #e99315 0%, rgba(233,147,21,0.12) 100%);
    margin-top: 18px;
}

.seventhavenue-gallery-empty {
    background: rgba(255,255,255,0.82);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.85);
}

.seventhavenue-gallery-empty p {
    margin: 0;
    font-size: 18px;
    color: #475569;
    font-weight: 500;
}

.seventhavenue-gallery-wrap .row > div:nth-child(2n) .seventhavenue-gallery-book {
    animation-delay: 1s;
}

.seventhavenue-gallery-wrap .row > div:nth-child(3n) .seventhavenue-gallery-book {
    animation-delay: 2s;
}

.seventhavenue-gallery-wrap .row > div:nth-child(4n) .seventhavenue-gallery-book {
    animation-delay: 3s;
}

@keyframes seventhavenueGalleryFloatCard {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

@keyframes seventhavenueGalleryImageZoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.08); }
}

@keyframes seventhavenueGalleryBlobMove {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(40px, 30px); }
}

@media (max-width: 991px) {
    .seventhavenue-gallery-sec {
        padding: 80px 0;
    }

    .seventhavenue-gallery-book {
        min-height: 500px;
    }

    .seventhavenue-gallery-image-box {
        height: 285px;
    }

    .seventhavenue-gallery-title {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .seventhavenue-gallery-sec {
        padding: 60px 0;
    }

    .seventhavenue-gallery-book {
        min-height: auto;
    }

    .seventhavenue-gallery-cover {
        padding: 18px 18px 20px 28px;
    }

    .seventhavenue-gallery-book::before {
        width: 12px;
    }

    .seventhavenue-gallery-book::after {
        left: 18px;
    }

    .seventhavenue-gallery-image-box {
        height: 230px;
        border-radius: 16px;
    }

    .seventhavenue-gallery-title {
        font-size: 20px;
    }
}


/* Contact Us Page */

.seventh-contact-map-section {
    width: 100%;
    position: relative;
    padding: 0;
}

.seventh-contact-map-inner {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.seventh-contact-map-inner iframe {
    filter: grayscale(1);
}
	.seventh-contact-map-inner iframe:hover{
    filter: none;
}
.seventh-contact-page {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.seventh-contact-info-wrap {
    background: linear-gradient(135deg, #2a3a67 0%, #1c2b4f 100%);
    border-radius: 24px;
    padding: 35px 30px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(42, 58, 103, 0.18);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.seventh-contact-info-wrap::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: rgba(251, 104, 15, 0.12);
    border-radius: 50%;

    animation: premiumFloat 10s ease-in-out infinite;
    will-change: transform;
}

@keyframes premiumFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(10px, 12px) scale(1.03);
    }
    50% {
        transform: translate(20px, 20px) scale(1.05);
    }
    75% {
        transform: translate(10px, 12px) scale(1.03);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}
.seventh-contact-info-top h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.seventh-contact-info-top p {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.seventh-contact-info-list {
    position: relative;
    z-index: 1;
}
.seventh-contact-info-card {
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    margin-bottom: 16px;
    transition: 0.3s ease;
}
.seventh-contact-info-card:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.10);
}
.seventh-contact-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: #fb680f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(251, 104, 15, 0.35);
}
.seventh-contact-info-text span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 5px;
}
.seventh-contact-info-text a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    word-break: break-word;
}
.seventh-contact-info-text a:hover {
    color: #ffb07d;
}
.seventh-contact-social-box {
    position: relative;
    z-index: 1;
}
.seventh-contact-social-box h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    border-left: solid 3px #ee7f1a;
    padding-left: 9px;
}
.seventh-contact-social-links a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}
.seventh-contact-social-links a:hover {
    background: #fb680f;
    color: #fff;
    transform: translateY(-3px);
}
.seventh-contact-form-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 35px;
    box-shadow: 0 20px 60px rgba(18, 38, 63, 0.08);
    border: 1px solid #edf1f7;
    height: 100%;
}
.seventh-contact-form-title {
    font-size: 36px;
    font-weight: 700;
    color: #2a3a67;
    margin-bottom: 7px;
    letter-spacing: -0.2px;
}
.seventh-contact-form-desc {
    font-size: 15px;
    color: #6f7a92;
    line-height: 1.8;
    margin-bottom: 25px;
}
.seventh-contact-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #2a3a67;
    margin-bottom: 8px;
    display: block;
}
.seventh-contact-control {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dfe5ef;
    padding: 12px 18px;
    font-size: 15px;
    color: #2a3a67;
    box-shadow: none !important;
    transition: 0.3s ease;
    background: #fff;
}
.seventh-contact-textarea {
    min-height: 160px;
    resize: none;
    height: auto;
}
.seventh-contact-control:focus {
    border-color: #fb680f;
    box-shadow: 0 0 0 0.2rem rgba(251, 104, 15, 0.12) !important;
    outline: none;
}
.seventh-contact-control.seventh-contact-invalid {
    border-color: #dc3545 !important;
}
.seventh-contact-error {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
    line-height: 1.4;
}
.seventh-contact-error.seventh-contact-show {
    display: block;
}
.seventh-contact-captcha-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
}
.seventh-contact-captcha-box {
    min-width: 120px;
    height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f5f7fb;
    border: 1px solid #dfe5ef;
    color: #2a3a67;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.seventh-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #fb680f 0%, #ff8a3d 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 12px 30px rgba(251, 104, 15, 0.28);
    min-width: 180px;
}
.seventh-contact-btn:hover {
    background: linear-gradient(90deg, #2a3a67 0%, #3f538f 100%);
    color: #fff;
    transform: translateY(-2px);
}
.seventh-contact-btn.seventh-contact-loading {
    opacity: 0.8;
    pointer-events: none;
}
.seventh-contact-alert {
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 14px;
    margin-top: 10px;
}
.seventh-contact-alert-success {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}
.seventh-contact-alert-error {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
    .seventh-contact-info-wrap,
    .seventh-contact-form-wrap {
        padding: 28px 22px;
    }
}
@media (max-width: 767.98px) {
    .seventh-contact-captcha-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .seventh-contact-captcha-box {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .seventh-contact-form-title,
    .seventh-contact-info-top h3 {
        font-size: 24px;
    }
    .seventh-contact-control,
    .seventh-contact-captcha-box {
        height: 52px;
    }
}

.service-card-item {
  transition: transform 900ms cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.service-card-item .service-wrap {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.service-rotate-row.is-swapping .service-card-item {
  pointer-events: none;
}