/*
Theme Name:         DV Template
Theme URI:          https://dv.com
Author:             DV team
Author URI:         https://dv.com
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/


/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a,
button,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active,
a:focus,
div:hover,
div:active,
div:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
li:hover,
li:active,
li:focus,
button:hover,
button:active,
button:focus,
img:focus {
    outline: 0 !important;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

body {
    font-size: 24px;
    font-family: 'Neuzeit Grotesk';
    font-weight: 700;
    position: relative;
    color: #16325C;
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    float: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix::after {
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Main Navigation
   ========================================================================== */
.dv-wrap-main-navigation {
    text-align: right;
    width: calc(100% - 278px);
    padding-top: 7px;
}

.dv-main-navigation {
    background: #ffffff;
}

.dv-main-navigation ul li a {
   padding: 0px 17px;
   font-size: 18px;
   text-decoration: none;
   background: #ffffff;
   color: #16325C;
   line-height: 23px;
   letter-spacing: 0.9px;
   transition: all .5s ease;
   -webkit-transition: all .5s ease;
}

.dv-main-navigation ul li a:hover,
.dv-main-navigation ul li.current_page_item a {
    color: #0176D3;
}

.dv-main-navigation ul {
    padding: 0;
    margin: 0;
}

.dv-main-navigation>ul>li {
    display: inline-block;
}

.dv-main-navigation ul li {
    position: relative;
    list-style: none;
    letter-spacing: normal;
}

.dv-main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 150px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.dv-main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.dv-main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Menu Mobile
------------------------------------------------------- */


.dv-toggle-menu {
    padding: 0 10px;
    overflow: hidden;
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: none;
}


.dv-open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: pointer;
    display: none;
}

.dv-open-menu-mobile::after,
.dv-open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}

.dv-open-menu-mobile::before {
    border-right: 1px solid #dddddd;
    height: 12px;
    right: 18px;
    margin-top: -5px;
}

.dv-open-menu-mobile.active::before {
    display: none;
}

.dv-open-menu-mobile::after {
    border-top: 1px solid #dddddd;
    width: 12px;
    right: 13px;
}

/* START: CSS SVG MENU */
.dv-toggle-menu button,
.dv-toggle-menu input[type="button"] {
    border: none;
    border-radius: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1em 1.5em;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.dv-toggle-menu .menu-toggle {
    font-size: 0.875em;
    padding: 0;
}

.dv-toggle-menu .menu-toggle:focus {
    /*outline: thin dotted;*/
    /*outline-offset: -2px;*/
}

.dv-toggle-menu .icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.0625em;
}

/* Menu toggle styles. */

.dv-toggle-menu .icon-menu-toggle {
    width: 2em;
    height: 2em;
    top: 0;
}


/* Animate menu icon (lines). */
.dv-toggle-menu .svg-menu-toggle .line {
    opacity: 1;
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.dv-toggle-menu .svg-menu-toggle .line-1 {
    transform-origin: 1em 2.5em;
}

.dv-toggle-menu .svg-menu-toggle .line-3 {
    transform-origin: 1em 4.5em;
}

.dv-toggle-menu .menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0px);
}

.menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0px) translateX(5px);
}

/* Text meant only for screen readers. */
.dv-toggle-menu .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.dv-toggle-menu .svg-menu-toggle path {
    fill: black;
}

/* END: CSS SVG MENU */

/* CSS header */
.logo {
    width: 278px;
    text-align: center;
    padding-left: 20px;
}

.logo img {
    width: 241px;
    display: block;
}

.main-header {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #ffffff;
    padding: 19px 0 26px;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9;
}

.main-header .container {
    max-width: 1320px;
}

/* End main navigation */

.dv-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.banner-title h1 {
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
}

.banner-title p {
    font-size: 32px;
    line-height: 1.5;
    margin: 47px 0 53px;
}

.btn-style a {
    letter-spacing: 0.9px;
    font-size: 16px;
    border-radius: 7px;
    background: #0176D3;
    padding: 23px 26px;
    display: inline-block;
    color: #ffffff;
    max-width: 223px;
    width: 100%;
    border: 2px solid #0176D3;
    height: 69px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    letter-spacing: 2px;
}

.btn-style a:hover {
    background: #ffffff;
    color: #0176D3;
}

.banner-home {
    background: #b4e1f9;
    padding-top: 102px;
    position: relative;
}

.banner-img-top img {
    display: block;
    max-height: 421px;
    margin: 0 auto;
}

.banner-img-top {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
}

.banner-home .container {
    position: relative;
    z-index: 1;
}

.banner-item {
    width: calc(100%/3);
    padding: 0 34px;
}

.banner-item .inner {
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 44px 0 96px;
    height: 100%;
}

.banner-row {
    margin: 0 -34px;
}

.banner-item h3 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.7;
    color: #16325C;
    padding-bottom: 12px;
    margin: 13px 0 48px;
    position: relative;
}

.banner-item h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #16325C;
    max-width: calc(100% - 81px);
    margin: 0 auto;
}

.banner-item p {
    font-size: 24px;
    line-height: 1.7;
    margin: 0;
    padding: 0 35px 0 36px;
}

.banner-item .icon {
    text-align: center;
}

.banner-item .icon img {
    box-shadow: 0px 3px 3px #b9b9b9;
    border-radius: 50%;
    display: inline-block;
}

.main-footer {
    background: #16325C;
    padding: 14px 0 22px;
}

.copyright {
    color: #ffffff;
    letter-spacing: 0.9px;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

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

.main-footer .socials {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0 0 0;
}

.socials a {
    width: 43px;
    height: 43px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.socials a:hover {
    background: #16325c;
}

.socials a:hover img {
    filter: brightness(0) invert(1);
}

.copyright b {
    font-size: 20px;
    letter-spacing: 1px;
}

.copyright span {
    font-size: 20px;
    letter-spacing: 1px;
}

ul.socials li {
    padding-top: 9px;
}

ul.socials li:last-child {
    padding-left: 26px;
}

.banner-content {
    margin: 111px auto 77px;
}

.banner-img img {
    display: block;
    width: 100%;
    max-height: 667px;
}

.title {
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
}

.logo-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-list ul li {
    width: 20%;
    padding: 0 10px;
}

.dv-scroll li:first-child img {
    position: relative;
    left: 6px;
}

.logo-list ul li a {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    height: 102px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-section {
    padding-top: 84px;
}

.partners {
    padding-bottom: 90px;
}

.logo-list .title {
    margin-bottom: 41px;
}

.trusted-by {
    margin-bottom: 1px;
}

.partners .logo-list .title {
    margin-bottom: 38px;
}

.logo-list ul.show-mb {
    display: none;
}

.container-big {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}

/*End home*/

/*Start corporate*/
.item-image {
    max-width: 739px;
    border-radius: 50%;
    position: relative;
}

.item-image img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin: 0;
}

.coporate-item .item-content {
    width: 48%;
    padding: 111px 38px 0;
}

.coporate-item .inner {
    display: flex;
    margin: 0 -38px;
    justify-content: space-between;
    position: relative;
}

.item-image:after {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 68px;
    top: 0;
    background: #C3E1F4;
    width: 739px;
    height: 739px;
    display: none;
}

.coporate-item {
    padding-left: 100px;
}

.coporate-item:nth-child(even) {
    padding-right: 100px;
    padding-left: 0;
}

.coporate-about {
    padding-left: 103px;
    margin-bottom: 4px;
}

.coporate-item.coporate-our-process {
    padding-right: 114px;
    padding-left: 0;
}

.coporate-item:nth-child(even) .inner {
    flex-direction: row-reverse;
}

.coporate-item p {
    line-height: 1.7;
    max-width: 608px;
}

.coporate-item-center {
    max-width: 1062px;
    margin: 0 auto;
    text-align: center;
}

.coporate-item-center .item-content {
    width: 100%;
}

.coporate-item-center.coporate-item p {
    max-width: 100%;
}

.coporate-item:nth-child(even) .item-image:after {
     right: 100px;
     left: unset;
     top: -5px;
}

.coporate-item .icon {
    text-align: center;
}

.coporate-item h3 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    line-height: 1.7;
    margin: 12px 0 38px;
}

.coporate-item:nth-child(even) {
    margin-top: -113px;
}

.coporate-item:nth-child(even) .item-image img {
    padding-top: 93px;
    padding-left: 0;
}

.coporate-item.coporate-contact-us .item-content {
    width: 100%;
    padding: 7px 38px 0;
    max-width: 1138px;
    margin: 0 auto;
}

.coporate-contact-us p {
    max-width: 100%;
}

.coporate-contact-us .btn-style {
    margin-top: 97px;
}

.coporate-page .banner-img {
    margin-top: -127px;
}

.coporate-page .banner-img img {
    max-height: 637px;
}

.coporate-list {
    position: relative;
}

main.wrap-content {
    overflow-x: hidden;
}

.coporate-item .inner:after {
    width: 739px;
    height: 739px;
    content: '';
    position: absolute;
    left: calc(48% + 68px);
    top: 0;
    background: #C3E1F4;
    border-radius: 50%;
}

.item-image {
    position: absolute;
    right: unset;
    max-width: max-content;
    right: 52px;
}

.coporate-item:nth-child(even) .inner .item-image {
    left: 38px;
    right: unset;
}

.coporate-item:nth-child(even) .inner:after {
    top: -5px;
    right: calc(48% + 103px);
    left: unset;
}

.coporate-contact-us .inner:after {
    display: none;
}

.coporate-item {
    margin-bottom: 197px;
}

.coporate-item .icon, .coporate-item h3 {
    padding-left: 8px;
}

.coporate-contact-us.coporate-item .icon,
.coporate-contact-us.coporate-item h3 {
    padding-left: 0px;
}

.coporate-item.coporate-contact-us {
    margin-bottom: 0;
    padding-left: 0;
}
/*End corporate*/

/*Start domain*/
.domain-about .item-content {
    padding-left: 41px;
}

.domain-about .item-image {
    top: 87px;
    right: 38px;
}

.domain-privacy.coporate-item:nth-child(even) .inner:after {
    right: calc(48% + 111px);
}

.coporate-item.domain-privacy .item-image {
    top: 93px;
}

.domain-privacy.coporate-item .item-content {
    padding-left: 30px;
}

.domain-privacy.coporate-item .icon,
.domain-privacy.coporate-item h3 {
    padding-left: 0;
}

.coporate-item.domain-privacy {
    margin-bottom: 59px;
}

.domain-security .item-image img {
    padding-top: 133px;
}

.domain-security .item-image {
    right: 38px;
}

.domain-security .item-content {
    padding-left: 41px;
}

.domain-security.coporate-item p {
    margin-bottom: 43px;
}

.domain-security {
    margin-bottom: 20px;
}

.coporate-item.domain-service .inner:after {
    right: calc(48% + 110px);
    top: 42px;
}

.coporate-item.domain-service {
    margin-top: -44px;
    margin-bottom: 175px;
}

.domain-service .item-content {
    padding: 42px 38px 0 30px;
}

.coporate-item.domain-service .icon,
.coporate-item.domain-service h3 {
    padding-left: 0px;
}

.domain-page .banner-img img {
    max-height: 509px;
}

.domain-security.coporate-item p a {
    color: #0176D3;
}
/*End domain*/

/*Start Contact*/
.contact-wrap form {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 72px 40px 77px;
    max-width: 1062px;
    margin: 97px auto 0;
    background: #ffffff;
    position: relative;
}

.contact-page .inner {
    max-width: 724px;
    margin: 0 auto;
}

.item-field label,
.item-radio span {
    display: block;
    color: #16325C;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.item-field input,
.item-field textarea {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    background: #F7F9FA;
    border-radius: 7px;
    padding: 20px 15px;
    width: 100%;
}

.item-field textarea {
    max-height: 208px;
}

.item-field {
    margin-bottom: 24px;
}

.item-two-field {
    display: flex;
    margin: 0 -14px;
}

.item-two-field .item-field {
    padding: 0 14px;
    width: 50%;
}

.item-field input[type=radio] {
    width: 0;
    opacity: 0;
    position: absolute;
}

.item-radio label {
    color: #0176D3;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 700;
    background: #F7F9FA;
    text-align: center;
    padding: 20px 10px;
    width: 50%;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
}

.item-radio .radio-row {
    display: flex;
    border-radius: 7px;
    border: 2px solid #0176D3;
}

.item-radio label.active {
    background: #0176D3;
    color: #ffffff;
}

.item-radio span {
    margin-bottom: 3px;
}

.item-field.item-message label {
    margin-bottom: 3px;
}

.item-submit input {
    background: #0176D3;
    border: 2px solid #0176D3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding: 22px;
    border-radius: 7px;
    max-width: 223px;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.item-submit {
    text-align: center;
    margin-top: 72px;
}

.item-submit input:hover {
    background: #ffffff;
    color: #0176D3;
}

.contact-page h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.contact-page {
    background: linear-gradient(#afdff9, #eaf6fe);
}

.contact-page .banner-img img {
    margin-top: -35px;
    max-height: 467px;
}
/*End Contact*/

/* =============================== RESPONSIVE =============================*/
@media screen and (max-width: 1479px) {
    .coporate-about {
        padding-left: 83px;
    }

    .coporate-item h3,
    .coporate-item .icon {
        padding-left: 15px;
    }

    .coporate-our-process h3,
    .coporate-our-process .icon {
        padding-left: 30px;
    }

    .item-image:after {
        left: 77px;
    }

    .coporate-contact-us h3,
    .coporate-contact-us .icon {
        padding-left: 0;
    }

    .coporate-item:nth-child(even) .inner .item-image {
        left: 20px;
    }

    .coporate-item .inner:after {
        left: calc(48% + 76px);
    }

    .item-image {
        right: 32px;
    }

    .domain-about.coporate-item h3,
    .domain-about.coporate-item .icon {
        padding-left: 7px;
    }

    .domain-about .item-image {
        right: 18px;
    }

    .domain-privacy.coporate-item .icon,
    .domain-privacy.coporate-item h3 {
        padding-left: 19px;
    }

    .domain-security .item-content {
        padding-left: 21px;
    }

    .domain-security.coporate-item h3,
    .domain-security.coporate-item .icon {
        padding-left: 7px;
    }

    .domain-security .item-image {
        right: 18px;
    }

    .coporate-item.domain-security .inner:after {
        left: calc(48% + 68px);
    }

    .coporate-item.domain-service .icon,
    .coporate-item.domain-service h3 {
        padding-left: 14px;
    }

    .domain-service .item-content {
        padding: 42px 35px 0 30px;
    }

    .coporate-item.domain-about .inner:after {
        left: calc(48% + 68px);
    }

    .domain-about .item-content {
        padding-left: 21px;
    }
}

@media screen and (max-width: 1300px) {
    .item-image {
        max-width: 50%;
    }

    .coporate-item {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-item {
        padding: 0 15px;
    }

    .banner-row {
        margin: 0 -15px;
    }

    .banner-item h3 {
        font-size: 26px;
    }

    .banner-item h3:after {
        max-width: calc(100% - 60px);
    }

    .banner-item p {
        padding: 0 30px;
    }

    .banner-item .inner {
        padding-bottom: 50px;
    }

    .coporate-item .item-content {
        padding: 80px 38px 100px;
    }

    .coporate-about,
    .coporate-item {
        padding-left: 0;
    }

    .coporate-item:nth-child(even) {
        margin-top: -20px;
    }

    .coporate-item.coporate-our-process,
    .coporate-item:nth-child(even) {
        padding-right: 0;
    }

    .coporate-item h3,
    .coporate-item .icon,
    .coporate-our-process h3,
    .coporate-our-process .icon {
        padding-left: 0;
    }

    .coporate-item.coporate-contact-us .item-content {
        padding-top: 0;
    }


}

@media screen and (max-width: 1023px) {
    .banner-title h1,
    .title {
        font-size: 40px;
    }

    .banner-title p {
        font-size: 28px;
        margin: 30px 0;
    }

    .banner-item h3:after {
        max-width: calc(100% - 40px);
    }

    .banner-item h3 {
        margin-bottom: 20px;
        padding: 0 10px 9px;
        max-width: 260px;
        margin: 13px auto 20px;
    }

    .banner-item h3 br {
        display: none;
    }

    .banner-item p {
        padding: 0 20px;
        font-size: 20px;
        line-height: 1.6;
    }

    .dv-wrap-main-navigation {
        width: calc(100% - 180px);
    }

    .logo {
        width: 180px;
        padding-left: 0;
    }

    .dv-main-navigation ul li a {
        padding: 0px 10px;
        letter-spacing: 0.5px;
    }

    .coporate-item .inner:after {
        width: 500px;
        height: 500px;
    }

    .coporate-item .item-content {
        padding: 40px 0 50px;
    }

    .coporate-item .inner {
        margin: 0;
    }

    .coporate-our-process .item-content,
    .domain-privacy.coporate-item .icon,
    .domain-privacy.coporate-item h3,
    .domain-about.coporate-item h3,
    .domain-about.coporate-item .icon,
    .domain-security.coporate-item h3,
    .domain-security.coporate-item .icon {
        padding-right: 0;
        padding-left: 0;
    }

    .coporate-item:nth-child(even) .inner .item-image {
        left: -20px;
    }

    .domain-security .item-image,
    .domain-about .item-image {
        right: -20px;
    }

    .coporate-item h3 {
        margin-bottom: 0;
        font-size: 28px;
    }

    .coporate-item p {
        font-size: 22px;
    }

    .coporate-item .item-content {
        width: 50%;
    }

    .domain-security,
    .coporate-item.domain-service {
        margin-bottom: 0;
    }

    .coporate-item.coporate-contact-us .item-content {
        padding: 7px 0 0;
    }

    .domain-security .item-image img {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .dv-main-navigation {
        display: block !important;
    }
}

@media (max-width:767px) {
    .coporate-item:nth-child(even) .inner .item-image {
        left: 0;
    }

    .show-mb {
        display: block;
    }

    .logo-list ul.show-mb {
        display: flex;
    }

    .logo-list ul {
        padding-bottom: 15px;
    }

    @keyframes dv-scrolling-x {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%)
        }
    }

    @keyframes dv-scrolling-x1 {
        0% {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform:translateX(0);
            transform: translateX(0)
        }
    }

    .dv-scroll {
        -webkit-animation: 16s linear dv-scrolling-x infinite;
        animation: 16s linear dv-scrolling-x infinite;
        display: flex;
        align-items: center;
    }

    .dv-scroll2 {
        -webkit-animation: 16s linear dv-scrolling-x1 infinite;
        animation: 16s linear dv-scrolling-x1 infinite;
        display: flex;
        align-items: center;
    }

    .logo-list ul li a {
        width: 232px;
    }

    .logo-list {
        overflow: hidden;
    }

    .banner-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .banner-row {
        flex-direction: column;
    }

    .banner-content {
        margin: 50px auto 0;
    }

    .banner-title p {
        font-size: 22px;
    }

    .banner-title h1,
    .title {
        font-size: 30px;
    }

    .banner-item h3 {
        max-width: 100%;
        padding: 0 20px 9px;
    }

    .banner-item h3:after {
        max-width: 60%;
    }

    .main-footer .container {
        flex-direction: column;
    }

    .main-footer {
        padding: 30px 0;
    }

    .copyright {
        text-align: center;
    }

    .dv-main-navigation ul {
        text-align: left;
    }

    .dv-main-navigation ul li {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(92, 81, 81, 0.1);
    }

    .dv-toggle-menu .icon {
        font-size: 15px;
    }

    .dv-main-navigation ul li:last-child {
        border-bottom: none !important;
    }

    .main-header {
        padding: 15px 0;
    }

    .dv-main-navigation {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 100%;
        z-index: 10;
        overflow: hidden;
        left: 0;
        padding-top: 0;
        display: none;
        right: 0;
        height: auto;
        height: 50vh;
        top: 70px;
    }

    .dv-main-navigation>ul>li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dv-main-navigation ul li a {
        background: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .dv-main-navigation ul li {
        display: block;
    }

    .dv-main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
    }

    .dv-top-main-navigation {
        display: block;
        background: #282828;
    }

    .dv-toggle-menu {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }

    .dv-open-menu-mobile {
        display: block;
    }

    .coporate-item .item-content {
        width: 100%;
    }

    .coporate-item .item-content {
        padding: 40px 0 20px;
    }

    .coporate-item .inner,
    .coporate-item:nth-child(even) .inner {
        margin: 0;
        flex-direction: column;
    }

    .coporate-about,
    .item-image,
    .item-image img,
    .coporate-our-process .item-image {
        padding-left: 0;
    }

    .item-image {
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        height: 300px;
    }

    .coporate-item .inner:after {
        display: none;
    }

    .item-image:after {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }

    .coporate-item:nth-child(even) .item-image img {
        padding-top: 0;
        padding-right: 0;
    }

    .item-image img {
        max-width: 300px;
        margin: 0 auto;
    }

    .item-image:after {
        width: 300px;
        height: 300px;
    }

    .coporate-item h3 {
        font-size: 26px;
        margin: 12px 0 0;
    }

    .coporate-about .item-image img {
        padding-top: 0;
    }

    .coporate-item p {
        margin-top: 10px;
        max-width: 100%;
        font-size: 20px;
    }

    .coporate-contact-us {
        margin-top: 100px;
    }

    .coporate-item.coporate-contact-us .item-content {
        padding: 0;
    }

    .coporate-contact-us .btn-style {
        margin-top: 40px;
    }

    .coporate-item:nth-child(even) .item-image:after {
        right: 0;
        left: 0;
        top: 0;
    }

    body {
        font-size: 20px;
    }

    .btn-style a {
        height: auto;
        padding: 15px;
    }

    .domain-security .item-image img {
        padding-top: 50px;
    }

    .domain-about .item-image,
    .coporate-item.domain-privacy .item-image {
        top: 0;
    }

    .coporate-item:nth-child(even) {
        margin-top: 0;
    }

    .coporate-item {
        margin-bottom: 60px;
    }

    .domain-privacy.coporate-item .item-content {
        padding-left: 0;
    }

    .coporate-item.domain-privacy {
        margin-bottom: 60px;
    }

    .domain-security.coporate-item p {
        margin-bottom: 20px;
    }

    .item-two-field .item-field,
    .item-radio label {
        width: 100%;
    }

    .item-two-field,
    .item-radio .radio-row {
        flex-direction: column;
    }

    .contact-wrap form {
        padding: 50px 30px;
    }

    .item-field label,
    .item-radio span {
        font-size: 22px;
    }

    .item-radio label {
        font-size: 16px;
    }

    .item-submit {
        margin-top: 30px;
    }

    .item-field input,
    .item-field textarea {
        font-size: 18px;
    }

    .contact-page h2 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    ul.socials li {
        padding-top: 20px;
    }

    .item-field input,
    .item-field textarea {
        padding: 15px;
    }

    .item-submit input {
        padding: 15px;
    }
}