@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'Galvji';
    src: url('../font/Galvji.eot');
    src: url('../font/Galvji.eot?#iefix') format('embedded-opentype'),
        url('../font/Galvji.woff2') format('woff2'),
        url('../font/Galvji.woff') format('woff'),
        url('../font/Galvji.svg#Galvji') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'impactregular';
    src: url('../font/impact.woff2') format('woff2'),
        url('../font/impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
* {
    cursor: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #05153d;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    background: #ffffff !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    margin: 0;
    color: #05153d
}

h2 {
    font-size: 150px;
    color: #05153d;
}

h3 {
    font-size: 75px;
    color: #05153d;
}

h4 {
    font-size: 45px;
    color: #05153d;
}

article,
p {
    font-size: 18px;
    color: #05153d;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

a {
    color: #05153d;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    display: inline-block;

}

a:hover {
    color: #05153d;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.btn {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 60px;
    background: #05153d;
}

.clearfix {
    display: inline-block;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*******/

.o-scroll {
    background-color: #d4c9c9;
    overflow: hidden
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 999999;
    transition: transform 0.2s;
}

header,
footer,
.dl-sections {
    float: left;
    width: 100%;
}

.dl-sections {
    padding: 100px 0 0 0;
}

.sticky-header-box {
    position: fixed !important;
    width: 100%;
    background: #fff;
    top: 0px;
    z-index: 1111;
    right: 0px;

    display: flex;
    height: 118px;
}

.logo {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 25px;
    transition: all 0.25s ease-out;
    background: #fff;
    padding: 15px 12px;
}

.logo img {
    width: 120px;
    height: auto;
    transition: all 0.25s ease-out;
}

header {
    transition: all 0.25s ease-out;
}

/* .is-active-header{ height: 80px; position: absolute; width: 100%; top: 0px; left: 0px; z-index: 99999; transition: all 0.25s ease-out;}
.is-active-header .logo {top: 0px; left: 25px; transition: all 0.25s ease-out;}
.is-active-header .logo img {width: 120px;transition: all 0.25s ease-out;}
.is-active-header .menu-btn{top: 0px; right: 0px; transition: all 0.25s ease-out;}
.is-active-header .btn-connect{top:0px; right: 80px;transition: all 0.25s ease-out;} */
.menu-area {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 500;
    left: -100%;
    top: 0px;
    bottom: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s ease;
    opacity: 0
}

.menu-area.active {
    overflow: hidden;
    left: 0;
    transition: 0.5s ease;
    opacity: 1;
    display: flex;
}

.menu-area .menu-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 222;
    padding: 20px;
}

.menu-area .menu-content .menu-left-side {
    width: 70%;
    border-right: 1px solid #e3e3e3;
    height: 570px
}

.menu-area .menu-content .menu-left-side ul.nav-link-area {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li {
    margin: 0;
    padding: 8px 0;
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li {
    perspective: 500px;
    -webkit-perspective: 500px
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li a {
    font-family: 'impactregular';
    font-size: 70px;
    line-height: 70px;
    text-transform: capitalize;
    font-weight: 400;
    color: #05153d
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li a {
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li a.is-inview {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: .8s !important;
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li a.not-inview {
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1);
    transition-duration: .8s !important;
}

.menu-area .menu-content .menu-left-side ul.nav-link-area li a:hover,
.menu-area .menu-content .menu-left-side ul.nav-link-area li.active a {
    color: #28b1ff;
    text-decoration: none;
}

.menu-area .menu-content .menu-left-side .social-link-area {
    margin-top: 100px
}

.menu-area .menu-content .menu-left-side .social-link-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-area .menu-content .menu-left-side .social-link-area ul li {
    margin: 0;
    padding: 0 22px;
    display: inline-block;
    position: relative;
}

.menu-area .menu-content .menu-left-side .social-link-area ul li.is-inview a::after {
    position: absolute;
    content: '-';
    top: 0;
    right: -28px;
    color: #e3e3e3
}

.menu-area .menu-content .menu-left-side .social-link-area ul li.is-inview:last-child a::after {
    content: none;
}

.menu-area .menu-content .menu-left-side .social-link-area ul li a {
    font-size: 16px;
    color: #05153d;
}

.menu-area .menu-content .menu-left-side .social-link-area ul li a i {
    color: #28b1ff
}

.menu-area .menu-content .menu-left-side .social-link-area ul li a:hover {
    color: #28b1ff;
    text-decoration: none
}

.menu-area .menu-content .menu-left-side .social-link-area ul li a {
    text-align: right;
    white-space: nowrap;
    letter-spacing: 50px;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all 0s cubic-bezier(.215, .61, .355, 1)transform 0s cubic-bezier(.215, .61, .355, 1)
}

.menu-area .menu-content .menu-left-side .social-link-area ul li.is-inview a {
    letter-spacing: 0px;
    opacity: 1;
    transform: translate(0, 0);
    transition-duration: 1s;
    transition-delay: .5s
}

.menu-area .menu-content .menu-left-side .social-link-area ul li.not-inview a {
    text-align: right;
    white-space: nowrap;
    letter-spacing: 50px;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1);
    transition-duration: 1s;
    transition-delay: .5s
}

.menu-area .menu-content .menu-right-side {
    width: 30%;
}

.menu-area .menu-content .menu-right-side .menu-contact-area {
    padding: 0 0 0 100px;
    min-height: 500px
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li a {
    color: #05153d;
    margin: 0px 0 100px 0;
    font-size: 20px;
    height: 24px;
    overflow: hidden;
    line-height: 70px;
    text-decoration: none;
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li.is-inview a {
    line-height: 24px;
    transition-duration: .8s;
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li.not-inview a {
    line-height: 70px;
    transition-duration: .8s;
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li span {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    color: #28b1ff;
    opacity: 0
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li.is-inview span {
    opacity: 1;
    transition-duration: .5s;
}

.menu-area .menu-content .menu-right-side .menu-contact-area ul li.not-inview span {
    opacity: 0;
    transition-duration: .5s;
}

.menu-btn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    padding: 0px;
    border: none;
    background: #05153d !important;
    transition: all 0.25s ease-out;
}

.menu-btn svg {
    height: 80px;
    position: absolute;
    width: 80px;
    left: 0px
}

.btn-connect {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 80px;
    background: #28b1ff;
    height: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    padding: 0 25px 0 75px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all 0.25s ease-out;
}

.btn-connect .icon {
    width: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    transition: all 0.25s ease-out;
}

.btn-connect .icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.btn-connect:hover {
    background: #05153d;
    transition: all 0.25s ease-out;
    padding: 0 25px 0 40px;
    color: #fff;
    border-radius: 0 0 0 40px
}

.btn-connect:hover .icon {
    left: -15px;
    top: 36px;
    transition: all 0.25s ease-out;
    background: #28b1ff;
    transform: rotate(-35deg);
}

.plate {
    height: 80px;
    width: 80px;
}

.burger {
    filter: url(#gooeyness);
}

.x {
    transform: scale(0);
    transition: transform 400ms;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
    stroke-width: 5.5px;
}

.active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.active .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
}

/* El segundo plato */
.plate2 .line1 {
    stroke-dasharray: 21 185.62753295898438;
    transition-delay: 0;
}

.plate2 .line2 {
    stroke-dasharray: 21 178.6514129638672;
    transition-delay: 30ms;
}

.plate2 .line3 {
    stroke-dasharray: 21 197.92425537109375;
    transition-delay: 60ms;
}

.plate2 .line4 {
    stroke-dasharray: 21 190.6597137451172;
    transition-delay: 90ms;
}

.plate2 .line5 {
    stroke-dasharray: 21 208.52874755859375;
    transition-delay: 120ms;
}

.plate2 .line6 {
    stroke-dasharray: 21 186.59703063964844;
    transition-delay: 150ms;
}

.active.plate2 .line1 {
    stroke-dasharray: 5 185.62753295898438;
    stroke-dashoffset: -141px;
}

.active.plate2 .line2 {
    stroke-dasharray: 5 178.6514129638672;
    stroke-dashoffset: -137px;
}

.active.plate2 .line3 {
    stroke-dasharray: 5 197.92425537109375;
    stroke-dashoffset: -176px;
}

.active.plate2 .line4 {
    stroke-dasharray: 5 190.6597137451172;
    stroke-dashoffset: -159px;
}

.active.plate2 .line5 {
    stroke-dasharray: 5 208.52874755859375;
    stroke-dashoffset: -139px;
}

.active.plate2 .line6 {
    stroke-dasharray: 5 186.59703063964844;
    stroke-dashoffset: -176px;
}

.active.plate2 .x {
    transition: transform 400ms 250ms;
}

.home-section {
    display: flex;
    height: 100vh;
    align-items: center;
    align-content: center;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* .home-section::after{content: ''; position: absolute; background: url(../images/large-icon.png) center center no-repeat; width: 1000px; height: 681px; background-size: 100%; top: 50%; left: 50%; opacity: 0.1; margin-left: -500px; margin-top: -340px} */

.home-section .logo-title {
    font-size: 230px;
    font-family: 'Montserrat', sans-serif;
    color: #05153d;
    line-height: 180px;
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
    letter-spacing: -44px;
    text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #fff, 0 -4px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.home-section .logo-title .lightcolor {
    color: #28b1ff;
}

.home-section .logo-title .rotate {
    transform: rotate(-35deg);
    display: inline-block;
    margin-left: -24px;
}

.home-section .logo-title span:nth-of-type(6n+2) {
    position: relative;
    z-index: 1;
    top: 14px;
}

.home-section .logo-title span:nth-of-type(6n+3) {
    position: relative;
    z-index: 2
}

.home-section .logo-title span:nth-of-type(6n+4) {
    position: relative;
    z-index: 3;
}

.home-section .logo-title span:nth-of-type(6n+5) {
    position: relative;
    z-index: 4;
}

.home-section .logo-title span:nth-of-type(6n+6) {
    position: relative;
    z-index: 5;
    top: 14px;
}

.home-section .logo-title span:nth-of-type(6n+6) {
    position: relative;
    z-index: 6
}

.home-section p {
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 60px;
    color: #28b1ff;
    white-space: nowrap;
    letter-spacing: 3px;
    height: 70px;
}

/* .home-section p.is-inview{ letter-spacing:3px; opacity:1; transform:translate(0,0); transition-duration:1s; transition-delay:.5s} */
.home-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(circle 8vmax at var(--cursorX) var(--cursorY), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%)
}

.home-section #canvas {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none
}

.home-section .tag-main {
    position: absolute;
    bottom: 80px;
    right: 80px;
    z-index: 1;
}

.home-section .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.home-section .tag-main::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../images/new-logo-icon.png) center center no-repeat;
    margin-left: -40px;
    margin-top: -40px;
    background-size: 100%
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}





.about-section {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    display: flex;
    align-items: center;
}

.about-section h2 {
    font-family: 'impactregular';
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 30px 0
}

.about-section p {
    font-size: 26px;
    line-height: 40px;
    color: #434343;
    margin: 20px 0px 0px 0px;
    padding-left: 200px;
}

.about-section .about-photo1 {
    position: absolute;
    width: 300px;
    left: -50px;
    top: 0px;
    opacity: 0.8;
    height: 300px;
    overflow: hidden;
}

.about-section .about-photo2 {
    position: absolute;
    width: 300px;
    right: -50px;
    top: 250px;
    opacity: 0.8;
    height: 300px;
    overflow: hidden;
}

.about-section .about-photo3 {
    position: absolute;
    width: 300px;
    left: 50%;
    bottom: 50px;
    opacity: 0.2;
    height: 300px;
    overflow: hidden;
}

.new-about-section {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 900px
}

/* .new-about-section::after{content: ''; position: absolute; background: url(../images/about-bg.png) center center no-repeat; width: 100%; height:100%; background-size: 100%; top: 0%; left: 0%;} */
.new-about-section h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 30px 0
}

.new-about-section p {
    font-size: 20px;
    line-height: 30px;
    color: #434343;
    margin: 20px 0px 0px 80px;
}

.new-about-section .leftside {
    display: flex;
    width: 40%;
    align-items: center;
    align-content: center;
}

.new-about-section .container {
    position: relative;
    z-index: 11
}

.new-about-section .rightside {
    width: 60%;
    padding: 0 120px
}

.new-about-section .full {
    width: 100%;
    margin: 0 auto;
}

.new-about-section img {
    width: 100%;
}

.new-about-section .about-photo1 {
    width: 100%
}

.new-about-section .btn-black {
    margin-left: 80px;
    margin-top: 50px
}

.service-section {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.service-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 100px;
    margin: 0 0 100px 0
}

.service-section .plus-btn {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 15px
}

.service-section .plus-btn::before {
    content: '';
    width: 4px;
    height: 60px;
    background: #05153d;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 0px;
    transition: transform 0.25s ease-out;
    border-radius: 10px
}

.service-section .plus-btn::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #05153d;
    position: absolute;
    left: 0%;
    margin-top: -2px;
    top: 50%;
    transition: transform 0.25s ease-out;
    border-radius: 10px
}

.service-section ul.service-tabs {
    margin: 0 0 70px 0
}

.service-section ul.service-tabs li {
    width: 16%;
}

.service-section ul.service-tabs li a {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding: 0px
}

.service-section ul.service-tabs li a .icon {
    width: 120px;
    height: 120px;
    opacity: 0.3;
    padding: 20px;
    border: #05153d 2px solid;
    background: #fff
}

.service-section ul.service-tabs li a img {
    width: 100%
}

.service-section ul.service-tabs li a:hover,
.service-section ul.service-tabs li a.active {
    color: #28b1ff
}

.service-section ul.service-tabs li a:hover .icon,
.service-section ul.service-tabs li a.active .icon {
    opacity: 1;
    border: #28b1ff 2px solid
}

.service-section ul.service-tabs li a:hover .plus-btn::before,
.service-section ul.service-tabs li a.active .plus-btn::before {
    transform: rotate(270deg);
    transition: transform 0.25s ease-out;
    background: #28b1ff
}

.service-section ul.service-tabs li a:hover .plus-btn::after,
.service-section ul.service-tabs li a.active .plus-btn::after {
    transform: rotate(180deg);
    transition: transform 0.25s ease-out;
    background: #28b1ff
}

.service-section .service-main {
    display: flex;
    align-items: center;
    align-content: center;
}

.service-section .service-main .left-icon-area {
    width: 45%;
    text-align: center;
    height: 500px;
    position: relative;
}

.service-section .service-main .left-icon-area .photo-1 {
    width: 65%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.service-section .service-main .left-icon-area .photo-2 {
    width: 65%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.service-section .service-main .right-area {
    width: 55%;
    padding-left: 50px
}

.service-section .service-main .right-area h3 {
    font-size: 60px;
    font-family: 'impactregular';
    line-height: 60px;
    margin-bottom: 20px
}

.service-section .service-main .right-area .btn-read {
    font-size: 24px;
    font-family: 'impactregular';
    color: #28b1ff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    padding-left: 45px;
    margin-left: 30px;
    margin-top: 20px
}

.service-section .service-main .right-area .btn-read::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0px;
    width: 30px;
    background: #28b1ff;
    height: 4px;
    transition: all 0.25s ease-out;
}

.service-section .service-main .right-area .btn-read:hover {
    text-decoration: none;
    color: #05153d;
    padding-left: 65px
}

.service-section .service-main .right-area .btn-read:hover::before {
    width: 50px;
    transition: all 0.25s ease-out;
}


.service-section ul.service-list {
    margin: 150px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.service-section ul.service-list li {
    width: calc(50% - 20px);
    margin-bottom: 30px
}

.service-section ul.service-list li .service-box {
    border: #d3d3d3 1px solid;
    padding: 170px 30px 30px 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.service-section ul.service-list li .service-box .icon {
    width: 120px;
    margin-bottom: 50px;
    background: #fff;
    height: 120px;
    padding: 15px 25px 25px 15px;
    border-radius: 0 0 80px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}

.service-section ul.service-list li .service-box .icon img {
    width: 100px;
}

.service-section ul.service-list li .service-box h3 {
    font-size: 42px;
    font-family: 'impactregular';
    line-height: 50px;
    margin-bottom: 10px;
    overflow-wrap: normal;
    color: #05153d
}

.service-section ul.service-list li .service-box p {
    font-size: 16px;
    padding: 0px;
    color: #05153d;
    line-height: 24px;
}

.service-section ul.service-list li:nth-of-type(2n+2) {
    margin-top: 0px;
}

.service-section ul.service-list li:nth-of-type(2n+1) {
    margin-top: -200px
}

.service-section ul.service-list li .hover-content {
    background: #05153d;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    right: -100%;
    transition: all 0.25s ease-out;
    padding: 30px
}

.service-section ul.service-list li:hover .hover-content {
    bottom: 0px;
    right: 0px;
    transition: all 0.25s ease-out;
}

.service-section ul.service-list li .hover-content .subtitle {
    color: #28b1ff;
    font-size: 42px;
    font-family: 'impactregular';
    line-height: 50px;
    margin-bottom: 10px;
    overflow-wrap: normal;
}

.service-section ul.service-list li .hover-content ul.technology-list {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-section ul.service-list li .hover-content ul.technology-list li {
    width: 50%;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px
}

.service-section ul.service-list li .hover-content ul.technology-list li::after {
    content: none;
}

.service-section ul.service-list li .hover-content ul.technology-list li:nth-of-type(2n+1) {
    margin: 0px
}

.service-section ul.service-list li .hover-content ul.technology-list li:nth-of-type(2n+2) {
    margin: 0px
}

.service-section ul.service-list li .hover-content .btn-read {
    font-size: 24px;
    font-family: 'impactregular';
    color: #28b1ff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: absolute;
    padding-left: 45px;
    bottom: 25px
}

.service-section ul.service-list li .hover-content .btn-read::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0px;
    width: 30px;
    background: #28b1ff;
    height: 4px;
    transition: all 0.25s ease-out;
}

.service-section ul.service-list li .hover-content .btn-read:hover {
    text-decoration: none;
    color: #28b1ff;
    padding-left: 65px
}

.service-section ul.service-list li .hover-content .btn-read:hover::before {
    width: 50px;
    transition: all 0.25s ease-out;
}

.work-section {
    width: 100%;
    position: relative;
    padding: 150px 0 20px 0;
}

.work-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.work-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.work-section p {
    font-size: 26px;
    line-height: 40px;
    padding-left: 25%
}

.work-section ul.project-list {
    margin: 50px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.work-section ul.project-list li {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    transition: all .5s ease;
}

.work-section ul.project-list li .project-box {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

.work-section ul.project-list li .project-box .project-photo {
    width: 60%;
    display: flex;
    align-items: center;
    align-content: center;
}

.work-section ul.project-list li .project-box .project-detail {
    width: 50%;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: -10%
}

.work-section ul.project-list li .project-box .project-detail div {
    width: 100%
}

.work-section ul.project-list li .project-box .project-detail h3 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 100px;
    margin-bottom: 20px
}

.work-section ul.project-list li .project-box .project-detail .detail {
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    color: #28b1ff
}

.work-section ul.project-list li:nth-of-type(2n+2) .project-box {
    flex-direction: row-reverse;
}

.work-section ul.project-list li:nth-of-type(2n+2) .project-detail {
    margin-right: -10%;
    text-align: right;
}


.client-section {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.client-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.client-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.client-section p {
    font-size: 24px;
    line-height: 40px;
    padding-left: 25%;
    color: #434343
}

.client-section ul.client-list {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    border-top: #e1e1e1 1px solid
}

.client-section ul.client-list li {
    width: 25%;
    position: relative;
    transition: all .5s ease;
    border-bottom: #e1e1e1 1px solid;
    background: #fff
}

.client-section ul.client-list li img {
    opacity: 1;
    transition: all .5s ease;
    filter: grayscale(0%);
}

.client-section ul.client-list li:hover img {
    opacity: 1;
    transition: all .5s ease;
    filter: grayscale(100%);
}

.client-section ul.client-list li .message-box {
    position: absolute;
    z-index: 11;
    left: 0px;
    bottom: 10px;
    transform: scale(0) translate(100px, -90px);
    opacity: 0.5;
    transition: transform 1s;
    background: #e1e1e1;
    width: 300px;
    padding: 40px 25px 30px 25px;
    border-radius: 30px 50px;
    -webkit-box-shadow: -20px -20px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -20px -20px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -20px -20px 30px 0px rgba(0, 0, 0, 0.08);
}

.client-section ul.client-list li .message-box p {
    font-size: 13px;
    color: #05153d;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 18px;
    font-style: italic;
}

.client-section ul.client-list li .message-box .name {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #05153d;
    padding: 0px;
    line-height: 18px;
}

.client-section ul.client-list li:hover .message-box {
    transform: scale(1) translate(20px, -160px);
    bottom: 10px;
    transition: transform 0.5s;
    opacity: 1
}

.client-section ul.client-list li .message-box::before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 100px;
    width: 78px;
    height: 44px;
    background: url(../images/quote-icon.png) center center no-repeat
}

.client-section ul.client-list li .message-box::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 25px;
    width: 63px;
    height: 51px;
    background: url(../images/quote.png) center center no-repeat
}

.client-section ul.client-list li:nth-of-type(4n+1) {
    border-right: #e1e1e1 1px solid;
}

.client-section ul.client-list li:nth-of-type(4n+2) {
    border-right: #e1e1e1 1px solid
}

.client-section ul.client-list li:nth-of-type(4n+3) {
    border-right: #e1e1e1 1px solid
}

.client-slider {
    display: none
}

.client-section .client-slider .client-message {
    padding: 40px 15px 0 15px
}

.client-section .client-slider .client-message .message-box {
    position: relative;
    background: #e1e1e1;
    padding: 40px 25px 30px 25px;
    border-radius: 30px 50px;
    -webkit-box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.08);
}

.client-section .client-slider .client-message .client-logo {
    width: 150px;
    margin: 0 auto;
}

.client-section .client-slider .client-message .client-logo img {
    width: 100%;
}

.client-section .client-slider .client-message .message-box p {
    font-size: 13px;
    color: #05153d;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 18px;
    font-style: italic;
}

.client-section .client-slider .client-message .message-box .name {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #05153d;
    padding: 0px;
    line-height: 18px;
}

.client-section .client-slider .client-message .message-box::before {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 10px;
    width: 78px;
    height: 44px;
    background: url(../images/quote-icon.png) center center no-repeat
}

.client-section .client-slider .client-message .message-box::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 25px;
    width: 63px;
    height: 51px;
    background: url(../images/quote.png) center center no-repeat
}


#container,
#water {
    background-position: center bottom;
}

#container {
    position: relative;
    height: 600px;
    overflow: hidden;
    transition: transform 0.25s ease-out;
}

#container:after {
    position: absolute;
    top: 10%;
    left: 2.5%;
    z-index: -1;
    content: "";
    display: block;
    height: 95%;
    width: 95%;
    background: #0f0f0f;
    filter: blur(10px);
    transition: transform 0.25s ease-out;
}

#container #water {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    transition-duration: .5s;
    height: 100%;
}

#container #water:hover {
    transition-duration: .5s;
    filter: url("#turbulence");
}

.footer-section {
    padding: 0px
}

.footer-section .tag-footer {
    display: inline-block;
    margin: 0 auto 75px auto;
    ;
    position: relative;
}

.footer-section .tag-footer .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.footer-section .tag-footer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../images/new-logo-icon.png) center center no-repeat;
    margin-left: -40px;
    margin-top: -40px;
    background-size: 100%
}

.footer-section h2 {
    font-family: 'impactregular';
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 40px 0
}

.footer-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.footer-section ul.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul.footer-contact li {
    font-size: 25px;
    font-weight: 400;
    padding: 15px 0;
    font-family: 'Galvji';
}

.footer-section ul.footer-contact li:first-child {
    padding-top: 0
}

.footer-section ul.footer-contact li span {
    display: inline-block;
    color: #28b1ff;
    margin-right: 30px
}

.footer-section ul.footer-social {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.footer-section ul.footer-social li {
    display: inline-block;
    padding-right: 50px;
    position: relative;
}

.footer-section ul.footer-social li::after {
    content: '|';
    position: absolute;
    top: -2px;
    right: 20px;
    font-size: 24px;
    font-family: 'Galvji';
}

.footer-section ul.footer-social li:last-child::after {
    content: none;
}

.footer-section ul.footer-social li a {
    font-size: 24px;
    color: #28b1ff;
    font-weight: 600;
    font-family: 'Galvji';
    ;
    text-decoration: none;
}

.footer-section ul.location-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.footer-section ul.location-list li {
    margin-left: 15px;
}

.footer-section ul.location-list li a {
    border: #e1e1e1 1px solid;
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.5
}

.footer-section ul.location-list li a img {
    width: 100%;
    border-radius: 50%
}

.footer-section ul.location-list li a.active {
    opacity: 1;
    border: #05153d 1px solid
}

.footer-section h3 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'impactregular';
    margin: 40px 0 10px 0
}

.footer-section p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Galvji';
}

.footer-section .btn-direction {
    background: #28b1ff;
    transition: all 0.25s ease-out;
    padding: 10px 25px;
    letter-spacing: 1px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    border: #28b1ff 1px solid;
    margin-top: 15px
}

.footer-section .btn-direction i {
    margin-right: 15px
}

.footer-section .btn-direction:hover {
    background: #05153d;
    border: #05153d 1px solid;
}

.footer-section .copyright-line {
    border-top: 1px solid #05153d;
    margin-top: 50px;
    padding: 60px 0;
    font-size: 24px;
    text-align: center;
}

.new-footer-section {
    padding: 200px 150px 0px 150px;
    background: #05153d
}

.new-footer-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.new-footer-section h2::before {
    -webkit-text-stroke: 2px #fff;
    left: 0;
    position: absolute;
    font-size: 80px;
    bottom: 24px;
    -webkit-text-fill-color: transparent;
    opacity: .1;
    z-index: 0;
    width: 100%;
    font-weight: 700
}

.new-footer-section h2.touch-text::before {
    content: 'Get in Touch';
}

.new-footer-section h2.locate-text::before {
    content: 'Locate Us';
}

.new-footer-section h2.follow-text {
    margin-top: 50px
}

.new-footer-section h2.follow-text::before {
    content: 'Follow Us On';
}

.new-footer-section ul.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-footer-section ul.footer-contact li {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px
}

.new-footer-section ul.footer-contact li:first-child {
    padding-top: 0
}

.new-footer-section ul.footer-contact li img {
    margin-right: 20px
}

.new-footer-section ul.footer-contact li a {
    color: #fff
}

.new-footer-section ul.footer-contact li a:hover {
    color: #28b1ff
}

.new-footer-section .clutch-box {
    background: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    width: 190px;
    margin: 0px;
}

.new-footer-section .clutch-box .clutch-widget {
    margin: 0px !important
}

.new-footer-section .location-box {
    margin-bottom: 30px;
    padding-right: 50px
}

.new-footer-section .location-box .location-title {
    margin: 13px 0 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.new-footer-section .location-box .location-title img {
    margin-right: 15px
}

.new-footer-section .location-box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #53638b;
    line-height: 22px;
    letter-spacing: 0.5px
}

.new-footer-section ul.footer-social {
    margin: 0px;
    padding: 0px;
}

.new-footer-section ul.footer-social li {
    display: inline-block;
    position: relative;
    margin-right: 0px
}

.new-footer-section ul.footer-social li a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    line-height: 40px;
    position: relative;
    padding-left: 60px
}

.new-footer-section ul.footer-social li a i {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #28b1ff;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.new-footer-section ul.footer-social li a:hover {
    color: #28b1ff
}

.new-footer-section ul.footer-social li a:hover i {
    background: #fff;
    color: #28b1ff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.new-footer-section .copyright-line {
    border-top: 1px solid #213055;
    margin-top: 40px;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

.new-footer-section .copyright-line .link {
    font-size: 14px;
    margin-top: 8px;
}
.new-footer-section .copyright-line .link a {
    margin: 0 12px;
}

.new-footer-section .copyright-line a {
    color: #fff
}

.o-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    perspective: 1200px;
    -webkit-perspective: 1200px
}

.o-title_line {
    line-height: 1;
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
    font-size: 0
}

.o-title.is-inview .o-title_line {
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
    transition-delay: .2s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
    transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
    transition-delay: .7s
}


.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
}

.line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 121, 11, 0) 0%, #28b1ff 75%, #28b1ff 100%);
    -webkit-animation: drop 7s 0s infinite;
    animation: drop 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
    margin-left: -25%;
}

.line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.line:nth-child(3) {
    margin-left: 25%;
}

.line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}



.about-top-section {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 200px;
    position: relative;
}

.about-top-section h1 {
    font-size: 160px;
    font-family: 'impactregular';
    line-height: 180px;
    text-transform: uppercase;
    color: #05153d;
    position: relative;
    z-index: 1;
}

.about-top-section h1 span {
    color: #28b1ff;
}

.about-photo-section {
    padding: 0 200px
}

.about-photo-section img {
    width: 100%;
    filter: grayscale(100%);
}

.process-section {
    width: 100%;
    position: relative;
    padding: 100px 0 50px 0;
}

.process-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.process-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.process-section p {
    font-size: 30px;
    line-height: 44px;
    padding-left: 50%;
    color: #434343
}

.process-section ul.process-list {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.process-section ul.process-list li {
    width: 100%;
    position: relative;
    transition: all .5s ease;
    margin-bottom: 100px
}

.process-section ul.process-list li:nth-of-type(2n+2) {
    margin-left: 180px
}

.process-section ul.process-list li .step-box {
    margin: 0px;
    padding: 0 0 0 180px
}

.process-section ul.process-list li .step-box .tag-main {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 50%
}

.process-section ul.process-list li .step-box .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.process-section ul.process-list li .step-box .tag-main .number-box {
    font-size: 100px;
    font-family: 'impactregular';
    color: #28b1ff;
    line-height: 150px;
    width: 150px;
    height: 150px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px
}

.process-section ul.process-list li .step-box .process-title {
    font-size: 60px;
    font-family: 'impactregular';
    color: #05153d;
    line-height: 60px;
    margin-bottom: 20px
}

.process-section ul.process-list li .step-box .process-detail {
    font-size: 18px;
    color: #05153d;
    line-height: 30px;
}

.process-section ul.process-list li::before {
    content: '';
    width: 230px;
    border: #05153d 1px dashed;
    height: 1px;
    position: absolute;
    bottom: -66px;
    left: 52px;
    border-radius: 80px;
    transform: rotate(51deg);
}

.process-section ul.process-list li:nth-of-type(2n+2)::before {
    content: '';
    width: 230px;
    border: #05153d 1px dashed;
    height: 1px;
    position: absolute;
    bottom: -66px;
    left: -152px;
    border-radius: 80px;
    transform: rotate(121deg);
}

.process-section ul.process-list li:last-child::before {
    content: none
}

.team-section {
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.team-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.team-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

ul.team-list-area {
    margin: 100px auto 0px auto;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1300px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

ul.team-list-area li {
    width: 33.33%;
    position: relative;
    transition: all .5s ease;
    padding: 15px;
}

ul.team-list-area li:nth-of-type(3n+1) {
    margin-top: -100px;
}

ul.team-list-area li:nth-of-type(3n+3) {
    margin-top: -100px
}

.team-section .swiper-slide:nth-of-type(2n+1) {
    margin-top: -30px
}


.blue-box {
    background-color: #28b1ff;
    position: relative;
    padding-top: 20px;
    height: 520px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.blue-box .info-block {
    background: #05153d;
    position: absolute;
    bottom: 0px;
    padding: 80px 20px 20px 20px;
    transition: all 0.25s ease-out;
}

.blue-box .info-block::before {
    content: '';
    position: absolute;
    top: -50px;
    height: 50px;
    left: 0px;
    background: url(../images/team-blue.png) center center no-repeat;
    width: 100%;
}

.blue-box .team-photo {
    background: #fff;
    width: 240px;
    height: 314px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 50%;
    margin-left: -120px;
    transition: all 0.25s ease-out;
}

.blue-box .team-photo img {
    position: relative;
    z-index: 1;
}

.blue-box .team-photo .face-box {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -100px;
    right: -100px;
    background: #28b1ff;
    z-index: 1;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.25s ease-out;
}



.blue-box .team-photo::before {
    content: '';
    border: #fff 1px dashed;
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.25s ease-out;
}

.blue-box .team-photo::after {
    content: '';
    border: #fff 1px dashed;
    width: 99%;
    height: 99%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all 0.25s ease-out;
}


.blue-box .name {
    color: #fff;
    font-family: 'impactregular';
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blue-box .position {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.blue-box p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.blue-box:hover .info-block {
    padding: 250px 20px 20px 20px;
    transition: all 0.25s ease-out;
}

.blue-box:hover .team-photo {
    transition: all 0.25s ease-out;
}

.blue-box:hover .team-photo::before {
    top: -10px;
    left: -10px;
    transition: all 0.25s ease-out;
}

.blue-box:hover .team-photo::after {
    bottom: -10px;
    right: -10px;
    transition: all 0.25s ease-out;
}

.blue-box:hover .team-photo .face-box {
    bottom: 20px;
    right: 20px;
    opacity: 1;
    transition: all 0.25s ease-out;
}

.team-section .team-slider1 {
    margin-top: 50px
}

.team-section .new-team-box1 {
    position: relative;
    margin-bottom: 50px
}

.team-section .new-team-box1 .team-photo {
    width: 100%
}

.team-section .new-team-box1 .team-photo img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.25s ease-out;
}

.team-section .new-team-box1 .content-area {
    background: #05153d;
    width: 100%;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: -50px
}

.team-section .new-team-box1 .content-area .name {
    color: #fff;
    font-family: 'impactregular';
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    padding: 100px 30px 10px 30px;
    letter-spacing: 1px
}

.team-section .new-team-box1 .content-area .position {
    padding: 0px 30px 10px 30px;
    color: #28b1ff;
    font-size: 16px;
}

.team-section .new-team-box1 .content-area p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 0 30px 30px 30px;
    min-height: 132px
}

.team-section .new-team-box1 .tag-main {
    position: absolute;
    top: -60px;
    left: 50%;
    z-index: 2;
    transition: all 0.25s ease-out;
    transform: rotate(45deg);
    background: #28b1ff;
    width: 120px;
    height: 120px;
    margin-left: -55px;
}

.team-section .new-team-box1 .tag-main .face-box {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    transform: rotate(-45deg);
}

.team-section .swiper-button-next {
    top: auto;
    width: 60px;
    height: 30px;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 30px;
    line-height: 30px;
    bottom: 0;
    color: #28b1ff;
    position: absolute;
    right: 50%;
    margin-right: -80px;
    transition: all .5s ease;
}

.team-section .swiper-button-next::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    background: #28b1ff;
    width: 16px;
    height: 6px;
    border-radius: 3px;
    transition: all .5s ease;
}

.team-section .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    background: #28b1ff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: all .5s ease;
}

.team-section .swiper-button-next:hover {
    color: #05153d;
    width: 80px;
    margin-right: -100px;
    transition: all .5s ease;
}

.team-section .swiper-button-next:hover::before {
    background: #05153d;
    width: 26px;
    left: 22px;
    transition: all .5s ease;
}

.team-section .swiper-button-next:hover::after {
    background: #05153d;
    width: 16px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev {
    top: auto;
    width: 60px;
    height: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 30px;
    line-height: 30px;
    bottom: 0;
    color: #28b1ff;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    background: #28b1ff;
    width: 16px;
    height: 6px;
    border-radius: 3px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0px;
    background: #28b1ff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev:hover {
    color: #05153d;
    width: 80px;
    margin-left: -100px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev:hover::before {
    background: #05153d;
    width: 26px;
    right: 22px;
    transition: all .5s ease;
}

.team-section .swiper-button-prev:hover::after {
    background: #05153d;
    width: 16px;
    transition: all .5s ease;
}

/* .team-section .team-slider2{margin-top: 50px}
.team-section .new-team-box2{position: relative; display: flex; align-content: center; border:#d3d3d3 1px solid; border-radius: 25px 0; overflow: hidden;}
.team-section .new-team-box2 .team-photo{width: 50%; display: flex;}
.team-section .new-team-box2 .team-photo img{width: 100%; position: relative; z-index: 1; transition: all 0.25s ease-out;}
.team-section .new-team-box2 .content-area {width:100%; z-index: 1; position: relative;  align-content: center; display: flex; width: 50%; padding: 25px}
.team-section .new-team-box2 .content-area .name {color: #05153d; font-family: 'impactregular'; font-size: 34px; line-height: 42px; font-weight: 700; margin-bottom: 15px}
.team-section .new-team-box2 .content-area p{font-size: 14px; color: #000; line-height: 22px; padding: 0px}
.team-section .new-team-box2 .tag-main{position: absolute; top: 50%; margin-top: -55px; left: 25%; z-index: 2;  transition: all 0.25s ease-out; transform: rotate(45deg); background: #28b1ff; width: 120px; height: 120px; margin-left: -55px; display: none}
.team-section .new-team-box2 .tag-main .face-box{ width: 100px; height: 100px; text-align: center; position: absolute; top: 10px; left: 10px; transform: rotate(-45deg);} */


.boss-photo {
    position: relative;
    width: 60%;
    margin-left: 40%;
    margin-bottom: 30px
}

.boss-photo::before {
    background: #28b1ff;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    transform: rotate(0deg);
    top: 0px;
    opacity: 0.2;
    transition: transform 0.25s ease-out;
}

.boss-photo img {
    width: 100%;
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
    transition: all 0.25s ease-out;
}

.boss-photo:hover::before {
    transform: rotate(6deg);
    transition: all 0.5s;
}

.boss-photo .member-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 11;
    color: #05153d;
    font-family: 'impactregular';
    font-size: 40px;
    line-height: 60px;
    transition: all 0.25s ease-out;
    background: #fff;
    padding: 5px 20px 20px 20px
}

.boss-photo .member-name span {
    display: block;
    font-family: 'Galvji';
    color: #28b1ff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.boss-photo:hover img {
    filter: grayscale(0%);
    transition: filter 0.25s ease-out;
}


.boss-photo .tag-main {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    opacity: 0
}

.boss-photo .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 150px;
    height: 150px;
}

.boss-photo .tag-main .face-box {
    width: 130px;
    height: 130px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px
}

.boss-photo:hover .tag-main {
    top: -50px;
    right: -50px;
    transition: all 0.25s ease-out;
    opacity: 1
}

.btn-black {
    background: #fff !important;
    border-radius: 36px !important;
    border: #05153d 1px solid !important;
    font-size: 20px !important;
    font-family: 'Galvji' !important;
    text-decoration: none !important;
    padding: 20px 50px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 80px;
    color: #05153d !important;
}

.btn-black:hover {
    background: #05153d !important;
    color: #fff !important;
    text-decoration: none
}

.contact-info-section {
    width: 100%;
    position: relative;
    padding: 150px 0 0px 0;
}

.contact-info-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.contact-info-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.contact-info-section .info {
    margin-top: 140px;
    margin-left: 30%;
    position: relative;
}

.contact-info-section .info .icon {
    background: #28b1ff;
    width: 100px;
    height: 100px;
    padding: 25px;
    border-radius: 20px 20px 0px 20px;
    position: absolute;
    top: -100px;
    left: -125px
}

.contact-info-section .info .icon img {
    width: 100%
}

.contact-info-section .info .title {
    font-family: 'impactregular';
    font-size: 36px;
    line-height: 36px;
    color: #28b1ff;
    text-transform: uppercase;
}

.contact-info-section .info .title span {
    display: block;
    font-family: 'Galvji';
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    color: #8f8f8f;
    text-transform: capitalize;
    margin-top: 5px
}

.contact-info-section .info .info-text {
    font-family: 'impactregular';
    font-size: 60px;
    line-height: 60px;
    color: #28b1ff
}

.contact-info-section .info .info-text a {
    color: #05153d;
    text-decoration: none
}

.contact-info-section ul.social-list {
    margin: 400px auto 0px auto;
    padding: 0px;
    list-style: none;
    width: 986px
}

.contact-info-section ul.social-list li {
    width: 200px;
    height: 200px;
    float: left;
    margin-left: -3px
}

.contact-info-section ul.social-list li a {
    color: #05153d;
    border: #05153d 3px solid;
    background: #fff;
    display: block;
    height: 100%;
    line-height: 200px;
    font-size: 70px;
    text-align: center;
}

.contact-info-section ul.social-list li a:hover {
    background: #05153d;
    color: #fff
}

.contact-info-section ul.social-list li:nth-child(even) {
    margin-top: -197px
}

.contact-info-section ul.social-list li:nth-child(even) a {
    background: #05153d;
    color: #fff
}

.contact-info-section ul.social-list li:nth-child(even) a:hover {
    background: #fff;
    color: #05153d
}

.contact-info-section ul.location-list {
    margin: 150px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.contact-info-section ul.location-list li {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    transition: all .5s ease;
}

.contact-info-section ul.location-list li .location-box {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

.contact-info-section ul.location-list li .location-box .location-photo {
    width: 60%;
    height: 600px;
    display: flex;
    align-items: center;
    align-content: center;
}

.contact-info-section ul.location-list li .location-box .location-photo iframe {
    filter: grayscale(100%);
}

.contact-info-section ul.location-list li .location-box .location-detail {
    width: 50%;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: -10%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.contact-info-section ul.location-list li .location-box .location-detail div {
    width: 100%
}

.contact-info-section ul.location-list li .location-box .location-detail h3 {
    font-size: 50px;
    font-family: 'impactregular';
    line-height: 50px;
    margin-bottom: 20px
}

.contact-info-section ul.location-list li .location-box .location-detail p {
    font-size: 24px;
    line-height: 32px;
    color: #434343
}

.contact-info-section ul.location-list li:nth-of-type(2n+2) .location-box {
    flex-direction: row-reverse;
}

.contact-info-section ul.location-list li:nth-of-type(2n+2) .location-detail {
    margin-right: -10%;
    text-align: right;
}

.contact-form-section {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.contact-form-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.contact-form-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.contact-form-section p {
    font-size: 30px;
    line-height: 44px;
    padding-left: 30%;
    color: #434343
}

.contact-form-section .contact-form {
    background: #f4f4f4;
    margin-top: 100px;
    padding: 100px;
    position: relative;
}

.contact-form-section .contact-form p {
    padding: 0px
}

.contact-form-section .contact-form .form-group {
    margin-bottom: 30px
}

.contact-form-section .contact-form .form-group label {
    font-size: 14px;
    margin: 0px 0px 8px 0px;
    line-height: 14px;
    display: block;
    color: #05153d;
    font-weight: 700;
}

.contact-form-section .contact-form .form-control,
textarea {
    display: block;
    width: 100%;
    border: 0;
    margin: 0px;
    border-radius: 0px;
    padding: 10px 0px;
    background: #f4f4f4 no-repeat;
    background-image: linear-gradient(to bottom, #28b1ff, #28b1ff), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    color: #05153d
}

.contact-form-section .contact-form .form-control:focus,
textarea:focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
    box-shadow: none
}

.contact-form-section .contact-form .form-control::-moz-placeholder {
    color: #05153d !important;
    opacity: 1;
}

.contact-form-section .contact-form .form-control:-ms-input-placeholder {
    color: #05153d !important;
}

.contact-form-section .contact-form .form-control::-webkit-input-placeholder {
    color: #05153d !important;
}

.contact-form-section .contact-form .form-control-file {
    display: block;
    width: 100%;
    border: 0;
    margin: 0px;
    border-radius: 0px;
    padding: 10px 0px;
    border-bottom: #bdbdbd 1px solid !important;
    font-size: 16px;
    color: #05153d
}

.contact-form-section .contact-form .wpcf7-list-item {
    margin: 8px 25px 8px 0;
}

.contact-form-section .contact-form .wpcf7-list-item label {
    margin: 0px !important;
    display: flex !important;
    align-items: center;
    font-weight: 400
}

.contact-form-section .contact-form .wpcf7-list-item label input[type="radio"] {
    border: #05153d 3px solid !important;
    background: transparent !important;
    margin-right: 8px;
}

.contact-form-section .contact-form .wpcf7-list-item input[type="radio"]::after {
    background: #05153d !important;
    width: 9px !important;
    height: 9px !important;
    left: 6px !important;
    top: 6px !important
}

.contact-form-section .contact-form .btn-black {
    background: transparent !important;
    margin-top: 10px;
    transition: all 0.25s ease-out;
}

.contact-form-section .contact-form .btn-black:hover {
    background: #05153d !important;
    transition: all 0.25s ease-out;
}

.contact-form-section .contact-form .tag-main {
    position: absolute;
    left: -54px;
    top: -54px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    transform: rotate(-25deg);
}

.contact-form-section .contact-form .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 150px;
    height: 150px;
}

.contact-form-section .contact-form .tag-main .face-box {
    width: 130px;
    height: 130px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px
}

.contact-form-section .wpcf7-spinner {
    position: absolute;
    top: 150px;
}

.wpcf7-not-valid-tip {
    background: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #fff;
    padding: 5px 12px;
}

.contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    margin: 30px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    padding: 15px;
}

.contact-form-section .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    margin: 30px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    padding: 15px;
}

.blog-section {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.blog-section .full {
    width: 100%
}

.blog-section ul.blog-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog-section ul.blog-list li {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    transition: all .5s ease;
}

.blog-section ul.blog-list li .blog-box {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

.blog-section ul.blog-list li .blog-box .blog-photo {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}

.blog-section ul.blog-list li .blog-box .blog-photo img {
    width: 100%;
}

.blog-section ul.blog-list li .blog-box .blog-photo .date {
    position: absolute;
    top: 0px;
    left: 0px;
}

.blog-section ul.blog-list li .blog-box .blog-detail {
    width: 60%;
    background: #05153d;
    padding: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: -10%;
    position: relative;
}

.blog-section ul.blog-list li .blog-box .blog-detail .blog-title {
    font-size: 46px;
    font-family: 'impactregular';
    color: #28b1ff;
    line-height: 54px;
    margin-bottom: 20px
}

.blog-section ul.blog-list li .blog-box .blog-detail .user-name {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px
}

.blog-section ul.blog-list li .blog-box .blog-detail .user-name i {
    color: #28b1ff;
    margin-right: 10px
}

.blog-section ul.blog-list li .blog-box .blog-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px
}

.blog-section ul.blog-list li .blog-box .blog-detail .btn-read {
    font-size: 24px;
    font-family: 'impactregular';
    color: #28b1ff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    padding-left: 45px
}

.blog-section ul.blog-list li .blog-box .blog-detail .btn-read::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0px;
    width: 30px;
    background: #28b1ff;
    height: 4px;
    transition: all 0.25s ease-out;
}

.blog-section ul.blog-list li .blog-box .blog-detail .btn-read:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 65px
}

.blog-section ul.blog-list li .blog-box .blog-detail .btn-read:hover::before {
    width: 50px;
    transition: all 0.25s ease-out;
}

.blog-section ul.blog-list li .blog-box .blog-detail .tag-main {
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    transform: rotate(35deg);
    background: #28b1ff;
    width: 150px;
    height: 150px;
    padding: 10px;
}

.blog-section ul.blog-list li .blog-box .blog-detail .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 130px;
    height: 130px;
}

.blog-section ul.blog-list li .blog-box .blog-detail .tag-main .date-box {
    font-family: 'Galvji';
    font-size: 22px;
    line-height: 22px;
    width: 82px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -41px 0 0 -41px;
    color: #05153d
}

.blog-section ul.blog-list li .blog-box .blog-detail .tag-main .date-box strong {
    font-size: 60px;
    line-height: 60px;
    display: block;
    font-family: 'impactregular';
}

.blog-section ul.blog-list li:nth-child(even) .blog-box {
    flex-direction: row-reverse;
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail {
    margin-right: -10%;
    text-align: right;
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail .btn-read {
    padding-left: 0px;
    padding-right: 45px
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail .btn-read::before {
    top: 16px;
    left: auto;
    right: 0px;
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail .btn-read:hover {
    padding-left: auto;
    padding-right: 65px
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail .user-name i {
    margin-right: auto;
    float: right;
    line-height: 24px;
    margin-left: 10px;
}

.blog-section ul.blog-list li:nth-child(even) .blog-detail .tag-main {
    position: absolute;
    right: auto;
    left: -50px;
    top: -50px;
    transform: rotate(-35deg);
}


.blog-detail-page {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.blog-detail-page h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.blog-detail-page .info {
    text-align: center;
    margin-bottom: 80px
}

.blog-detail-page .info i {
    margin-right: 15px;
    color: #28b1ff
}

.blog-detail-page .info span {
    margin: 0 30px
}

.blog-detail-page .blog-photo {
    width: 100%;
    position: relative;
}

.blog-detail-page .blog-photo img {
    width: 100%;
}

.blog-detail-page .blog-content {
    padding: 80px 0 0 0
}

.blog-detail-page .blog-content h3 {
    font-size: 24px;
    color: #05153d;
    line-height: 30px;
    margin: 20px 0 10px 0;
    font-weight: 700
}

.blog-detail-page .blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: #05153d;
    margin-bottom: 15px
}

.blog-pagination {
    text-align: center;
    border-top: #05153d 1px solid;
    border-bottom: #05153d 1px solid;
    padding: 50px 0;
    margin-top: 100px
}

.blog-pagination ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 724px
}

.blog-pagination ul li {
    float: left;
}

.blog-pagination .back {
    width: 340px;
    height: 44px;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.blog-pagination .back a {
    font-family: 'impactregular';
    font-size: 44px;
    line-height: 44px;
    color: #05153d;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-pagination .back::before {
    content: '';
    width: 180px;
    height: 2px;
    background: #05153d;
    position: absolute;
    right: 150px;
    top: 50%;
    margin-top: -1px;
    z-index: 2
}

.blog-pagination .back::after {
    content: '';
    width: 100px;
    height: 12px;
    background: #28b1ff;
    position: absolute;
    right: 160px;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
    transition: all 0.25s ease-out;
}

.blog-pagination .back:hover::after {
    right: 220px;
    transition: all 0.25s ease-out;
}

.blog-pagination .next {
    width: 340px;
    height: 44px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.blog-pagination .next::before {
    content: '';
    width: 180px;
    height: 2px;
    background: #05153d;
    position: absolute;
    left: 150px;
    top: 50%;
    margin-top: -1px;
    z-index: 2;
}

.blog-pagination .next::after {
    content: '';
    width: 100px;
    height: 12px;
    background: #28b1ff;
    position: absolute;
    left: 160px;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
    transition: all 0.25s ease-out;
}

.blog-pagination .next a {
    font-family: 'impactregular';
    font-size: 44px;
    line-height: 44px;
    color: #05153d;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-pagination .next:hover::after {
    left: 220px;
    transition: all 0.25s ease-out;
}

.blog-pagination .next:hover a {
    color: #28b1ff;
    text-decoration: none
}

.blog-pagination .back:hover a {
    color: #28b1ff;
    text-decoration: none
}

.blog-pagination .blog-menu {
    width: 44px;
    height: 44px
}


.employee-title-area {
    align-items: center;
    padding: 300px 200px 100px 200px;
    position: relative;
}

.employee-title-area .employee-photo {
    width: 200px;
    height: 200px;
    background: #28b1ff;
    border-radius: 50%;
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top: -200px;
    left: 50%;
    animation-name: photo;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.employee-title-area .employee-photo img {
    width: 100%
}

.employee-title-area .employee-detail {
    text-align: center;
}

.employee-title-area h1 {
    font-size: 160px;
    font-family: 'impactregular';
    line-height: 160px;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.employee-title-area h1 span {
    color: #28b1ff;
}

.employee-title-area .position {
    color: #28b1ff;
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    z-index: 1
}

.employee-title-area .o-title.is-inview .o-title_line {
    transition-delay: 0s
}


@keyframes photo {
    0% {
        transform: rotate(0deg);
        top: 0px;
        margin-left: -100px;
    }

    25% {
        transform: rotate(30deg);

    }

    50% {
        transform: rotate(0deg);
        top: 120px;


    }

    75% {
        transform: rotate(-30deg);

    }

    100% {
        transform: rotate(0deg);
        top: 0px;
        margin-left: -100px;
    }
}


.employee-detail-page {
    width: 100%;
    position: relative;
    padding: 50px 0 150px 0;
}

.employee-detail-page h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 100px;
    text-align: center;
    margin-bottom: 10px
}

.employee-detail-page .position {
    color: #28b1ff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px
}

.employee-detail-page .blog-photo {
    width: 100%;
    position: relative;
}

.employee-detail-page .blog-photo img {
    width: 100%;
}

.employee-detail-page .blog-content {
    padding: 80px 0 0 0
}

.employee-detail-page .blog-content h3 {
    font-size: 24px;
    color: #05153d;
    line-height: 30px;
    margin: 20px 0 10px 0;
    font-weight: 700
}

.employee-detail-page .blog-content p {
    font-size: 16px;
    line-height: 24px;
    color: #05153d;
    margin-bottom: 15px
}

.employee-detail-page .information-area {
    display: flex;
}

.employee-detail-page .information-area .employee-photo {
    display: flex;
    width: 45%;
    position: relative;
    align-content: center;
    align-items: center;
}

.employee-detail-page .information-area .employee-photo img {
    width: 100%
}

.employee-detail-page .information-area .employee-photo .tag-main {
    position: absolute;
    left: -60px;
    top: -60px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
}

.employee-detail-page .information-area .employee-photo .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 150px;
    height: 150px;
}

.employee-detail-page .information-area .employee-photo .tag-main .face-box {
    width: 130px;
    height: 130px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px
}

.employee-detail-page .information-area .info-content {
    display: flex;
    width: 55%;
    padding-left: 10%;
    align-content: center;
    padding-top: 50px
}

.employee-detail-page .information-area .info-content .detail-info {
    font-family: 'Galvji';
    font-size: 30px;
    line-height: 36px;
    color: #8f8f8f;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.employee-detail-page .information-area .info-content .detail-info span {
    display: block;
    font-family: 'impactregular';
    font-size: 24px;
    line-height: 24px;
    color: #05153d;
    text-transform: capitalize;
    margin-bottom: 5px;
    letter-spacing: 0px
}

.employee-detail-page .information-area .info-content .btn-black {
    padding: 15px 40px;
    margin-top: 20px;
}

.employee-detail-page .profile-info {
    padding: 100px 0
}

.employee-detail-page .profile-info h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.employee-detail-page .profile-info p {
    font-size: 26px;
    line-height: 40px;
    padding-left: 30%;
    color: #434343
}

.employee-detail-page .profile-info ul {
    margin: 0px;
    padding: 0px 0px 0px 30%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.employee-detail-page .profile-info ul li {
    width: 100%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 28px;
}

.employee-detail-page .profile-info ul li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.employee-detail-page .experience-area {
    padding: 0 0 100px 0
}

.employee-detail-page .experience-area h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.employee-detail-page .experience-area ul.experience-list {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.employee-detail-page .experience-area ul.experience-list li {
    width: 90%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 60px;
    margin-left: 10%
}

.employee-detail-page .experience-area ul.experience-list li .experience-box {
    margin: 0px;
    padding: 0px 0px 0px 60px
}

.employee-detail-page .experience-area ul.experience-list li .experience-box .work-position {
    font-size: 40px;
    font-family: 'impactregular';
    color: #05153d;
    line-height: 40px;
    margin-bottom: 10px
}

.employee-detail-page .experience-area ul.experience-list li .experience-box .work-position span {
    font-family: 'Galvji';
    color: #8f8f8f;
    font-size: 20px;
    float: right;
}

.employee-detail-page .experience-area ul.experience-list li .experience-box .company-name {
    font-size: 30px;
    color: #28b1ff;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -1px
}

.employee-detail-page .experience-area ul.experience-list li .experience-box .process-detail {
    font-size: 18px;
    color: #05153d;
    line-height: 30px;
}

.employee-detail-page .experience-area ul.experience-list li::before {
    content: '';
    width: 1px;
    border: #05153d 1px dashed;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 15px;
}

.employee-detail-page .experience-area ul.experience-list li::after {
    content: '';
    width: 31px;
    height: 31px;
    background: #28b1ff;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.employee-detail-page .experience-area ul.experience-list li:last-child::before {
    content: none
}

.employee-detail-page .education-area {
    padding: 0 0 100px 0
}

.employee-detail-page .education-area h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.employee-detail-page .education-area ul.education-list {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.employee-detail-page .education-area ul.education-list li {
    width: 90%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 60px;
    margin-left: 10%
}

.employee-detail-page .education-area ul.education-list li .education-box {
    margin: 0px;
    padding: 0px 0px 0px 60px
}

.employee-detail-page .education-area ul.education-list li .education-box .degree {
    font-size: 40px;
    font-family: 'impactregular';
    color: #05153d;
    line-height: 40px;
    margin-bottom: 10px
}

.employee-detail-page .education-area ul.education-list li .education-box .degree span {
    font-family: 'Galvji';
    color: #8f8f8f;
    font-size: 20px;
    float: right;
}

.employee-detail-page .education-area ul.education-list li .education-box .university-name {
    font-size: 30px;
    color: #28b1ff;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -1px
}

.employee-detail-page .education-area ul.education-list li::before {
    content: '';
    width: 1px;
    border: #05153d 1px dashed;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 15px;
}

.employee-detail-page .education-area ul.education-list li::after {
    content: '';
    width: 31px;
    height: 31px;
    background: #28b1ff;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.employee-detail-page .education-area ul.education-list li:last-child::before {
    content: none
}

.employee-detail-page .skill-portfolio-area {
    padding: 0 0 100px 0;
    display: flex;
}

.employee-detail-page .skill-portfolio-area h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.employee-detail-page .skill-portfolio-area .skill-area {
    display: flex;
    width: 60%;
    position: relative;
    align-content: center;
}

.employee-detail-page .skill-portfolio-area .portfolio-area {
    display: flex;
    width: 40%;
    align-content: center;
}

.employee-detail-page .skill-portfolio-area .portfolio-area h2 {
    text-align: center;
}

.employee-detail-page .skill-portfolio-area ul.skills-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.employee-detail-page .skill-portfolio-area ul.skills-list li {
    width: 100%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 15px
}

.employee-detail-page .skill-portfolio-area ul.skills-list li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.employee-detail-page .skill-portfolio-area .swiper {
    width: 330px;
    height: 400px;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide {
    display: flex;
    padding: 30px;
    justify-content: center;
    border-radius: 18px;
    background: #28b1ff;
    color: #05153d
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide:nth-child(even) {
    background: #05153d;
    color: #fff
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide .project-detail {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide .project-detail .project-name {
    font-family: 'impactregular';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide .project-detail p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    min-height: 240px;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide .project-detail .link {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide .project-detail .link svg {
    fill: #05153d;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: -40px;
    transition: all 0.25s ease-out;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide:hover .project-detail .link svg {
    right: -60px;
    transition: all 0.25s ease-out;
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide:nth-child(even) .project-detail p {
    color: #fff
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide:nth-child(even) .project-detail .link {
    color: #fff
}

.employee-detail-page .skill-portfolio-area .swiper .swiper-slide:nth-child(even) .project-detail .link svg {
    fill: #fff
}



.project-page {
    width: 100%;
    position: relative;
    padding: 100px 0 100px 0;
}

.project-page .project-box {
    position: relative;
    margin-bottom: 100px
}

.project-page .project-box .project-photo {
    width: 100%;
}

.project-page .project-box .project-photo img {
    width: 100%
}

.project-page .project-box .project-detail {
    width: 70%;
    margin-left: 30%;
    background: #05153d;
    padding: 60px;
    margin-top: -200px;
    position: relative;
}

.project-page .project-box .project-detail h3 {
    font-size: 60px;
    font-family: 'impactregular';
    line-height: 60px;
    margin-bottom: 20px;
    color: #28b1ff
}

.project-page .project-box .project-detail p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #fff
}

.project-page .project-box .project-detail ul.point {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.project-page .project-box .project-detail ul.point li {
    width: 33.33%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 15px;
    padding-left: 30px;
    line-height: 22px;
    font-size: 15px;
    color: #fff
}

.project-page .project-box .project-detail ul.point li::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #05153d;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #28b1ff 2px solid;
}

.project-page .project-box .project-detail .view-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -40px;
    bottom: -40px;
}

.project-page .project-box .project-detail .view-btn .tag-main {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    background: #28b1ff;
    width: 150px;
    height: 150px;
    padding: 10px
}

.project-page .project-box .project-detail .view-btn .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 130px;
    height: 130px;
}

.project-page .project-box .project-detail .view-btn .tag-main .tag-icon img {
    width: 100%
}

.project-page .project-box .project-detail .view-btn .tag-main .face-box {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 35px
}

.project-page .project-box .project-detail .view-btn .tag-main .face-box img {
    width: 100%
}


.top-title-area {
    align-items: center;
    padding: 120px 200px 0px 200px;
    position: relative;
}

.top-title-area .o-title {
    position: relative;
    z-index: 11111
}

.top-title-area h1 {
    font-size: 160px;
    font-family: 'impactregular';
    line-height: 160px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0px
}

.laptop-screen {
    max-width: 1050px;
    margin: 0 auto 100px auto;
    position: relative;
    z-index: 1;
    animation-name: laptop;
    animation-duration: 3000ms;
    opacity: 1
}

.laptop-screen img {
    width: 100%
}

.top-title-area .background-yellow {
    background: #28b1ff;
    width: 1500px;
    height: 750px;
    border-radius: 0 0 750px 750px;
    position: absolute;
    animation-name: yellow-fade;
    animation-duration: 5000ms;
    top: 0px
}

.top-title-area .yellow-svg {
    position: absolute;
    top: -1000px;
    width: 1600px;
    height: 1600px;
    left: 50%;
    margin-left: -800px;
    transform: rotate(90deg);
}

@keyframes yellow-fade {
    from {
        top: -750px;
    }

    to {
        top: 0px;

    }
}

@keyframes laptop {
    from {
        transform: translateY(80%)
    }

    to {
        transform: translateY(0%)
    }
}

.information-technologies-area {
    padding: 150px 0;
    position: relative;
    width: 100%
}

.information-technologies-area h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 40px 0
}

.information-technologies-area h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.information-technologies-area .content-area {
    padding-left: 25%;
}

.information-technologies-area .content-area p {
    font-size: 22px;
    line-height: 36px;
    color: #434343;
    margin-bottom: 20px
}

.information-technologies-area .content-area ul.technologies {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.information-technologies-area .content-area ul.technologies li {
    width: 50%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 15px
}

.information-technologies-area .content-area ul.technologies li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #28b1ff;
    border-bottom: 10px solid transparent;
}

.webphoto-2 {
    width: 1400px;
    margin: 0 auto;
}

.webphoto-2 img {
    width: 100%
}

.webphoto-2 .webphoto {
    width: 1400px;
    height: 800px;
    overflow: hidden;
}

.webphoto-2 .webphoto:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.webphoto-2 .webphoto.is-inview:after {
    height: 0;
}

.desktop-area {
    padding: 0;
    position: relative;
    width: 100%
}

.desktop-area .img-block {
    width: 100%;
    height: 660px;
    padding: 0;
    position: relative;
}

.desktop-area .img-block .about-img-item {
    position: absolute;
}

.desktop-area .img-block .about-img-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.desktop-area .img-block.is-inview .about-img-item:after {
    height: 0;
}

.desktop-area .img-block .about-img-item:nth-child(1) {
    left: -30px;
    width: 510px;
    z-index: 1;
    top: 75px
}

.desktop-area .img-block .about-img-item:nth-child(2) {
    width: 700px;
    right: -30px;
}


.typography-area {
    padding: 150px 0;
    position: relative;
    width: 100%
}

.typography-area h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 40px 0
}

.typography-area h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.typography-area .content-area {
    padding-left: 20%;
}

.typography-area ul.color-list {
    margin: 50px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.typography-area ul.color-list li {
    width: 25%;
    position: relative;
}

.typography-area ul.color-list li .color-box {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    border: #fff 10px solid;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
}

.typography-area ul.color-list li .color-title {
    font-size: 36px;
    line-height: 40px;
    font-family: 'impactregular';
    text-align: center;
}

.typography-area ul.color-list li .color-title span {
    font-size: 30px
}

.tablet-mobile-area {
    padding: 0 0 150px 0;
    position: relative;
    width: 100%
}

.tablet-mobile-area .img-block {
    width: 100%;
    height: 830px;
    padding: 0;
    position: relative;
}

.tablet-mobile-area .img-block .about-img-item {
    position: absolute;
}

.tablet-mobile-area .img-block .about-img-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.tablet-mobile-area .img-block.is-inview .about-img-item:after {
    height: 0;
}

.tablet-mobile-area .img-block .about-img-item:nth-child(1) {
    left: -30px;
    width: 300px;
    z-index: 1;
    top: 100px
}

.tablet-mobile-area .img-block .about-img-item:nth-child(2) {
    width: 600px;
    left: 130px;
}

.tablet-mobile-area .img-block .about-img-item:nth-child(3) {
    width: 300px;
    top: 100px;
    right: -70px
}


.photo-mobile-area {
    padding: 0;
    position: relative;
    width: 100%
}

.photo-mobile-area .img-block {
    width: 100%;
    height: 540px;
    padding: 0;
    position: relative;
}

.photo-mobile-area .img-block .about-img-item {
    position: absolute;
}

.photo-mobile-area .img-block .about-img-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.photo-mobile-area .img-block.is-inview .about-img-item:after {
    height: 0;
}

.photo-mobile-area .img-block .about-img-item:nth-child(1) {
    left: 0px;
    width: 700px;
    z-index: 1;
    top: 0px
}

.photo-mobile-area .img-block .about-img-item:nth-child(2) {
    width: 600px;
    right: 0px;
}


.base {
    width: 500px;
    margin: -285px auto 0 auto;
    text-align: center;
    position: relative;
    padding: 0 0 30px;
    z-index: 1111
}

.holder {
    width: 30px;
    height: 20px;
    background: #05153d;
    margin: auto;
    border-radius: 0 0 50% 50%;
}

.thread {
    display: inline-block;
    width: 2px;
    height: 500px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transform-origin: 50% 0;
    animation: moveIt 4s ease-in-out infinite;
}

.thread:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: -4.5px;
    left: -3.5px;
}

.knob {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -18px;
    left: -4.5px;
    border-radius: 50%;
    border-bottom: 2px solid transparent;
}

.pendulum {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    bottom: -300px;
    left: -150px;
    overflow: hidden;
}

.shadow {
    width: 30px;
    height: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin: 310px auto 0;
    animation: moveShade 2s ease-in-out alternate infinite;
}

@keyframes moveIt {

    0%,
    100% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(-30deg);
    }
}

@keyframes moveShade {
    0% {
        transform: translateX(-220px) scale(1.4, .5);
        filter: blur(20px);
    }

    50% {
        filter: blur(3px);
    }

    100% {
        transform: translateX(220px) scale(1.4, .5);
        filter: blur(20px);
    }
}

.mobile-app-area {
    padding: 0px 8% 150px 8%;
    position: relative;
    width: 100%
}

.mobile-app-area .yellow-svg {
    position: absolute;
    top: 0;
    left: -50%;
    margin-left: 500px;
    height: 1000px;
    width: 1000px;
    z-index: -1;
    transform: rotate(-25deg);
}

.mobile-app-area .mobile-info {
    padding: 20px 50px 30px 50px
}

.mobile-app-area .mobile-info ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.mobile-app-area .mobile-info ul li {
    display: inline-block;
}

.mobile-app-area .mobile-info ul li.icon {
    width: 20%;
    vertical-align: bottom;
}

.mobile-app-area .mobile-info ul li.title {
    width: 60%;
    padding-left: 3%;
    font-size: 26px;
    line-height: 36px;
    font-family: 'impactregular';
}

.mobile-app-area .mobile-info ul li img {
    width: 100%;
}

.mobile-app-area .mobile-img-item img {
    width: 100%
}

.app-screen-area {
    padding: 150px 8%;
    margin-bottom: 100px;
    overflow: hidden;
}

.app-screen-area h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 40px 20px 0;
}

.app-screen-area h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.app-screen-area .content-area {
    padding-right: 18%;
    position: relative;
    z-index: 1
}

.app-screen-area .content-area p {
    font-size: 30px;
    line-height: 44px;
    color: #434343
}

.app-screen-area .content-area ul.technologies {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.app-screen-area .content-area ul.technologies li {
    width: 50%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 15px
}

.app-screen-area .content-area ul.technologies li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    LEFT: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.right-side {
    position: relative;
    height: 100vh
}

.fix-target {
    left: 0;
    position: absolute;
    right: 0;
    top: -100vh;
    bottom: -100vh;
}

.right-side .bg-image {
    background-position: right;
    background-size: cover;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    right: 0;
    top: -100vh;
}

ul.download-icon {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: inline-block
}

ul.download-icon li {
    float: left;
    margin-right: 15px
}

ul.download-icon li a {
    position: relative;
    padding: 8px 25px 15px 70px;
    border: #05153d 2px solid;
    border-radius: 5px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #05153d;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul.download-icon li a span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

ul.download-icon li a i {
    position: absolute;
    left: 20px;
    font-size: 46px;
}

ul.download-icon li a:hover {
    background: #28b1ff;
    color: #05153d;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mobile-top-area {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
}

.mobile-top-area .mobile-top-content {
    display: flex;
    align-items: center;
    align-content: center;
}

.mobile-top-area .leftside-area {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
}

.mobile-top-area .leftside-area .mobile-img-item {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.mobile-top-area .leftside-area .mobile-img-item img {
    height: 100%;
}

.mobile-top-area .leftside-area .yellow-svg {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50px;
}

.mobile-top-area .rightside-area {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
}

.mobile-top-area .rightside-area h1 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 20px 0;
}

.mobile-mockup-photo {
    width: 1400px;
    margin: 0 auto;
}

.mobile-mockup-photo img {
    width: 100%
}

.screen-mobile-area {
    padding: 0;
    position: relative;
    width: 100%
}

.screen-mobile-area .img-block {
    width: 100%;
    height: 1000px;
    padding: 0;
    position: relative;
}

.screen-mobile-area .img-block .about-img-item {
    position: absolute;
}

.screen-mobile-area .img-block .about-img-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.screen-mobile-area .img-block.is-inview .about-img-item:after {
    height: 0;
}

.screen-mobile-area .img-block .about-img-item:nth-child(1) {
    left: 50px;
    width: 250px;
    z-index: 1;
    top: 0px
}

.screen-mobile-area .img-block .about-img-item:nth-child(2) {
    width: 400px;
    left: 50%;
    top: 100px;
    margin-left: -200px;
}

.screen-mobile-area .img-block .about-img-item:nth-child(2) img {
    width: 100%
}

.screen-mobile-area .img-block .about-img-item:nth-child(3) {
    width: 250px;
    top: 0px;
    right: 50px
}

.screen-mobile-area .img-block .about-img-item:nth-child(4) {
    left: 50px;
    width: 250px;
    z-index: 1;
    top: 500px
}

.screen-mobile-area .img-block .about-img-item:nth-child(5) {
    width: 250px;
    top: 500px;
    right: 50px
}

.mobile-typo {
    padding: 150px 0 50px 0
}

.logo-photo-area {
    width: 100%;
    position: relative;
    padding: 0px 0 50px 0;
}

.logo-photo-area ul.logo-list-area {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.logo-photo-area ul.logo-list-area li {
    width: 80%;
    margin-bottom: 80px;
    position: relative;
    transition: all .5s ease;
}

.logo-photo-area ul.logo-list-area li:nth-of-type(2n+2) {
    margin-left: 20%
}

.logo-photo-area ul.logo-list-area li img {
    width: 100%
}


.career-section {
    width: 100%;
    position: relative;
    padding: 100px 0px 0 0;
    display: flex;
    align-items: center;
}

.career-section h2 {
    font-family: 'impactregular';
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 30px 0
}

.career-section p {
    font-size: 26px;
    line-height: 40px;
    color: #434343;
    margin: 20px 0px 0px 0px;
    padding-left: 150px;
}

.vacancies-section {
    width: 100%;
    position: relative;
    padding: 150px 0;
}

.vacancies-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 60px 0
}

.vacancies-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.vacancies-section p {
    font-size: 30px;
    line-height: 44px;
    padding-left: 50%;
    color: #434343
}

.vacancies-section ul.vacancies-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.vacancies-section ul.vacancies-list li {
    width: 50%;
    position: relative;
    transition: all .5s ease;
    padding: 0 40px 0 0
}

.vacancies-section ul.vacancies-list li:nth-of-type(2n+2) {
    margin-top: 120px;
    padding: 0 0px 0 40px
}

.vacancies-section ul.vacancies-list li .vacancie {
    background: #05153d;
    padding: 30px;
    position: relative;
}

.vacancies-section ul.vacancies-list li .vacancie .icon-box {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 15px
}

.vacancies-section ul.vacancies-list li .vacancie .icon-box img {
    width: 100%
}

.vacancies-section ul.vacancies-list li .vacancie .jobtitle {
    font-size: 40px;
    font-family: 'impactregular';
    color: #28b1ff;
    line-height: 44px;
    margin-bottom: 15px;
    margin-top: 15px
}

.vacancies-section ul.vacancies-list li .vacancie .info {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.vacancies-section ul.vacancies-list li .vacancie .info span {
    color: #28b1ff
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -40px;
    bottom: -40px;
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn .tag-main {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.25s ease-out;
    background: #28b1ff;
    width: 150px;
    height: 150px;
    padding: 10px
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn .tag-main .tag-icon {
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 130px;
    height: 130px;
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn .tag-main .tag-icon img {
    width: 100%
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn .tag-main .face-box {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 35px
}

.vacancies-section ul.vacancies-list li .vacancie .view-btn .tag-main .face-box img {
    width: 100%
}


.career-title-area {
    align-items: center;
    padding: 300px 200px 100px 200px;
    position: relative;
}

.career-title-area .career-icon {
    width: 200px;
    height: 200px;
    background: #28b1ff;
    border-radius: 50%;
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top: -200px;
    left: 50%;
    animation-name: photo;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    padding: 30px
}

.career-title-area .career-icon img {
    width: 100%
}

.career-title-area h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 120px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px
}

.career-title-area h1 span {
    color: #28b1ff;
}

.career-title-area .o-title.is-inview .o-title_line {
    transition-delay: 0s
}

.career-title-area .career-info {
    background: #05153d;
    text-align: center;
    font-size: 44px;
    line-height: 44px;
    font-family: 'impactregular';
    color: #28b1ff;
    padding: 30px 0px 20px 0px;
    margin-top: 15px;
}

.career-title-area .career-info span {
    display: block;
    font-family: 'Galvji';
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}


.career-top-page {
    width: 100%;
    position: relative;
    padding: 150px 0 0 0;
}

.career-top-page h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.career-top-page .info {
    text-align: center;
    margin-bottom: 80px
}

.career-top-page .info i {
    margin-right: 15px;
    color: #28b1ff
}

.career-top-page .info span {
    margin: 0 30px
}

.career-top-page .career-banner {
    width: 100%;
    position: relative;
}

.career-top-page .career-banner img {
    width: 100%;
}

.career-top-page .career-banner .banner-content-area {
    position: absolute;
    top: 50px;
    left: 50px
}

.career-top-page .career-banner .banner-content-area .icon {
    width: 120px;
    margin-bottom: 20px
}

.career-top-page .career-banner .banner-content-area .icon img {
    width: 100%;
}

.career-top-page .career-banner .banner-content-area .title {
    font-size: 30px;
    color: #05153d;
    line-height: 46px
}

.career-top-page .career-banner .banner-content-area .title span {
    font-family: 'impactregular';
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 1px
}



.career-info-area {
    padding: 120px 0 0 0;
    position: relative;
    width: 100%
}

.career-info-area h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 40px 0
}

.career-info-area h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.career-info-area .content-area {
    padding-left: 20%;
}

.career-info-area .content-area p {
    font-size: 18px;
    line-height: 30px;
    color: #434343
}

.career-info-area .content-area ul.info {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%
}

.career-info-area .content-area ul.info li {
    text-align: center;
    width: 32.8%;
    font-size: 30px;
    line-height: 30px;
    font-family: 'impactregular';
    color: #28b1ff;
    padding: 0px;
    border-right: #434343 1px solid;
    display: inline-block;
}

.career-info-area .content-area ul.info li span {
    display: block;
    font-family: 'Galvji';
    color: #434343;
    font-size: 20px;
    text-transform: uppercase;
}

.career-info-area .content-area ul.info li:last-child {
    border-right: none
}

.career-info-area .content-area ul.technologies {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.career-info-area .content-area ul.technologies li {
    width: 100%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 18px
}

.career-info-area .content-area ul.technologies li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #28b1ff;
    border-bottom: 10px solid transparent;
}

.image-box-main {
    position: relative;
    width: 1110px;
    height: 624px;
    border: 2px solid #05153d;
}

.image-box-main .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1110px 100%;
}

.image-box-main .background-img {
    background-image: url(../images/after-image.png);
}

.image-box-main .foreground-img {
    background-image: url(../images/before-image.png);
    width: 50%;
}

.image-box-main .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box-main .slider:hover {
    background: rgba(242, 242, 242, 0.1);
}

.image-box-main .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.image-box-main .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.image-box-main .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box-main .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.image-box-main .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}


.service-area {
    padding: 400px 0 250px 0;
    width: 100%;
}

.service-area .container {
    position: relative;
}

.service-area .icon {
    width: 150px;
    height: 150px;
    padding: 30px;
    position: absolute;
    top: -180px;
    left: 0px;
    border: #05153d 3px solid;
    border-radius: 30px 30px 0 30px
}

.service-area .icon img {
    width: 100%
}

.service-area h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 100px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-left: 160px;
    color: #05153d;
    margin: 0 0 20px 0
}

.service-area h1 span {
    color: #28b1ff;
}

.service-area p {
    font-size: 24px;
    line-height: 36px;
    padding-left: 160px
}

.service-page-section {
    padding: 150px 0;
    position: relative;
    width: 100%
}

.service-page-section h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.service-page-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.service-page-section p {
    font-size: 18px;
    line-height: 28px;
    color: #434343;
    margin-bottom: 20px
}

.service-page-section ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.service-page-section ul li {
    position: relative;
    transition: all .5s ease;
    padding-left: 40px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px
}

.service-page-section ul li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.service-page-section ul.technology-list {
    margin: 50px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-page-section ul.technology-list li {
    width: 25%;
    padding: 0 10px 0 80px;
    margin-bottom: 20px
}

.service-page-section ul.technology-list li .icon-technology {
    width: 80px;
    height: 80px;
    background: #28b1ff;
    padding: 15px;
    margin-left: -80px;
    border-radius: 10px 10px 0 10px;
}

.service-page-section ul.technology-list li .icon-technology img {
    width: 100%
}

.service-page-section ul.technology-list li .name {
    background: #05153d;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 0 10px 10px 10px;
}

.service-page-section ul.technology-list li::after {
    content: none;
}


.service-photo-area {
    padding: 0;
    position: relative;
    width: 100%
}

.service-photo-area .img-block {
    width: 100%;
    height: 640px;
    padding: 0;
    position: relative;
}

.service-photo-area .img-block .about-img-item {
    position: absolute;
}

.service-photo-area .img-block .about-img-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -webkit-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
    -moz-transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1) .4s;
}

.service-photo-area .img-block.is-inview .about-img-item:after {
    height: 0;
}

.service-photo-area .img-block .about-img-item:nth-child(1) {
    left: 0px;
    width: 50%;
    z-index: 1;
    top: -80px
}

.service-photo-area .img-block .about-img-item:nth-child(2) {
    width: 50%;
    right: 0px;
    bottom: 0px
}


.case-area {
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
}

.case-area .content-area {
    position: relative;
    z-index: 111;
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: 200px
}

.case-area .case-icon {
    margin-right: 50px;
}

.case-area .case-icon .icon {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
}

.case-area .case-icon .icon img {
    width: 100%
}

.case-area h1 {
    font-size: 90px;
    font-family: 'impactregular';
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #05153d;
    margin: 0 0 20px 0
}

.case-area h1 span {
    color: #28b1ff;
}

.case-area p {
    font-size: 36px;
    line-height: 36px;
}

.case-area .yellow-svg {
    position: absolute;
    top: 50%;
    margin-top: -400px;
    width: 800px;
    height: 800px;
    left: 0%;
    margin-left: -400px;
    transform: rotate(90deg);
    z-index: 11
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px
}

.detail-pagination-section {
    padding: 0px
}

.detail-pagination-section .blog-pagination {
    margin-top: 0px;
    margin-bottom: 100px
}

.clutch-widget {
    margin-left: 0;
    margin-top: 30px;
}

.popup-project {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 111111;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-out;
    top: -100%;
    transform: scale(0.1);
}

.popup-project.active {
    transition: all 0.5s ease-out;
    top: 0px;
    transform: scale(1);
}

.popup-project .close-btn {
    background: #28b1ff !important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    border: none;
    color: #fff !important;
}

.popup-project h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: #28b1ff
}

.popup-project .form-area {
    background: #05153d;
    width: 900px;
    padding: 50px;
    position: relative;
    margin: 0 auto;
    border-radius: 50px;
}

.popup-project .form-area .form-group {
    margin-bottom: 20px
}

.popup-project .form-area .form-group label {
    font-size: 14px;
    margin: 0px 0px 8px 0px;
    line-height: 14px;
    display: block;
    color: #fff
}

.popup-project .form-area .form-control,
textarea {
    width: 100%;
    border: 1px solid #eaeaf0;
    border-radius: 0px;
    padding: 0 15px;
    background: #fff;
    color: #05153d;
    font-size: 14px;
    height: 42px;
    margin: 0px
}

.popup-project .form-area textarea {
    padding: 10px 15px !important;
    height: 100px !important;
}

.popup-project .form-area .form-control-file {
    width: 100%;
    border: 1px solid #eaeaf0;
    border-radius: 0px;
    padding: 9px 9px;
    background: #fff;
    color: #05153d;
    font-size: 14px;
    height: 42px;
    margin: 0px;
}

.popup-project .form-area .form-control:focus,
textarea:focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
    box-shadow: none
}

.popup-project .form-area .form-control::-moz-placeholder {
    color: #05153d !important;
    opacity: 1;
}

.popup-project .form-area .form-control:-ms-input-placeholder {
    color: #05153d !important;
}

.popup-project .form-area .form-control::-webkit-input-placeholder {
    color: #05153d !important;
}

.popup-project .form-area .btn-black {
    background: #28b1ff !important;
    margin-top: 0;
    transition: all 0.25s ease-out;
    padding: 10px 25px !important;
    letter-spacing: 1px;
    border-radius: 4px !important;
    font-size: 15px !important;
    color: #fff !important;
    border: #28b1ff 1px solid !important;
}

.popup-project .form-area .btn-black:hover {
    background: #28b1ff !important;
    transition: all 0.25s ease-out;
    color: #fff !important
}

.popup-project .wpcf7-list-item {
    margin: 8px 25px 8px 0;
}

.popup-project .wpcf7-list-item label {
    margin: 0px !important;
    display: flex !important;
    align-items: center;
}

.popup-project .wpcf7-list-item label input[type="radio"] {
    border: #28b1ff 3px solid !important;
    background: transparent !important;
    margin-right: 8px;
}

.popup-project .wpcf7-list-item input[type="radio"]::after {
    background: #28b1ff !important;
    width: 9px !important;
    height: 9px !important;
    left: 6px !important;
    top: 5.4px !important
}

.popup-project .wpcf7-spinner {
    top: 95px;
    background: #fff;
    opacity: 1
}

.popup-project .wpcf7-spinner::before {
    background-color: #28b1ff;
}

.popup-project .wpcf7 form.invalid .wpcf7-response-output,
.popup-project .wpcf7 form.unaccepted .wpcf7-response-output,
.popup-project .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
     margin: 15px 0 0 0;
    text-align: center;
    font-size: 15px;
}

.popup-project .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 15px;
}


.policy-top-section {
    height: auto;
    display: flex;
    align-items: center;
    padding: 300px 200px 100px 200px
}

.policy-top-section h1 {
    font-size: 160px;
    font-family: 'impactregular';
    line-height: 180px;
    text-transform: uppercase;
    color: #05153d
}

.policy-section {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.policy-section h2 {
    font-family: 'impactregular';
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 30px 0
}

.policy-section p {
    font-size: 20px;
    line-height: 30px;
    color: #434343;
    margin: 0px 0px 30px 0px;
}

.policy-section ul {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.policy-section ul li {
    width: 100%;
    position: relative;
    transition: all .5s ease;
    padding-left: 25px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #434343;
    margin-bottom: 10px
}

.policy-section ul li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #28b1ff;
    border-bottom: 10px solid transparent;
}


.full-section {
    padding: 0px
}

#top-area {
    cursor: none;
    touch-action: none;
}

.logoarea {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
}

.logobox {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    background: url(https://live.ngtdev.xyz/wp-content/uploads/2022/07/blue-logo-new.png);
    background-size: cover;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 1;
}


.advantage-section {
    padding: 100px 0
}

.advantage-section h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.advantage-section ul.advantage-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.advantage-section ul.advantage-list li {
    width: 90%;
    position: relative;
    transition: all .5s ease;
    padding-bottom: 60px;
    margin-left: 10%
}

.advantage-section ul.advantage-list li:last-child {
    padding-bottom: 0px;
}

.advantage-section ul.advantage-list li .advantage-box {
    margin: 0px;
    padding: 0px 0px 0px 60px
}

.advantage-section ul.advantage-list li .advantage-box .subtitle {
    font-size: 40px;
    font-family: 'impactregular';
    color: #05153d;
    line-height: 40px;
    margin-bottom: 10px
}

.advantage-section ul.advantage-list li .advantage-box .list {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 10px;

}

.advantage-section ul.advantage-list li::before {
    content: '';
    width: 1px;
    border: #05153d 1px dashed;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 15px;
}

.advantage-section ul.advantage-list li::after {
    content: '';
    width: 31px;
    height: 31px;
    background: #28b1ff;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.advantage-section ul.advantage-list li:last-child::before {
    content: none
}

.quick-features-section {
    padding: 0
}

.quick-features-section h2 {
    font-family: 'impactregular';
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 20px 0
}

.quick-features-section .main-area {
    display: flex;
    position: relative;
}

.quick-features-section .leftside {
    width: 50%;
}
.quick-features-section .light-blue{background: #28b1ff;padding: 30px;}
.quick-features-section .dark-blue{background: #05153d;padding: 30px;}
.quick-features-section .rightside {
    width: 50%;
    margin-top: 100px;
}

.quick-features-section ul.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.quick-features-section ul.list li {
    position: relative;
    transition: all .5s ease;
    padding-left: 25px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}

.quick-features-section ul.list li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 10px solid transparent;
}

.why_choose_section {
    padding: 100px 0;
}

.why_choose_section h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.why_choose_section ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.why_choose_section ul li {
    position: relative;
    transition: all .5s ease;
    padding-left: 40px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px
}

.why_choose_section ul li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.technologie_service_section {
    padding: 100px 0;
    background: #eee;
}

.technologie_service_section h2 {
    font-family: 'impactregular';
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 40px 0
}

.technologie_service_section ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.technologie_service_section ul li {
    position: relative;
    transition: all .5s ease;
    padding-left: 40px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px
}

.technologie_service_section ul li::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #28b1ff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
    border: #05153d 3px solid;
}

.technologie-area {
    padding: 350px 0 250px 0;
    width: 100%;
}

.technologie-area .container {
    position: relative;
}

.technologie-area .icon {
    width: 150px;
    height: 150px;
    padding: 30px;
    position: absolute;
    top: -180px;
    left: 0px;
    border: #05153d 3px solid;
    border-radius: 30px 30px 0 30px
}

.technologie-area .icon img {
    width: 100%
}

.technologie-area h1 {
    font-size: 100px;
    font-family: 'impactregular';
    line-height: 100px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-left: 160px;
    color: #28b1ff;
    margin: 0 0 20px 0
}


.technologie-area h2 {
    font-size: 24px;
    line-height: 36px;
    padding-left: 160px;
    font-weight: 700;
    margin-bottom: 20px;
}

.technologie-area p {
    line-height: 28px;
    font-size: 18px;
    padding-left: 160px
}

.our-features-section {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.our-features-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 100px;
    margin: 0 0 100px 0
}

.our-features-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}

.our-features-section ul.features-list {
    margin: 100px auto 0px auto;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1300px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.our-features-section ul.features-list li {
    width: 25%;
    position: relative;
    transition: all .5s ease;
    padding: 20px;
}

.our-features-section ul.features-list li a {
    width: 100%;
}

.our-features-section ul.features-list li:nth-of-type(4n+1) {
    margin-top: -100px;
}

.our-features-section ul.features-list li:nth-of-type(4n+3) {
    margin-top: -100px
}

.our-features-section .features-block {
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #fff;
    transition: all .5s ease;
    position: relative;
}

.our-features-section .features-block .leftborder {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.our-features-section .features-block .leftborder::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 2px #dfdfdf solid;
    border-left: 2px #dfdfdf solid;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.our-features-section .features-block .leftborder::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px #dfdfdf solid;
    border-left: 2px #dfdfdf solid;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.our-features-section .features-block .rightborder {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.our-features-section .features-block .rightborder::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 2px #dfdfdf solid;
    border-right: 2px #dfdfdf solid;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.our-features-section .features-block .rightborder::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 2px #dfdfdf solid;
    border-right: 2px #dfdfdf solid;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
}

.our-features-section .features-block .content-block {
    position: relative;
    z-index: 1;
}

.our-features-section .features-block .icon {
    width: 60px;
    height: 60px;
    margin: 10px auto 10px auto;
    padding: 10px;
    background: #05153d;
    border-radius: 5px;
}

.our-features-section .features-block .icon img {
    width: 100%;
}

.our-features-section .features-block .title {
    color: #28b1ff;
    font-size: 24px;
    font-family: 'impactregular';
    line-height: 30px;
    margin: 0px;
    transition: all .5s ease;
}

.our-features-section .features-block p {
    font-size: 14px;
    padding: 0px;
    color: #848484;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all .5s ease;
}

.our-features-section .features-block:hover .leftborder::before,
.our-features-section .features-block:hover .leftborder::after,
.our-features-section .features-block:hover .rightborder::before,
.our-features-section .features-block:hover .rightborder::after {
    width: 100%;
    height: 50%;
    transition: all .5s ease;
    border-color: #28b1ff;
}

.about-top-section #logo-icon {
    position: absolute;
    right: 90px;
}

.about-section .about-logo {
    position: absolute;
    right: 90px;
    width: 500px;
    height: 596px;
    bottom: 0px;
}

#logo-icon {
    width: 500px;
    height: 596px;
}

#logo-icon line:nth-child(1) {
    stroke-dasharray: 544;
    stroke-dashoffset: 544;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(2) {
    stroke-dasharray: 192;
    stroke-dashoffset: 192;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(3) {
    stroke-dasharray: 272;
    stroke-dashoffset: 272;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(4) {
    stroke-dasharray: 192;
    stroke-dashoffset: 192;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(5) {
    stroke-dasharray: 192;
    stroke-dashoffset: 192;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(6) {
    stroke-dasharray: 192;
    stroke-dashoffset: 192;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(7) {
    stroke-dasharray: 272;
    stroke-dashoffset: 272;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(8) {
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(9) {
    stroke-dasharray: 382;
    stroke-dashoffset: 382;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(10) {
    stroke-dasharray: 272;
    stroke-dashoffset: 272;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(11) {
    stroke-dasharray: 192;
    stroke-dashoffset: 192;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(12) {
    stroke-dasharray: 191;
    stroke-dashoffset: 191;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(13) {
    stroke-dasharray: 272;
    stroke-dashoffset: 272;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(14) {
    stroke-dasharray: 541;
    stroke-dashoffset: 541;
    animation: line-stroke 5s ease forwards
}

#logo-icon line:nth-child(15) {
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
    animation: line-stroke 5s ease forwards
}

@keyframes line-stroke {
    form {
        stroke-dashoffset: 50;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.infrastructure-section {

    width: 100%;
    padding: 100px 0 100px 120px
}

.infrastructure-section h2 {
    font-family: 'impactregular';
    font-size: 120px;
    line-height: 100px;
    margin: 0 0 100px 0
}

.infrastructure-section h2 span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #28b1ff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 44px
}


.infrastructure-section .swiper {
    width: 100%;
    height: 100%;
}

.infrastructure-section .swiper-slide {
    width: auto !important;
}

.infrastructure-section .swiper-slide .project-image {
    height: auto
}

.infrastructure-section .swiper-slide .project-image img {
    height: 100%;
}

.hire-advantages-section{width: 100%; position: relative; padding: 100px 0 50px 0;}
.hire-advantages-section h2 {font-family: 'impactregular'; font-size: 120px; line-height: 120px; margin: 0 0 60px 0}
.hire-advantages-section h2 span {font-family: 'Oswald', sans-serif; font-size: 18px; color: #28b1ff; display: block; text-transform: uppercase; letter-spacing: 3px; line-height: 44px}
.hire-advantages-section ul{margin: 80px 0px 0px 0px; width: 100%; padding: 0px; border-top:#dbdbdb 1px solid;}
.hire-advantages-section ul li{border-bottom:#dbdbdb 1px solid; position: relative; z-index: 10; }
.hire-advantages-section ul li .link{padding: 40px 0; z-index: 10; justify-content:space-between; position: relative; padding-left: 80px;  transition: all .5s ease; align-items: center;}
.hire-advantages-section ul li .link .icon{position: absolute;  opacity: 0.1; top: 50%; left: 0px;  transition: all .5s ease; width: 120px; height: 120px; margin-top: -60px;}
.hire-advantages-section ul li .link .icon img{width: 100%; height: 100%;}
.hire-advantages-section ul li .link a{color: #e6ff29; position: relative; z-index: 1111; font-size: 24px; font-weight: 700; transition: all .5s ease; }
.hire-advantages-section ul li .link span{display: block; font-weight: 700; z-index: 10;  position: relative; color: #05153d; font-size: 50px; opacity: 0.5;  transition: all .5s ease; line-height: 50px; margin-bottom: 15px;}
.hire-advantages-section ul li:hover .link{padding-left: 150px;  transition: all .5s ease;}
.hire-advantages-section ul li:hover .link .icon{opacity: 1;  transition: all .5s ease;}
.hire-advantages-section ul li:hover .link a{color: #fff; transition: all .5s ease;}
.hire-advantages-section ul li:hover .link span{opacity: 1; transition: all .5s ease;}

.faq-section{width: 100%; position: relative; padding: 100px 0 50px 0;}
.faq-section h2 {font-family: 'impactregular'; font-size: 120px; line-height: 120px; margin: 0 0 60px 0}
.faq-section h2 span{font-family: 'Oswald', sans-serif; font-size: 18px; color: #28b1ff; display: block; text-transform: uppercase; letter-spacing: 3px; line-height: 44px}
.faq-section .card{border:#e8e8e8 1px solid; border-left: none; border-right: none; margin-bottom: 15px; border-radius: 0px}
.faq-section .card .card-header{padding: 0px; border-bottom: none; background: transparent}
.faq-section .card .card-header .btn-link{border:none; background-color: #fff; padding: 16px 0px; color: #05153d; text-decoration: none; display: block; position: relative; font-size: 18px; width: 100%; text-align: left; font-weight: 700;  text-transform: capitalize;}
/* .faq-section .card .card-header .btn-link{padding: 10px 0px; color: #000; text-decoration: none; display: block; font-size: 24px; font-weight: 700; width: 100%; text-align: right; position: relative; background-color: #fff;} */
.faq-section .card .card-header .btn-link::after{content: ''; position: absolute; width: 30px; height: 2px; background: #000; top: 30px; right: 6px;}
.faq-section .card .card-header .btn-link.collapsed::before{content: ''; position: absolute; width: 2px; height: 30px; background: #000; top: 15px; right: 20px;}
/* .faq-section .card .card-header .btn-link:hover{border:none}*/
.faq-section .card .card-header .btn-link:focus{border:none; outline: none; box-shadow: none;}
.faq-section .card .card-body{padding: 0 0 16px 0}
.faq-section .card .card-body p{font-size: 16px; line-height: 20px; color: #666;}


.why-hire-section{width: 100%; position: relative; padding: 100px 0;}
.why-hire-section h2{font-family: 'impactregular'; font-size: 120px; line-height: 120px; margin: 0 0 60px 0}
.why-hire-section h2 span{font-family: 'Oswald', sans-serif; font-size: 18px; color: #28b1ff; display: block; text-transform: uppercase; letter-spacing: 3px; line-height: 44px}
.why-hire-section .plus-btn{width: 60px; height: 60px; position: relative; margin-bottom: 15px}
.why-hire-section .plus-btn::before{content: ''; width: 4px; height: 60px; background: #000; position: absolute; left: 50%; margin-left: -2px; top: 0px; transition: transform 0.25s ease-out; border-radius: 10px}
.why-hire-section .plus-btn::after{content: ''; width: 60px; height: 4px; background: #000; position: absolute; left: 0%; margin-top: -2px; top: 50%; transition: transform 0.25s ease-out;border-radius: 10px}
.why-hire-section ul.service-tabs{margin: 0 0 40px 0}
.why-hire-section ul.service-tabs li{width: 25%; margin-bottom: 30px}
.why-hire-section ul.service-tabs li a{font-size: 24px; line-height: 32px; font-family: 'Poppins', sans-serif;}
.why-hire-section ul.service-tabs li a:hover, .why-hire-section ul.service-tabs li a.active{color: #28b1ff}
.why-hire-section ul.service-tabs li a:hover .plus-btn::before, .why-hire-section ul.service-tabs li a.active .plus-btn::before{transform: rotate(270deg); transition: transform 0.25s ease-out; background: #28b1ff}
.why-hire-section ul.service-tabs li a:hover .plus-btn::after, .why-hire-section ul.service-tabs li a.active .plus-btn::after{transform: rotate(180deg); transition: transform 0.25s ease-out; background: #28b1ff}
.why-hire-section .service-main{display: flex; align-items: center; align-content: center;}
.why-hire-section .service-main .left-icon-area{width: 25%; text-align: center;}
.why-hire-section .service-main .right-area{width: 75%; padding-left: 50px}
.why-hire-section p{font-size: 22px; line-height: 40px}

/* google-review-section  */
.google-review-section{ margin-bottom: 150px; }
.google-review-section .wp-gr .grw-slider-review-inner{
    position: relative;
    z-index: 11;
    transition: transform 1s;
    background: #e1e1e1!important;
    padding: 40px 25px 30px 25px!important;
    border-radius: 30px 50px!important;
 }
 .wp-gr .grw-slider .grw-slider-reviews{
   padding: 35px 0 35px!important;
 }
.google-review-section .wp-gr .grw-slider .grw-slider-review-inner>svg {
    position: absolute!important;
    top: 28px!important;
    right: 28px!important;
}

.google-review-section .wp-gr .grw-slider-review-inner::after{
  content: '';
  position: absolute;
  top: -25px;
  left: 25px;
  width: 41px;
  height: 43px;
  background: url(../images/quote.png) center center no-repeat;
  background-size: contain;
}
.wp-gr .wp-google-text{ font-size: 13px!important; color: #05153d!important; padding: 0px!important; margin-bottom: 15px!important; line-height: 18px!important; font-style: italic!important; }
.google-review-section .wp-gr .grw-slider .grw-slider-dot.active{ background-color: #05153d !important}
.google-review-section .wp-gr .grw-slider .grw-slider-btns{ color: #05153d !important }
.google-review-section h2 { font-family: 'impactregular'; font-size: 120px; line-height: 120px; margin: 0 0 60px 0;}
.google-review-section .wp-gr.wpac a.wp-google-name{ color: #05163e!important; }
.google-review-section .wp-gr .grw-slider .grw-row{ flex-wrap: wrap!important; }
.google-review-section .wp-gr .grw-row-m .grw-slider-header,
.google-review-section .wp-gr .grw-row-m .grw-slider-header+.grw-slider-content{  flex: 0 0 100%!important; max-width: 100%!important; }
.google-review-section .wp-gr.wpac .grw-slider-header .wp-google-left img{ height: 170px!important; width: 170px!important; object-fit: cover; border-radius: 6% !important;
    overflow: hidden !important; margin-right: 30px!important; }
.google-review-section .wp-gr .wp-google-rating { color: #05163e!important }
.google-review-section .wp-gr.wpac .wp-google-name a{ color: #05163e!important; }
.google-review-section .wp-gr .wp-google-wr a{ background-color: #03153d!important; }
.google-review-section .wp-gr .wp-google-wr a:hover{ background-color: #29b1ff!important; }
.google-review-section .wp-gr .grw-slider-header-inner .wp-google-right{ vertical-align: middle !important;}


/* span.wp-star svg path { fill: #29b1ff; } */



.our-feature-section{width: 100%; position: relative; padding:100px 0; background: #f2f2f2;}
.our-feature-section.white{background: #fff;}
.our-feature-section .features-block-main {position: relative; display: flex; align-items: center; align-content: center}
.our-feature-section .features-block-main .photo-block {width: 40%; display: flex; align-items: center; align-content: center; position: relative;}
.our-feature-section .features-block-main .photo-block h2{font-size: 62px; font-family: 'impactregular'; line-height: 70px; margin-bottom: 30px; overflow-wrap: normal; color: #05153d;}
.our-feature-section .features-block-main .photo-block .photo{width: 100%; overflow: hidden; border-radius: 50px 0 50px 50px;}
.our-feature-section .features-block-main .photo-block .photo img{width: 100%;}
/* .our-feature-section .features-block-main .photo-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;} */
.our-feature-section .features-block-main .features-content-block {z-index: 1; width: 60%;  padding: 0 0 0 30px; display: flex; align-items: center; align-content: center; }

.our-feature-section .features-block-main .features-content-block ul.features-list-area{display: flex; flex-wrap: wrap; margin: 0px; padding: 0px;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li{width: 25%; margin-bottom: 16px; padding: 0 8px;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a{text-align: center; font-size: 13px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; transition: all .5s ease; position: relative; display: block; padding: 10px 0;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li .icon{width: 50px; height: 50px; padding: 0px; opacity: 0.5; margin: 0 auto 5px auto; position: relative; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li .icon img{width: 100%; vertical-align: top;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .leftborder {width: 50%; height: 100%; position: absolute; top: 0px; left: 0px;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .leftborder::before {content: ''; position: absolute; top: 0px; left: 0px; border-top: 1px #979191 solid; border-left: 1px #979191 solid; width: 30px; height: 30px; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .leftborder::after {content: ''; position: absolute; bottom: 0px; left: 0px; border-bottom: 1px #979191 solid; border-left: 1px #979191 solid; width: 30px; height: 30px; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .rightborder {width: 50%; height: 100%; position: absolute; top: 0px; right: 0px;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .rightborder::before {content: ''; position: absolute; top: 0px; right: 0px; border-top: 1px #979191 solid; border-right: 1px #979191 solid; width: 30px; height: 30px; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li a .rightborder::after {content: ''; position: absolute; bottom: 0px; right: 0px; border-bottom: 1px #979191 solid; border-right: 1px #979191 solid; width: 30px; height: 30px; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover a .leftborder::before,
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover a .leftborder::after,
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover a .rightborder::before,
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover a .rightborder::after {width: 100%; height: 50%; transition: all .5s ease; border-color: #28b1ff;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover .icon{opacity: 1; transition: all .5s ease;}
.our-feature-section .features-block-main .features-content-block ul.features-list-area li:hover a{font-weight: 700; color: #28b1ff; transition: all .5s ease;}


.our-feature-area{width: 100%; position: relative; padding:0;}
.our-feature-area .features-block-main {position: relative; display: flex; align-items: center; align-content: center; margin-bottom: 100px;}
.our-feature-area .features-block-main .photo-block {width: 75%; display: flex; align-items: center; align-content: center; position: relative; height: 600px;}
.our-feature-area .features-block-main .photo-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.our-feature-area .features-block-main .features-content-block {z-index: 1; width: 60%; background: #fff; padding: 30px; display: flex; align-items: center; align-content: center; margin-left: -35%; -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09); -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09); box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09) }
.our-feature-area .features-block-main .features-content-block h2{font-size: 42px; font-family: 'impactregular'; line-height: 50px; margin-bottom: 10px; overflow-wrap: normal; color: #05153d;}
.our-feature-area .full{width: 100%;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area{display: flex; flex-wrap: wrap; margin: 0px; padding: 0px;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li{width: 33%; margin-bottom: 8px;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li a{display: flex; align-items: center; font-size: 14px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon{width: 40px; height: 40px; padding: 8px; opacity: 0.5; margin-right: 10px; position: relative; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon img{width: 100%; vertical-align: top;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .leftborder {width: 50%; height: 100%; position: absolute; top: 0px; left: 0px;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .leftborder::before {content: ''; position: absolute; top: 0px; left: 0px; border-top: 1px #979191 solid; border-left: 1px #979191 solid; width: 10px; height: 10px; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .leftborder::after {content: ''; position: absolute; bottom: 0px; left: 0px; border-bottom: 1px #979191 solid; border-left: 1px #979191 solid; width: 10px; height: 10px; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .rightborder {width: 50%; height: 100%; position: absolute; top: 0px; right: 0px;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .rightborder::before {content: ''; position: absolute; top: 0px; right: 0px; border-top: 1px #979191 solid; border-right: 1px #979191 solid; width: 10px; height: 10px; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li .icon .rightborder::after {content: ''; position: absolute; bottom: 0px; right: 0px; border-bottom: 1px #979191 solid; border-right: 1px #979191 solid; width: 10px; height: 10px; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover .icon .leftborder::before,
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover .icon .leftborder::after,
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover .icon .rightborder::before,
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover .icon .rightborder::after {width: 100%; height: 50%; transition: all .5s ease; border-color: #28b1ff;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover .icon{opacity: 1; transition: all .5s ease;}
.our-feature-area .features-block-main .features-content-block ul.features-list-area li:hover a{font-weight: 700; color: #28b1ff; transition: all .5s ease;}

.our-feature-area .features-block-main:nth-of-type(2n+2){flex-direction: row-reverse;}
.our-feature-area .features-block-main:nth-of-type(2n+2) .features-content-block{margin-left: 0px; margin-right: -35%;}
/* 

.work-section ul.project-list li:nth-of-type(2n+2) .project-box {
    flex-direction: row-reverse;
}

.work-section ul.project-list li:nth-of-type(2n+2) .project-detail {
    margin-right: -10%;
    text-align: right;
} */

.thank-page{padding: 150px 0; text-align: center;}
.thank-page h1{font-size: 62px; font-family: 'impactregular'; line-height: 70px; margin-bottom: 30px; overflow-wrap: normal; color: #05153d; text-align: center;}
.thank-page .bpa-front-thankyou-module-container{max-width: 700px; margin: 0 auto;}

.school-area{padding: 50px 0 0 0}
.school-area .school-block{display: block; background: #ecf3f7; padding: 40px 60px 40px 450px; border-radius: 150px 100px 100px 150px; position: relative;}
.school-area .school-block .photo-block{position: absolute; width: 50%; left: -110px; top: 30px;}
.school-area .school-block .photo-block img{width: 100%;}
.school-area .school-block h2{font-size: 42px; font-family: 'impactregular'; line-height: 50px; margin-bottom: 20px; overflow-wrap: normal; color: #05153d;}
.school-area .school-block  p {font-size: 14px; padding: 0px; color: #05153d; line-height: 20px; margin: 0 0 15px 0;}
.school-area .school-block .btn-black {margin: 10px 0 0 0; padding: 15px 35px !important; font-size: 18px !important; background: transparent !important;}
.school-area .school-block .btn-black:hover{background: #05153d !important;}

/* 404 page */

.page_not_found_section {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 200px;
    position: relative;
    justify-content: center;
    
}

.page_not_found_section h1 { font-size: 160px;
    font-family: 'impactregular';
    line-height: 180px;
    text-transform: uppercase;
    color: #05153d;
    position: relative;
    z-index: 1;}

.page_not_found_section h1 span{color:  #29b1ff; margin-top: -60px;}
.page_not_found_section .oops {
    font-size: 36px;
    font-family: 'impactregular';
    line-height: 32px;
    text-transform: uppercase;
    color: #05153d;
    position: relative;
    z-index: 0;
    margin: 0 0 15px 0;
}
.page_not_found_section  p {font-size: 22px; padding: 0px; color: #05153d; line-height: 25px; margin: 0 0 15px 0; position: relative;}

.btn-black {background: #fff !important;
border-radius: 36px !important;
border: #05153d 1px solid !important;
font-size: 20px !important;
font-family: 'Galvji' !important;
text-decoration: none !important;
padding: 20px 50px !important;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 0px;
color: #05153d !important;
}

.blog-detail-page .blog-content ul.hightlight-point {
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.blog-detail-page .blog-content ul.hightlight-point li {
    font-size: 14px;
    line-height: 22px;
    color: #05153d;
    background: #eef9ff;
    padding: 12px 15px;
    border-radius: 7px;
    width: 32.3%;
    margin: 0 5px 10px 5px;
    border: #dceff9 1px solid;
}
.blog-detail-page .blog-content ul.hightlight-point li strong {
    display: block;
    font-weight: 700;
    color: #28b1ff;
    font-size: 16px;
    line-height: 24px;
}

.blog-detail-page .blog-content ul.hightlight-point-full {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.blog-detail-page .blog-content ul.hightlight-point-full li {
    font-size: 16px;
    line-height: 24px;
    color: #05153d;
    background: #eef9ff;
    padding: 12px 15px;
    border-radius: 7px;
    width: 100%;
    margin: 0 0px 10px 0px;
    border: #dceff9 1px solid;
}
.blog-detail-page .blog-content ul.hightlight-point-full li strong {
    display: block;
    font-weight: 700;
    color: #28b1ff;
    font-size: 18px;
    line-height: 26px;
}