* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Averta', sans-serif;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

a {
    color: black;
    text-decoration: none;
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
    z-index: 555;
}

.container, .container-fluid, 
.container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.inner-header{
    position: fixed;
    background: white;
}

.inside_pages{
    margin-top: 85px;
}

/*.inner-header .language .default_lang,*/
/*.inner-header .nav-item .nav-link{*/
/*    color: black;*/
/*}*/

.inner-header .logo{
    filter: none;
}

.inner-header .nav-item{
    padding: 25px 0 20px;
}

.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff !important;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    left: 0;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}

header.fixed .dropdown_lang {
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}

header.fixed .language .default_lang,
header.fixed .nav-item .nav-link {
    color: black;
}

header.fixed .nav-item {
    padding: 15px 0;
}

header.fixed .logo{
    filter: none !important;
}

header.fixed .navbar-toggler .line-menu{
    background-color: #010080;
}

header .resp_nav .navbar-toggler .line-menu{
    background-color: #fff;
}

header .resp_nav .language .default_lang{
    color: white;
}

/*header .container {*/
/*    max-width: 90%;*/
/*}*/

header .logo {
    width: 180px;
    filter: grayscale(1) brightness(100);
}

header .navbar {
    position: static;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

header .navbar-nav {
    margin: auto;
}

header .nav-item {
    padding: 30px 0;
    margin: 0 10px;
}

header .nav-item .nav-link {
    color: white;
}

header .dropdown {
    position: static;
}

header .dropdown-toggle::after {
    content: none;
}

header .arrow i {
    color: #F9423A;
    position: relative;
    top: 1px;
    padding-left: 2px;
}

header .dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 99%;
    border-radius: 0;
    background-color: white;
    padding: 40px 25px;
    border: none;
    border-top: 1px solid #636362;
    display: flex;
    justify-content: space-around;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}

header .dropdown-item.active, 
header .dropdown-item:active{
    background-color: #e9ecef;
    color: #1e2125
}

header .dropdown-menu .menu_list li{
    margin-bottom: 6px;
}

header .dropdown-menu .menu_list li a {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

header .dropdown-item:focus, 
header .dropdown-item:hover{
    background-color: #f5f5f5;
}

header .dropdown .dropdown-item span {
    display: inline-block;
    margin: 0 2px;
}

header .dropdown .dropdown-menu .dropdown_img {
    padding: 0 30px;
}

header .dropdown .dropdown-menu .dropdown_img img {
    width: 100%;
}

header .nav-item:hover .nav-link{
    color: #f9423a !important;
}
header.fixed .language,
header .language {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
}

header.inner-header .language{
    padding: 19px 0 15px;
}

header .language .default_lang {
    color: white;
}

header .language a {
    display: block;
    z-index: 9999;
    position: relative;
}

header .language .dropdown_lang {
    background: white;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

header .language .lang_wrap{
    position: absolute;
    width: 100px;
    top: 50px;
    left: -15px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

header .language:hover .lang_wrap {
    transform: scale(1, 1);
}

header .dropdown_lang a {
    padding: 10px 15px;
    font-weight: 500;
}

header .language .lang_wrap::before {
    position: absolute;
    content: '';
    top: -10px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    border-left: 5px solid transparent;
    left: 24px;
}

header .dropdown_lang a:hover {
    background-color: rgba(247, 142, 142, 0.384);
    color: black;
}

header .navbar-toggler {
    margin-left: 20px;
}

header .navbar-toggler .wrapper-menu {
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler .wrapper-menu.open {
    transform: rotate(-45deg);
}

header .navbar-toggler .line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 3px;
}

.inner-header .navbar-toggler .line-menu{
    background-color: #020080;
}

header .navbar-toggler .line-menu.half {
    width: 50%;
    margin: auto;
}

header .navbar-toggler .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

header .navbar-toggler .open .line-menu.start {
    transform: rotate(90deg) translate(-8px, -9px);
}

header .navbar-toggler .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

header .navbar-toggler .open .line-menu.end {
    transform: rotate(90deg) translate(8px, 10px);
}

/* ===============================Main========================= */

main {
    height: 100vh;
    position: relative;
}

main img {
    height: 100vh;
    filter: brightness(0.6);
}

main .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

main .carousel-caption {
    top: 50%;
    left: auto;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    text-align: left;
    width: 40%;
}

main .carousel-caption h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
}

main .carousel-caption p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 48px;
}

main .carousel-caption .more_btn {
    display: inline-block;
    padding: 20px;
    border: 1px solid #F9423A;
    background-color: #F9423A;
    border-radius: 2px;
    color: white;
    min-width: 260px;
    text-align: center;
    transform: translateY(0);
}

main .carousel-caption .more_btn:hover {
    transform: translateY(-5px);
}

main .carousel_control {
    position: absolute;
    /*top: 0;*/
    bottom: 12%;
    left: 10px;
    right: 10px;
}

main .carousel_control .carousel-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    z-index: 9;
    position: relative;
    /* margin-top: 48px; */
}

main .carousel_control .carousel-nav .owl-next,
main .carousel_control .carousel-nav .owl-prev {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #f9423a;
    color: white;
    transform: translateY(0);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .carousel_control img{
    height: auto;
    width: 12px;
    filter: none;
}


main .carousel_control .carousel-dots {
    display: flex;
    flex-wrap: wrap;
}

main .carousel_control .carousel-dots .owl-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .32);
    margin: 0 4px;
    border: none;
}

main .carousel_control .carousel-dots .owl-dot.active {
    background-color: #f9423a;
}

/*main .carousel_control .container {*/
/*    top: auto;*/
/*    bottom: 18%;*/
/*}*/

main .carousel_control .carousel-nav .owl-next:hover,
main .carousel_control .carousel-nav .owl-prev:hover {
    transform: translateY(-5px);
}

main .media_wrap{
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

main video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.5);
}

main .media_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .item{
    height: 100vh;
}

/* =============================About section================== */

.padding_section {
    padding: 6rem 0;
}

.about_section .about_content {
    padding-right: 48px;
}

.about_section .about_content .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
}

.about_section .about_content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 48px;
}

.about_section .about_content .more_btn {
    display: inline-block;
    padding: 18px 10px;
    border: 1px solid #020080;
    background-color: #020080;
    border-radius: 2px;
    color: white;
    min-width: 190px;
    text-align: center;
    transform: translateY(0);
}

.about_section .about_content .more_btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.20);
}
.about_section .img_wrap{
    height: 400px;
}
.about_section .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 2px;
}

.about_section .about_list {
    display: flex;
    margin-top: 30px;
    /* justify-content: space-between; */
}

.about_section .about_list a {
    display: block;
    padding: 16px 0;
    border-bottom: 2px solid #F9423A;
    color: black;
}

.about_section .about_list .list_item .icon {
    width: 40px;
    margin-bottom: 17px;
}

.about_section .about_list .list_item span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.about_section .about_list .list_item span .left_arrow {
    width: 20px;
}

.about_section .about_list .list_item:first-child a {
    border-bottom-color: #44CC62;
}

.about_section .about_list .list_item:last-child a {
    border-bottom-color: #FFAD00;
}

.about_section .about_list .list_item a:hover .icon_wrap {
    animation: animate-arrow-right .4s cubic-bezier(.77, 0, .175, 1);
}

@keyframes animate-arrow-right {

    0%,
    100% {
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }

    50% {
        transform: translate(10px, 0) scale(1.3, 1);
        opacity: 0;
    }

    51% {
        transform: translate(-10px, 0) scale(1.3, 1);
        opacity: 0;
    }
}

/* =============================Activity section==================== */

.activity {
    background-image: url(/img/services-img.jpeg);
}

.activity_page .activity_box,
.activity {
    background-size: cover;
    background-position: center;
    position: relative;
}

.activity_page .activity_box{
    height: 350px;
    color: white;
}

.activity_page .activity_box::before,
.activity::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}

.activity_page .activity_box:hover::before{
    background: rgba(0, 0, 0, 0.7);
}

.activity_page .activity_box a,
.activity .activity_box a {
    display: block;
    height: 100%;
    color: white;
    position: relative;
}

.activity .activity_box {
    height: 500px;
    position: relative;
    color: white;
}

.activity .row>div:not(:last-child) .activity_box {
    border-right: 1px solid #ebeef4;
}

.activity .activity_box .bg-img {
    display: none;
}

.activity .activity_box::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
}

.activity .activity_box:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.activity_page .activity_box .box_info,
.activity .activity_box .box_info {
    position: absolute;
    bottom: 50px;
    left: 45px;
    right: 45px;
}

.activity_page .activity_box .box_title,
.activity .activity_box .box_title {
    letter-spacing: normal;
    line-height: 1.06;
    margin-bottom: 38px;
    font-size: 24px;
    font-weight: 600;
}

.activity_page .activity_box .box_info p span,
.activity .activity_box .box_info p span {
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 15px;
    transition: 0.3s ease;
    color: #f9423a;
    opacity: 0;
}

.activity_page .activity_box .box_info i,
.activity .activity_box .box_info i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 15px;
    transform: translateX(-80px);
    transition: transform 0.2s ease;
}

.activity_page .activity_box:hover .box_info p span,
.activity .activity_box:hover .box_info p span {
    opacity: 1;
}

.activity_page .activity_box:hover .box_info p i,
.activity .activity_box:hover .box_info p i {
    transform: translateX(0px);
}

.activity_page .content_all #dle-content>div:nth-child(1){
    grid-area: a;
}

.activity_page .content_all #dle-content>div:nth-child(2){
    grid-area: b;
}

.activity_page .content_all #dle-content>div:nth-child(3){
    grid-area: c;
}

.activity_page .content_all #dle-content>div:nth-child(4){
    grid-area: d;
}

.activity_page .content_all #dle-content>div:nth-child(5){
    grid-area: e;
}

.activity_page .content_all #dle-content{
    display: grid;
    flex-wrap: wrap;
    padding: 0;
    grid-template-areas:
        "a b b c"
        "d d e e";
    grid-template-columns: 33.33% 16.6% 16.6% 33.33%;
}

.activity_page .content_all #dle-content>*{
    width: 100%;
}

/* ============================Companies===================== */

.companies .item_img {
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.companies .item_img::before {
    background: #e100008c;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.companies .item_img .logo_wrap {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(10, 19, 49, 0.07);
    overflow: hidden;
    background: white;
}

.companies .item_img .logo_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.companies .item_text {
    text-align: center;
    padding: 0 10px 15px;
    min-height: 120px;
}

.companies .item_text .item_title {
    margin: 45px 0 10px;
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
}

.companies .item_text p {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.companies .item a {
    border-radius: 5px;
    border: solid 1px #f0f2f7;
    overflow: hidden;
    transition: 0.3s ease;
    background: #fff;
    display: block;

}

.companies .item a:hover {
    transform: scale(1.05);
    box-shadow: 0 14px 16px 0 rgba(10, 19, 49, 0.06);
    color: black;
}

.companies .owl-carousel {
    line-height: 0;
}

.companies .owl-stage {
    padding: 50px 0;
}

.companies .owl-item {
    padding: 0 20px;
}

.companies .owl-carousel .owl-nav .owl-next,
.companies .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(10, 19, 49, 0.07);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    transition: 0.3s ease;
    line-height: 1.1;
}

.companies .owl-carousel .owl-nav .owl-next span,
.companies .owl-carousel .owl-nav .owl-prev span {
    display: block;
    margin-top: -2px;
    font-size: 20px;
}

.companies .owl-carousel .owl-nav .owl-next span {
    margin-left: 2px;
}

.companies .owl-carousel .owl-nav .owl-prev span {
    margin-right: 2px;
}

.companies .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.companies .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.companies .owl-carousel .owl-nav .owl-next:hover,
.companies .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #010080;
}

.companies .owl-carousel .owl-nav .owl-next:hover span,
.companies .owl-carousel .owl-nav .owl-prev:hover span {
    color: white;
}

.news .carousel_dots .owl-dot,
.companies .owl-dot {
    width: 9px;
    height: 9px;
    background: #d8d9db !important;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
}

.companies .owl-dots {
    text-align: center;
}

.news .carousel_dots .owl-dot.active,
.companies .owl-dot.active {
    background-color: #010080 !important;
}

.section_title h2 {
    font-weight: 600;
}

.companies .section_title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 12px;
}

.companies .section_title a {
    margin-bottom: 0;
    color: #adadad;
    display: block;
}

.companies .section_title a i {
    transform: translateX(0);
    transition: 0.3s ease;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 8px;
}

.companies .section_title a:hover i {
    transform: translateX(5px);
}

.news .content_all .item{
    margin: 0;
}

/* ==============================Mission============================== */

.mission {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.mission::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(48deg, black 28%, transparent);
}

.mission .container {
    display: flex;
    align-items: center;
}

.mission .text_wrap {
    color: white;
    position: relative;
}

.mission .text_wrap:first-child {
    margin-bottom: 4rem;
}

.mission .text_wrap h2 {
    /* font-weight: 600; */
    font-size: 60px;
}

.mission .text_wrap p {
    font-size: 16px;
    line-height: 1.4;
    color: #b2b2b2;
}


/*===============================Structure=============================*/


/* ===============================News===================== */

.news .item {
    border-radius: 12px;
    background-image: url('../img/activity-img.jpeg');
    background-size: cover;
    background-position: center;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: .15s cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    padding: 0;
}

.news .item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.news .section_title {
    margin-bottom: 34px;
    padding: 0 10px;
}

.news .item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 88;
}

.news .item .item_info {
    height: 100%;
    padding: 60px 25px 10px;
    position: relative;
}

.news .item_info div {
    /*position: absolute;*/
    bottom: 45px;
}

.news .item_info div span {
    display: inline-block;
}

.news .item_info p {
    font-size: 20px;
    color: white;
    line-height: 23px;
    margin-bottom: 25px;
}

.news .item_info div {
    color: white;
    font-size: 14px;
    color: rgb(255 255 255 / 90%);
}

.news .item_info .date {
    margin-right: 27px;
    position: relative;
}

.news .item_info .date::after {
    position: absolute;
    right: -24px;
    top: 50%;
    content: '';
    width: 17px;
    height: 1px;
    background: rgba(151, 151, 151, .9);
    -webkit-transform: rotate(-62deg);
    -moz-transform: rotate(-62deg);
    -o-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    transform: rotate(-62deg);

}

.news .item_info div i {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: text-top;
}

.news .item:hover::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.news .item:hover {
    transform: translateY(-4px);
}

.news .owl-carousel .owl-stage-outer {
    padding-top: 30px;
}

.news .owl-carousel .owl-nav button.owl-next,
.news .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% + 16px);
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgb(0 36 90 / 8%);
    box-shadow: 0 10px 10px rgb(0 36 90 / 8%);
    fill: #003687;
    -webkit-transition: .15s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .15s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: .15s cubic-bezier(.645, .045, .355, 1);
    transition: .15s cubic-bezier(.645, .045, .355, 1);
}

.news .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.news .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.news .owl-carousel .prev-slide,
.news .owl-carousel .next-slide {
    height: 10px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.news .owl-carousel .prev-slide {
    background-image: url(../img/left_arrow.svg);

}

.news .owl-carousel .next-slide {
    background-image: url(../img/right_arrow.svg);
}

.news .owl-theme .owl-nav {
    margin: 0;
}

.news .section_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .section_title h2 {
    margin-bottom: 0;
}

.news .section_title a {
    display: block;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 6px 20px;
    margin-right: 25px;
    transition: 0.3s ease;
    width: max-content;
    color: #747474;
}

.news .section_title a i {
    margin-left: 10px;
    font-size: 13px;
}

.news .section_title a:hover {
    border-color: #010080;
    color: #010080;
}


/* ====================================References========================== */

.references {
    padding: 50px 0 42px;
    background: #000;
}

.references .section_title {
    margin-bottom: 60px;
    color: white;
}

.references .list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.references .list li {
    margin-right: 30px;
    /* width: calc(12% - 15px); */
}

.references .list li:nth-child(odd) {
    margin-top: 20px;
}

/*.references .list li:hover .img_wrap img {*/
/*    opacity: 0.5;*/
/*}*/

.references .list li:last-child {
    margin-right: 0;
}

.references .img_wrap {
    width: 130px;
    transition: 0.3s linear;
    border: 1px solid #525555;
    height: 132px;
}

.references .img_wrap img {
    filter: brightness(100) grayscale(100);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    transition: all 0.3s ease;
}


/* ========================================Footer========================== */

footer {
    padding: 55px 0 20px;
}

footer .container>div {
    padding-top: 30px;
}

footer .row>div {
    margin-bottom: 40px;
}

footer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

footer .footer_menu li {
    margin-bottom: 16px;
}

footer .footer_menu li a {
    color: #878888;
    font-size: 15px;
}

footer .footer_menu li a:hover {
    color: #f9423a;
}

footer h2 a {
    color: black;
}

footer h2 a:hover {
    color: black;
}

footer .phone p {
    margin-bottom: 25px;
}

footer .phone a{
    color: #878888;
}

footer .phone p a:hover {
    color: #f9423a;
}

footer .phone span {
    display: block;
    font-weight: 600;
}

footer .mail {
    font-size: 17px;
    font-weight: 600;
    color: #020080;
    margin-bottom: 9px;
    display: block;
}

footer .mail:hover {
    text-decoration: underline;
}

footer .address {
    font-size: 14px;
    color: #6c7c93;
    line-height: 22px;
}

footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    align-items: baseline;
}

footer .bottom_left p {
    display: inline-block;
    margin-right: 80px;
    color: #adbdd4;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

footer .bottom_left p a {
    color: #adbdd4;
}

footer .bottom_left p a:hover {
    text-decoration: underline;
}

footer .bottom_right {
    /*width: 20%;*/
    padding: 0 15px;
}

footer .bottom_right .copyright {
    font-size: 14px;
    color: #adbdd4;
}

footer .social_icons p {
    font-size: 16px;
    margin-bottom: 24px;
}

footer .social_icons div {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

footer .social_icons a {
    display: flex;
    background: #fff;
    height: 45px;
    width: 45px;
    /* margin: 0 15px; */
    border-radius: 8px;
    align-items: center;
    /*justify-content: center;*/
    text-decoration: none;
    /*box-shadow: 0px 1px 10px -1px rgb(0 0 0 / 15%), -6px -6px 10px -1px rgb(255 255 255 / 70%);*/
    border: 1px solid rgba(0, 0, 0, 0);
    transition: 0.3s ease;
    margin-bottom: 25px;
    margin-right: 3px;
}

footer .social_icons a i {
    font-size: 24px;
    color: #000;
    
}

footer .social_icons a:hover .fa-facebook {
    color: #3b5998;
}

footer .social_icons a:hover .fa-twitter {
    color: #00acee;
}

footer .social_icons a:hover .fa-whatsapp {
    color: #4fce5d;
}

footer .social_icons a:hover .fa-instagram {
    color: #f14843;
}

footer .social_icons a:hover .fa-youtube {
    color: #f00;
}

/*=================================Inside pages======================*/

.breadcrumb{
    background: #f9423a;
    color: white;
    padding: 18px 0;
    margin: 0;
}

.breadcrumb-list{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.breadcrumb-list a{
    color: white;
}

.breadcrumb-list li i{
    padding: 0 15px;
    font-size: 12px;
}

.breadcrumb-list .active{
    color: white;
    opacity: 0.5;
}

.title_wrap{
    height: 250px;
    background-image: url(../img/inner-img.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 23%;
    position: relative;
}

.title_wrap:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.title_wrap .title_page{
    display: flex;
    align-items: center;
    color: white;
    z-index: 1;
    position: relative;
    justify-content: center;
}

/*.content_all{*/
/*    padding: 50px;*/
/*    margin-top: -64px;*/
/*    background: white;*/
/*    z-index: 9;*/
/*    position: relative;*/
/*}*/

.inner_padding{
    padding-bottom: 5rem;
}

.page_content .quote{
    height: 300px;
    margin-bottom: 25px;
    float: left;
    margin-right: 30px;
    width: 45%;
}

.page_content .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 20%;
    margin: 0;
}

.companies_content img:nth-child(2){
    display: none;
}

.content_all #dle-content{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.content_all #dle-content>*{
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.share_buttons{
    padding: 50px 0 0;
}

.share_buttons hr{
    margin-top: 50px;
    margin-bottom: 33px;
    width: 100%;
}

.share_buttons h2{
    color: #737477;
    margin-bottom: 20px;
    font-size: 14px;
}

.share_buttons .at-share-tbx-element .at-share-btn{
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 5px 0 !important;
}


/*===========================Contact=====================*/

.contact_info{
    margin-bottom: 5rem;
}

.contact_info span{
    display: inline-block;
    background: #020080;
    border-radius: 50%;
    width: 60px;
    padding: 16px;
    height: 60px;
    margin-right: 15px;
}

.contact_info .contact_content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_info .contact_content a{
    display: block;
}

.contact_info .address p{
    width: calc(100% - 75px);
}

.contact_info .contact_content a:hover{
    color: #f9423a;
}

.contact_info img{
    width: 100%;
}

#map{
    height: 400px;
}


/*==================================Team =========================*/

.team .team_box {
    width: 25%;
    margin: 40px 0 !important;
}

.team .team_box a {
    transition: 0.3s ease;
}

.team .img_wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    background: #f8f8f8;
    margin: 0 auto;
    position: relative;
}

.team .img_wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    -webkit-border-bottom-left-radiuss: 50%;
    -moz-border-bottom-left-radius: 50%;
    -o-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radiuss: 50%;
    -moz-border-bottom-right-radius: 50%;
    -o-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
    object-position: top;
    /*display: none;*/
}

.team #dle-content .team_box:nth-child(4) .img_wrapper img{
    
}
.team .title_wrapper {
    text-align: center;
    padding: 20px 0 0;
}

.team .title_wrapper h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8;
}

.team .title_wrapper p {
    color: rgb(57, 51, 48, .7);
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.team .team_box:hover img {
    height: 270px;
}


/*.team .row{*/
/*    margin: 0;*/
/*}*/

/*.team .team_box{*/
/*    height: 100%;*/
/*    position: relative;*/
/*    padding: 0 30px;*/
/*}*/

/*.team .team_box .quote{*/
/*    height: 250px;*/
/*    margin-bottom: 30px;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.team .team_box img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*    filter: grayscale(1);*/
/*    margin: 0;*/
/*}*/

/*.team h3{*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    color: #f9423a;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.team h4{*/
/*    font-size: 20px;*/
/*    margin-bottom: 0;*/
/*}*/

/*.team .social_box{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    overflow: hidden;*/
/*}*/

.inner-header .language .default_lang{
    color: black;
}

/* ====================================Responsive==================== */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    
    
    .activity .activity_box .box_info {
        left: 28px;
        right: 28px;
    }

    .activity .activity_box {
        height: 450px;
    }

}

@media only screen and (min-width: 1200px) {
    .activity .col-xl-3 {
        width: 20%;
    }
}

@media only screen and (min-width: 1400px){
    main .carousel_control .container{
        bottom: 22%;
    }
}

@media only screen and (min-width: 1199.99px) {
    
    footer .col-xl-2 {
        width: 20%;
    }

    /*.about_section .img_wrap {*/
    /*    height: 340px;*/
    /*}*/
    
    .about_section .about_content{
        padding-left: 48px;
    }
    
    .about_section .img_wrap{
        margin-right: 48px;
    }

}


@media only screen and (min-width: 1440px) {
    main .carousel-caption {
        margin-left: 8.33333%;
    }
    
    main .carousel_control .carousel-nav{
        margin-left: 8.33333%;
    }
}

@media only screen and (min-width: 990.99px) {

    
    .inner-header .nav-item .nav-link{
        color: black !important;
    }
    
    header .dropdown:hover .dropdown-menu{
        transform: scale(1, 1) !important;
    }  

    .header_resize {
        background-color: white;
    }

    .header_resize .language .default_lang,
    .header_resize .nav-link{
        color: black !important;
    }

    .header_resize .logo{
        filter: none;
    }

}

@media only screen and (max-width: 1399.99px) {
    .references .list li {
        margin-right: 20px;
    }

    .references .img_wrap {
        width: 122px;
        height: 122px;
    }

    /* main .carousel_control .container{
        bottom: 110px;
    } */
}

@media only screen and (max-width: 1199.99px) {



    .about_section .img_wrap {
        height: 100%;
    }

    .activity .row>div:not(:last-child) .activity_box {
        border-bottom: 1px solid #ebeef4;
    }

    .references .img_wrap {
        width: 105px;
    }

    .references .list li {
        margin-right: 13px;
    }

    .references .img_wrap {
        width: 105px;
        height: 105px;
    }

    footer .social_icons div {
        justify-content: flex-start;
    }

    footer .social_icons a {
        margin-right: 10px;
    }

    footer .footer_bottom {
        padding-top: 0 !important;
    }
    
    .activity .row>div:nth-child(even) .activity_box{
        border-right: none;
    }
    
    .activity .row>.col-md-6:last-child{
        width: 100%;
    }
    
    .team .team_box {
        width: 33.33%;
    }
    
}

@media only screen and (max-width: 991.99px) {

    header .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 90%;
        background: #000;
        padding: 150px 50px 50px;
        overflow-y: auto;
        height: 100vh;
    }

    header .navbar {
        padding-top: 22px;
    }
    
    .inner-header .navbar{
        padding-top: 2px;
    }
    
    .inside_pages{
        margin-top: 62px;
    }
    
    header.fixed .navbar{
        padding-top: 0;
    }

    header .nav-item {
        padding: 10px 0 !important;

    }

    header .dropdown .dropdown-menu {
        position: static;
        display: none;
        transform: none;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        transition: auto;
    }

    header .dropdown .dropdown-menu .row{
        width: 100%;
        margin: 0;
    }

    header .dropdown .dropdown-item{
        color: white;
        width: max-content;
        margin: auto;
    }

    header .dropdown .dropdown-item span:first-child{
        display: none;
    }

    header .dropdown-item:focus, 
    header .dropdown-item:hover{
        background-color: transparent;

    }

    header .navbar-nav .nav-link{
        text-align: center;
        font-size: 25px;
        color: white !important;
    }

    header .language .default_lang{
        color: white;
    }

    .dropdown_resp{
       display: block !important;
    }

    header .dropdown .menu_list{
        padding: 0;
    }
    
    header.fixed .nav-item .nav-link{
        color: white !important;
    }

    main .carousel-caption {
        width: 70%;
    }

    .about_section .about_content {
        padding-right: 0;
    }

    .references .list li {
        margin: 0 6px 13px 6px;
    }

    .references .list li:last-child {
        margin-right: 6px;
    }

    .references .list li:nth-child(odd) {
        margin-top: 0;
    }

    .references .list {
        justify-content: center;
    }

    .references .section_title h2 {
        text-align: center;
    }
    
    .activity_page .content_all #dle-content{
        grid-template-areas:
        "a b"
        "c d"
        "e e";
        grid-template-columns: 1fr 1fr;
    }
    
    .team .team_box {
        width: 50%;
    }

}

@media only screen and (max-width: 767.99px) {

    main{
        height: 550px;
    }

    main .item,
    main .media_wrap{
        height: 550px;
    }
    
    main video{
        height: 100%;
    }

    main .carousel-caption {
        width: 92%;
    }

    main .carousel-caption h2{
        font-size: 50px;
    }

    .about_section .img_wrap {
        height: auto;
    }

    .about_section .about_content {
        margin-bottom: 40px;
    }
    
    .activity .activity_box .box_info{
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 40px;
    }
    
    .activity .activity_box .box_info p{
        margin-bottom: 0;
    }
    
    .activity .activity_box a{
        display: flex;
        align-items: center;
    }
    
    .activity .activity_box .box_title{
        margin-bottom: 15px;
    }
    
    .activity .activity_box{
        height: 140px;
    }
    
    .activity .row>div:not(:last-child) .activity_box{
        border-right: none;
    }

    .mission .text_wrap {
        text-align: center;
    }
    
    .news .section_title a{
        margin-right: 0;
    }
    
    .category_content .quote,
    .static_content .quote{
        width: 100%;
        float: none;
        
    }
    
    .category_content .quote{
        height: auto;
    }
    
    
    .news {
        position: relative;
    }
    
    .news .carousel_dots{
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .news .section_title {
        margin-bottom: 10px;
    }

    /*footer .container>div{*/
    /*    margin: 0;*/
    /*}*/
    
    footer .bottom_left p{
        margin-right: 20px;
    }
    
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
    }
    
    .activity_page .content_all #dle-content{
        grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e";
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 576px) {

    main .carousel-caption h2{
        font-size: 40px;
    }

    main .carousel-caption .more_btn{
        min-width: 200px;
        padding: 16px;
    }

    .news .owl-carousel .owl-nav button.owl-next,
    .news .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
    }

    .news .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }

    .news .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .activity .activity_box .box_title{
        font-size: 24px;
    }

    .news .section_title h2,
    .companies .section_title h2 {
        margin-bottom: 25px;
    }

    .news .section_title a {
        margin-bottom: 15px;
    }

    footer .bottom_right {
        padding: 0;
    }
    
    .team .team_box {
        width: 100%;
    }
}


@media only screen and (max-width: 476px) {

    /*header .container {*/
    /*    max-width: 100%;*/
    /*}*/

    header .logo {
        width: 110px;
    }

    .mission .text_wrap h2 {
        font-size: 42px;
    }
}