@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("ionicons.css");


body,
header,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #11161e;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

blockquote {
    position: relative;
    background-color: transparent;
    margin: 0px;
    padding: 0 0 0 32px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: rgba(17, 22, 30, 0.3);
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */
table,
th,
td {
    border: 1px solid #e0e0e0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

a:hover {
    text-decoration: none;
}

/* Media */
embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
}

/* Links */
a {
    color: #fff;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus,
a:active {
    outline: 0;
    text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #11161e;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 102px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 128px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.313em;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 10.8px;
    color: #ff5321;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.header {
    position: relative;
    z-index: 9999;
    /* Mobile Menu */
}

.header::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.102);
}

.header img.img-top-page {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.header #main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #f6f6f6;
}

.header #main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header #main-nav-mobi ul li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding-left: 16px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.header #main-nav-mobi ul li a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 600;
}

.header #main-nav-mobi ul li a:hover {
    color: #ff5321;
}

.header #main-nav-mobi ul li:first-child {
    border-top: 0px;
}

.header #main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 48px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 0;
    width: 48px;
}

.header #main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f103";
    color: #b1b1b1;
}

.header #main-nav-mobi .menu-item-has-children .arrow:active :before {
    content: "\f102";
}

.header #main-nav-mobi ul ul li {
    background-color: #f2f2f2;
    border-color: #ebebeb;
}

.header .main-header {
    padding: 0px 0 10px 0;
    position: relative;
}

.header .main-header .mobile-button {
    display: none;
    width: 26px;
    height: 26px;
    float: right;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .main-header .mobile-button:before,
.header .main-header .mobile-button:after,
.header .main-header .mobile-button span {
    background-color: #ff5321;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header .main-header .mobile-button:before,
.header .main-header .mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.header .main-header .mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.header .main-header .mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.header .main-header .mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.header .main-header .mobile-button:active  span {
    opacity: 0;
}

.header .main-header .mobile-button:active :before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.header .main-header .mobile-button:active :after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.header .main-header .main-header-logo {
    padding-left: 100px;
    padding-top: 18px;
}

.header .main-header .main-nav {
    position: absolute;
    left: 24.9%;
    top: 35px;
    /* Sub Menu */
}

.header .main-header .main-nav .menu {
    margin: 0;
}

.header .main-header .main-nav .menu li a.menu-main:active {
    color: #ff5321;
}

.header .main-header .main-nav .menu li.menu-item-has-children {
    position: relative;
    display: block;
    float: left;
    padding-right: 25px;
    height: 60px;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:active {
    color: #ff5321;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 0%;
    height: 3px;
    background-color: #ff5321;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:hover {
    color: #ff5321;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header .main-header .main-nav .menu li.menu-item-has-children a.menu-main:active :after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header .main-header .main-nav .sub-menu {
    position: absolute;
    top: 44px;
    left: -20px;
    width: 250px;
    padding: 15px 0px;
    z-index: 9999;
    display: block !important;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.header .main-header .main-nav .sub-menu li {
    display: block;
}

.header .main-header .main-nav .sub-menu li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #11161e;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.header .main-header .main-nav .sub-menu .right-sub-menu {
    left: auto;
    right: 0;
}

.header .main-header .main-nav .sub-menu .sub-menu-2 {
    position: absolute;
    top: 0;
    left: 234px;
    width: 250px;
    padding: 15px 0px;
    z-index: 9999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.header .main-header .main-nav .sub-menu .sub-menu-2 li {
    display: block;
}

.header .main-header .main-nav .sub-menu .sub-menu-2 li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #11161e;
    padding: 5px 20px;
    font-weight: 600;
}

.header .main-header .main-nav .sub-menu .sub-menu-2 .right-sub-menu {
    left: auto;
    right: 0;
}

.header .main-header .main-nav .sub-menu li:hover .sub-menu-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header .main-header .main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header .main-header .main-nav .sub-menu li a:hover,
.header .main-header .main-nav #main-nav .sub-menu li.current-item a {
    color: #ff5321;
}

.header .main-header .main-nav.style-2 .menu li.menu-item-has-children a.menu-main {
    color: #11161e;
}

.header .main-header .main-nav.style-2 .menu li.menu-item-has-children a.menu-main:hover {
    color: #ff5321;
}

.header .main-header .main-nav.style-2 .sub-menu {
    background: #11161e;
}

.header .main-header .main-nav.style-2 .sub-menu li a {
    color: #fff;
}

.header .main-header .main-nav.style-2 .sub-menu li a:hover {
    color: #ff5321;
}

.header .main-header .main-nav.style-2 .sub-menu .sub-menu-2 {
    background: #11161e !important;
}

.header .main-header .main-nav.style-2 .sub-menu .sub-menu-2 li a {
    color: #fff !important;
}

.header .main-header .main-nav.style-2 .sub-menu .sub-menu-2 li a:hover {
    color: #ff5321 !important;
}

.header .main-header .main-header-contact {
    padding-right: 50px;
}

.header .main-header .main-header-contact .text-phone {
    color: #252525;
    float: left;
    padding-right: 30px;
    padding-top: 10px;
}

.header .main-header .main-header-contact .text-phone a:hover {
    color: #ff5321;
}

.header .main-header .main-header-contact .text-phone p {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #ff5321;
    font-weight: 400;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 18px;
}

.header .main-header .main-header-contact .text-phone span {
    display: block;
    font-size: 22px;

    margin-top: -15px;
}

.header .main-header .main-header-contact .call {
    position: relative;
    background: #ff5321;
    padding: 24px 67px 65.5px 42px;
}

.header .main-header .main-header-contact .call:hover {
    background: #11161e;
}

.header .main-header .main-header-contact .call img {
    position: absolute;
    top: 31%;
    left: 35%;
}

.header .main-header.style-2 .main-header-logo {
    padding-left: 0;
    padding-top: 12px;
}

.header .main-header.style-2 .main-nav {
    position: inherit;
    padding-top: 24px;
    padding-left: 4px;
}

.header .main-header.style-2 .main-header-contact {
    padding-right: 0;
    float: right;
}

.header.b2::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    height: 2px;
    width: 100%;
    background: rgba(17, 22, 30, 0.102);
}

.header.style-2::before {
    display: none;
}

.menu-item a:active  {
    color: #ff5321 !important;
}

.header.style-2 {
    border: none;
    padding-left: 16px;
}

.header.style-2 hr.divider-header {
    margin-top: 2px;
    background: rgba(255, 255, 255, 0.102);
    height: 2px;
}

.section-slider {
    position: relative;
    margin-top: -110px;
    overflow: hidden;
    height: 950px !important;
}

.section-slider .tp-parallax-wrap {
    z-index: 99 !important;
}

.section-slider .rev_slider_wrapper.fullwidthbanner-container {
    height: 950px !important;
}

.section-slider div#rev-slider1 {
    max-height: 950px !important;
    height: 950px !important;
}

.section-slider .title-slide-2 {
    padding-top: 118px !important;
}

.section-slider .style-2 {
    color: #11161e !important;
}

.section-slider .tp-mask-wrap {
    padding-top: 110px;
    margin-left: -31px;
}

.section-slider img.before-slide {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 19.4%;
}

.section-slider img.after-slide {
    position: absolute;
    z-index: 99;
    top: 20%;
    right: 0;
}

.section-slider .menu-slide {
    position: absolute;
    bottom: 41px;
    right: 150px;
}

.section-slider .menu-slide .list-menu-slide {
    margin: 0;
}

.section-slider .menu-slide .list-menu-slide::before {
    display: none;
    content: '';
    position: absolute;
    z-index: 9;
    top: -91px;
    right: 2px;
    width: 22px;
    height: 23px;
    background: #ff5321;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
}

.section-slider .menu-slide .list-menu-slide li {
    display: inline-block;
    padding-left: 30px;
}

.section-slider .menu-slide .list-menu-slide li img {
    margin-top: -8px;
}

.section-slider .menu-slide .list-menu-slide li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.section-slider .menu-slide .list-menu-slide li a:hover {
    color: #ff5321;
}

.section-slider .tp-mask-wrap {
    overflow: inherit !important;
}

.section-slider .tp-caption.tp-resizeme.text-white.font-heading.font-weight-600 {
    letter-spacing: 10.7px !important;
    color: #ff5321 !important;
}

.section-slider .tp-caption.tp-resizeme.text-white.font-heading.font-weight-400 {
    font-weight: 400;
    margin-top: 14px !important;
}

.section-slider .tp-caption.padding-top-100.padding-left-10.text-slide {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #b0b0b0 !important;
}

.section-slider .tp-caption.tp-resizeme.text-white.font-heading.font-weight-400.padding-top-100.text-slide {
    color: #7f7e7e !important;
    margin-top: 267px !important;
    margin-left: 6px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

.section-slider .btn-slider {
    padding-top: 125px !important;
    padding-left: 10px !important;
}

.section-slider.style-2 .tp-bullet {
    background: rgba(17, 22, 30, 0.102);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-slider.style-2 .tp-bullet:hover {
    background: #ff5321;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-slider.style-2 .tp-bullet.selected {
    background: #ff5321;
    display: none;
}

.section-slider.style-3 {
    margin-top: -158px;
}

.section-slider.style-3 .tp-mask-wrap {
    padding-top: 130px;
    margin-left: -31px;
}

.tp-bullets.custom.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    visibility: inherit !important;
    opacity: 1 !important;
    position: absolute;
    top: 91.4% !important;
    left: 15.9% !important;
}

.section-slider.style-2 .tp-bullets.custom.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    left: 12.3% !important;
}

.tp-bullet {
    width: 60px;
    height: 2px;
    position: relative;
    background: rgba(255, 255, 255, 0.102);
    cursor: pointer;
    left: 0 !important;
    top: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tp-bullet.selected,
.tp-bullet:hover {
    width: 100px;
    height: 2px;
    background: #ff5321;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section-about .intro-content {
    padding-top: 116px;
    position: relative;
}

.section-about .intro-content h4.sub-title {
    text-transform: uppercase;
    color: #ff5321;
    margin: 0 0 5px;
}

.section-about .intro-content h2.title {
    position: relative;
    z-index: 99;
    display: inline-block;
    text-transform: uppercase;
    color: #11161e;
}

.section-about .intro-content h2.title::before {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: -9px;
    width: 25px;
    height: 25px;
    background: #ff5321;
    border-radius: 50%;
}

.section-about .intro-content h2.title span {
    position: relative;
    z-index: 99;
}

.section-about .intro-content h5.description {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.05px;
    line-height: 1.667em;
    padding-top: 36px;
    color: #11161e;
}

.section-about .intro-content p.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #777777;
    padding-right: 75px;
    padding-top: 16px;
    padding-bottom: 24px;
    color: #777777;
}

.section-about .image-about {
    text-align: end;
}

.section-about .image-about.style-2 {
    text-align: start;
}

.section-about .image-about.style-3 img {
    width: 100%;
}

.section-about.style-2 {
    /*background: #f3f3f4;*/
    padding-bottom: 0;
}

.section-about.style-2 .intro-content {
    padding-left: 9px;
}

.section-about.style-2 hr {
    margin-top: 120px;
    padding: 0;
    margin-bottom: 0;
}

.section-about.s2 {
    padding-bottom: 105px;
}

.section-about.s2 .image-about img {
    width: auto;
}

.section-about.style-3 {
    padding-bottom: 116px;
}

.section-work {
    /* background: #f3f3f4;*/
}

.section-work .list-box-work {
    display: flex;
}

.section-work .list-box-work .box-work {
    width: 50%;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px 20px 30px 30px;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work:hover {
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work:hover span {
    color: #ff5321;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work :hover i {
    color: #ff5321;
}

.section-work .list-box-work .box-work span {
    font-size: 60px;
    padding-bottom: 0px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work:after {
    content: '';
    width: 14%;
    height: 26%;
    background: url("./../images/bg-after-box.png") no-repeat;
    position: absolute;
    top: 5px;
    left: -10px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work:hover:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    opacity: 1;
}

.section-work .list-box-work .box-work .title-box {
    position: relative;
    padding-bottom: 20px;
}

.section-work .list-box-work .box-work .title-box:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff5321;
}

.section-work .list-box-work .box-work .title-box span {
    position: relative;
    z-index: 99;
    color: #11161e;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work .title-box span:hover {
    color: #ff5321;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work .list-box-work .box-work .text {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 46px;
}

.section-work .list-box-work .box-work .readmore {
    padding: 6px 12px;
    border-radius: 30px;
    background: #f3f3f4;
}

.section-work .list-box-work .box-work .readmore:hover {
    background: #ff5321;
}

.section-work .list-box-work .box-work .readmore i {
    color: #777777;
}

.section-work .list-box-work .box-work:nth-child(3) {
    padding: 50px 54px 73px 54px;
}

.section-work .list-box-work .box-work:nth-child(4) {
    margin-right: 0px;
    padding: 50px 54px 73px 54px;
}

.section-work.style-2 {
    background: url("../images/portfolio/bg-portfolio.jpg");
}

.section-work.style-2 .heading-top h3.title {
    color: #fff;
    line-height: 1.5em;
    padding-top: 4px;
    letter-spacing: 0.15px;
}

.section-work.style-2 .description-right {
    padding-left: 10px;
}

.section-work.style-2 .description-right h6.title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05px;
    line-height: 1.7em;
    padding-top: 32px;
    padding-bottom: 26px;
    color: #fff;
}

.section-work.style-2 hr#divider {
    height: 1px;
    background: #fff;
    width: 1170px;
    margin-left: 8px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-work.style-2 .divider-left {
    position: relative;
    width: 5px;
    height: 100%;
    float: left;
}

.section-work.style-2 .divider-left:before {
    content: '';
    width: 100%;
    height: 30px;
    background: #ff5321;
    position: absolute;
    z-index: 99;
    top: -30px;
    left: 0;
}

.section-work.style-2 .divider-left:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 83px;
    background: rgba(255, 255, 255, 0.102);
}

.section-work.style-2 .list-box-work {
    display: flex;
}

.section-work.style-2 .list-box-work .box-work {
    background: transparent;
    padding: 0;
    overflow: inherit;
    width: 33%;
    margin-right: 30px;
}

.section-work.style-2 .list-box-work .box-work:after {
    display: none;
}

.section-work.style-2 .list-box-work .box-work:hover .box-item span {

    color: #ff5321;
}

.section-work.style-2 .list-box-work .box-work:hover img {
    filter: grayscale(0);
}

.section-work.style-2 .list-box-work .box-work .box-item {
    margin-left: 30px;
}

.section-work.style-2 .list-box-work .box-work .box-item span {
    color: #777777;
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box {
    position: relative;
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff5321;
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box span {
    position: relative;
    z-index: 99;
    color: #777777;
    font-size: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work.style-2 .list-box-work .box-work .box-item .title-box span:hover {

    color: #ff5321;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work.style-2 .list-box-work .box-work span {
    font-size: 60px;
    padding-bottom: 0px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-work.style-2 .list-box-work .box-work .box-item p.text {
    color: #777777;
    padding-right: 10px;
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore {
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(243, 243, 244, 0.102);
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore i {
    color: #777777;
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore:hover {

    background: #ff5321;
}

.section-work.style-2 .list-box-work .box-work .box-item .readmore:hover i {

    color: #fff;
}

.section-work.style-2 .list-box-work .box-work:nth-child(4) {
    margin-right: 0;
}

.section-work.style-2 .list-box-work .box-work:nth-child(5) {
    margin-top: 83px;
}

.section-work.style-2 .list-box-work .box-work:nth-child(6) {
    margin-top: 83px;
}

.section-work.style-2 .list-box-work .form-portfolio {
    border: 5px solid #ff5321;
    padding: 39px 95px 0px 95px;
    margin-top: -30px;
    margin-left: 2px;
    width: 48.7%;
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form img {
    float: left;
    padding-right: 28px;
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form p {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 11px;
    line-height: 1.1em;
    color: #ff5321;
    padding-top: 7px;
}

.section-work.style-2 .list-box-work .form-portfolio .heading-form h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact {
    padding-top: 58px;
    padding-bottom: 21px;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group {
    position: relative;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group input#email {
    background: rgba(255, 255, 255, 0.051);
    color: #777777;
    padding: 23px 29px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    width: 100%;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 21.5%;
    border-radius: 0;
    background: #ff5321;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn::before {
    content: '\f1d8';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
}

.section-work.style-2 .list-box-work .form-portfolio .fomr-contact .form-group .btn:hover {
    background: #fff;
}

.section-work.style-2.style-3 {
    background: #f3f3f4;
    padding-bottom: 125px;
}

.section-work.style-2.style-3 .heading-top h4.sub-title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 11.5px;
    line-height: 1.3em;
    color: #ff5321;
}

.section-work.style-2.style-3 .heading-top h3.title {
    color: #11161e;
}

.section-work.style-2.style-3 .description-right {
    padding-top: 4px;
}

.section-work.style-2.style-3 .description-right h6.title {
    color: #11161e;
    padding-top: 27px;
}

.section-work.style-2.style-3 hr#divider {
    background: rgba(17, 22, 30, 0.102);
    margin-bottom: 27px;
}

.section-work.style-2.style-3 .list-box-work .box-work:hover {
    box-shadow: none;
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .title-box a {
    color: #11161e;
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .title-box a:hover {
    color: #ff5321;
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .readmore {
    background: rgba(17, 22, 30, 0.102);
}

.section-work.style-2.style-3 .list-box-work .box-work .box-item .readmore:hover {
    background: #ff5321;
}

.section-work.style-2.style-3 .list-box-work .box-work .divider-left:after {
    background: rgba(17, 22, 30, 0.102);
}

.section-work.style-2.style-3.s2 {
    padding-bottom: 127px;
}

.section-work.style-2.style-3.s1 {
    padding-top: 150px;
    padding-bottom: 126px;
}


.section-contact {
    background: #f3f3f4;
}

.section-contact .themesflat-map-1 {
    height: 570px;
}

.section-contact .themesflat-map-1 iframe {
    width: 100%;
    height: 100%;
}

.section-contact .info-contact .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #11161e;
    display: inline;
    width: 30%;
}

.section-contact .info-contact span {
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    float: right;
    width: 70%;
}

.section-contact .info-contact .list-social {
    width: 70%;
    float: right;
    margin: 0;
    line-height: 0;
}

.section-contact .info-contact .list-social li {
    display: inline-block;
    padding-right: 30px;
}

.section-contact .info-contact .list-social li a {
    color: #777777;
    font-size: 24px;
}

.section-contact .info-contact .list-social li a:hover {
    color: #e74901;
}

.footer {
    position: relative;
}

.footer .img-ft {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.footer .img-ft-2 {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
}

.footer .section-main-footer {
    position: relative;
    background: url("../images/background/bg-footer.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 113px;
    padding-bottom: 102px;
}

.footer .section-main-footer .list-footer {
    display: flex;
}

.footer .section-main-footer .list-footer .widget-about {
    width: 30%;
    padding-top: 7px;
}

.footer .section-main-footer .list-footer .widget-about .text {
    color: rgba(255, 255, 255, 0.6);
    line-height: 2em;
    padding-top: 20px;
    padding-bottom: 35px;
    letter-spacing: 0.1px;
}

.footer .section-main-footer .list-footer .widget-about .location .icon-location {
    float: left;
    padding-top: 15px;
    padding-right: 28px;
}

.footer .section-main-footer .list-footer .widget-about .location .title {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.footer .section-main-footer .list-footer .widget-about .location .info {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    color: #ff5321;
    padding-top: 5px;
}

.footer .section-main-footer .list-footer .widget-link {
    width: 20%;
}

.footer .section-main-footer .list-footer .widget-link .widget-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap {
    margin: 0;
    padding-top: 27px;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li {
    padding: 10px 0;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 2px;
    background: #ff5321;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:hover {
    color: #ff5321;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .section-main-footer .list-footer .widget-link .list-wrap li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.footer .section-main-footer .list-footer .widget-link.v1 {
    padding-left: 10px;
}

.footer .section-main-footer .list-footer .widget-link.v2 {
    padding-left: 17px;
}

.footer .section-main-footer .list-footer .widget-link.v3 {
    padding-left: 20px;
}

.footer .section-main-footer .list-footer .widget-recent-work {
    width: 30%;
    padding-left: 23px;
    margin-top: -2px;
}

.footer .section-main-footer .list-footer .widget-recent-work .widget-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 18px;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox {
    padding-top: 6px;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox {
    display: inline-block;
    z-index: 99;
    margin-right: 7px;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox .imgbox-img {
    position: relative;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox .imgbox-img img {
    width: 100%;
    display: block;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox .imgbox-img .overlay-img {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background: rgba(255, 168, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox .imgbox-img .overlay-img i {
    font-size: 20px;
    color: #11161e;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox:hover .overlay-img {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox:nth-child(3) {
    margin-right: 0;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox:nth-child(4) {
    margin-top: 4px;
}

.footer .section-main-footer .list-footer .widget-recent-work .flat-imgbox .imgbox:nth-child(6) {
    margin-right: 0;
}

.footer .section-main-footer .overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: rgba(17, 22, 30, 0.9);
    width: 100%;
    height: 100%;
}

.footer .bottom-footer {
    background: #11161e;
    padding: 20px 0;
}

.footer .bottom-footer .copyright {
    display: inline-block;
    padding-left: 8px;
}

.footer .bottom-footer .copyright p {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
}

.footer .bottom-footer .copyright p span {
    color: #ff5321;
}

.footer .bottom-footer .flat-text-right {
    float: right;
    margin-right: -10px;
}

.footer .bottom-footer .flat-text-right .list {
    margin: 0;
}

.footer .bottom-footer .flat-text-right .list li {
    display: inline-block;
    padding-left: 35px;
}

.footer .bottom-footer .flat-text-right .list li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.footer .bottom-footer .flat-text-right .list li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 2px;
    background: #ff5321;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .bottom-footer .flat-text-right .list li a:hover {
    color: #ff5321;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .bottom-footer .flat-text-right .list li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    right: 14px;
    bottom: 23px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top.show {
    right: 24px;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

#scroll-top:before,
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top:before {
    z-index: -1;
    background-color: #3e3e3e;
}

#scroll-top:hover:before {
    background-color: #ff5321;
}

/*custom */
.top-phone {
    padding-top: 25px;
}

.icons-advan {
    width: 75px;
    height: auto;
    padding-bottom: 25px;
    filter: grayscale(1);
}

.icons-advan:hover {}

.expertise-list li i {
    margin-right: 10px;
    font-size: 12px;
}

.expertise-list {

    font-size: 15px;
}

.icons-exprise {
    padding-bottom: 26px;
    width: 55px;
    margin-left: 10px;
}

.expertise-bg {
    background: url("../images/portfolio/bg-expertise.jpg")
}

.expertise-image {
    filter: grayscale(1);
    width: 80%;
    padding-top: 40px;
}

.expertise-image:hover {
    filter: grayscale(0);
    transition-duration: 0.5s;
}

.list-about i {
    color: #969699;
    vertical-align: top;
    padding-top: 20px;
    font-size: 25px;
    margin-right: 20px;

}

.title-list-about {
    font-size: 25px;
}

.list-about:hover {


    padding-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-about:hover .title-list-about {
    color: #ff5321;
}

.list-about:hover i {
    color: #ff5321;
}

.contact-image {

    width: 70%;
    padding-top: 40px;
}

.contact-image:hover {
    filter: grayscale(0);
    transition-duration: 0.5s;
}


/* ============================================================== 
     # How it works
=================================================================== */

.work-process-area {
    overflow: hidden;
    margin-bottom: -8px;
}

.works-process-items {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.works-process-items .item {
    padding: 0 15px;
}

.works-process-items::after {
    border-top: 1px solid #e7e7e7;
    content: "";
    height: 1px;
    left: -50%;
    margin-top: 40px;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1;
}

.work-process-item .item .info h3 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;

}

.work-process-item:hover .item .info h3 {
    color: #ff5321;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.works-process-items .item .info span {
    color: #777777;
    display: block;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.works-process-area .works-process-items .info p {
    margin: 0;
}

.works-process-items .item .icon {
    height: 160px;
    position: relative;
    text-align: center;
}

.works-process-items .item .icon i {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #666666;
    f height: 100px;
    left: 47%;
    line-height: 120px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.works-process-items .item .icon.icon-down i {
    bottom: 0;
    top: auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.works-process-items .item:hover .icon i {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #ffffff;


}

.works-process-items .item:hover img {
    filter: grayscale(1);
    color: #252525;

}

.works-process-items .item .vertical-line {
    line-height: 0;
    margin: 15px 0;
    position: relative;
    text-align: center;
}

.works-process-items .item .vertical-line span {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #232323;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 50px;
}

.work-process-area.bg-gray .works-process-items .item .vertical-line span {
    background: #e7e7e7 none repeat scroll 0 0;
}

.works-process-items .item .info h3 {
    font-weight: 500;

}

.works-process-items .item .info p {
    margin: 0;
}

.works-process-items .item .vertical-line span::before {
    background: #f4f4f4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 1px;
    z-index: -1;
}

.work-process-area.bg-gray .works-process-items .item .vertical-line span::before {
    background: #e7e7e7 none repeat scroll 0 0;
}

.works-process-items .item .vertical-line span::after {
    background: #e7e7e7 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 100px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 10px;
    z-index: -1;
}

.works-process-items .item .vertical-line.bottom span::before {
    bottom: auto;
    top: 0;
}

.works-process-items .item .vertical-line.bottom span::after {
    bottom: auto;
    top: 100px;
}

.works-process-items .item .info {
    text-align: center;
}

.works-process-items .item:hover .vertical-line span::before {
    height: 0;
}

.works-process-items .item:hover .vertical-line span::after {
    bottom: 0;
}

.works-process-items .item:hover .vertical-line.bottom span::after {
    top: 0;
}

.icon-work {
    width: 65px;
    top: 0;
    margin-top: -5px;
    display: inline-block;
}

.icon-work {
    filter: grayscale(0);

}

.what-it-is {
    background-color: #fff;
    padding: 100px 0px;
}

.three-steps {
    padding-bottom: 70px;
}

.third-width {
    width: 33%;
    display: inline-block;
}

.about-head {
    display: inline-block;
}

.about-image-img {
    padding-top: 100px;
}

.contact-desc {
    position: relative;
}

.right-contact {
    position: absolute;
    bottom: 0;
}

.contact-h {
    padding-bottom: 15px;
    font-size: 20px;
}

.footer-mail {
    position: relative;
}

.footer-mail .mail {
    position: absolute;
    top: 35%;
    right:0;
}

.alt {
    color: #777777;
}
