@font-face {
    font-family: 'bahijjanna';
    src: url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.eot');
    src: url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.woff2') format('woff2'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.woff') format('woff'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.ttf') format('truetype'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.svg#bahijjannabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahijjanna';
    src: url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.eot');
    src: url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.woff2') format('woff2'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.woff') format('woff'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.ttf') format('truetype'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.svg#bahijjannaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}
html[dir="rtl"] body{
    direction: rtl;
}
html[dir="ltr"] body{
    direction: ltr;
}
body {
    font-family: 'bahijjanna';
    font-size: 16px;
    text-align: start;
    color: #616060;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

.form-control:focus {
    border-color: #b4d4e3;
    box-shadow: 0 0 0 0.2rem rgba(180, 212, 227, .25);
}

.sec-tit {
    color: #000;
}

.sec-slogan {
    margin-bottom: 25px;
}

.main-btn {
    cursor: pointer;
    color: #789fd2;
    background-color: #fff;
    padding: 10px 0;
    padding-inline-start: 20px;
    padding-inline-end: 60px;
    border: 1px solid #789fd2;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
html[dir="rtl"] .main-btn:before {
    content: '←';
}
html[dir="ltr"] .main-btn:before {
    content: '→';
}
.main-btn:before {

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #789fd2;
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all 0.3s linear;
}

.main-btn:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: linear-gradient(to right, #a3bddf, #95b3db, #86a8d6, #789ed2, #6994cd);
    box-shadow: 5px 5px 7px rgba(1, 1, 1, .25);
}

.main-btn:hover:before {
    color: #789fd2;
    background-color: #fff;
    transform: translateY(-50%) rotateY(360deg);
}

/******************************/
.fixed-social-media {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 3;
    inset-inline-end: 55px;
    inset-block-start: 50%;
    transform: translateY(-50%);
}

.fixed-social-media a:not(:last-of-type) {
    margin-bottom: 15px;
}

.fixed-social-media a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: all 0.3s linear;
}

.fixed-social-media a:hover {
    color: #fff;
    background-color: transparent;
    border-color: #6994cd;
    background-image: linear-gradient(to right, #a3bddf, #95b3db, #86a8d6, #789ed2, #6994cd);
    box-shadow: 0 0 24px rgba(1, 1, 2, .14);
}

.fixed-icons {
    position: fixed;
    z-index: 3;
    bottom: 30px;
    inset-inline-end: 55px;
}

.fixed-icons img {
    height: 50px;
    width: 50px;
}

/******************************/
header {
    background-color: #f3f6fb;
    padding: 25px 0;
}

.head-home {
    transition: all 0.6s ease-out;
}

.stick {
}

.menu-logo {
    height: 125px;
}

.menu-logo img {
    max-height: 100%;
}

.lang {
    color: #6994cd;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.lang:hover {
    color: #335f98;
}

.head-btn {
    color: #184d82;
    background-color: #d8d8d8;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 10px;
    margin-inline-end: 15px;
}

@media (min-width: 992px) {

}

@media (max-width: 992px) {

}

/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

.open-search {
    cursor: pointer;
    color: #6994cd;
    background-color: transparent;
    margin-inline-end: 10px;
    transition: all 0.5s ease-in-out;
}

/******************************/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #729bd0;
        padding: 10px 15px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 5px;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #335f98;
        /*background-color: #0066ba;*/
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #fff;
    }

    .nav-list .sub-menu {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        z-index: 4;
        min-width: 250px;
        background-color: #0066ba;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.6s ease;
    }

    .nav-list .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .nav-list .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .nav-list .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #fff !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f30a";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f30b";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #000;
        border-bottom: 1px solid #3eb7e8;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #3eb7e8;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

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

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-btn {
        color: #fff;
        background-color: #3eb7e8ba;
        width: 50px;
        height: 50px;
        margin-inline-start: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn:hover,
    .nav-btn:focus {
        background-color: #0066ba;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: #3eb7e8;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: auto;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #0066ba;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #fff;
        padding: 15px;
        font-weight: bold;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #000;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-inline-start: 1px solid #fff;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #0e3340;
    }

    .sub-menu {
        list-style: none;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        background-color: #006ea4;
    }

    .sub-menu .sub-menu a {
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }
}

/******************************/
.main-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #3eb7e8;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
}

.main-carousel .slick-arrow:hover {
    background-color: #0066ba;
}

.main-carousel .slick-next {
    inset-inline-end: 5px;
    top: calc(50% - 30px);
}

.main-carousel .slick-next:before {
    content: '↑';
}

.main-carousel .slick-prev {
    inset-inline-end: 5px;
    top: calc(50% + 30px);
}

.main-carousel .slick-prev:before {
    content: '↓';
}

.main-carousel .slick-arrow:before {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li button {
    font-size: 0;
    color: transparent;
    width: 20px;
    height: 5px;
    margin-inline-start: 10px;
    background-color: #3eb7e8;
    cursor: pointer;
    transition: all .3s linear;
}

.slick-dots li.slick-active button {
    background-color: #0066ba;
    width: 30px;
}

.main-slidItem {
    padding: 150px 0 50px 0;
    background-color: #b4d4e3;
    position: relative;
}

.slid-tit {
    color: #033980;
    margin-bottom: 15px;
}

.slid-des-items {
    margin-bottom: 25px;
}

.slid-des-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.slid-des-item {
    padding: 15px;
    color: #033980;
    border: 2px solid #033980;
    border-radius: 10px;
}

.slid-img {
}

.slid-img img {

}

.main-carousel .slick-active img {

}

.slid-body {

}

@media (min-width: 991px) {

}

@media (max-width: 991px) {

}

/******************************/
.countries {
    padding: 90px 0 35px 0;
}

.block {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    margin-bottom:30px;
    transition: all .3s linear;
}

.block:before,
.block:after {
    content: '';
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}
html[dir="rtl"] .block:before {
    inset-inline-end: 0;
}
html[dir="ltr"] .block:before {
    inset-inline-start: 0;
}
.block:before {
    background-image: url("../images/shape-block-top.png");
    width: 53px;
    height: 57px;
    top: 0;

}
html[dir="rtl"] .block:after {
    inset-inline-start: 0;
}
html[dir="ltr"] .block:after {
    inset-inline-end: 0;
}
.block:after {
    background-image: url("../images/shape-block-bottom.png");
    width: 58px;
    height: 60px;
    bottom: 0;
}

.block-img {

    margin-bottom: 15px;
}

.block-img img {
    height: 78px;
    width: 78px;
    /*object-fit: contain;*/
    border-radius: 100%;
}
.block-user .block-img img {
      border-radius: 0;
}
.block-tit {
    display: inline-block;
    color: #1d71b9;
    background-color: #fef8eb;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all .3s linear;
}

.block-price {
    color: #1d71b9;
    margin-bottom: 30px;
}

.block-des {
    color: #3493e4;
    margin-bottom: 20px;
    transition: all .3s linear;
}

.block-call {
    display: flex;
    justify-content: space-around;
}

.block-call a {
    color: #28292a;
    background-color: #f2fbff;
    padding: 5px 30px;
    border-radius: 10px;
    transition: all .3s linear;
}

.block:hover {
    background-color: #b5ddfc;
    border-radius: 12px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .36);
}

.block:hover:before {
    background-image: url("../images/shape-block-hover.png");
    width: 255px;
    height: 286px;
}

.block:hover:after {
    background-image: none;
    width: 0;
    height: 0;
}

.block:hover .block-tit {
    background-color: #fcf9f2;
}

.block:hover .block-des {
    color: #03355f;
}
@media (max-width: 768px) {
    .block{
        margin-bottom: 30px;
    }
}

/******************************/
.services {
    padding: 35px 0 70px 0;
}

.service-item-url {
    color: #828282;
    background-color: #f7fafc;
    padding: 20px 0;
    padding-inline-start: 20px;
    padding-inline-end: 10px;
    position: relative;
    z-index: 1;
    transition: all .3s linear;
    overflow: hidden;
}

.service-item-url:before,
.service-item-url:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: -1;
    transition: all .3s ease-in-out;
}
html[dir="rtl"] .service-item-url:before {
    background-image: url(../images/shape-item-service.png);
    left: 0;
}
html[dir="ltr"] .service-item-url:before {
    background-image: url(../images/shape-item-service-en.png);
    right: 0;
}
.service-item-url:before {
    width: 74px;
    height: 132px;

    top: 0;
    bottom: 0;
}

.service-item-url:after {
    width: 308px;
    height: 97px;
    background-image: none;
    opacity: 0;
    visibility: hidden;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: -50px;
}

.service-item-tit {
    display: inline-block;
    color: #1b5198;
    background-color: #fef8eb;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all .3s linear;
}

.service-item-body {
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}

.service-item-icon {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
}

.service-item-icon img {
    aspect-ratio: 1;
}

.service-item-url:hover {
    color: #828282;
    box-shadow: 0 0 24px rgba(1, 1, 2, .14);
    transform: translateY(-5px);
}

.service-item-url:hover:before {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    background-image: none;
    inset-inline-end: -25px;
}
html[dir="rtl"] .service-item-url:hover:after {
    background-image: url(../images/shape-item-service-hover.png);
    right: 0;
}
html[dir="ltr"] .service-item-url:hover:after {
    background-image: url(../images/shape-item-service-hover-en.png);
    left: 0;
}
.service-item-url:hover:after {

    opacity: 1;
    visibility: visible;
    top: 0;
}

@media (max-width: 768px) {
    .service-item{
        margin-bottom: 30px;
    }
}


@media (max-width: 768px) {

}


/******************************/
.stats {
    padding: 40px 0 65px 0;
    background-color: #f1f4fb;
}

.stats-item {
    padding: 20px 20px 40px;
    color: #1b5198;
    margin-bottom: 30px;
    transition: all .3s linear;
}


.stats-item-num {
    font-size: 35px;
    margin-bottom: 25px;
}

.stats-item:hover {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(1, 1, 2, .14);
    transform: translateY(-5px);
}

/******************************/
.about-img {
}


@media (min-width: 768px) {
    .about-img img {
        height: 530px;
        width: 100%;
    }

    .about-des {
        margin-inline-end: -115px;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 50px 0;
        padding-inline-start: 105px;
        padding-inline-end: 35px;
    }
}

@media (max-width: 768px) {
    .about{
        padding: 55px 0;
    }
    .about [class*='col-']:nth-of-type(1){
        order: 2;
    }
    .about [class*='col-']:nth-of-type(2){
        order: 1;
    }
    .about-img {
        text-align: center;
    }

    .about-img img {
        max-height: 350px;
    }

    .about-des {
        padding: 30px;
    }
}

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

.partners {
    padding: 75px 0;
}

.partners .slick-navigation {
    margin-top: 50px;
}

.partners .slick-navigation button {
    width: 50px;
    height: 20px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f5fc;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

.partners .slick-navigation button:hover {
    background-color: #1b5198;
}

.partners-carousel .slick-slide {
    margin: 20px 15px;
}

.partner-item {
    background-color: #fff;
    padding: 15px;
    height: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}

.partner-item img {
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

.partner-item:hover {
    border-radius: 15px;
    box-shadow: 0 0 24px rgba(1, 1, 2, .14);
}

@media (max-width: 992px) {

}

/******************************/
.customers {
    padding: 40px 0 60px;
    background-color: #fafbfe;
}

/******************************/
.contact {
    padding: 45px 0 55px;
}

.map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.contact-item:not(:last-of-type) {
    margin-bottom: 25px;
}

.contact-item-icon {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #759cd1;
    color: #759cd1;
    border-radius: 10px;
    margin-inline-end: 15px;
    transition: all .3s linear;
}

.contact-item-icon i {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.contact-item:hover .contact-item-icon {
    color: #fff;
    background-image: linear-gradient(to right, #a3bddf, #95b3db, #86a8d6, #789ed2, #6994cd);
}

.contact-item-data,
.contact-item-data a {
    font-weight: bold;
    color: #616060;
}
@media (max-width: 768px) {
    .map{
        margin-bottom: 30px;
    }
}

/******************************/
.footer-main {
    padding: 35px 0;
    background-color: #fbfcfd;
}

.foot-logo {
    margin-bottom: 30px;
}

.foot-logo a {
    height: 115px;
}

.foot-logo img {
    max-height: 100%;
}

.foot-widget-tit {
    color: #1d71b9;
    margin-bottom: 20px;
}

.foot-list {
    column-count: 2;
}

.foot-list li {
    margin-bottom: 15px;
}

.foot-list li a {
    color: #000;
    font-weight: bold;
    transition: all .3s linear;
}

.newsletter-inputEmail {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    padding: 10px;
}

.footer-copyright {
    padding: 25px 0;
    color: #fff;
    background-color: #001727;
}

.site-copyright a {
    color: #648dc2;
}

.go-top {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-image: linear-gradient(to right, #a3bddf, #95b3db, #86a8d6, #789ed2, #6994cd);
}
@media (max-width: 768px) {
    .foot-widget{
        margin-bottom: 30px;
    }
    .footer-copyright {
        text-align: center;
    }
    .scroll-top{
        margin-bottom: 20px;
    }
}
/******************************/
.breadcrumb-area{
    padding: 15px 0;
    font-weight: bold;
    color: #033980;
    background-color: #e4f1fb;
}
.breadcrumb-area a{
    color: #000;
}
.content{
    padding: 75px 0;
}
.news-item{}
.news-item-img{
    height: 250px;
}
.news-item-img img{
    max-height: 100%;
}
.news-item-body{
    padding: 15px;
    box-shadow: 0 0 2px rgba(120,159,210,.7);
}
.news-item-tit{
    margin-bottom: 15px;
}
.news-item-tit a{
    color: #033980;
}
.news-item-exp{
    margin-bottom: 30px;
}
.ser-icon{
    margin-inline-end: 15px;
}
.ser-icon img{
    max-height: 75px;
    object-fit: contain;
}
html[dir="ltr"] .wpcf7 {
    direction: ltr;
}

.recruited-cv a.main-btn::before {
    content: "\f56d";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.recruited-block{
    border: 1px solid #789fd2;
    padding: 15px;
    border-radius: 5px;
    height:100%;
}
.recruited-block-img{
    height:225px;
}
.recruited-block-img img{
  max-height:100%;  
  object-fit: contain;
}
.recruited-block-body{
    
}
.recruited-block-tit{
    display: inline-block;
    color: #1b5198;
    background-color: #fef8eb;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all .3s linear;
  
}
.recruited-block-note{
    font-size: 12px;
    color: #dc3545;
    margin-bottom: 25px;
}
.recruited-block-details{
    margin-bottom: 20px;
}
.recruited-block-detail-item{
    margin-bottom: 10px;
}
.recruited-block-detail-item-tit{
    color: #1b5198;
}
.recruited-block-detail-item-tit:after{
    content : ' : ';
    margin: 0 5px;
}
@media (max-width: 768px){
    .recruited-block-img{
        text-align: center;
        margin-bottom: 15px;
    }
}

.filter{
    padding-top:50px;
}
.filter-wrap{
    padding: 30px 15px;
    border: 1px solid #789fd2;
}
html[dir="rtl"] .custom-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    background-position: left 0.75rem center ;
}
.custom-select {
    border-color : #789fd2;
}