@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://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Roboto:wght@100..900&display=swap');

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GE_SS_Two_Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GE_SS_Two_Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../fonts/GE_SS_Two_Bold.otf') format('opentype');
    font-weight: 700;
}

*,
*: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: #5153A8;
    --sub-color: #3D3D42;
    --sec-padding: 80px 0;
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body *:not(span.ab-icon):not(i) {
    font-family: arial, sans-serif !important; /* Default for English */
}

body *:not(span.ab-icon):not(i):lang(ar) {
    font-family: 'GE SS Two', arial, sans-serif !important; /* Arabic-specific */
}

body #wpadminbar *:not(span.ab-icon){
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GE SS Two', 'arial', sans-serif !important;
    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,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #171851;
    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: 90px;
}

.mmenu {
    padding-top: 40px;
}

/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    background-color: #171851;
    top: 0;
    left: 0;
    z-index: 9;
}

body.header-transparent #header {
    background-color: transparent;
    position: absolute;
}

body.header-transparent.admin-bar header#header.fixed-header {
    top: 32px;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 150px;
}

body.home .logo-site img {
    width: 200px;
    max-width: unset;
    position: absolute;
    top: 66px;
    left: 0;
}

@media screen and (max-width: 767px) {
    body.home .logo-site img {
        top: 0;
    }
    
}

.rtl-style .logo-site img {
    right: 0;
    left: auto;
}

.main_menu {
    display: flex;
    gap: 25px;
    margin-inline-start: 35px;
}

ul.main_menu > li {
    position: relative;
}

.main_menu > li > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: Bold;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
}


.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    top: 0;
    left: auto;
    right: 0;
}

body.ltr .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-item {
    width: max-content;
}

.dropdown-menu li a{
    display: block;
    padding: 8px 20px;
}

.dropdown-menu li a {
    padding: 10px;
    color: var(--sub-color);
    font-size: 14px;
    text-align: start;
    white-space: nowrap;
}

.dropdown-menu li .submenu-title {
    padding: 10px 0;
    margin-top: 10px;
    color: #837e7b;
    border-bottom: solid 1px #28252338;
    font-size: 14px;
    text-align: start;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--main-color);
    background-color: transparent;
    transform: translateX(-10px);
}

.dropdown-menu.show {
    transform: translateY(60px) !important;
}

.dropdown-menu {
    left: 0;
    right: auto;
}

.rtl-style .dropdown-menu {
    left: auto;
    right: 0;
}
@media screen and (max-width: 1400px) {
    .main_menu > li > a {
        font-size: 18px;
        font-weight: normal;
        padding: 10px 5px;
    }
}

.opt-mobail {
    display: flex;
    gap: 15px;
}

.opt-mobail .btn-site {
    border: 1px solid #fff;
    background: transparent;
    height: 45px;
}

.opt-mobail .btn-site span {
    color: #fff;
}

body.header-transparent #header.fixed-header {
    position: fixed;
    background: #171851;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
}

body.header-transparent #header.fixed-header .logo-site img {
    max-width: 70px;
    position: unset;
}

.header-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-actions .login-btn {
    background: transparent;
    border: none;
    color: white;
}

.header-actions .header-user-button {
    color: white;
}

/* Style Home Slide */

.section_home {
    position: relative;
    height: 100vh;
    z-index: 1;
}

.section_home .home-item:before {
    content: "";
    background: linear-gradient(136deg, rgba(46, 47, 112, 1) 0%, rgba(47, 49, 142, 0.2) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .home-item {
    height: calc(100vh - 135px);
    position: relative;
    background-color: #32336e;
    display: flex;
    width: 100%;
    padding-top: 130px;
    background-size: cover !important;
    background-position: center !important;
    align-items: end;
    padding-bottom: 80px;
}

.section_home .home-partners {
    display: flex;
    height: 135px;
    align-items: center;
    background-color: #f8f8f9;
}

/* add logo left bottom */
.rtl-style .section_home .home-item .container::after,
.section_home .home-item .container::after{
    content: "";
    background: url(../images/logo-without-left.svg?v=1);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 70px;
    right: 90px;
    opacity: 20%;
    z-index: 1;
}

.rtl-style .section_home .home-item .container::after{
    background: url(../images/logo-without-right.svg?v=1);
    right: auto;
    left: 90px;
}

/* remove it on mobile */
@media (max-width: 767px) {
    .section_home .home-item .container::after{
        display: none;
    }
}

.home_txt {
    position: relative;
    width: 80%;
    margin-left: 0;
    margin-right: auto;
}

.rtl-style .home_txt {
    margin-left: auto;
    margin-right: 0;
}

.home_txt h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 45px;
}

.home_txt p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.home_txt ul {
    display: flex;
    justify-content: start;
    gap: 15px
}

.btn-site.btn-connect {
    background: #fff;
    height: 48px;
}

.btn-site.btn-connect span {
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.icon-whatsapp {
    background: url(../images/icon-whatsapp.svg);
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    display: block;
}

.btn-site.btn-explore {
    border: 1px solid #fff;
    background: transparent;
    height: 48px;
}

#slide-home .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: transparent;
    border: 1.5px solid #fff;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: #fff
}


/* Style Stac Site */

.sec_head {
    margin: 0 auto 40px;
    position: relative;
    width: 70%;
    text-align: center
}

.span-head {
    position: relative;
    background: var(--main-color);
    color: #fff;
    display: block;
    width: max-content;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 12px 5px 25px;
}

.span-head.span-head-center {
    margin: 0 auto 10px;
}

.rtl-style .span-head {
    padding: 5px 25px 5px 12px;
}

.span-head:before {
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.rtl-style .span-head:before {
    right: 10px;
    left: auto;
}

.sec_head h2 {
    color: #1A1A20;
    font-size: 48px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: capitalize
}

.sec_head p {
    font-size: 17px;
    color: var(--sub-color);
    margin-top: 10px;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 6px;
    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: capitalize;
}

.btn-site:hover span {
    color: var(--main-color);
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0;
}

.section_about .sec_head {
    display: flex;
    width: 100%;
    text-align: start
}

.section_about .sec_head > div {
    flex: 0 0 auto;
    width: 50%;
}

.section_about .span-head {
    margin: 0 0 10px;
}

.section_about .sec_head .btn-site {
    margin: 0;
    background: transparent;
    border: 1px solid #2F318E;
    height: 48px;
    margin-top: 20px;
}

.section_about .sec_head .btn-site:before {
    background: #2F318E;
}

.section_about .sec_head .btn-site span {
    color: #2F318E;
}

.section_about .sec_head .btn-site:hover span {
    color: #fff;
}

.thumb-about {
    position: relative;
}

.thumb-about img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: bottom right;
    max-height: 650px;
    opacity: .7;
}

.thumb-about span {
    background: rgb(255 255 255 / 80%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F318E;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .3s;
}

.thumb-about:hover span {
    transform: translate(-50%, -50%) scale(1.2);
}

.plyr__video-embed {
    height: 530px;
}

/* Style Emergency */

.section_emergency {
    position: relative;
    padding: 60px 0;
}

.section_emergency:before {
    content: "";
    background: url(../images/shape.svg);
    background-size: 100% 100%;
    width: 220px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.rtl-style .section_emergency:before {
    left: auto;
    right: -20px;
    transform: scale(-1,1)
}

.section_emergency .container {
    position: relative;
    display: flex;
}

.section_emergency .sec_head {
    width: 33%;
    padding-right: 60px;
    text-align: start;
}

.rtl-style .section_emergency .sec_head {
    padding-left: 60px;
    padding-right: unset;
}

.section_emergency .span-head {
    margin: 0 0 10px;
}

.section_emergency .row {
    width: 67%;
}

.item-emergency {
    position: relative;
    margin-bottom: 60px;
}

.item-emergency figure {
    margin-bottom: 20px !important;
}

.item-emergency figure img {
    max-width: 40px;
}

.txt-emergency h4 {
    color: #1A1A20;
    font-size: 20px;
    margin-bottom: 15px;
}

.txt-emergency p {
    color: #3D3D42;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.txt-emergency a {
    position: relative;
    color: #000;
    font-size: 14px;
}

.txt-emergency a::after {
    border: 0;
    font: normal normal normal 12px / 1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.rtl-style .txt-emergency a::after {
    right: unset;
    left: -20px;
    content: "\f104";
}

.txt-emergency a:hover {
    color: var(--main-color);
}

/* Style Easily */

.section_easily {
    position: relative;
    padding: 80px 0;
}

.item-easily {
    position: relative;
    text-align: center;
    padding: 0 60px;
}

.item-easily:before {
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(47, 49, 142, 1) 50%, rgba(255, 255, 255, 1) 100%);
    width: 3px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: -1.5px;
    transform: translateY(-50%);
}

.rtl-style .item-easily:before {
    right: auto;
    left: -1.5px;
}

.col-lg-4:last-child .item-easily:before {
    display: none;
}

.item-easily figure {
    margin-bottom: 20px !important;
    height: 40px;
}

.item-easily figure img {
    max-width: 40px;
}

.txt-easily h4 {
    color: #1A1A20;
    font-size: 20px;
    margin-bottom: 15px;
}

.txt-easily p {
    color: #3D3D42;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.txt-easily a {
    position: relative;
    color: #000;
    font-size: 14px;
}

.txt-easily a::after {
    border: 0;
    font: normal normal normal 12px / 1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.rtl-style .txt-easily a::after {
    content: "\f104";
    left: -20px;
    right: auto;
}

/* Style Pediatric */

.section_pediatric {
    position: relative;
    padding: 60px 0;
}

.item-pediatric {
    position: relative;
    padding: 0 8px;
}

.item-pediatric a {
    position: relative;
    display: block;
    height: 240px;
}

.item-pediatric a img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: bottom right;
}

.item-pediatric a span {
    background: rgb(255 255 255 / 80%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F318E;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .3s;
}

.txt-pediatric {
    margin-top: 20px;
    text-align: center;
}

.txt-pediatric h4 {
    font-size: 32px;
    color: #1A1A20;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0 20px
}

.txt-pediatric p {
    font-size: 16px;
    color: var(--sub-color);
    line-height: 1.7;
}

.all-view {
    padding-top: 60px;
}

.all-view .btn-site {
    border: 1px solid #2F318E;
    height: 48px;
    background: transparent;
}

.all-view .btn-site:before {
    background: #2F318E
}

.all-view .btn-site span {
    color: #2F318E;
}

.all-view .btn-site:hover span {
    color: #fff
}

/* Style Testimonials */

.section_testimonials {
    position: relative;
    padding: 80px 0 140px;
}

.section_testimonials:before {
    content: "";
    background: url(../images/qoute.svg);
    background-size: 100% 100%;
    width: 180px;
    height: 160px;
    position: absolute;
    right: 250px;
    top: 60px;
    opacity: 10%;
}

.rtl-style .section_testimonials:before {
    left: 250px;
    right: auto;
    transform: scale(-1,1)
}

.section_testimonials .sec_head {
    text-align: start;
    margin: 0 0 40px;
}

.item-testimonial p {
    position: relative;
    font-weight: 700;
    color: #1A1A20;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.opinion-testimonial {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.opinion-testimonial figure {
    margin-bottom: 0;
    width: 45px;
    height: 45px;
}

.opinion-testimonial figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.txt-testimonial h6 {
    color: #1A1A20;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1;
}

.txt-testimonial span {
    display: block;
    color: var(--sub-color);
    font-size: 14px;
}

.star-rating {
    font-size: 0;
    height: 30px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    background-position: 0 0;
}

.star-rating:before {
    font-size: 20px;
    letter-spacing: 2px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #eee;
}

.star-rating span {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.star-rating span:before {
    font-size: 20px;
    letter-spacing: 2px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #FFC250;
}

#testimonials-slider .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#testimonials-slider .owl-dot {
    background: transparent;
    border: 1.5px solid var(--main-color);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#testimonials-slider .owl-dot.active {
    background: var(--main-color);
    width: 20px;
    border-radius: 5px;
}

/* Style Guidance */

.section_guidance {
    position: relative;
    padding: 60px 0;
}

.wrapper-guidance {
    position: relative;
    background: linear-gradient(145deg, rgba(47, 49, 142, 1) 0%, rgba(80, 82, 156, 1) 100%);
    padding: 90px 250px;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

.wrapper-guidance:before {
    content: "";
    background: url(../images/logo-without-right.svg?v=1);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 330px;
    height: 340px;
    position: absolute;
    left: -40px;
    bottom: -30px;
    opacity: 10%;
}

.wrapper-guidance h2 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 10px;
}

.wrapper-guidance p {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 40px;
}

/* Style Blogs */

.section_blogs {
    position: relative;
    padding: 80px 0;
}

.item-blog figure {
    height: 300px;
    overflow: hidden;
}

.item-blog figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    transition: .3s;
}

.item-blog:hover figure img {
    transform: scale(1.1) rotate(3deg)
}

.cate-blog {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cate-blog span {
    background: #EEEEEE;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
}

.cate-blog small {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.txt-blog h4 {
    color: #1A1A20;
    font-size: 24px;
    margin-bottom: 5px;
}

.txt-blog p {
    font-size: 16px;
    color: var(--sub-color);
    line-height: 1.7;
    margin-bottom: 20px;
}

.txt-blog a {
    position: relative;
    color: #000;
    font-size: 14px;
}

.txt-blog a.read-more::after {
    border: 0;
    font: normal normal normal 12px / 1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.rtl-style .txt-blog a.read-more::after {
    content: "\f104";
    right: auto;
    left: -20px;
}

.txt-blog a:hover {
    color: var(--main-color);
}

/* Style Contact */

.section_contact {
    position: relative;
    padding: 60px 0;
}

.section_contact .row {
    margin-right: calc(var(--bs-gutter-x)* -1.5);
    margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.section_contact .row > * {
    padding-right: calc(var(--bs-gutter-x)* 1.5);
    padding-left: calc(var(--bs-gutter-x)* 1.5);
}

.section_contact .sec_head {
    text-align: start;
    margin: 0 0 40px;
}

.section_contact .span-head {
    margin: 0 0 10px;
}

.form-contact .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-contact .form-group:last-child {
    margin-bottom: 0;
}

.form-contact .form-group > label {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.form-contact .form-group .form-control {
    height: 48px;
    border: 1px solid #000;
    border-radius: 0;
}

.form-contact .form-group textarea.form-control {
    height: 100px;
}

.form-contact .form-group .btn-site {
    background: transparent;
    border: 1px solid #2F318E;
    height: 48px;
    margin: 40px 0 0;
}

.form-contact .form-group .btn-site span {
    color: #2F318E;
}

.form-contact .form-group .btn-site:before {
    background: #2F318E;
}

.form-contact .form-group .btn-site:hover span {
    color: #fff;
}

.form-contact .form-group label.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.cbx p {
    line-height: 1;
}

.cbx p a {
    color: #000;
    text-decoration: underline !important;
}

.cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 0;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 2px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--main-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--main-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--main-color);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--main-color);
    background: var(--main-color);
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}


/* Style Fotter */

footer {
    position: relative;
    background: #171851;
}

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

.logo-ft {
    display: block;
}

.logo-ft img {
    width: 160px;
    max-width: 100%;
}

.menu-ft h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

.menu-ft ul li {
    margin-bottom: 10px;
}

.menu-ft ul li a {
    color: #fff;
    font-size: 14px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.cont-join {
    padding-left: 20px;
}

.cont-join p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.cont-join span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.form-subscribe .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.form-subscribe .form-group .form-control {
    background: transparent;
    border: 1px solid #fff;
    height: 48px;
    border-radius: 4px;
    width: 65%;
}

.form-subscribe .form-group .form-control::placeholder {
    color: rgb(255 255 255 / 40%);
}

.form-subscribe .form-group .btn-site {
    background: transparent;
    border: 1px solid #fff;
    height: 48px;
    border-radius: 4px;
    width: 35%
}

.bottom-ft {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.cont-bt {
    display: flex;
    align-items: center;
    gap: 30px
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

.list-priv {
    display: flex;
    align-items: center;
    gap: 30px
}

.list-priv li a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline !important;
}

.list-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-social li a {
    color: #fff;
    font-size: 17px;
}

/* Style Hero About Page */

.section_hero_about {
    position: relative;
    background-position: center !important;
    background-size: 100% 100% !important;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_hero_about:before {
    content: "";
    background: rgb(30 32 94 / 67%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero_txt {
    text-align: center;
    width: 60%;
    margin: auto;
}

.hero_txt h1 {
    color: #fff;
    font-size: 56px;
    margin-bottom: 15px;
}

.hero_txt p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7
}

/* Style About Page */

.section_about_page {
    position: relative;
    padding: 80px 0;
}

.section_about_page .sec_head {
    width: 100%;
    text-align: start;
    margin: 0;
}

.section_about_page .span-head {
    margin: 0 0 10px;
}

.section_about_page .sec_head strong {
    display: block;
    color: #3D3D42;
    line-height: 1;
    font-size: 20px;
}

.section_about_page .sec_head p {
    margin-bottom: 25px;
}

.section_about_page .sec_head p:last-child {
    margin-bottom: 0;
}
.thubm-about-page {
    height: 100%;
}

.thubm-about-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Style Values */

.section_values {
    position: relative;
    padding: 60px 0;
}

.section_values .row {
    margin-right: calc(var(--bs-gutter-x)* -1.5);
    margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.section_values .row > * {
    padding-right: calc(var(--bs-gutter-x)* 1.5);
    padding-left: calc(var(--bs-gutter-x)* 1.5);
}

.item-value {
    position: relative;
    margin-bottom: 60px;
}

.item-value figure {
    margin-bottom: 20px !important;
}

.item-value figure img {
    max-width: 40px;
}

.txt-value h4 {
    color: #1A1A20;
    font-size: 20px;
    margin-bottom: 15px;
}

.txt-value p {
    color: #3D3D42;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Style Specialists */

.section_specialists {
    position: relative;
    padding: 60px 0;
}

.item-team figure {
    height: 380px;
    margin-bottom: 20px !important;
}

.item-team figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.txt-team h6 {
    color: #1A1A20;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.txt-team span {
    color: var(--sub-color);
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.txt-team p {
    color: var(--sub-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.txt-team ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.txt-team ul li a {
    color: #000;
    font-size: 18px;
}

figure.item-partners img {
    max-height: 52px !important;
    object-fit: contain;
}


  
/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
  }
  
  .site-content-inner {
    padding: 10px;
  }
  
  .site-content-inner .container {
    padding: 0;
  }
  
  .single p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  
 .single #content ul {
    margin-inline-start: 25px;
    margin-top: 10px;
  }

.single #content ul li {
    list-style: initial;
    position: relative;
}
  
  .tags-cloud {
    margin-top: 20px;
  }

  .tags-cloud a {
    display: inline-block;
    padding: 5px 17px;
    background-color: #1f1f1f17;
    color: #1f1f1f;
    border-radius: 14px;
    font-size: 14px;
    margin-bottom: 5px;
    }


/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }

    .single-post article h2,
    .single-post article h3,
    .single-post article h4,
    .single-post article h5,
    .single-post article h6 {
        margin: 20px 0;
    }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 0;
    border: solid 1px #0000002e;
    padding: 5px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 20px 0;
}

.single-page p {
    margin: 20px 0;
}


.single-page h2 {
    font-size: 20px;
    color: #0a0a2d;
    background-color: #17185114;
    margin-bottom: 20px;
    padding: 10px;
    padding-inline-start: 10px;
}


.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #0a0a2d;
    margin-bottom: 20px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page strong {
    color: #000;
}

.single-page ol, .single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #475846;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #475846;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #7972dd1a;
    font-size: 17px;
  }
  
  .breadcrumbs ul,
  .breadcrumbs ul li {
    margin: 0;
    padding: 0;
  }
  
  .breadcrumbs ul li a{
    color: #000;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: #000;
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 18px;
    }
    .breadcrumbs ul {
        margin: 0;
        padding: 0;
    }
  }
  .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: rgba(128, 128, 128, 0.384);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }

  .slick-dots li.slick-active button {
    background: #000;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 5px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }
/****************************************************************************/
/** Archive Project
/****************************************************************************/

  .sp-item {
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 5px #0000001f;
  }

  .sp-item-head {
        padding: 12px 0;
    }

  .sp-item-head h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sp-item-head h3 a{
    color: inherit;
  }

  .sp-item-head-area{
    text-align: center;
    font-size: 16px;
    color: gray;
  }

/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
}
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 120px;
    padding: 5px;
    gap: 5px;
    margin-bottom: 15px;
    border: solid 1px #00000040;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
  }
  
  .recent-posts-widget ul li .thumbnail a {
    display: block;
    height: 100%;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    height: 100%;
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 0 !important;
    border: solid 1px #00000024;
    background-color: #2852502e;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0000001c;
    border-radius: 0;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.post-card .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: right;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 150px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: black;
}
.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}



  
/****************************************************************************/
/** post card horizontal
/****************************************************************************/


.post-card-horizontal {
    display: flex;
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
}

.post-card-horizontal .post-card-thumbnail {
    width: 250px;
    height: 170px;
    margin-inline-end: 20px;
}

.post-card-horizontal .post-card-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.post-card-horizontal .post-card-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.post-card-horizontal .post-card-content {
    flex: 1;
    padding-top: 5px;
}

.post-card-horizontal .post-card-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.post-card-horizontal .post-card-meta {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
}

.post-card-horizontal .post-card-meta .read-more a{
    color: #666;
}

.post-card-horizontal .post-card-meta span {
    margin-right: 10px;
}

.post-card-horizontal .post-card-meta .event-price {
    color: #ff0000;
}

.post-card-horizontal .post-card-meta .event-location {
    color: #0000ff;
}

/* post-card-excerpt just 2 lines with dots if overflows */
.post-card-horizontal .post-card-excerpt {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-card-horizontal .post-card-excerpt p {
    font-size: 14px;
    line-height: 1.5;
}

/****************************************************************************/
/** post card vertical (default sharp)
/****************************************************************************/

.post-card-vertical {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 25px #00000012;
    transform: translateY(0);
    transition: all 0.3s;
}

.post-card-vertical:hover {
    box-shadow: 0 0 25px #00000024;
    transform: translateY(-5px);
}

.post-card-vertical .post-card-thumbnail {
    width: 100%;
    height: 250px;
    margin-inline-end: 20px;
}

.post-card-vertical .post-card-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.post-card-vertical .post-card-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.post-card-vertical .post-card-content {
    padding: 25px 10px 5px;
}

.post-card-vertical .post-card-title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.post-card-vertical .post-card-meta {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
}

.post-card-vertical .post-card-content .read-more{
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
    text-align: end;
}

.post-card-vertical .post-card-content .read-more a{
    color: #666;
}

.post-card-vertical .post-card-title a {
    color: #000;
}

.post-card-vertical .post-card-meta span {
    margin-right: 10px;
}

/* add curve edges */

.post-card-vertical.curvy {
    border-radius: 10px;
}

.post-card-vertical.curvy .post-card-thumbnail img {
    border-radius: 10px 0 0 10px;
}

.post-card-vertical.curvy .post-card-content {
    border-radius: 0 10px 10px 0;
}

/* post-card-excerpt just 2 lines with dots if overflows */
.post-card-vertical .post-card-excerpt {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-card-vertical .post-card-excerpt p {
    font-size: 14px;
    line-height: 1.5;
}

/****************************************************************************/
/** Popup login
/****************************************************************************/

.xoo-aff-input-group .xoo-aff-input-icon {
    box-sizing: border-box !important;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"] {
    height: 44px !important;
}

body .xoo-el-close::before {
    font-family: 'Easy-Login' !important;
}

/****************************************************************************/
/* Custom WooCommerce Product Card */
/****************************************************************************/

.custom-product-card {
    list-style: none;
}

.product-card {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.product-card a.product-image {
    display: block;
    width: 100%;
}

.product-card .product-image img {
    border-radius: 0;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.product-card h2 {
    background-color: unset;
}

.product-card:hover {
    transform: scale(1.05);
}

/* Product Title */
.product-card .product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.product-card .product-title a {
    text-decoration: none;
    color: #333;
}

/* Price Styling */
.product-card .product-price {
    font-size: 16px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Add to Cart Button */
.product-card .add-to-cart {
    background: #2980b9;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.product-card .add-to-cart:hover {
    background: #1a5276;
}

/****************************************************************************/



/****************************************************************************/
/** Job Form
/****************************************************************************/

  
  .job-form {
    font-family: 'Nunito', sans-serif;
    direction: ltr;
  }
  body.rtl .job-form {
    direction: rtl;
  }
  
  .job-form * {
    box-sizing: border-box;
  }
  .job-form .form-wrapper {
    padding: 10px 30px;
    position: relative;
  }
  .job-form .form-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background-color: #03a9f4;
  }
  .job-form .form-container {
    max-width: 800px;
    margin: 120px auto 50px;
    position: relative;
  }
  .job-form .form-box {
    background: #fff;
    padding: 50px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 7px;
    border-radius: 6px;
    text-align: center;
  }
  .job-form .form-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .job-form .form-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .job-form .form-col {
    flex: 0 0 48%;
    min-width: 200px;
  }
  .job-form .form-col-full {
    flex: 0 0 100%;
  }
  .job-form .field-label {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 5px;
    text-align: start;
  }
  .job-form .form-input,
  .job-form .form-textarea {
    width: 100%;
    border: 2px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .job-form .form-input {
    height: 50px;
  }
  .job-form .form-textarea {
    min-height: 150px;
    padding-top: 20px;
  }
  @media (max-width: 768px) {
    .job-form .form-col {
      flex: 0 0 100%;
    }
    .job-form .form-title {
      font-size: 30px;
      line-height: 40px;
    }
  }
  @media (max-width: 500px) {
    .job-form .form-box {
      padding: 50px 15px;
    }
    .job-form .form-title {
      font-size: 26px;
      line-height: 34px;
    }
    .job-form .form-input {
      height: 45px;
    }
    .job-form .field-label {
      font-size: 12px;
    }
  }