body {
    background: #fff;
}

img {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 1px 4px #000000;
    background: #fff;
    z-index: 100000;
}

header .site_logo {
    width: 100%;
}

header .site_logo a {}

header .site_logo a img {}

header .navbar {}

header .navbar .navbar-collapse {}

header .navbar .navbar-collapse ul.navbar-nav {}

header .navbar .navbar-collapse ul.navbar-nav li.nav-item {
    margin-right: 25px;
}

header .navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}







.home_slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.home_slider .contain {
    position: relative;
}

.home_slider .contain img {
    height: 900px;
    object-fit: cover;
    max-height: 900px;
}

.home_slider .slider_overlay {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.home_slider .slider_overlay .home_slider_text {
    width: 50%;
    padding: 0 0;
    margin: 0;
}

.home_slider .slider_overlay .home_slider_text h1 {
    color: #FF0000;
    font-size: 6rem;
    font-weight: bold;
    text-shadow: 0px 4px 6px #0000004a;
    text-transform: uppercase;
    position: relative;
}

.home_slider .slider_overlay .home_slider_text h1:after {
    content: '';
    display: block;
    background-image: url('../images/russia-text.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 310px;
    height: 200px;
    background-position-x: 10%;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.home_slider .slider_overlay .home_slider_text p {}

.home_slider .slider_overlay .home_slider_text2 {
    /* position: absolute; */
    /* bottom: 20%; */
    /* left: 0; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.home_slider .slider_overlay .home_slider_text2 .slider_text2 {
    width: 60%;
}

.home_slider .slider_overlay .home_slider_text2 .slider_text2 p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.home_slider .slider_overlay .home_slider_text2 .slider_patch {
    background: #ffffff59;
    border-radius: 14px;
    padding: 20px;
    width: 37%;
}

.home_slider .slider_overlay .home_slider_text2 .slider_patch p {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #002147;
    font-weight: 400;
    line-height: 50px;
}

.home_slider .slider_overlay .home_slider_text2 .slider_patch h3 {
    font-weight: bold;
    font-size: 62px;
    margin: 0;
    padding: 0;
    background: -webkit-linear-gradient(64deg, rgba(51, 77, 162, 1) 10%, rgba(164, 23, 33, 1) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.experience_slider {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}

.experience_slider .experience_slider_title {
    text-align: center;
    padding: 30px 0;
    padding-top: 0;
}

.experience_slider .experience_slider_title h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #292B5B;
    border-bottom: 3px #d11818 solid;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

.experience_slider .owl-theme .owl-nav {
    float: inline-end;
}

.experience_slider .owl-theme .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    background: #FF0000;
    border-radius: 30px;
}

.experience_slider .owl-theme .owl-nav .owl-prev span {
    color: #fff;
    font-size: 36px;
    padding: 0px 0 11px 0;
    line-height: 0;
    margin: 0;
    display: block;
}

.experience_slider .owl-theme .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: #FF0000;
    border-radius: 30px;
}

.experience_slider .owl-theme .owl-nav .owl-next span {
    color: #fff;
    font-size: 36px;
    padding: 0px 0 11px 0;
    line-height: 0;
    margin: 0;
    display: block;
}

.experience_slider .uni_slide_inn {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.experience_slider .uni_slide_inn .uni_slide_img {}

.experience_slider .uni_slide_inn .uni_slide_img img {
    height: 600px;
    object-fit: cover;
    max-height: 600px;
}

.experience_slider .uni_slide_inn .uni_slide_mask {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 10%;
    background: #00206a99;
    padding: 30px 40px;
    height: 300px;
    border-radius: 10px;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_nmbr {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 3px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info .info_icon {
    width: 20%;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info .info_icon img {}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info .info_txt {
    text-align: center;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info .info_txt h3 {
    color: #fff;
    font-size: 1.256rem;
}

.experience_slider .uni_slide_inn .uni_slide_mask .slider_info .info_txt p {
    color: #fff;
}

.what_wedo {
    background: #292B5B12;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.what_wedo .wedo_title {
    text-align: center;
    padding: 30px 0;
}

.what_wedo .wedo_title h2 {
    border-bottom: 3px #d11818 solid;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #292B5B;
}

.what_wedo .do_box {
    margin: auto;
    padding: 0;
}

.what_wedo .do_box .do_box_icon {
    width: 50%;
    margin: 0 auto;
}

.memberships-width{
     width: 100% !important;
}

.what_wedo .do_box .do_box_icon img {}

.what_wedo .do_box .do_box_txt {
    width: 100%;
    margin-top: 10px;
}

.what_wedo .do_box .do_box_txt h3 {
    font-size: 18px;
    text-align: center;
}


.about_sec {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
}

.about_sec .about_title {
    text-align: center;
    padding: 20px 0;
}

.about_sec .about_title h3 {
    font-size: 30px;
    color: #292B5B;
    border-bottom: 3px #d11818 solid;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

.about_sec .about_inn {
    padding: 80px 0;
    padding-top: 0;
    width: 100%;
    margin: 0;
}

.about_sec .about_inn .about_banner {
    position: relative;
}

.about_sec .about_inn .about_banner .post_img {
    position: absolute;
    left: 70px;
    top: 42px;
    width: 80%;
}

.about_sec .about_inn .about_banner .post_img img {}

.about_sec .about_inn .about_banner .about_frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
}

.about_sec .about_inn .about_banner .about_frame img {}

.about_sec .about_inn .about_detail {
    width: 100%;
    padding: 10px 40px;
}

.about_sec .about_inn .about_detail a {
    border: 1px #6C6C6C solid;
    background: #E3E3E3;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

.about_sec .about_inn .about_detail a:hover {
    border: 1px #ff0000 solid;
    background: #ff0000;
    color: #fff;
}

.about_sec .about_inn .about_detail h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
}

.about_sec .about_inn .about_detail p {
    color: #878787;
    text-align: center;
    font-size: 20px;
}

.customer {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.customer .customer_title {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.customer .customer_title h2 {
    color: #292B5B;
    font-size: 50px;
    font-weight: 700;
}

.customer .customer_title h2 span {
    color: #FF0000;
}

.customer .customer_post {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.customer .customer_post img {
    height: 400px;
    object-fit: cover;
    max-height: 400px;
}

.customer .customer_post2 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.customer .customer_post2 img {
    object-fit: cover;
    height: 200px;
}

.customer .customer_review {
    padding: 20px 0;
    height: 400px;
}

.customer .customer_review .review_inn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.customer .customer_review .review_inn p {
    font-size: 20px;
    font-weight: 500;
}

.customer .customer_review .review_inn h3 {}

.product_sec {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
    background-image: url(../images/dooted.png);
    object-fit: cover;
    background-size: 100%;
}

.product_sec .product_title {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.product_sec .product_title h3 {
    color: #FF0000;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.product_sec .product_title p {
    color: #000;
    font-size: 23px;
    font-weight: 400;
}

.product_sec .product_inn {}

.product_sec .product_inn .product_detail {
    padding: 14px;
    border: 2px #E1E1E1 solid;
    border-radius: 15px;
    height: 400px;
}

.product_sec .product_inn .product_detail.off_bg {
    background: #E1E1E1;
}

.product_sec .product_inn .product_detail .product_icon {
    text-align: center;
    margin: 10px auto;
}

.product_sec .product_inn .product_detail .product_icon .icon_img {
    width: 30%;
    margin: 0 auto;
}

.product_sec .product_inn .product_detail .product_icon .icon_img img {}

.product_sec .product_inn .product_detail .product_icon h2 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px #000 solid;
    width: max-content;
    margin: 2px auto;
}

.product_sec .product_inn .product_detail p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}



.inner_page {
    background-image: url(../images/Layer_2.png);
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background-size: 100%;
    background-position: bottom;
}

.inner_page .inner_bg {
    display: flex;
    gap: 20px;
}

.inner_page .inner_bg .olive_shap {
    width: 100px;
    height: 300px;
    border-radius: 50px;
    background-size: 400px 300px;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-position-y: top;
}

.inner_page .inner_bg .olive_shap:nth-child(1) {
    background-position: 0% center;
    transform: translateY(0px);
    margin-bottom: 45px;
}

.inner_page .inner_bg .olive_shap:nth-child(2) {
    background-position: 33.33% center;
    transform: translateY(10px);
    margin-top: 45px;
}

.inner_page .inner_bg .olive_shap:nth-child(3) {
    background-position: 66.66% center;
    transform: translateY(-10px);
    margin-bottom: 45px;
}

.inner_page .inner_bg .olive_shap:nth-child(4) {
    background-position: 100% center;
    transform: translateY(5px);
    margin-top: 45px;
}

.inner_page .inner_page_content {}

.inner_page .inner_page_content h2 {
    font-size: 22px;
    text-align: center;
    border-bottom: 3px solid #FF0000;
    width: 15%;
    margin: 27px auto;
    color: #292B5B;
}

.inner_page .inner_page_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: "inter";
    letter-spacing: 3px;
}

.footer {
    background: #292B5B;
    background-image: url(../images/Flag.png);
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.footer .footer_logo {}

.footer .footer_logo img {}

.footer .social_link {
    margin: 0 auto;
    padding: 0;
}

.footer .social_link ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.footer .social_link ul li {
    list-style: none;
    margin-right: 10px;
}

.footer .social_link ul li a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    cursor: pointer;
}

.footer .social_link ul li a i {}

.footer .page_links {
   
}

.footer .page_links h3 {
    font-size: 23px;
    color: #FF0000;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .page_links ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.footer .page_links ul li {
    color: #fff;
}

.footer .page_links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer .page_links ul li a i {}

.footer .site_address {}

.footer .site_address h3 {
    font-size: 23px;
    color: #FF0000;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .site_address ul {
    margin: 0;
    padding: 0;
}

.footer .site_address ul li {
    list-style: none;
    display: flex;
    align-items: self-start;
    margin-bottom: 5px;
}

.footer .site_address ul li img {
    width: 20px;
    margin-right: 3px;
}

.footer .site_address ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.footer .site_address ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;

}

.footer .copy_rights {
    margin-top: 20px;
    text-align: center;
}

.footer .copy_rights p {
    margin: 0 auto;
    color: #fff;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    width: max-content;
    padding: 5px 0;
}


.visit-russia {
    padding: 40px;
    background: #F0F0F4;
    font-family: Arial, sans-serif;
}

.visit-heading {
    /* text-align: center; */
    margin-bottom: 30px;
    margin-left: 80px;
}

.visit-heading h2 {
    font-size: 37px;
    color: #FF0000;
    margin-bottom: 10px;
    letter-spacing: 9px;
    margin-left: 40px;
}

.visit-heading p {
    color: #555;
    letter-spacing: 7px;
    font-size: 18.67px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
}

.visit-heading span {
    color: #555;

    font-size: 16.67px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    margin-left: 30px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
}

.gallery .item {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.gallery img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform 0.5s ease;
    /* smooth transition */
}

.gallery img:hover {
    transform: scale(1.1);
    /* zoom in */
}

/* Layout (grid-area style) */
.item1 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}

.item2 {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.item2 img {
    width: 80%;
    position: absolute;
    right: 0;
    height: 80%;
}

.item3 {
    grid-column: 2 / span 1;
    grid-row: 2 / span 2;
}

.item4 {
    grid-column: 2 / span 1;
    grid-row: 4 / span 2;
}

.item5 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
}

.item6 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 2;
}

.item7 {
    grid-column: 3 / span 1;
    grid-row: 5 / span 1;
}

.item8 {
    grid-column: 3 / span 1;
    grid-row: 7 / span 0;
}

.item9 {
    grid-column: 4 / span 1;
    grid-row: 2 / span 2;
}

.item10 {
    grid-column: 4 / span 1;
    grid-row: 4 / span 2;
}

.item11 {
    grid-column: 5 / span 1;
    grid-row: 3 / span 1;
}

.item12 {
    grid-column: 5 / span 1;
    grid-row: 4 / span 1;
}

.item12 img {
    width: 80%;
    position: absolute;
    left: 0;
    height: 80%;
}


.travel-agency {
    background-color: #292B5B12;
    padding: 100px 0px;
}

.travel-agency .text-content {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.travel-agency .text-content h2 {
    color: #292B5B;
    font-size: 59px;
    font-weight: 800;
}

.travel-agency .text-content span {
    color: #FF0000;
}

.travel-agency .text-content p {
    font-size: 18px;
    letter-spacing: 4px;
}

.travel-agency .image-gallery {
    position: relative;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.travel-agency .image-gallery .main-img {
    /* position: relative; */
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    overflow: hidden;
}

.travel-agency .image-gallery .main-img img {}

.travel-agency .image-gallery .small {
    position: absolute;
    width: 130px;
    /* height: 90px; */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.travel-agency .image-gallery .small.top-left {
    position: absolute;
    left: 21px;
    height: inherit;
    bottom: -56px;
    width: 23%;
}

.travel-agency .image-gallery .small.top-right {
    position: absolute;
    right: 21px;
    height: inherit;
    bottom: -40px;
}

.travel-agency .image-gallery .small.bottom-left {
    position: absolute;
    top: -29%;
    right: 0;
    z-index: -3;
    width: 33%;
}

.travel-agency .image-gallery .small.bottom-right {
    position: absolute;
    top: -32%;
    left: 30%;
}

.thumbnail-slider {
    padding: 30px 0;
    background: #292B5B12;
    margin-bottom: 60px;
    position: relative;
}


.thumbnail-slider .main-slider {
    border-radius: 12px;
    overflow: hidden;
}

.thumbnail-slider .main-slider .swiper-wrapper {
    position: inherit;
}

.thumbnail-slider .main-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
    border-radius: 10px;
}

.thumbnail-slider .thumb-slider img {
    width: 100%;
    height: 154px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbnail-slider .thumb-slider img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail-slider .swiper-button-prev,
.thumbnail-slider .swiper-button-next {
    color: #e74c3c;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    bottom: 0;
    right: 0;
}

.thumbnail-slider .swiper-button-prev:after,
.thumbnail-slider .swiper-button-next:after {
    font-size: 18px;
}

.thumbnail-slider .swipe-slide {
    padding-bottom: 22px;
}


.our_destiny {
    padding: 112px 0px;
}

.dark_bg {
    background: #292B5B12;
}

.our_destiny .deti_heading {
    margin-bottom: 60px;
}

.our_destiny .deti_heading h2 {
    text-align: center;
    color: #292B5B;
    font-size: 35px;
    font-weight: 700;
}

.our_destiny .deti_heading span {
    color: #FF0000;
}

.our_destiny .top_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.our_destiny .top_content.saint_content {
    text-align: right;
    display: block;
}

.our_destiny .top_content.saint_content h2 {
    font-size: 20px;
    border-bottom: 3px solid #FF0000;
    color: #292B5B;
    text-align: right;
    display: inline-block;
    margin-bottom: 39px;
}

.our_destiny .top_content h2 {
    font-size: 20px;
    border-bottom: 3px solid #FF0000;
    color: #292B5B;
}

.our_destiny .top_content p {
    font-size: 16px;
    letter-spacing: 1px;
}

.our_destiny .image-gallery {
    position: relative;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.our_destiny .image-gallery .main-img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    overflow: hidden;
}

.our_destiny .image-gallery .main-img .small {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.our_destiny .image-gallery .small.top-left {
    position: absolute;
    left: 21px;
    height: inherit;
    bottom: -56px;
    width: 23%;
}

.our_destiny .image-gallery .small.top-right {
    position: absolute;
    right: 21px;
    height: inherit;
    bottom: -40px;
}

.our_destiny .image-gallery .small.bottom-left {
    position: absolute;
    top: -29%;
    right: 0;
    z-index: -3;
    width: 33%;
}

.our_destiny .image-gallery .small.bottom-left.bottom-saint {
    position: absolute;
    top: -30%;
    left: -60px;
    z-index: -3;
    width: 33%;
}

.our_destiny .image-gallery .small.bottom-right {
    position: absolute;
    top: -37%;
    left: 30%;
}

.our_destiny .image-gallery .small.bottom-right {
    position: absolute;
    top: -37%;
    left: 30%;
}

.our_destiny .image-gallery .small.bottom-right {
    position: absolute;
    top: -37%;
    left: 30%;
}

.our_destiny .image-gallery-2 {
    position: relative;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.our_destiny .image-gallery-2 .main-img {}

.our_destiny .image-gallery-2 .main-img img {
    position: relative;
    z-index: 1;
}

.our_destiny .image-gallery-2 .main-img .box-right {
    width: 73%;
    position: absolute;
    z-index: 0;
    top: -57px;
    right: -23px;
}

.our_destiny .image-gallery-2 .main-img .box-left {
    width: 70%;
    position: absolute;
    z-index: -1;
    top: -55px;
    left: 9px;
}

.our_destiny .image-gallery-2 .main-img .box-right img {}



.contact-section {
    padding: 60px 0;
    background: #f8f8f8;
}

.contact-cards {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.contact-card {
    flex: 1;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    width: 57%;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000;
}

.contact-card p {
    margin: 0;
    color: #333;
}

.contact-card a {
    display: block;
    margin-top: 10px;
    color: #e74c3c;
    font-weight: bold;
    text-decoration: none;
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.contact-form h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.form-check-1 {
    margin: 15px 0;
    font-size: 13px;
    display: flex;
}

.form-check-1 input {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}

.form-check-1 a {
    color: #e74c3c;
    text-decoration: underline;
}

.btn-submit {
    background: #292b5b;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #e74c3c;
}

.inbound_sec {}

.inbound_sec .inbound_inn {
    position: relative;
}

.inbound_sec .inbound_inn .inbound_img {}

.inbound_sec .inbound_inn .inbound_img img {}
.inbound_sec .inbound_inn .inbound_img .opacity {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000057;
}

.inbound_sec .inbound_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inbound_sec .inbound_content h2 {
    color: #ffff;
    font-size: 44px;
}

.capital_sec {
    padding: 30px 0px;
}

.capital_sec .cap_inn {}

.capital_sec .cap_inn p {
    text-align: center;
    font-size: 23px;
}

.capital_sec .capital_inn {
    padding: 20px 0px;
}

.capital_sec .capital_inn .capital_inn_img {
    border-radius: 10px;
    overflow: hidden;
}

.capital_sec .capital_inn .capital_inn_img img {}

.capital_sec .capital_inn .capital_content {}

.capital_sec .capital_inn .capital_content h2 {
    color: #292B5B;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 27px;
}

.capital_sec .capital_inn .capital_content p {
    font-size: 17px;
}

.capital_sec .capital_inn .cariptal_trip {
    display: flex;
    justify-content: space-between;
}

.capital_sec .capital_inn .cariptal_trip a {
    background: #292b5b;
    padding: 7px 18px;
    text-decoration: none;
    color: #fff;
}

.inn_inbound_about {
    padding: 30px 0px;
}

.inn_inbound_about .inn_about_content {
    padding: 0px 0p;
}

.inn_inbound_about .inn_about_content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #292b5b;
}

.inn_inbound_about .inn_about_content p {
    font-size: 17px;
}



.inn_inbound_about .inn_offered_content {}

.inn_inbound_about .inn_offered_content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #292b5b;
}

.inn_inbound_about .inn_offered_content ul {
    padding: 0px 30px;
}

.inn_inbound_about .inn_offered_content ul li {}



.inn_inbound_about .inn_why_content {}

.inn_inbound_about .inn_why_content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #292b5b;
}

.inn_inbound_about .inn_why_content ul {
    padding: 0;
    list-style: none;
}

.inn_inbound_about .inn_why_content ul li {}


.inn_inbound_about  .inn_why_content ul li i {
    padding: 0px 8px;
    font-size: 14px;
}


.action_sec {
    background: #0f0f0f;
    padding: 12px 0px;
}

.action_sec .action_inn {}

.action_sec .action_inn h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.action_sec .action_inn p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.action_sec .action_btn {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.action_sec .action_btn a {
    border: 1px solid #ccc;
    padding: 9px 18px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.action_sec .action_btn a i{padding: 9px 4px;color: #fff;font-size: 17px;text-decoration: none;}

.office-section {
  background: #f4f4f4;
}

.office-card {
  background: #e9e4e4;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  height: 100%;
}

.office-card h2 {
 text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #1c1a53;
    margin-bottom: 15px;
}

.office-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 20px;
}

.office-item i {
     font-size: 30px;
    color: #000;
    min-width: 40px;
}

.office-item div {
  font-size: 20px;
  line-height: 1.3;
  color: #282828;
}

.office-item span {
  color: #e52e0e;
  font-weight: 700; 
  margin-right: 8px;
}

.office-item a {
  color: #003d8f;
  text-decoration: none;
}

.office-item a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .office-card h2 {
    font-size: 34px;
  }

  .office-item i {
    font-size: 34px;
  }

  .office-item div {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .office-card {
    padding: 25px 20px;
  }

  .office-card h2 {
    font-size: 28px;
  }

  .office-item {
    flex-direction: row;
    gap: 12px;
  }

  .office-item i {
    font-size: 28px;
    min-width: 35px;
  }

  .office-item div {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
    header .site_logo {
        width: 24%;
    }
}
