html {
    background-color: #000;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    position: relative;
    color: #15172E;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

.container {
    max-width: calc(1300px + 5em);
	width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    /* overflow: hidden; */
}
/* .home-page.container {
    max-width: calc(1000px + 2em);
} */
*:focus {
    outline: none;
    box-shadow: none;
}
hr {
	color: #1690d3;
	opacity: 1;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
hr:not([size]) {
     height: 2px;
}
a {
	text-decoration: none;
    color: #1690d3;
}
a:hover {
    color: #1690d3;
}
.hexagon-new {
    width: 8.625em;
    height: 4.979em;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out;
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin: 0.313em;
}
.hexagon-new:after {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 8.625em;
    height: 4.979em;
    left: 0;
}
.hexagon-new-hov:hover {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
    background-color: #e5f6ff;
  }
   .hexagon-new-hov:hover:after {
        background-color: #e5f6ff!important;
    }
    .hexagon-hov:hover:after {
        background-color: #e5f6ff!important;
    }
.hexTop {
    width: 6.099em;
    height: 6.099em;
    position: absolute;
    top: -3.049em;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    background: inherit;
}
.hexTop:after, .hexBottom:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}
.hexBottom {
    width: 6.099em;
    height: 6.099em;
    bottom: -3.049em;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    background: inherit;
}
.hexagon-new img {
    max-width: 100px;
    width: 70%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    display: block;
    z-index: 2;
    font-size: 1.5em;
}

.hexagon-new-wrp {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 3.125em 0;
    width: 24em;
}

.btn,
input.btn {
	color: #fff;
	border-color: #1690d3;
    background-color: #29c300;
    padding: 12px 40px;
    font-weight: 500;
    display: inline-block;
}

.btn:hover,
.btn:focus,
input.btn:hover,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	background-color: #1d78ab;
	color: #fff;
	border-color: #1d78ab;
    text-decoration: none;
	box-shadow: none;
}
/* .recruiting-solutions-development .btn:hover,
input.btn:hover {
	color: #fff;
	border-color: #1690d3;
    background-color: #1690D3;
} */

.btn-outline-primary {
	color: #1690d3;
	border-color: #1690d3;
	background: none;
    transition: all .5s ease;
    padding: 16px 25px;
}
.btn-outline-primary:focus {
	outline: none;
}
.btn-outline-primary:hover {
	/* background-color: #1690d3; */
	color: #fff;
	text-decoration: none;
}
.btn:focus,
input.btn:focus {
	box-shadow: none !important;
}
.reveal-top {
    z-index: 2;
    position: relative;
}
.reveal-btm {
    position: relative;
    z-index: 1;
}
.reveal-btm .reveal-btm__stick {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.reveal-btm .reveal-btm__origin {
    padding-top: 100px;
}
.wpcf7-response-output {
    display: none !important;
}
.wpcf7-spinner {
    position: absolute;
    margin: 0;
}
@media screen and (max-width: 425px) {
    .reveal-btm .reveal-btm__origin {
        padding-top: 0;
    }
    .wpcf7-spinner {
        position: relative;
    }
}

.popup {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 7;
    padding-top: 3em;
    padding-bottom: 3em;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popup.popup_video {
    background-color: rgba(15, 1, 17, 0.85);
}
.popup .container {
    position: relative;
}
.popup .close {
    position: absolute;
    top: 0;
    right: 1em;
    background-color: #1690d3;
    width: 4em;
    height: 4em;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.popup .close:before,
.popup .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    background-color: #fff;
    border-radius: 2px;
}
.popup .close:before {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}
.popup .close:after {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}
.popup .close:hover {
    background-color: #1d78ab;
}
.popup .close:active {
    background-color: #38a4d0;
}
@media screen and (max-width: 767px) {
    .popup {
        padding-top: 0;
    }
    .popup .close {
        width: 3em;
        height: 3em;
    }
}
.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

input::placeholder,
textarea::placeholder{
	color: #15172E;
}

input,
select,
textarea {
    border: none;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0 !important;
    color: #15172E;
    padding: 4px 0px;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #C1CEDE;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid inherit;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  transition: background-color 5000s ease-in-out 0s;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../main_images/arrow_dd_white.svg');
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
textarea {
	border: 2px solid white;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.uploaded_file {
    max-width: 325px;
    width: 100%;
}
.uploaded_file span {
    font-size: 14px;
    margin: 12px 0;
    font-style: italic;
}
.uploaded_file svg {
    cursor: pointer;
}

.hero-contact-form input,
.hero-contact-form select,
.hero-contact-form textarea {
    border-color: #16172F;
    color: #16172F;
    border-width: 1px;
    font-size: 16px;
    line-height: 19px;
}
.hero-contact-form input::placeholder,
.hero-contact-form textarea::placeholder{
	color: #16172F;
}
.hero-contact-form [type="submit"] {
    max-width: 200px;
}
/* Fixed flag for phone field */
.iti__country-list {
    max-width: 430px;
}
.iti__selected-flag {
    height: 27px;
}
.inner-page .main section:first-of-type {
    padding-top: 100px;
}
.show-message ~ .main section:first-of-type {
    padding-top: 180px;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
    letter-spacing: 0;
    word-break: break-word;
}
h2,
.h2 {
    font-weight: 600;
    margin-bottom: 80px;
    line-height: 37px;
    font-size: 30px;
    letter-spacing: 0;
    word-break: break-word;
}
h3,
.h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
    word-break: break-word;
}
h4 {
    font-size: 28px;
    font-weight: 400;
    word-break: break-word;
}
h4.subtitle {
    color: #1690D3;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
p {
    color: #15172E;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 400;
    word-break: break-word;
}
strong {
    font-weight: bold;
}
div.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div.breadcrumbs a {
    color: #fff;
}
div.breadcrumbs a:hover {
    text-decoration: underline;
}
div.breadcrumbs .home span {
    display: none;
}
.breadcrumb-item::before {
    font-weight: 700;
    color: white;
}
.hero .breadcrumbs {
    padding-top: 5px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    line-height: 28px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
    font-weight: 400;
    width: 30px;
    text-align: center;
    padding: 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
/* Header message */
.header-message {
    background-color: #2F90D3;
    position: absolute;
    z-index: 10;
    height: 80px;
    width: 100%;
    display: none;
}
.show-message {
    display: block;
}
.header-message .close-header-msg {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
}
.header-message .header-message-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header-message .header-message-content a {
    color: #FFF;
    text-decoration: underline;
}
.show-message + .header {
    margin-top: 80px;
}
.show-message + .is_bg,
.home-page .show-message + .is_bg{
	margin-top: 0px!important;
}
.home-page .show-message + .header {
	margin-top: 120px;
}
/* Header */
header,
.navbar {
	height: 100px;
	width: auto;
	background-color: transparent;
}
header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
}
header nav.navbar {
    max-width: calc(1300px + 2em);
	width: 100%;
    margin: auto;
}
.home-page .header {
    position: fixed;
    top: 0;
    z-index: 999;
}
.home-page header.header::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    z-index: -1;
}
.home-page header.header.is_bg::after {
    /* background-image: url('../main_images/home_hero_section.png'); */
    background-color: #0f0111;
    opacity: 1;
}
.home-page header.header.is_fixed_white::after {
    background-image: none;
    background-color: white;
}
.home-page header.header.is_fixed_white {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(142 142 142 / 50%);
}
.inner-page .is_fixed {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgb(142 142 142 / 50%);
    margin-top: 0px;
}
.inner-page .header:not(.is_fixed):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #0f0111;
}
.inner-page.case-studies-single-page .header:before {
    background: transparent;
}
.logo_header {
    width: 160px;
    display: block;
    position: relative;
}
/* .home-page .header .logo_header::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #0091D9;
    bottom: 20px;
} */
.logo_header a {
    display: block;
    background-size: contain;
    width: 160px;
}
.logo_header img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
        max-width: 100%;
    width: 100%;
}
.logo_header .logo_dark {
    display: none;
}
.navbar .navbar-nav .nav-link {
  color: #FFF;
  padding-right: .8rem;
  padding-left: .8rem;
  font-weight: 400;
  position: relative;
  transition: all .5s ease;
}
.header .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    left: .8em;
    right: .8em;
    height: 2px;
    background-color: #1690d3;
    bottom: 8px;
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header .navbar-nav .nav-link:hover {
    text-decoration: none;
}
.header .navbar-nav .nav-item.current_page_item .nav-link:after,
.header .navbar-nav .nav-item.current-menu-parent .nav-link:after,
.header .navbar-nav .nav-item.case_studies_parent .nav-link:after {
    opacity: 1;
    bottom: 20px;
}
.header .navbar-nav .nav-link:not(.current-link):hover::after {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.header .navbar-nav .nav-item.current_page_item .nav-link,
.header .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .navbar-nav .nav-item.case_studies_parent .nav-link{
    color: #1690D3;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    top: 82px;
    right: 0;
    padding: 1rem 0;
    background-color: #050314;
    box-shadow: 0 -2px 0 0 #1690D3, 0 4px 30px 0 rgb(22 145 211 / 50%);
    border: 0;
    z-index: -2;
    opacity: 0;
    border-radius: 0;
    min-width: 300px;
    transition: opacity .5s ease-in-out;
}
.inner-page .is_fixed .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: white;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu-arrow {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #1690D3;
    content: '';
    position: absolute;
    opacity: 0;
    display: none;
    top: 82px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    transition: opacity .5s ease-in-out;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
    padding: 0 1.2em .6em;
    color: #fff;
    background: transparent;
    -webkit-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
}
.home-page header.header.is_fixed_white .navbar .navbar-nav .nav-link,
.inner-page header.header.is_fixed .navbar .navbar-nav .nav-link,
.inner-page header.header.is_fixed .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item {
    color: #000;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a.dropdown-item:hover,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li.current-menu-item a.dropdown-item {
    color: #1690d3;
}

.navbar-button {
    padding: 9px 26px;
    font-weight: 500;
}
.header_menu_m {
    width: 40px;
    height: 40px;
    display: none;
    align-self: center;
    position: relative;
    padding: 5px;
    z-index: 3;
    cursor: pointer;
}
.is_fixed_white .header_menu_m i,
.is_fixed .header_menu_m i {
    border-bottom: 2px solid black;
}
.is_fixed_white .header_menu_m i:before,
.is_fixed_white .header_menu_m i:after,
.is_fixed .header_menu_m i:before,
.is_fixed .header_menu_m i:after {
    background-color: black;
}

.header-search-btn {
    margin-right: 32px;
}
.header-search-btn span {
    border: 1px solid #1690D3;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 30px 40px 100px 20px rgba(0, 0, 0, 0.0666044);
    border-radius: 0px 0px 6px 6px;
    padding: 35px 32px;
    width: 100%;
    max-width: 449px;
}
.header-search-form form {
    border-bottom: 1px solid #7C8CAC;
    display: flex;
    align-items: flex-end;
}
.header-search-form input {
    font-size: 16px;
    line-height: 20px;
    color: #15172E;
    padding: 0 0 10px;
    width: 100%;
    border: unset;
}
.header-search-form input::placeholder {
    color: #7C8CAC;
}
.header-search-form button {
    background: transparent;
    border: unset;
    padding: 0;
    margin-bottom: 11px;
}
header.is_fixed .header-search-btn .search-open svg path {
    fill: #15172E;
}
header.is_fixed .header-search-btn .search-close svg path {
    stroke: #15172E;
}

/* Header End */


/* Footer */
footer .footer-menu-columns {
    padding: 80px 0 100px;
}
footer .footer-menu-columns>.container>.row {
    margin-left: -40px;
    margin-right: -40px;
}
footer .footer-menu-columns h5,
footer .footer-menu-columns .footer-menu-title {
    margin-bottom: 20px;
    line-height: 1;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 18px;
}
footer .footer-menu-columns ul.menu {
    padding-left: 0;
    list-style: none;
}
footer .footer-menu-columns ul.menu .menu-item a {
    color: rgba(0,0,0,0.7);
    display: block;
    font-size: 1rem;
    line-height: normal;
    padding-bottom: 16px;
    word-break: break-all;
}
footer .footer-menu-columns ul.menu .menu-item a:hover {
    text-decoration: underline;
}
footer .offices-column .menu .menu-item svg {
    flex: none;
}
footer .offices-column li span {
    color: #000000B3;
    font-size: 14px;
}
footer .footer-menu-columns .col-md-3 {
    padding-right: 40px;
    padding-left: 40px;
}
footer .footer-menu-columns svg {
  width: 18px;
  height: 18px;
}
footer .footer_logo {
    width: 160px;
    height: 100%;
    display: block;
}
footer .footer_logo img {
    display: block;
    width: 100%;
}
.footer-bottom {
    border-top: 1px solid  rgba(74,66,77,0.15);
    width: 100%;
    padding: 1rem 0;
}
.footer_copyright {
    color: #7C8CAC;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.footer_socials a+a {
    margin-left: 44px;
}
.footer_socials a svg {
    height: 20.8px;
}
.footer_socials a:last-child svg {
    height: 28px;
    width: 28px;
}
footer a.btn.contact-us-btn {
    font-size: 16px;
    padding: 16px 25px;
}
.scroll-to-top {
	cursor: pointer;
    width: 60px;
    position: fixed;
    z-index: 99;
    bottom: 5em;
    right: 1em;
    padding: .6em;
    opacity: 0;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
}
.scroll-to-top.show {
    opacity: 1;
}
/* Footer End */

.about__row h3 {
    padding: 0.6em 1em!important;
    line-height: 50px;
    margin-top: -0.5em;
    font-size: 25px!important;
    line-height: 40px;
    font-weight: 500!important;
}
.info-title {
    font-size: 30px!important;
    padding: 0.6em 1em!important;
    font-weight: 500!important;
}
.case__studies-list {
    list-style: none;
}
.case__studies-list li::before {
    content: "•";
    color: #1690d3;
    margin-right: 0.5em;
    font-size: 28px;
}
.article .container img {
	width: 100%;
	height: auto!important;
}
.contact__form-title {
    max-width: 486px;
}
.post-content ol li::marker {
 color: #1690d3;
 margin-right: 1rem;
}
.post-content ol li:before {
 color: #1690d3;
 margin-right: 1rem;
}
.post-content ol > li {
    list-style-type:none;
    counter-increment: list;
}
.post-content ol > li:before {
    content: counter(list) " ";
}

/* whitepaper-article */

.whitepaper-article section.hero .hero-row .hero-text-col {
    max-width: 851px;
    padding-right: 0;
}

.whitepaper-article section.find-inside .section-inner {
    max-width: 1312px;
    padding: 60px 0 70px;
}
.whitepaper-article section.find-inside .find-inside-block {
    height: 240px;
    width: 240px;
    border: 1px solid #C1CEDE;
    border-radius: 4px;
    margin: 8px;
    padding: 25px 20px 15px;
}
.whitepaper-article section.find-inside .find-inside-block .inside-image {
    height: 70px;
    width: 80px;
    margin: 0 auto 20px;
}

.whitepaper_main_popup_background {
    z-index: 11;
    position: absolute;
    opacity: 0.6;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.whitepaper_thanks_link {
    display: inline-block;
    margin-top: 50px;
    text-decoration: underline;
    color: #1690D3;
    font-size: 18px;
    line-height: 30px;
}
.whitepaper_main_popup {
    margin: 0 auto;
    max-width: 540px;
    padding: 59px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 30px 40px 100px 20px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 0;
    right: 0;
    display: none;
    z-index: 12;
}
.whitepaper_main_popup .whitepaper_thanks_img {
    max-width: 160px;
}
.whitepaper_main_popup .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.whitepaper_main_popup .close:before,
.whitepaper_main_popup .close:after {
    position: absolute;
    left: 9px;
    top: -2px;
    content: "";
    height: 25px;
    width: 2px;
    background-color: #657195;
}
.whitepaper_main_popup .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.whitepaper_main_popup .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.whitepaper_thanks {
    text-align: center;
}
.whitepaper_thanks_img {
    margin-bottom: 25px;
}
.whitepaper_thanks_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    margin: 0 0 25px;
    color: #16172f;
}
.whitepaper_thanks_text {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #303030;
}


#cookie-law-info-bar {
    box-shadow: 0 -2px 10px 5px rgb(0 0 0 / 7%);
    padding: 36px 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}
#cookie-law-info-bar .cookies_inner {
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
#cookie-law-info-bar .cookies_text {
    max-width: 560px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
#cookie-law-info-bar .cookies_text a {
    color: #fff;
    text-decoration: underline;
}
#cookie-law-info-bar .cli_action_button {
    width: 132px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 20px;
    padding: 10px 37px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    background-color: transparent;
    color: #FFFFFF;
}
/****/
.more__cases-section {
    background: none !important;
}
.hexagon::after, .hexagon::before, .hexagon, .hexagon span {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 5%) !important;
}
a.hexagon-new {
    box-shadow: 0px 0px 94.9411px rgb(0 0 0 / 5%) !important;
}
a.hexagon-new * {
    box-shadow: 0 0 0 !important;
}
a.hexagon {
    box-shadow: 0px 0px 94.9411px rgb(0 0 0 / 5%) !important;
}
/****/


.case__slider-bg {
    z-index: -1 !important;
}
.case__slider-phone {
    z-index: -1 !important;
}

/*--------------------Добавил Sergii Terentiev--------------- right static BTN*/
.right_stat_btn{

/*-webkit-transform: rotate(-90deg)!important; /*Поворот блока с текстом кнопки на 30 градусов*/

/*-moz-transform: rotate(-90deg)!important;

-ms-transform: rotate(-90deg)!important;

-o-transform: rotate(-90deg)!important;

transform: rotate(-90deg)!important; */

position:fixed!important; /*фиксированная позиция кнопки при прокрутке*/

z-index:999!important;

right: 60px!important; /*отступ с права*/

top: 45%!important; /*отступ сверху*/

margin-right:-50px!important; /*отрицательный отступ справа (чем длиннее название кнопки тем больше должно быть значение данного отступа )*/
  background-image: url('/wp-content/themes/litslink/pic_new/4.gif');
  background-size: cover;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  width: 42px;
  height: 100px;
  transition: transform 0.4s;
}
.right_stat_btn:hover{
transform: rotate(-15deg)!important;

}
/*Стили для ссылки*/

.right_stat_btn a{

color:#fff!important; /*цвет ссылки*/

display:blockimportant;

background:#29c300!important; /*цветфонакнопки*/

font-size:1em!important; /*размершрифта*/

text-align:center!important; /*выравнивание по центру*/



padding:7px 15px!important; /*внутренние отступы*/

/*font-weight:bold!important;/*жирныйшрифт*/

border-radius: 50rem !important; /*радиусскругленияуглов*/

border:1px solid #fff!important; /*рамкавокругкнопки*/

} 
.right_stat_btn a:hover {
  
    background:#1690d3!important;
   }
   
   
   
   
   /*--------------------Добавил Sergii Terentiev--------------- right static BTN*/

@media ( min-width: 990px ) and ( max-width: 1150px ) {
	.footer_copyright {
		max-width: 85%;
	}
}

@media screen and ( max-width: 1024px ) {
    .hexagon-new-wrp {
        -webkit-box-pack: start;
        justify-content: flex-start;
        align-content: start;
        width: 100%;
    }
}

@media screen and ( max-width: 767px ) {
    .about__row h3,
    .about__row-light h3 {
        margin-top: -0.7em;
        font-size: 36px!important;
        padding: 0.7em 0.8em!important;
        line-height: 34px!important;
    }
    .hexagon-new-wrp {
        -webkit-box-pack: start;
        justify-content: flex-start;
        font-size: 3.2vw;
        margin: 0 auto;
    }




}
