@import url('https://fonts.googleapis.com/css2?family=Anta&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.uk-container {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.uk-section {
    padding: 0 0 !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}

a,
span {
    display: inline-block;
    text-decoration: none !important;
}

body {
    font-family: "Inter", sans-serif;
}

ul {
    padding: 0px !important;
    margin: 0px !important;
}

img {
    width: 100%;
    display: block;
}

.no-gutter {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

p {
    font-weight: 400;
    line-height: 1.6;
    margin: 0px !important;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

:root {
    --c1: #026bb5;
    --c2: rgb(255, 255, 255);
    --c3: rgba(23, 23, 23, 1);
    --bg: linear-gradient(90deg, #025CA8 0%, #02A4E5 50%, #025CA8 100%);
    --f1: "Anta", sans-serif;
}

::selection {
    color: var(--c2);
    background: var(--c1);
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 0;
}

/* HEADER */

.top-header {
    background: var(--bg);
    padding: 30px 0px 60px 0px;
    border-radius: 0px 0px 30px 30px;
}

.top-head-list ul {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.top-head-list ul li {
    color: var(--c2);
}

.top-head-list ul li a {
    color: inherit;
    transition: all .5s;
}

.top-head-list ul li a:hover {
    color: var(--c3);
}

.top-head-list ul li i {
    margin-right: 15px;
}

.nav-bar nav ul {
    display: flex;
    gap: 30px;
}

.nav-bar nav ul li a {
    color: var(--c3);
    font-weight: 500;
    transition: all .5s;
	text-transform: capitalize;
}

.nav-bar nav ul li a:hover {
    color: var(--c1);
}

.head-logo a {
    display: flex;
    align-items: center;
    top: -100px;
    left: 0;
    background-color: var(--c2);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    justify-content: center;
}

.head-logo {
    position: relative;
}

.head-right {
    display: flex;
    justify-content: end;
    gap: 40px;
    align-items: center;
}

.web-btn {
    background-image: var(--bg);
    padding: 14px 30px;
    border-radius: 50px;
    color: var(--c2);
    display: flex;
    align-items: center;
    transition: all .5s;
    background-size: 300% 100%;
    width: max-content;
}

.web-btn i {
    margin-left: 12px;
}

.web-btn:hover, .contact-btn input:hover {
    background-position: 100% 0;
    color: var(--c2) !important;
}

.top-header p {
    color: var(--c2);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.bottom-head-bg {
    background-color: var(--c2);
    border-radius: 50px;
    padding: 8px 8px 8px 40px;
    margin-top: -35px;
}

.head-logo a img {
    width: 110px;
    margin-top: -10px;
}

.nav-bar nav ul li ul {
    background-color: var(--c2);
    flex-direction: column;
    position: absolute;
    top: 100%;
    gap: 0px;
    width: 300px;
    left: 0;
    transition: all .5s;
    transform: scaleY(0);
    transform-origin: top;
}
.nav-bar nav ul li ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 15px;
}
.nav-bar nav ul li ul li a:hover {
    background-color: var(--c1);
    color: var(--c2);
}
.nav-bar nav ul li {
    position: relative;
}
.nav-bar nav ul li:hover ul {
    transform: scaleY(1);
}

/* SECTION MAIN BANNER */

.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 70px;
    z-index: 2;
}

.banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
    z-index: 1;
}

.banner-img img {
    height: 900px;
    object-fit: cover;
    transform: rotateY(180deg);
}

.banner-title div {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-title {
    color: var(--c2);
}

.banner-title div span {
	background: var(--bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-title h1 {
    font-family: var(--f1);
    font-size: 54px;
    line-height: 1;
    margin: 10px 0px 20px 0px !important;
    color: inherit;
}

.banner-title p {
    font-size: 20px;
}

.banner-title a.web-btn {
    margin-top: 30px;
}

/* SECTION ABOUT US */

.spacing {
    padding: 100px 0px;
}

.about-img-large img {
    height: 430px;
    object-fit: cover;
    object-position: center;
    transition: all .7s;
}

.about-counter {
    background: rgba(0, 36, 86, 1);
    color: var(--c2);
    text-align: center;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 24px;
}

.about-counter span {
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
}

.about-counter p {
    text-transform: capitalize;
    font-size: 18px;
}

.about-img-small img {
    height: 350px;
    object-fit: cover;
    transition: all .7s;
}

.about-img-large {
    border-radius: 60px 20px 20px 20px;
    overflow: hidden;
}

.about-img-small {
    border-radius: 20px 20px 60px 20px;
    overflow: hidden;
}

.about-img-main {
    margin-right: 30px;
}

.web-title .sub-head {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.web-title .sub-head span {
    color: var(--c1);
    letter-spacing: 1px;
}

.web-title h2 {
    font-family: var(--f1);
    font-size: 59px;
    line-height: 1;
}

.about-content p {
    margin-top: 25px !important;
}

.about-content ul {
    margin-top: 15px !important;
}

.about-content ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

.about-content ul li:last-child {
    margin-bottom: 0px;
}

.about-content ul li::before {
    position: absolute;
    content: "\f058";
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    color: var(--c1);
}

.about-content a.web-btn {
    margin-top: 30px;
}

/* SECTION OUR SERVICES */

.web-title span.sub-head {
    background: var(--bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-prop {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our-services {
    position: relative;
    z-index: 1;
    color: var(--c2);
}

.our-services::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 91%);
    z-index: -1;
}

.service-btn {
    display: flex;
    justify-content: end;
}

.zigzag-content h3 {
    font-family: var(--f1);
    font-size: 40px;
    margin-bottom: 15px !important;
}

.zigzag-content p {
    margin-bottom: 20px !important;
}

.zigzag-img img {
    height: 400px;
    object-fit: cover;
    transition: all .7s;
}

.zigzag-img {
    border-radius: 60px 20px 20px 20px;
    overflow: hidden;
}

.zigzag-img:hover img {
    transform: scale(1.1);
}

.zigzag-content {
    padding-left: 30px;
}

.tit-gap {
    margin-bottom: 60px;
}

.zigzag-main .row:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag-main .row:nth-child(even) .zigzag-img {
    border-radius: 20px 60px 20px 20px;
}

.zigzag-main .row:nth-child(even) .zigzag-content {
    padding-left: 0px;
    padding-right: 30px;
}

.zigzag-main .row {
    margin-bottom: 50px;
}

.zigzag-main .row:last-child {
    margin-bottom: 0px;
}

/* SECTION PROJECT */

.project-item {
    padding: 50px 30px;
    border-radius: 20px;
    overflow: hidden;
}

.project-item-content {
    padding: 30px;
    background-color: rgb(255 255 255 / 76%);
    border-radius: 20px;
}

.project-item-content h3 {
    font-family: var(--f1);
    margin-bottom: 15px !important;
}

.project-item-content p {
    margin-bottom: 20px !important;
}

.project-item-content span.sub-head {
    font-size: 15px;
}

.project-item-content a.web-btn {
    padding: 12px 25px;
}

.projects-arrow-btn {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.projects-arrow, .team-arrow {
    width: 60px;
    height: 60px;
    background: var(--bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c2);
    font-size: 20px;
    font-weight: 800;
    transition: all .5s;
    background-size: 300% 100%;
}

.projects-arrow:hover, .team-arrow:hover {
    background-position: 100% 0;
}

/* SECTION TESTIMONIAL */

.testi-content {
    background-color: var(--c2);
    border-radius: 15px;
    padding: 30px;
    position: relative;
	transition: all .5s;
	border: 1px solid var(--c2);
}

.testi-content ul {
    display: flex;
    gap: 7px;
    margin-bottom: 20px !important;
}

.testi-content ul li {
    color: var(--c1);
}

.testi-content p {
    font-size: 17px;
    margin-bottom: 20px !important;
    height: 130px;
    overflow: auto;
	padding-right: 10px;
}

.testi-content p::-webkit-scrollbar{
	width: 5px;
}

.testi-content h3 {
    font-family: var(--f1);
    font-size: 24px;
}

.testi-content span {
    display: inline-block;
    font-size: 15px;
}

.testi-img {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.testi-img img {
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}

.myTesti .swiper-pagination {
    position: unset;
    transform: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.myTesti .swiper-pagination span {
    background-color: var(--c1);
    margin: 0px !important;
    width: 10px;
    height: 10px;
}

.myTesti {
    padding-bottom: 32px;
}

.testi-content::before{
    position: absolute;
    content: '';
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: var(--c2);
	visibility: hidden;
}

.testi-reverse .testi-content, .testi-reverse .testi-content::before {
    background-color: rgba(246, 246, 246, 1);
    border-color: rgba(246, 246, 246, 1);
}

.testi-reverse .testi-content:hover, .testi-content:hover{
	border-color: var(--c1);
}

.cust-bg {
    background: rgba(246, 246, 246, 1);
}

/* SECTION CONTACT SEC */

.contact-item h2 {
    margin-bottom: 25px !important;
}

.contact-item a.web-btn {
    margin-top: 25px ;
}

.contact-img img {
    height: 350px;
    object-fit: cover;
    transition: all .7s;
}
.contact-input-item .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.contact-input-item .wpcf7-checkbox span.wpcf7-list-item input {
    width: 20px;
    height: 20px;
}
.contact-input-item .wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	font-size: 16px;
}
.contact-input-item .wpcf7-checkbox span.wpcf7-list-item:last-child {
    margin-bottom: 0px;
}
.contact-input-item label {
    color: var(--c3);
    margin-bottom: 10px;
    font-family: var(--f1);
}
.contact-img {
    overflow: hidden;
    border-radius: 20px;
}

.contact-img:hover img, .testi-img:hover img {
    transform: scale(1.1);
}

.contact-item {
    padding-right: 40px;
}

/* SECTION MAP */

.map-title h2, .building-futures-title h2, .team-title h2 {
    margin-bottom: 20px !important;
}

.map-item iframe, .map-item #map {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

/* SECTION NEWSLETTER */

.news-box {
    background-color: #ffffffa6;
    padding: 30px;
    border-radius: 20px;
}

.news-box form {
    padding: 25px;
    background-color: var(--c2);
    border-radius: 20px;
}

.news-box form h3 {
    font-family: var(--f1);
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px !important;
}

.news-box form input[type="email"] {
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: rgba(246, 246, 246, 1);
    height: 55px;
    border: 1px solid transparent;
    transition: all .5s;
    outline: 0;
}

.news-input-box {
    position: relative;
}

.news-input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
}

.news-box form input[type="email"]:focus{
    border-color: var(--c1);
}

.newsletter-item {
    color: var(--c2);
    padding-right: 40px;
}

.newsletter-item h2 {
    margin-bottom: 20px !important;
	color: var(--c2);
}

.newsletter {
    position: relative;
    z-index: 1;
}

.newsletter::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    z-index: -1;
}

/* FOOTER */

.footer-top {
    padding: 60px 0px;
}

.foot-logo a {
    display: block;
    width: 120px;
}

.foot-logo-box ul {
    display: flex;
    gap: 10px;
}

.foot-logo-box ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c1);
    transition: all .5s;
}

.foot-logo-box ul li a:hover {
    color: var(--c2);
    background-color: var(--c1);
}

.foot-logo-box p {
    font-size: 16px;
    margin: 20px 0px !important;
}

.foot-title span {
    display: inline-block;
    font-family: var(--f1);
    font-size: 20px;
    margin-bottom: 20px;
}

.foot-links ul li a {
    color: inherit;
    transition: all .5s;
}

.foot-links ul li a:hover {
    padding-left: 10px;
    color: var(--c1);
}

.foot-links ul li {
    margin-bottom: 8px;
}

.foot-links ul li:last-child {
    margin-bottom: 0px;
}

.foot-contact ul li i {
    color: var(--c1);
    font-size: 18px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 3px;
}

.foot-contact ul li a {
    color: inherit;
    transition: all .5s;
}

.foot-contact ul li a:hover {
    color: var(--c1);
}

.foot-contact ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 30px;
}

.foot-contact ul li:last-child {
    margin-bottom: 0px;
}

.footer-bottom {
    background: var(--bg);
    border-radius: 50px;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.foot-botom-links ul {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.copyrights p {
    color: var(--c2);
    font-size: 16px;
}

.foot-botom-links ul li a {
    color: var(--c2);
    transition: all .5s;
    position: relative;
    display: block;
}

.foot-botom-links ul li a:hover {
    color: var(--c3);
}

.foot-botom-links ul li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: var(--c2);
}

.foot-botom-links ul li:first-child a::before {
    visibility: hidden;
    opacity: 0;
}

/* PRELOADER */

div#preloader {
  position: fixed;
  z-index: 999999999;
  background: var(--c2);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: var(--c1) #0000;
  animation: s6 1s infinite linear;
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader::before {
  border-color: var(--c3) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.custom-loader::after {
  margin: 8px;
}

@keyframes s6 {
  100% {
    transform: rotate(1turn);
  }
}
#preloader.remove {
  opacity: 0 !important;
  visibility: hidden !important;
}
.thank-you {
  padding: 120px 0px 70px 0px;
}

/* ABOUT US PAGE CSS */

.inner-about-img {
    border-radius: 14px;
    overflow: hidden;
	margin-right: 40px;
}
.inner-about-zigzag .container .row:nth-child(2) {
    flex-direction: row-reverse;
}
.inner-about-zigzag .container .row:nth-child(2) .inner-about-img {
    margin-right: 0px;
    margin-left: 40px;
}
.inner-about-zigzag .container .row {
    margin-bottom: 60px;
}
.inner-about-zigzag .container .row:last-child {
    margin-bottom: 0px;
}
.inner-about-img img {
    transition: all .6s;
    height: 450px;
    object-fit: cover;
}
.inner-about-img:hover img {
    transform: scale(1.1);
}
.inner-about-content P {
    margin-bottom: 15px !important;
}
.inner-about-content h2 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
	color: var(--c1);
}
.inner-about-content p:last-child {
    margin-bottom: 0px;
}
.inner-about-content ul li, .inner-about-content ol li, .curr-about-us-content ul li, .curr-about-us-content ol li {
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    list-style: disc;
	margin-bottom: 5px;
}
.inner-about-content ol li{
	list-style: auto;
}
.inner-about-content ul, .inner-about-content ol, .curr-about-us-content ul, .curr-about-us-content ol {
    padding-left: 20px !important;
    margin-bottom: 20px !important;
}
.inner-about.swaping .container .row {
    flex-direction: row-reverse;
}
.inner-about.swaping .container .row .inner-about-img {
    margin-right: 0px;
    margin-left: 40px;
}

/* SECTION INNER WRAPPER */

.inner-header {
	background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
    text-align: center;
    padding: 300px 0px 130px 0px;
}
.inner-header-title a {
    margin: 20px auto 0px auto;
}
.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 h1 {
    color: var(--c2);
    font-size: 50px;
    font-weight: 700;
    font-family: var(--f1);
}

/* SECTION FAQS */

.faq-main-item .accordion-button {
    background-color: unset;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 600;
    transform: unset !important;
    font-family: "Inter", sans-serif;
    color: inherit;
}
.faq-main-item .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
}
.faq-main-item .accordion-button span {
	color: var(--c1);
	font-size: 15px;
	margin-right: 10px;
	font-weight: 700;
}
.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-main-item .accordion-button::after {
 	font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c1);
}
.faq-main-item .accordion-body {
    font-weight: 400;
    line-height: 1.8;
    padding-top: 0px;
}
.faq-main-item .accordion-item:last-child {
  margin: 0px;
}
.faq-img {
    margin-left: 30px;
	overflow: hidden;
}
.faq-img img {
    transition: all .6s;
}
.faq-img:hover img {
    transform: scale(1.1);
}
.faqs {
    background-color: #efefef;
}
.faq-img img {
    height: 500px;
    object-fit: cover;
}

/* SECTION CONTACT US */

.contact-input-item input, .contact-input-item textarea {
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 12px;
    border: 1px solid #0000001c;
    outline: 0;
    transition: all .5s;
}
.contact-form-main .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
}
.contact-input-item span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 8px;
}
.contact-input-item input::placeholder, .contact-input-item textarea::placeholder {
    color: #0000008a;
}
.contact-input-item input:focus, .contact-input-item textarea:focus {
    border-color: var(--c1);
}
.contact-input-item textarea {
    height: 200px;
}
.contact-form-main form .row {
    row-gap: 20px;
}
.contact-form-main form {
    margin-top: 30px;
}
.contact-btn input {
    border: 0;
}
.contact-btn input:hover {
    background-color: var(--c3);
}
.contact-img {
    overflow: hidden;
	position: relative;
}
.contact-img img {
    transition: all .8s;
}
.contact-img:hover img {
    transform: scale(1.1);
}
/* .contact-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(280deg, #ffffff, transparent);
    z-index: 1;
} */
.contact-form-main {
    padding-left: 20px;
}
.contact-info-item {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -15px;
}
.contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--c2);
    border-radius: 5px;
    margin: 0 auto 15px auto;
    background: var(--bg);
}
.contact-info-content {
    text-align: center;
}
.contact-info-content h5 {
    font-weight: 700;
    margin-bottom: 5px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
	font-family: "Inter", sans-serif;
}
.contact-info-content a, .contact-info-content span {
    color: inherit;
    transition: all .5s;
}
.contact-info-content a:hover {
    color: var(--c1);
}
.contact-form-main h2 {
    font-size: 42px !important;
}
.contact-btn input {
    padding: 12px 30px;
    background: var(--bg);
    background-size: 300% 100%;
    color: var(--c2);
    position: relative;
    z-index: 1;
    transition: all .4s;
    overflow: hidden;
    font-weight: 500;
}
.contact-input-item span {
    display: block;
}

/* SECTION SERVICE PAGE FAQS */

.ques-title {
    margin-bottom: 60px;
}
.serv-faqs .accordion-item .accordion-body ul li {
    list-style: disc;
    margin-bottom: 8px;
}
.serv-faqs .accordion-item .accordion-body ul {
    padding-left: 20px !important;
}
.serv-faqs .accordion-item .accordion-body ul li:last-child {
    margin-bottom: 0px;
}
.serv-faqs .accordion-item {
    margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .125) !important;
}

.serv-faqs .accordion-item .accordion-button {
    box-shadow: unset;
    background-color: var(--bg);
    font-size: 18px;
    padding: 30px;
    font-weight: 500;
	font-family: var(--f1);
}

.serv-faqs .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--c1);
    color: var(--c2);
}

.serv-faqs .accordion-item .accordion-button::after {
    background-image: unset;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: unset;
}

.serv-faqs .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.serv-faqs .accordion-item .accordion-body {
    padding: 20px 30px;
}

.serv-faqs .accordion-item .accordion-body p {
    font-size: 16px;
}

.serv-faqs .accordion-item:last-child {
    margin-bottom: 0px;
}

.cust-gap {
    row-gap: 24px;
}

/*SINGLE PAGE CSS*/

.single-cont-inner {
    display: flex;
    gap: 25px;
	margin-top: 25px;
    align-items: center;

}
.single-inner-img, .single-inner-list {
    width: 50%;
}
.single-content-img img {
    height: 550px;
    object-fit: cover;
    transition: all .8s;
}
.single-content h4 {
    color: #fff;
    padding: 25px 0;
    font-family: var(--f1);
    font-size: 30px;
}
.single-content-img {
    margin-bottom: 30px;
}
.single-content-main p {
    margin-bottom: 15px !important;
    font-size: 18px;
}
.single-content-main h3 {
    font-size: 24px;
    margin-bottom: 15px !important;
    font-family: var(--f1);
}
.single-inner-list ul li {
    color: var(--c2);
    margin-bottom: 15px !important;
    position: relative;
    padding-left: 26px;
}
.single-inner-list ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 13px;
    color: var(--c3);
    content:
    "\f00c";
    font-family: "Font Awesome 5 Pro";
}
.bord-box-about .inner-about-img {
    padding: 30px;
    border: 2px dashed var(--c1);
}
.bord-box-about .inner-about-img img {
    border-radius: 14px;
    transform: unset !important;
}
.inner-about.full-img .container .row {
    align-items: unset !important;
}
.inner-about.full-img .container .row .inner-about-img, .inner-about.full-img .container .row .inner-about-img img {
    height: 100%;
    object-fit: cover;
}
.cust-choose-item-content p {
    margin-top: 15px !important;
}
.inner-about-inner {
    overflow: hidden;
    border-radius: 14px;
}
.single-inner-img, .single-content-img {
    overflow: hidden;
	border-radius: 8px;
}
.quote-form-main {
    padding: 25px;
    background: var(--bg);
    border-radius: 5px;
}
.quote-form-main h2 {
    font-size: 34px;
    color: var(--c2);
    margin-bottom: 20px !important;
    text-align: center;
    font-family: var(--f1);
}
.quote-form-item input {
    background: unset;
    border: 1px solid #ffecec52;
    padding: 12px 15px;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    color: var(--c2);
    transition: all .5s;
}
.quote-form-item {
    margin-bottom: 15px;
}
.quote-form-item input:focus {
    border-color: var(--c2);
}
.quote-form-item input::placeholder {
    color: #ffecec8c;
    font-size: 15px;
}
.quote-submit input {
    padding: 10px 20px;
    background-color: var(--c2);
    border: 0;
    outline: 0;
    color: var(--c1);
    border-radius: 4px;
    transition: all .7s;
    width: 100%;
    text-transform: uppercase;
}
.quote-submit input:hover {
    background-color: var(--c3);
    color: var(--c2);
}
.quote-submit {
    text-align: center;
    margin-top: 20px;
}
.side-links-main {
    margin-bottom: 30px;
}
.single-content h2 {
    font-family: var(--f1);
    font-size: 34px;
    margin-bottom: 15px !important;
}
.single-content h2 span{
    color:var(--primary);    
    font-family: var(--f1);
}
.single-content-img:hover img {
    transform: scale(1.1);
}
.single-sidebar {
    position: sticky;
    top: 0;
}
.single-content ul li, .single-content ol li {
    line-height: 1.6;
    font-size: 18px;
    list-style: disc;
	margin-bottom: 10px;
}
.single-content ul, .single-content ol {
    padding-left: 20px !important;
    margin-bottom: 15px !important;
}
.single-content ol li{
    list-style: auto;
}
.single-masterclasses .header, .single-masterclasses .inner-header {
    overflow-x: clip;
}

/* SECTION WHY CHOOSE US */

.curr-about-us-content h2 {
    margin-bottom: 20px !important;
}
.curr-about-us-btn {
    margin-top: 30px;
}
.curr-about-us-content p {
    margin-bottom: 20px !important;
}
.curr-about-us-img-main {
    position: relative;
    margin: 0px 20px 0px 0px;
}
.curr-about-us-img-one {
    margin-right: 120px;
    overflow: hidden;
}
.curr-about-us-img-two {
    border: 10px solid rgb(255 255 255);
    overflow: hidden;
    width: max-content;
    margin: -170px 0px 0px auto;
    position: relative;
    z-index: 1;
}
.cust-bg .curr-about-us-img-two{
	border: 10px solid rgba(246, 246, 246, 1);
}
.curr-about-us-img-one img {
    height: 500px;
    object-fit: cover;
    transition: all .5s;
}
.curr-about-us-img-two img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    transition: all .5s;
}
.curr-about-us-img-one:hover img, .curr-about-us-img-two:hover img{
    transform: scale(1.1);
}

/*SECTION CUST PARTNER*/

.cust-part-img {
    border: 1px solid #89838142;
    padding: 20px 20px;
    margin: 0px 10px;
    transition: all .5s;
}
.cust-part-img:hover{
    border-color: var(--c1);
}
.cust-part-img img {
    margin: 0 auto;
    height: 100px;
    width: 180px;
    object-fit: contain;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.partner-slider-left {
    margin-bottom: 20px;
}
.building-futures-title p {
    margin-top: 20px;
}
.partner-slider-right .swiper-wrapper, .partner-slider-left .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* SECTION OUR TEAM */

.team-item {
    padding: 25px;
    background-color: rgba(246, 246, 246, 1);
    border-radius: 10px;
	height: 100%;
}

.team-item-img {
    border-radius: 10px;
    overflow: hidden;
}

.team-item-img img {
    transition: all .7s;
	height: 280px;
    object-fit: cover;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item-content h3 {
    font-family: var(--f1);
    margin-bottom: 8px !important;
    font-size: 24px;
}

.team-item-content {
    text-align: center;
    padding-top: 20px;
}

.team-item-content p {
    margin-top: 15px !important;
}

.team-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.team-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
.loc-map-main iframe {
    width: 100%;
    height: 350px;
    display: block;
}
.contact-input-item select {
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 12px;
    border: 1px solid #0000001c;
    outline: 0;
    transition: all .5s;
}
.contact-input-item select:focus {
    border-color: var(--c1);
}

/* OUR SERVICES PAGE */

.inner-header-title p {
    color: var(--c2);
    margin-top: 20px !important;
}
.serv-p-item-content h3 {
    font-family: var(--f1);
    font-size: 28px;
    margin: 20px 0px 10px 0px !important;
    line-height: 1.3;
}
.serv-p-item-img img {
    height: 300px;
    object-fit: cover;
    transition: all .7s;
}
.serv-p-item {
    background-color: rgba(246, 246, 246, 1);
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}
.serv-p-item-img a {
    display: block;
}
.serv-p-item-img {
    border-radius: 20px;
    overflow: hidden;
}
.serv-p-item:hover .serv-p-item-img img {
    transform: scale(1.1);
}
.serv-p-item-content p {
    font-size: 16px;
}
.serv-p-item-content p {
    margin-bottom: 10px !important;
}
.serv-p-item-content .web-btn {
    margin-top: 20px;
}
.serv-p-item-content h3 a {
    transition: all .5s;
}
.serv-p-item-content h3 a:hover {
    color: var(--c1);
}

/*SECTION SMALL BANNER*/

.small-banner-bg {
    background: var(--bg);
    border-radius: 20px;
    padding: 50px;
    color: var(--c2);
}
.small-banner-title h3 {
    font-size: 36px;
    line-height: 1.1;
    font-family: var(--f1);
    color: var(--c2);
}
.small-banner-title p {
    color: var(--c2);
    margin: 20px 0px !important;
}
.small-banner-title .main-btn a {
    background-color: #212529;
}
.web-btn-two {
    padding: 14px 30px;
    border-radius: 50px;
    color: var(--c2);
    transition: all .5s;
    background-color: var(--c3);
}
.web-btn-two:hover {
    background-color: var(--c2);
    color: var(--c1);
}
.small-banner-title:not(p) h3 {
    margin-bottom: 25px !important;
}
.small-banner-title p:has(a.web-btn-two) {
    margin: 0px !important;
	font-size: 16px;
}

/* SECTION REPORTS */

.report-item {
    padding: 15px;
    border-radius: 10px;
    background-color: var(--c2);
    box-shadow: 0px 0px 10px -5px;
}
.report-item-content h3 {
    font-family: var(--f1);
    font-size: 24px;
    text-align: center;
    padding: 15px 0px;
}
.report-item-content h3 a {
    transition: all .5s;
}
.report-item-content h3 a:hover {
    color: var(--c1);
}
.report-item-img a {
    display: block;
}
.report-item-img a img {
    height: 400px;
    object-fit: cover;
}

/*SECTION CUST CHOOSE US*/

.cust-choose-item {
    background-color: rgba(246, 246, 246, 1);
    border-radius: 20px;
    text-align: center;
    padding: 35px 25px 35px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cust-choose-item-icon {
    width: 70px;
    margin: 0 auto 20px auto;
}
.cust-choose-item-icon {
    width: 100px;
    margin: 0 auto 20px auto;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 0px var(--c1);
}
.cust-choose-item-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: var(--f1);
}
.cust-choose-item-icon img {
    width: 50%;
}
.cust-gap {
    row-gap: 24px;
}
.cust-choose-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--c1);
    transition: all .5s;
    transform: scaleX(0);
}
.cust-choose-item:hover::before {
    transform: scaleX(1);
}

/* FIXED BUTTON */

.request-btn-box {
    position: fixed;
    top: 50%;
    background: var(--bg);
    transform: translateY(-50%);
    z-index: 99;
    writing-mode: sideways-lr;
    right: 0;
    border-radius: 10px 0px 0px 10px;
}
.request-btn-box a {
    color: var(--c2);
    text-transform: uppercase;
    font-family: var(--f1);
    padding: 40px 10px;
}
.request-btn-box a:hover {
    color: var(--c2);
}

/* BACK TO TOP */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
	visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.back-to-top a {
    background: var(--bg);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c2) !important;
    font-size: 20px;
}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
}
.blogs-grid-sec .serv-p-item-img img {
    height: 250px;
}

/* GALLERY SECTION */

.gallery-tab-btns ul {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.gallery-tab-btns ul li button {
    padding: 8px 30px;
    border: 1px solid var(--c1) !important;
    border-radius: 50px !important;
    font-family: var(--f1);
    transition: all .5s;
    color: var(--c1);
}
.gallery-tab-btns ul li button:hover {
    background-color: var(--c1);
    color: var(--c2);
}
.gallery-tab-btns ul li button.active {
    background-color: var(--c1) !important;
    color: var(--c2) !important;
}
.gallery-tab-btns {
    margin: 40px 0px;
}
.gallery-tab-btns ul {
    border: 0;
}
.cust-gallery-item a {
    display: block;
}
.cust-gallery-img img {
    height: 370px;
    object-fit: cover;
    transition: all .7s;
}
.cust-gallery-item:hover img {
    transform: scale(1.1);
}
.cust-gallery-item {
    overflow: hidden;
    border-radius: 10px;
	position: relative;
}
.cust-gallery-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #ffffffbf;
    transition: all .7s;
}
.cust-gallery-content h3 {
    font-family: var(--f1);
    margin-bottom: 10px !important;
}
.cust-gallery-item:hover .cust-gallery-content {
    bottom: 0;
}
.tit-gap:has(p) h2 {
    margin-bottom: 20px !important;
}

/* PRIVACY POLICY */

.cust-privacy-cont {
    text-align: left;
}
.cust-privacy-cont h2 {
    font-size: 40px;
    margin-bottom: 15px !important;
    font-family: var(--f1);
}
.cust-privacy-cont p {
    margin-bottom: 15px !important;
}
.cust-privacy-cont h3 {
    margin-bottom: 15px !important;
    font-family: var(--f1);
}
.cust-privacy-cont ol li{
	list-style: auto;
}
.cust-privacy-cont ul li, .cust-privacy-cont ol li {
    margin-bottom: 8px;
    list-style: disc;
}
.cust-privacy-cont ul, .cust-privacy-cont ol {
    margin-bottom: 15px !important;
    padding-left: 20px !important;
}
.inner-about-content img.warranty-img {
    position: absolute;
    top: -80px;
    left: -150px;
    width: 130px;
}
.inner-about-content:has(img.warranty-img) {
    position: relative;
}
.material-item {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8080801f;
}
.material-item-icon {
    width: 10%;
}
.material-item-content {
    width: 90%;
}
.material-item-content h3 {
    font-family: var(--f1);
    font-size: 24px;
    margin-bottom: 10px !important;
}
.material-items-main .material-item:last-child {
    margin: 0px;
    padding: 0px;
    border: 0;
}
.material-items-main {
    margin-top: 50px;
    padding-right: 20px;
}
.unique-about-img {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.unique-about-img img {
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}
.unique-about-img:hover img {
    transform: scale(1.1);
}

/* RESPONSIVE MENU */

.ham-menu-btn a {
    color: var(--c1);
    font-size: 28px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 25px;
    position: relative;
    width: 80%;
    background-color: var(--c2);
    left: -100%;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--c1);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 80px;
}

.responsive-links ul li a {
    color: var(--c3);
    transition: all .5s;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
}

.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 17px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 10px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: var(--c1);
}

.responsive-links ul li {
    position: relative;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c1);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c2);
    font-size: 18px;
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}

body.stop-scroll {
    overflow-y: hidden;
}