button:focus {
    outline: none !important;
}
header,
main,
footer {
    font-family: 'Exo 2' !important;
}
.row {
    margin: 0 !important;
}

.nav-items {
    height: 100%;
    align-items: center;
}
.nav-item{
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
:root {
    --web-padding: 20px;
}
/*nav {*/
/*    padding-top: 30px;*/
/*}*/
.nav-item {
    filter: opacity(0.8);
    position: relative;
}
.nav-item:hover {
    filter: opacity(1);
}
.nav-item a:hover{
    color: #fff;
}
.dropdown-item{
    color: black !important;
}
.dropdown-toggle{
    padding: 0;
}
.main-background {
    position: relative;
    height: 100vh;
    background: url(../img/Rectangle.jpg);
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}
.main-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6195FF;
    filter: contrast(200%) brightness(150%);
    filter: saturate(100%);
    filter: hue-rotate(5deg);
    mix-blend-mode: multiply;
    z-index: -3;
}
.lang-dropdown {
    position: absolute;
    top: 21px;
    padding: 3px 10px;
    border-radius: 5px;
}
.navbar{
    padding: 0!important;
}
.lang-nav-item{
    width: 72px;
}
.lang-dropdown-item {
    opacity: .7;
    width: 50px;
    display: none;
}
.lang-dropdown:hover > .lang-dropdown-item {
    display: inherit !important;
}
.lang-dropdown-item:hover {
    opacity: 1 !important;
}
.lang-active {
    display: inherit !important;
    opacity: 1 !important;
}
.lang-dropdown-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang-dropdown-item a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.main-back-layer-1 {
    position: relative;
    height: 100%;
    width: 100%;
}
.main-back-layer-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    background: linear-gradient(90deg, #115FFF 0%, rgba(196, 196, 196, 0) 56.77%);
    height: 100%;
    z-index: -2;
}
.search-background{
    display: none;
    position: fixed;
    z-index: 5555;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.search-close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    color: white;
    font-size: 40px;

    display: none;
}
#closeBtn{
    text-shadow: 0px 1px 4px #000000;
}
.search-input {
    position: absolute;
    top: 40vh;
    width: 100%;
    display: none;
}
.input-design {
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 8px 20px #1160ff38;
}
.input-design button {
    border-left: 1px solid #776C82;
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 30px;
}
.search-input input {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    width: 500px;
    border-radius: 5px;
    background: transparent;
}
.search-input input::placeholder {
    font-family: 'Exo 2 Bold';
    font-size: 18px;
}
.nav-active {
    filter: opacity(1) !important;
}
.main-container {
    height: 100%;
}
/*.main-components {*/
/*    padding-left: 40px;*/
/*}*/
.main-header {
    font-family: 'Exo 2 Extra Bold' !important;
    font-weight: bolder;
    font-size: 14.4px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.primary-p {
    font-family: 'Exo 2 Black' !important;
    font-style: normal;
    font-weight: bolder;
    font-size: calc(100vw / 17);
    line-height: 118px;
}
.secondary-p {
    font-family: 'Exo 2 Black' !important;
    font-style: normal;
    font-weight: bolder;
    font-size: calc(100vw / 17);
    line-height: 118px;
    color: #E1791B;
}
.main-footer {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    width: 40%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
}
.main-footer p {
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
}
.main-footer span {
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.main-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(196, 196, 196, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: 40px;
    margin-right: 30px;
    width: 48px;
    height: 48px;
}
.main-bottom-design {
    position: absolute;
    bottom: -205px;
    right: 0;
    z-index: 50;
}
.main-back-bottom-design {
    background-color: #6195FF;
    width: 411px;
    height: 108px;
    float: right;
    z-index: -11111;
}
.about-us {
    /*margin-top: 100px;*/
    padding: var(--web-padding);
}
.about-us-subtitle {
    font-family: 'Exo 2 Extra Bold' !important;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #E1791B;
    padding: 10px 0;
}
.about-us-title {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    color: #30233D;
    padding: 10px 0;
}
.about-us-info {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    padding-top: 20px;
}
.about-us-info p{
    white-space: pre-wrap;
}
.work-areas {
    /*margin-top: 70px;*/
    padding: var(--web-padding);
}
.work-area-subtitle {
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: normal;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #E1791B;
}
.work-area-title {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    color: #30233D;
    padding: 20px 0;
}
.work-area-block-logo {
    padding: 20px 0;
}
.work-area-logo-container {
    background: rgba(225, 121, 27, 0.02);
    border: 1px solid rgba(225, 121, 27, 0.5);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.work-area-block-header {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    color: #30233D;
    padding: 20px 0;
}
.work-area-block-header a:hover{
    color: #30233D;
}
.work-area-block-info {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    /*text-align: justify;*/
    color: #776C82;
    padding: 0 20px 0 0;
}
.services {
    z-index: -1;
    position: relative;
    margin-top: 70px;
}
.services .row {
    margin: auto !important;
}
.service-left,
.service-right {
    padding: 0;
}
.service-type {
    margin: 0;
}
.service-type a{
   padding: 0;
}
.services .row {
    padding: 0;
    width: 100%;
}
.service-subtitle {
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: normal;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #E1791B;
    padding: 20px 0;
}
.service-title {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    color: #30233D;
    padding: 20px 0;
    margin-bottom: 70px;
}
.s-type-1 {
    background-color: #6195FF;
}
.s-type-2 {
    background-color: #4879DD;
}
.s-type-3 {
    background-color: #275FD1;
}
.s-type-4 {
    background-color: #0B46BF;
}
.s-type-5 {
    background-color: #0a3a9e;
}
.s-type-6 {
    background-color: #062972;
}
.s-type-7 {
    background-color: #051e53;
}
.s-type-8 {
    background-color: #05163b;
}
.service-type-header {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #FCFCFC;
    padding: 70px 0;
}
/*.service-headers {*/
/*    padding-left: 100px;*/
/*}*/
/*.service-header-container {*/
/*    padding-left: 50px;*/
/*    width: 50%;*/
/*}*/
.service-header-container h4 {
    width: 100%;
}
.service-type-paragraph {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFCFC;
}
.service-type-paragraph p {
    width: 70%;
}
.service-right {
    background-image: url('../img/service.jpg');
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.service-right-bg-color {
    background: linear-gradient(90deg, #e1771b, #e1771b);
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.service-bottom-design {
    background-color: #E1791B;
    width: 30%;
    height: 100px;
    z-index: -1;
}
.service-bottom-design-image {
    bottom: 0;
    position: absolute;
}
.service-bottom-design-image img {
    transform: scaleX(-1);
    height: 200px;
}
.slider-active {
    display: inherit !important;
}
.post-slider-active {
    display: inherit !important;
}
.news{
    padding: var(--web-padding);
}
.news .row {
    margin: 0;
}
.news-info,
.news-bg {
    padding: 0;
}
.news-more-button {
    padding-top: 10px;
}
.news-more-button a {
    border: 1px solid #6195FF;
    border-radius: 0;
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #6195FF;
}
.news-more-button a:hover {
    background-color: #e1771b;
    color: #fff;
}
.news-subtitle {
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6195FF;
    padding: 20px 0;
}
.news-publish-date {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #E1791B;
}
.news-title {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #30233D;
    padding: 10px 0;
}
.news-content {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #776C82;
}
.news-info {
    width: 95%;
    height: fit-content;
}
.news-slider-buttons {
    width: 100%;
    float: right;
}
.news-slider-item {
    display: none;
}
.newsPrevBtn {
    border: 1px solid rgba(97, 149, 255, 0.49);
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.news-slider-buttons img {
    width: 10px;
}
.newsNextBtn {
    border: 1px solid rgba(97, 149, 255, 0.49);
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.news-design {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: -1;
}
.news-design img {
    position: absolute;
    right: 0;
    bottom: -205px;
}
.news-design-pattern {
    background-color: #6195FF;
    height: 110px;
    width: 411px;
    float: right;
}
.posts {
    margin-top: 200px;
}
.posts .row {
    padding: 0;
    width: 100%;
}
.posts-slider {
    width: 55%;
}
.posts-subtitle {
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #E1791B;
    padding: 20px 0;
}
.posts-publish-date {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #6195FF;
}
.posts-more-button {
    margin-top: 10px;
}
.posts-more-button a {
    border: 1px solid #E1791B;
    border-radius: 0;
    font-family: 'Exo 2 Extra Bold' !important;
    font-style: bold;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #E1791B;
    text-transform: uppercase;
}
.posts-more-button a:hover {
    background-color: #6195FF;
    color: #fff;
}
.posts-title {
    font-family: 'Exo 2 Medium' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #30233D;
    padding: 10px 0;
}
.post-slider-item {
    display: none;
}
.posts-content {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #776C82;
}
.posts-button-container {
    width: 78%;
    float: right;
}
.post-info {
    height: fit-content;
    width: 95%;
    margin-left: 5%;
}

.postsPrevButton {
    border: 1px solid rgba(225, 121, 27, 0.49);
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.postsNextButton {

    border: 1px solid rgba(225, 121, 27, 0.49);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.posts-bg,
.posts-content {
    padding: 0;
}
.posts-bg {
    position: relative;
    background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/posts.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.posts-image {
    padding: 0 !important;
}
.posts-design {
    z-index: -1;
    position: relative;
    padding: 0;
}
.posts-design img {
    position: absolute;
    bottom: -95px;
}
.posts-design-pattern {
    background: #E1791B;
    height: 110px;
    width: 411px;
}
.partner-bg {
    background: linear-gradient(269.94deg, #6195FF 13.79%, rgba(39, 95, 209, 0.5) 85.13%), url('../img/footer.jpg');
    background-blend-mode: normal, multiply;
    background-repeat: no-repeat;
    padding: 0;
}
.partners {
    background: #6195FF;
    background-blend-mode: normal, multiply;
    background-repeat: no-repeat;
    background-size: contain;
}
.partner-slider-item{
    height: 100%;
    padding: 20px;
}
.partner-slider-item img{
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.partner-header {
    font-family: 'Exo 2 Extra Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FCFCFC;
}
.partner-item {
    display: none;
}
.partner-item img {
    width: 100%;
    height: 100px;
    padding: 5px 0;
    object-fit: contain;
    object-position: center;
}
.active-partner-item {
    display: inherit !important;
}
#partnerBtnPrev {
    border: 1px solid rgba(255, 255, 255, 0.49);
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
#partnerBtnNext {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.49);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.links {
    margin-top: 50px;
}
.links-header {
    font-family: 'Exo 2 Extra Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #E1791B;
    padding: 40px 0;
}
.link-item {
    display: none;
    justify-content: center;
    padding: 10px;
}
.active-link-item {
    display: flex;
}
#linksPrevBtn {
    border: 1px solid rgba(225, 121, 27, 0.49);
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
#linksNextBtn {
    background: #E1791B;
    border: 1px solid rgba(225, 121, 27, 0.49);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.subscribe-header {
    font-family: 'Exo 2 Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 67px;
    text-align: center;
    color: #30233D;
}
.subscribe-info {
    font-family: 'Exo 2 Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #776C82;
}
.subscribe-form {
    width: 400px;
}
.subscribe-form input {
    border: none;
}
.subscribe-form input:focus {
    outline: none !important;
    outline-offset: none !important;
    box-shadow: none !important;
}
.subscribe-form input::placeholder {
    font-family: 'Exo 2 Medium';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #9B94A3;
}
#formSubmitBtn {
    font-family: 'Exo 2 Extra Bold';
    font-style: normal;
    font-weight: bolder;
    font-size: 12.6px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #E1791B;
}
#formSubmitBtn span {
    border: 1px solid rgba(225, 121, 27, 0.49);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 30px;
}
#formSubmitBtn img {
    transform: scaleX(-1);
}
.form-divider {
    border: 2px solid #D7CFE1;
    width: 400px;
}
/*.map {*/
/*    margin-top: 100px;*/
/*}*/
