:root {
    --color-primary: #082b5e;
    --color-secondary: #1ddfff;
    --color-primary-lite: #023466;
    --font-heading: "Poppins", sans-serif;
    --font-body: "Poppins", sans-serif;
}

body {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 200;
}

html {
    overflow-x: hidden;
}

p {
    margin: 0;
    line-height: 28px;
}

.swiper-container {
    overflow: hidden;
}

.swiper img {
    width: 100%;
}

.swiper-wrapper {
    will-change: transform;
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

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

li {
    list-style: none;
}
button {
    border: none;
}

.bg-gray
{
    background: #f2f2f2;
}


.experience-years
{
    width: 60px;
    position: fixed;
    right: 8px;
    bottom: 80px;
    z-index: 9;
}
/*Padding Item*/
.section-padding-1 {
    padding: 70px 0;
}

/*Padding Item ends*/
/*header*/
header {
    transition: .3s;
}

header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
    position: fixed;
}

header.sticky.sticky-active .iase-menu li a {
    color: #000;
    padding: 21px 0;
}

header.sticky.sticky-active .header-top-row {
    display: none;
}

.logo {
    margin: 17px 0;
    width: 360px;
}

.main-logo .logo-v2
{
    display:none;
}
header.sticky.sticky-active .logo {
    display:none;
}
header.sticky.sticky-active .logo-v2 {
    display:block;
    width: 210px;
     margin: 17px 0;
}
header.sticky.sticky-active .main-menu ul li a {
    padding: 27px 0;
    color: #000000;
}
header.sticky.sticky-active .main-menu ul li.has-sub-menu .sub-menu li a {
    padding: 9px 22px;
}
header.sticky.sticky-active .main-menu ul li a:hover {
    color: var(--color-primary);
}

header.sticky.sticky-active .main-menu ul li.enquiry-btn a {
    padding: 9px 19px;
    margin: 19px 0;
    color: #ffffff;
}

/*header*/
.header-top-row {
    background: linear-gradient(to right, #e32821 0%, #0150aa 100%);
    color: #FFF;
}

.header-top-contacts {
    display: flex;
    gap: 15px;
}

.header-top-contacts a {
    color: #FFF;
}

.header-top-contacts svg {
    fill: #FFF;
    width: 28px;
    height: 28px;
}

header {
    padding: 0px 0px;
    z-index: 99;
    width: 100%;
    position: fixed;
}

.main-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 37px;
}

.main-menu ul li a {
    color: #ffffff;
    display: block;
    padding: 41px 0;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0 1px 0px rgb(0 0 0 / 28%);
}

.main-menu ul li.enquiry-btn a {
    color: #ffffff;
    display: block;
    padding: 9px 19px;
    font-weight: 500;
    font-size: 15px;
    background: var(--color-primary);
    display: flex;
    border-radius: 50px;
    margin: 33px 0;
    align-items: center;
    gap: 5px;
}

.main-menu ul li.enquiry-btn a svg {
    width: 15px;
    height: 15px;
    fill: #FFF;
}

.phone-btn a svg {
    fill: var(--color-primary);
    width: 25px;
    height: 25px;
}

.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

.content {
    padding: 2em;
    color: white;
    max-width: 600px;
}

.nav-button {
    display: none;
}

.iasc-logo img {
    width: 250px;
}

.menu-button {
    display: none;
    border: none;
    background: none;
    float: right;
    font-size: 25px;
    margin-top: 16px;
    padding: 0 0 0px;
    width: 36px;
    height: 33px;
}

.menu-button svg {
    width: 20px;
    height: 18px;
    fill: #FFF;
    position: relative;
    top: -3px;
}

header.sticky .menu-button svg {fill: var(--color-secondary);}

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

.close-btn svg {
    fill: #FFF !important;
}

.has-sub-menu {
    position: relative;
}

.has-sub-menu .sub-menu {
    visibility: hidden;
    position: absolute;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 222px;
    display: block;
    border-radius: 16px;
    padding: 12px 0;
}

.has-sub-menu .sub-menu li {
    /* height: 44px; */
}

.has-sub-menu .sub-menu li a {
    display: block;
    padding: 9px 22px;
    text-transform: none;
    color: var(--color-primary);
    font-size: 14px;
}

.has-sub-menu.active .sub-menu {
    display: block;
}

/*Header Ends*/
/*Main banner section*/
.affiliation-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: initial !important;
    z-index: 9;
}

.banner-content {
    position: absolute;
    left: 30px;
    top: 35%;
}

/*Main banner section ends*/
/*Buttons*/
.theme-btn {
    position: relative;
    padding: 14px 0px;
    margin-bottom: 0px;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    gap: 11px;
    color: #FFF;
}

.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 22px;
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s;
}

.theme-btn:hover .effect-1 {
    top: -100%
}

.theme-btn i {
    background: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-btn i svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
}

.theme-btn-s2 {
    position: relative;
    padding: 16px 31px;
    margin-bottom: 0px;
    color: var(--color-primary);
    background-color: var(--color-secondary);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    gap: 8px;
    align-items: center;
    font-weight: 300;
}

.theme-btn-s2 svg {
    width: 15px;
    height: 15px;
    fill: var(--color-primary);
}

.theme-btn-s2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewx(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
    z-index: 0;
}





.theme-btn-s3 {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    color: var(--color-primary);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    gap: 8px;
    align-items: center;
    font-weight: 300;
    font-weight: 400;
    color: var(--color-primary);
}

.theme-btn-s3 svg {
    width: 15px;
    height: 15px;
    fill: var(--color-primary);
}

.theme-btn-s3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewx(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
    z-index: 0;
}



.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 22px;
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s;
}

.service-box-item:hover .theme-btn-s2::before {
    animation: pxl_btn_shine 1.4s ease;
    animation-delay: .1s
}

.service-box-item:hover .theme-btn-s3 .effect-1 {
    top: -100%
}

.theme-btn-s2:hover .effect-1 {
    top: -100%
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

/*Buttons ends*/
/*main slider*/
.main-slider img {
    width: 100%;
}

.swiper-pagination {
    margin: 0 0 5px;
}

.main-slider .swiper-pagination-bullet {
    background: #FFF;
    width: 12px;
    height: 12px;
}

.main-slider .swiper-pagination-bullet-active {
    background: var(--color-secondary);
    width: 23px;
    border-radius: 50px;
}

.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .swiper-slide h2, .main-slider .swiper-slide p, .main-slider .swiper-slide a {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-title {
    position: absolute;
    top: 37%;
    padding: 0 0 0 60px;
    width: 40%;
}

.swiper-title h2 {
    color: var(--color-secondary);
    font-size: 4vw;
    font-weight: 800;
}

.swiper-title p {
    color: #FFF;
    font-size: 18px;
}

/*main slider ends*/
/*Titles*/
.title-s1 {
    font-size: 48px;
    color: var(--color-primary);
}

.title-s1 span {
    color: #000;
    font-size: 25px;
    display: block;
}

.title-s2 {
    font-size: 28px;
    color: var(--color-primary);
}
.title-s3 {
    font-size: 37px;
    color: var(--color-primary);
    line-height: 44px;
    margin: 0 0 30px;
}

/*Titles ends*/
/*What We do*/
.service-box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 equal columns */
    grid-template-rows: repeat(2, auto);
    /* 2 rows */
    border: 1px solid #e3e0e6;
}

.service-box-item {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two equal columns */
    align-items: stretch;
    /* makes both inner divs equal height */
}
.service-box-item:hover .service-box-details{
    background-color: #d7f9ff;
}


.service-box-details {
    padding: 58px 30px;
    transition: background-color 0.4s ease;
}

.service-box-details h3 {
    font-size: 17px;
    margin: 0 0 6px;
}

.service-box-details p {
    margin: 0 0 15px;
}

.service-box-img {
    background-size: cover;
}
.service-box-img {
  background-size: 100%;
  background-position: center;
  transition: background-size 0.6s ease;
}

.service-box-item:hover .service-box-img {
  background-size: 110%;
}
.service-icon {
    width: 50px;
    height: 50px;
    fill: var(--color-primary);
    margin: 0 0 19px;
}

.more-link {
    font-weight: 400;
    color: var(--color-primary);
}

.more-link svg {
    width: 12px;
    height: 12px;
    fill: var(--color-primary);
}
.service-box-inner .service-box-details
{
        padding: 30px 30px;
        border-radius: 18px;
        box-shadow: rgb(7 174 216 / 16%) 0px 8px 24px;
        min-height: auto;
        border: 2px solid var(--color-secondary);
}
/*What We do ends*/
/*Welcome Section*/
.welcome-section {
    background-color: var(--color-primary);
    color: #FFF;
}

.flight-inside-view-img {
    width: 510px;
}

.welcome-content {
}

/*Welcome Section ends*/
/*Home Form section*/
.form-area-section {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(162, 193, 224, 1) 100%);
}

/*Home Form section ends*/
/*Form S1 Style*/
.form-s1 {
    background: #FFF;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-s1 h3 {
    font-size: 22px;
    margin: 0 0 30px;
}

.form-s1 .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    padding: 0 0 18px;
    margin: 0 0 35px;
}

.form-s1 .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-s1 textarea.form-control {
    resize: none;
    height: 100px;
}

/*Form S1 Style ends*/
/*Testimonial YouTube Popup*/
.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.video-content {
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    max-width: 800px;
    width: 90%;
    transform: scale(0.8);
    opacity: 0;
    z-index: 2;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-video {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    z-index: 3;
    cursor: pointer;
}

.open-video {
    position: relative;
    cursor: pointer;
}

.open-video img{
    border-radius: 13px;
}

.open-video {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.open-video h2{
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
}


.open-video svg {
  position: absolute;
  z-index: 9;
  width: 50px;
  height: 50px;
  fill: #ffffffa1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease, fill 0.3s ease;
}

.open-video:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
  fill: #fff; /* optional bright effect */
}

.swiper-button-next, .swiper-button-prev
{
    color: var(--color-secondary);
}
/*Testimonial YouTube Popup* ends/

/*Review Section*/
.content-box-s1
{
        width: 50%;
        margin-left: auto;
        padding-top: 310px;
}
.man-raising-hands
{
    position: absolute;
    width: 67%;
}


.testimonial-bx {
    background: #efefef;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
}

.testimonial-bx img {
    width: 70px;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.testimonial-bx h3 {
    font-weight: 400;
    font-size: 17px;
}

.testimonial-bx p {
    margin: 0 0 10px;
}

.rating-stars {
    display: flex;
    gap: 5px;
    margin: 0 0 50px;
}

.rating-stars li {}

.rating-stars li svg {
    width: 20px;
    height: 20px;
    fill: #CCC;
}

.rating-stars li.filled svg {
    fill: #FFC107;
}

.c1 {
    background: #EAEFFC;
    border: 1px solid #d7e0f2;
}

.c2 {
    background: #e8f4f6;
    border: 1px solid #e2f6fa;
}

.c3 {
    background: #f9f4e3;
    border: 1px solid #fbf4dc;
}

.c4 {
    background: #e8f9e8;
    border: 1px solid #d8f9d8;
}

.c5 {
    background: #f7eae4;
    border: 1px solid #fae6dc;
}

.c6 {
    background: #e9ecf4;
    border: 1px solid #dae0f0;
}

.google-review {
    display: flex;
    margin: 5px 0 0;
    gap: 7px;
    justify-content: center;
}

.google-review img {
    border: none;
    border-radius: 0px;
    width: 20px !important;
    margin: 0;
}
.review-area
{
    position: relative;
    z-index: 9;
    padding-top: 130px;
}
.review-swiper-buttons
{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.review-swiper-button-prev, .review-swiper-button-next
{

}
.review-swiper-button-prev svg, .review-swiper-button-next svg
{width: 34px;height: 34px;fill: var(--color-secondary);}
.review-swiper-button-prev
{

}
.review-swiper-button-next
{
    
}
.review-header
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.review-header-author
{
    display: flex;
    align-items: flex-end;
    gap: 9px;
}
/*Review Section ends*/


/*Footer*/
footer
{
    background-color: #023466;
    color: #FFF;
    padding: 100px 0 50px;
    background-image: url(../images/map-bg-dotted.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 800px;
}
footer h2
{
    font-size: 90px;
}
.arrow-footer
{
    fill: var(--color-secondary);
    width: 100px;
    height: 100px;
    margin: 0 0 70px;
}

.socialmedia-links {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin: 30px 0 0;
}

.socialmedia-links li a svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
}

.socialmedia-links li a:hover svg {
    width: 35px;
    height: 35px;
    fill: var(--color-secondary);
}
.footer-logo
{
    width: 360px;
    margin: 0 0 20px;
}
footer h4
{font-size: 17px;color: #3fcbee;margin: 9px 0 0;}
.quick-links
{display: flex;flex-direction: column;gap: 13px;margin: 30px 0 0;}
.quick-links li 
{
    
}
.quick-links li a
{
    color: #FFF;
}
.quick-links li:hover a
{
    color: var(--color-secondary)
}
.footer-address
{display: flex;flex-direction: column;gap: 13px;margin: 16px 0 0;}
.footer-address li
{
    position: relative;
    padding: 0 0 0 52px;
}
.footer-address li a
{
    color: #FFF;
}.footer-address li:hover a
{
    color: var(--color-secondary)
}
.footer-address li span
{
    position: absolute;
    left: 0px;
}
/*Footer ends*/





/*Hz WhatsApp Chat box*/
.hz-whatsapp-chat-box-whatsapp-button {
    width: 45px;
    height: 48px;
    background-color: #25d366;
    position: fixed;
    right: 16px;
    bottom: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-whatsapp-button svg {
    fill: #FFF;
    width: 24px;
    height: 24px;
}

.hz-whatsapp-chat-box-container {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 320px;
    z-index: 9;
}

.hz-whatsapp-chat-box {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 9;
    background: #fff;
    display: none;
}

.hz-whatsapp-chat-box-textarea button {
    background-color: transparent;
    position: absolute;
    right: 7px;
    background-color: #25d366;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-header button {
    background-color: transparent;
    position: absolute;
    right: 10px;
}

.hz-whatsapp-chat-box-header button svg {
    width: 14px;
    height: 15px;
}

.hz-whatsapp-chat-box-header {
    background-color: #25d366;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 18px 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hz-whatsapp-chat-box-header h4 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.hz-whatsapp-chat-box-header svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
}

.hz-whatsapp-chat-box-body {
    background: #f9fafb;
    padding: 18px;
    min-height: 256px;
}

.hz-whatsapp-chat-box-mesage {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 16px;
    background-color: #FFF;
    border-radius: 7px;
    width: 79%;
}

.hz-whatsapp-chat-box-mesage p {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
}

.hz-whatsapp-chat-box-textarea {
    border-top: 1px solid #e2e8f0;
    display: flex;
    background: #FFF;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hz-whatsapp-chat-box-textarea svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}

.hz-whatsapp-chat-box-textarea input[type='text'] {
    resize: none;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 6px;
    height: 42px;
    width: 86%;
    font-size: 15px;
}

.hz-whatsapp-chat-box-textarea input[type='text']:focus {

    outline: 1px solid #25d366;
}

/*Hz WhatsApp Chat box ends*/




/*Innerpage*/
.page-header {
    background: url(../images/header-bg.webp);
    padding: 181px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.page-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000000; */
    opacity: 0.3;
    top: 0px;
}

.page-header h2 {
    text-align: center;
    color: #FFF;
    font-size: 42px;
}

.hz-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 33px;
}

.hz-breadcrumb li {
    color: #FFF;
    position: relative;
}

.hz-breadcrumb li::after {
    content:'';
    position: absolute;
    right: -21px;
    top: 7px;
    width: 9px;
    height: 9px;
    background: var(--color-primary);
    border-radius: 50%;
    border: 1px solid var(--color-secondary);
}

.hz-breadcrumb li:last-child::after {
    display: none;
}

.hz-breadcrumb li a {
    color: #FFF;
}

.innerpage {
    padding: 80px 0;
}

/*Innerpage Ends*/


/*News*/
.news-box
{
    border: 1px solid var(--color-secondary);
    padding: 30px;
}
/*News ends*/


/*Contact us page*/
.contact-info-box {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2b2b2b;
}

.contact-info-box a {
  text-decoration: none;
  display: inline-block;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.contact-info-box svg.icon {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  flex-shrink: 0;
}

.contact-social-media {
  list-style: none;
  padding-left: 0;
  gap: 12px;
}

.contact-social-media li {
  display: inline-block;
}

.contact-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-social-media a:hover {
  background-color: var(--color-primary);
}

.contact-social-media .icon {
  width: 18px;
  height: 18px;
  fill: #475268;
  transition: fill 0.3s;
}

.contact-social-media a:hover .icon {
  fill: #fff;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
}


.enquiry-form::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 70px;
    background: #FFF;
}



/*Contact us page ends*/

/*Gallery*/
.gallery img {
    cursor: pointer;
    border-radius: 5px;
}

.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.gallery-popup img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}

.gallery-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.gallery-controls i {
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
}
.gallery-controls i svg
{
    fill: var(--color-secondary);
    width: 40px;
    height: 40px;
}
.gallery-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}
.gallery-close-btn svg{
    position: absolute;
    top: 20px;
    right: 20px;
    position: absolute;
    fill:#FFF;
    width: 40px;
    height: 40px;
}
/*Gallery ends*/


/*Our Team*/
.team-member-box
{text-align: center;border: 1px solid #d6d6d6;padding: 30px;border-radius: 10px;}
.team-member-photo
{
    width: 55%;
}
/*Our Team ends*/

