@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url(https://db.onlinewebfonts.com/c/6184b9bbcb2982ca518dc0c37b9d3199?family=HelveticaNeueLT+Arabic+55+Roman);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #E31E27;
    --sub-color: #005D9F;
    --sec-padding: 80px 0;
}

body {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger {
    display: none;
    background: transparent;
}

.icon-hamburger {
    background: url(../images/icon-menu.svg);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: block;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px;
}

.mmenu {
    padding-top: 40px;
}

/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #AFBECB;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: flex;
    align-items: center;
    gap: 30px
}

.logo-site img {
    width: 160px;
}

.logo-site img.logo-deniz {
    max-width: 100px
}

.main_menu {
    display: flex;
    gap: 15px;
}

.main_menu > li > a {
    display: block;
    color: var(--sub-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px;
}

.main_menu > li.active a {
    font-weight: 700;
}

.main_menu > li.active a:before,
.main_menu > li:hover a:before {
    content: "";
    background: var(--sub-color);
    width: 100%;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_menu {
    display: flex;
    gap: 15px;
}

.btn_menu .btn-site span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.btn_menu .btn-site i {
    display: inline-block;
}

.btn_menu .btn-site.btn-lang {
    background: transparent;
    border: 1px solid var(--sub-color);
    padding: 12px 15px;
}

.btn_menu .btn-site.btn-lang span {
    color: var(--sub-color);
}

.btn_menu .btn-site.btn-lang:before {
    background: var(--sub-color);
}

.btn_menu .btn-site.btn-lang:hover span {
    color: #fff;
}

/*
#header.fixed-header {
    position: fixed;
    background: #242434;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
}
*/

/* Style Home Slide */

.section_home {
    position: relative;
    padding: 60px 0;
    background: #E6ECF2;
    z-index: 1;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 80px;
}

.home_txt {
    position: relative;
    padding-inline-end: 100px
}

.home_txt h2 {
    color: #5B6B7A;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.5;
}

.home_txt h2 b {
    color: var(--sub-color);
}

.home_txt p {
    color: #002E54;
    line-height: 1.7;
    font-size: 24px;
}

.thumb-home figure {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.thumb-home figure:before {
    content: "";
    background: url(../images/shape-hero.svg);
    background-size: 100% 100%;
    width: 105%;
    height: 110%;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.thumb-home figure img {
    max-width: 600px;
    margin: 0 auto;
}

#slide-home .owl-dots {
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
}

#slide-home .owl-dot {
    border: 3px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: var(--main-color);
    border-color: var(--main-color);
}


#slide-home .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

#slide-home .owl-nav > button {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0 0 0 / 70%);
}

#slide-home .owl-nav > button.owl-next {
    right: 50px;
}

/* Style Orphan Care */

.section_orphan_care {
    position: relative;
    top: -65px;
    z-index: 1;
}

.orphan-wrapper {
    position: relative;
    background: #002E54;
    padding: 40PX 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.txt-orphan {
    display: flex;
    align-items: center;
    gap: 10px;
}

.txt-orphan strong {
    color: #fff;
    font-size: 32px;
}

.txt-orphan strong b {
    color: #AFBECB
}

.txt-orphan figure {
    margin-bottom: 0;
}

.btns-orphan {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btns-orphan .btn-site {
    height: 50px;
}

.btns-orphan .btn-site span {
    font-size: 20px;
}

.btn-site.btn-program {
    background: transparent;
    border: 2px solid #fff;
}

.btns-orphan .btn-site:hover span svg path {
    fill: var(--main-color)
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    width: 70%;
}

.sec_head span {
    color: var(--main-color);
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.sec_head h2 {
    color: var(--sub-color);
    font-size: 44px;
    margin-bottom: 10px;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 7px 15px 12px;
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 10px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: #fff;
}


/* Style About */

.section_about {
    position: relative;
    padding: 0 0 60px;
}

.txt-about {
    padding-inline-end: 150px;
}

.txt-about > span {
    color: var(--main-color);
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.txt-about > h2 {
    color: var(--sub-color);
    font-size: 44px;
    margin-bottom: 10px;
}

.txt-about > p {
    font-size: 20px;
    color: #5B6B7A;
    line-height: 1.7;
    margin: 20px 0 30px;
}

.txt-about .btn-site {
    background: transparent;
    border: 1px solid rgb(2 67 121 / 16%);
}

.txt-about .btn-site span {
    color: var(--sub-color);
    display: flex;
    align-items: flex-end;
    gap: 10px
}

/* Style Statistics */

.section_statistics {
    position: relative;
    padding: 60px 0;
    background: #F7F9FC;
}

.section_statistics:before {
    content: "";
    background: url(../images/bg-shape-stat.svg);
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-statistic {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.item-statistic figure {
    background: #E5F0F9;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.item-statistic span {
    color: var(--main-color);
    font-size: 32px;
    display: block;
    font-weight: 700;
}

.item-statistic p {
    color: #002E54;
    font-size: 20px;
}

/* Style Projects */

.section_projects {
    position: relative;
    padding: 60px 0;
}

.section_projects .sec_head {
    width: 100%;
}

.section_projects .btn-site {
    background: transparent;
    border: 1px solid rgb(2 67 121 / 16%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 13px 15px 12px;
}

.section_projects .btn-site span {
    color: var(--sub-color);
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 15px;
}

#projects-slider {
    width: 130%;
}

.item-project {
    position: relative;
    border-radius: 10px;
    display: block;
    border: 1px solid #E6ECF2;
    overflow: hidden;
}

.item-project figure {
    position: relative;
    margin-bottom: 0;
    background: #E6ECF2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

.item-project figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}

.txt-projects {
    position: relative;
    padding: 0 20px 20px;
}

.cate-proj {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--main-color);
    border-radius: 5px;
    padding: 5px 8px;
    width: max-content;
    position: relative;
    top: -17px
}

.cate-proj p {
    color: #fff;
    font-size: 15px;
}

.txt-projects > h4 {
    color: #089CF4;
    font-size: 20px;
    margin-bottom: 15px;
}

.txt-projects > p {
    color: #002E54;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.txt-projects .feat-project {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feat-project > div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #5B6B7A;
    font-size: 15px;
}

/* Style Official Platform */

.section_contact {
    position: relative;
    padding: 60px 0;
}

.platform-wrapper {
    position: relative;
    background: #00182F;
    padding: 40px 50px 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    color: #fff;
    overflow: hidden;
}

.txt-platform {
    position: relative;
}

.txt-platform h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 10px;
}

.txt-platform p {
    font-size: 32px;
    color: #AFBECB;
    margin-bottom: 20px;
}

.txt-platform .btn-site {
    height: 50px;
}

.txt-platform .btn-site span {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.platform-logo figure,
.platform-preview figure {
    margin-bottom: 0
}

.platform-preview figure {
    margin-bottom: -17px;
}

.platform-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-logo img {
    width: 200px
}

.platform-preview img {
    width: 250px;
}


/* Style Fotter */

footer {
    position: relative;
    background: #00294B;
    padding: 80px 0
}

footer:before {
    content: "";
    background: url(../images/shape-ft.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 50px;
    left: 0
}

.cont-ft {
    position: relative;
    padding-inline-end: 100px
}

.menu-ft h5 {
    position: relative;
    color: #fff;
    font-size: 24px;
    padding-right: 40px;
    margin-bottom: 25px;
}

.menu-ft h5:before {
    content: "";
    background: var(--main-color);
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 0
}

.menu-ft p {
    color: #AFBECB;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
}

.social-media li a:hover {
    background: var(--main-color);
}

.lst-ft li {
    margin-bottom: 8px;
}

.lst-ft li a {
    color: #AFBECB;
    font-size: 20px;
}

.lst-ft li a:hover {
    color: var(--main-color);
}

.ft-contact {
    padding-inline-start: 50px
}

.lst-contact li {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.lst-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #AFBECB
}

.lst-contact li a:hover {
    opacity: .5
}

.lst-contact li a span {
    background: var(--main-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.bottom-ft {
    padding: 30px 0;
}

.logo-ft {
    text-align: end;
    margin-bottom: 70px;
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

/* Style Head Page */

.sec_head_page {
    position: relative;
    padding: 60px 0;
    background: #F7F9FC;
}

.sec_head_page:before {
    content: "";
    background: url(../images/bg-shape-stat.svg);
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.txt-head-page h2 {
    color: #005D9F;
    font-size: 36px;
    margin-bottom: 15px;
}

.txt-head-page p {
    color: #002E54;
    font-size: 24px;
    margin-bottom: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: var(--main-color);
    content: "-";
}

.breadcrumb-item > a,
.breadcrumb-item > b {
    color: var(--main-color);
    font-size: 20px;
}

/* Style About Page */

.about_page {
    position: relative;
    padding: 60px 0;
}

.about_page .txt-about {
    padding-inline-end: 0;
    padding-inline-start: 100px;
}

.item-vision,
.item-msg {
    position: relative;
}

.item-vision figure,
.item-msg figure {
    margin-bottom: 0;
    height: 220px;
    background: #E6ECF2;
    border-radius: 15px;
}

.item-vision figure img,
.item-msg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.txt-vision,
.txt-msg {
    position: relative;
    padding: 50px 20px 20px;
    text-align: center;
}

.item-vision span,
.item-msg span {
    background: var(--main-color);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.item-vision h6,
.item-msg h6 {
    color: #089CF4;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-vision p,
.item-msg p {
    color: #002E54;
    font-size: 15px;
}

/* Style Programs (About Page) */

.section_programs {
    position: relative;
    padding: 20px 0 60px;
}

.item-program {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.item-program figure {
    background: #E5F0F9;
    border-radius: 15px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.item-program figure svg,
.item-program figure svg path,
.item-program figure svg rect,
.item-program figure svg circle,
.item-program figure svg polygon {
    fill: #089CF4 !important;
}

.item-program figure img {
    filter: invert(47%) sepia(97%) saturate(462%) hue-rotate(169deg) brightness(101%) contrast(95%);
}

.item-program h4 {
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 15px;
}

.item-program p {
    color: #002E54;
    font-size: 20px;
    line-height: 1.7;
}

/* Style Mechanism (About Page) */

.section_mechanism {
    position: relative;
    padding: 0 0 40px;
}

.row-mechanism {
    position: relative;
    display: flex;
    gap: 30px
}

.item-mech {
    position: relative;
    flex: 1
}

.item-mech:before {
    content: "";
    background: url(../images/arrow-mech.svg);
    background-size: 100% 100%;
    width: 80px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.item-mech:last-child:before {
    display: none;
}

.item-mech span {
    background: rgba(240, 52, 72, 0.12);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--main-color);
    margin-bottom: 15px
}

.item-mech h3 {
    color: #089CF4;
    font-size: 24px;
    margin-bottom: 10px;
}

.item-mech p {
    color: #002E54;
    font-size: 20px;
    line-height: 1.7;
}

/* Style Projects Page */

.projects_page {
    padding: 0 0 60px
}

.filter-buttons {
    position: relative;
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 15px 0 0;
    scroll-behavior: smooth;
    padding-inline-end: 150px;
    top: -45px;
}

.filter-buttons ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    width: max-content;
}

.filter-btn {
    border: none;
    padding: 17px 25px;
    border-radius: 15px;
    white-space: nowrap;
    background: #E5F0F9;
    color: #005D9F;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.filter-buttons li {
    flex: 0 0 auto;
}

.filter-btn svg {
    width: 20px;
    height: 20px;
}

.filter-btn.active,
.filter-btn:hover {
    background: #005D9F;
    color: #fff;
}

.filter-buttons::-webkit-scrollbar {
    display: none;
}

.projects_page .item-project {
    margin-bottom: 24px
}

/* Style Project Details */

.cont-project-info {
    position: relative;
    top: -50px;
    display: flex;
    align-items: center;
    gap: 15px
}

.col-project-meta {
    background: #002E54;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 75%;
}

.item-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-info figure {
    margin-bottom: 0;
}

.txt-info span {
    color: #089CF4;
    font-size: 15px;
    display: block;
    font-weight: 700;
}

.txt-info p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.col-donate {
    width: calc(25% - 15px);
}

.col-donate .btn-site {
    width: 100%;
    height: 92px;
}

.col-donate .btn-site span {
    font-size: 20px;
    font-weight: 700;
}

.abt-proj {
    position: relative;
    margin-bottom: 30px;
}

.abt-proj > span {
    color: var(--main-color);
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.abt-proj > h2 {
    color: var(--sub-color);
    font-size: 44px;
    margin-bottom: 10px;
}

.abt-proj > p {
    font-size: 20px;
    color: #5B6B7A;
    line-height: 1.7;
    margin: 20px 0 30px;
}


.statistics-proj {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.statistics-proj .item-statistic {
    flex: 0 0 auto;
    width: 20%;
}


.section_project_gallery {
    padding: 40px 0;
}

.gallery-item {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
    border-radius: 14px;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.custom-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn .3s ease;
}

.custom-lightbox img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-nav span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
}

.lightbox-nav .prev {
    left: 40px;
}

.lightbox-nav .next {
    right: 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Style Contact Us */

.contact_page {
    position: relative;
    background: #F7F9FC;
}
.contact_page .sec_head {
    width: 100%;
}

.contact-wrapper {
    position: relative;
    width: 70%;
    margin: 0 auto 70px;
}

.form-contact .d-flex {
    gap: 15px;
}

.form-contact .d-flex .form-group {
    flex: 1
}

.form-contact .form-group {
    margin-bottom: 15px;
}

.form-contact .form-control {
    background: #fff;
    border: 1px solid rgb(2 67 121 / 5%);
    height: 50px;
    border-radius: 10px;
    color: #024379;
    font-size: 15px;
}

.form-contact .form-control::placeholder {
    color: #024379;
    font-size: 15px;
}

.form-contact .btn-site {
    width: 100%;
    height: 50px;
}

.form-contact .btn-site span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-contact .btn-site:before {
    background: #920B12;
}

.section_contact_information {
    position: relative;
    padding: 60px 0;
}
.section_contact_information .sec_head {
    text-align: center;
    margin: 0 auto 60px;
}
.item-contact-information {
    margin-bottom: 25px
}
.item-contact-information figure {
    background: var(--main-color);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.item-contact-information strong,
.item-contact-information b {
    color: #089CF4;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}
.item-contact-information p {
    color: #002E54;
    font-size: 15px;
}
.form-group label.fs-4 {
    color:#005D9F;
    font-size: 24px;
}
#formBox .form-control{
    line-height: 2.5 !important;
    font-size: 1.2rem !important;
    background: #F7F9FC;
    border: 1px solid rgba(2, 67, 121, 0.05);
}

#formBox h4{
 color: #0d6093 !important;
}

#formBox .buttonX{
    font-size: 22px;
    line-height: 40px;
}

.text-muted a {
    color#089CF4;
    text-decoration: underline !important;
    color: #089CF4;
}

 / *   L T R   S t y l e   O v e r r i d e s   * / 
 . l t r - s t y l e   { 
         f o n t - f a m i l y :   ' I n t e r ' ,   s a n s - s e r i f   ! i m p o r t a n t ; 
 } 
 
 . l t r - s t y l e   h 1 ,   
 . l t r - s t y l e   h 2 ,   
 . l t r - s t y l e   h 3 ,   
 . l t r - s t y l e   h 4 ,   
 . l t r - s t y l e   h 5 ,   
 . l t r - s t y l e   h 6 ,   
 . l t r - s t y l e   p ,   
 . l t r - s t y l e   b o d y ,   
 . l t r - s t y l e   s p a n ,   
 . l t r - s t y l e   a ,   
 . l t r - s t y l e   b ,   
 . l t r - s t y l e   i n p u t ,   
 . l t r - s t y l e   t e x t a r e a ,   
 . l t r - s t y l e   b u t t o n   { 
         f o n t - f a m i l y :   ' I n t e r ' ,   s a n s - s e r i f   ! i m p o r t a n t ; 
 } 
 
 / *   H e a d e r   * / 
 . l t r - s t y l e   . m a i n _ m e n u   >   l i . a c t i v e   a : b e f o r e ,   
 . l t r - s t y l e   . m a i n _ m e n u   >   l i : h o v e r   a : b e f o r e   { 
         l e f t :   5 0 % ; 
         r i g h t :   a u t o ; 
 } 
 
 / *   O w l   C a r o u s e l   N a v   * / 
 . l t r - s t y l e   # s l i d e - h o m e   . o w l - n a v   >   b u t t o n   { 
         r i g h t :   a u t o ; 
         l e f t :   5 0 p x ; 
 } 
 . l t r - s t y l e   # s l i d e - h o m e   . o w l - n a v   >   b u t t o n . o w l - n e x t   { 
         l e f t :   a u t o ; 
         r i g h t :   5 0 p x ; 
 } 
 
 / *   F o o t e r   S e c t i o n   * / 
 . l t r - s t y l e   . m e n u - f t   h 5   { 
         p a d d i n g - r i g h t :   0 ; 
         p a d d i n g - l e f t :   4 0 p x ; 
 } 
 . l t r - s t y l e   . m e n u - f t   h 5 : b e f o r e   { 
         r i g h t :   a u t o ; 
         l e f t :   0 ; 
 } 
 . l t r - s t y l e   . l o g o - f t   { 
         t e x t - a l i g n :   s t a r t ; 
 } 
 
 / *   B r e a d c r u m b   * / 
 . l t r - s t y l e   . b r e a d c r u m b - i t e m   +   . b r e a d c r u m b - i t e m : : b e f o r e   { 
         f l o a t :   l e f t ; 
         p a d d i n g - l e f t :   0 ; 
         p a d d i n g - r i g h t :   0 . 5 r e m ; 
 } 
 
 / *   M e c h a n i s m   S e c t i o n   * / 
 . l t r - s t y l e   . i t e m - m e c h : b e f o r e   { 
         l e f t :   a u t o ; 
         r i g h t :   2 0 p x ; 
         t r a n s f o r m :   s c a l e X ( - 1 ) ; 
 } 
 
 / *   L i g h t b o x   * / 
 . l t r - s t y l e   . c l o s e - l i g h t b o x   { 
         r i g h t :   a u t o ; 
         l e f t :   4 0 p x ; 
 } 
 . l t r - s t y l e   . l i g h t b o x - n a v   . p r e v   { 
         l e f t :   a u t o ; 
         r i g h t :   4 0 p x ; 
 } 
 . l t r - s t y l e   . l i g h t b o x - n a v   . n e x t   { 
         r i g h t :   a u t o ; 
         l e f t :   4 0 p x ; 
 } 
 
 / *   G e n e r a l   a l i g n m e n t   h e l p e r s   * / 
 . l t r - s t y l e   . t e x t - r i g h t   {   t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;   } 
 . l t r - s t y l e   . t e x t - l e f t   {   t e x t - a l i g n :   r i g h t   ! i m p o r t a n t ;   } 
 
 
 
