* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

body {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    font-family: "Poppins", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px
    }
}

@media (min-width:600px) {
    .feature-block1 ul li {
        width: 100%
    }
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

a:hover {
    text-decoration: none;
    outline: none
}

input,
button,
select,
textarea {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all 500ms ease
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease
}

p {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    color: #666;
    margin: 0;
    transition: all 500ms ease;
    text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #00a859;
    margin: 0;
    transition: all 500ms ease
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

figure {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .5)
    }
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease
}

.theme-btn.style-three {
    border-radius: 30px;
    overflow: hidden
}

.theme-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.theme-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.theme-btn:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.theme-btn:hover::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 24px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%
}

.scroll-top:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}

.scroll-top.open {
    bottom: 30px
}

.scroll-top span {
    color: #fff
}

.sec-pad {
    padding: 100px 0px !important
}

.mr-0 {
    margin: 0px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mt-20 {
    margin-top: 20px
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.sec-title h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px
}

.sec-title.left h5 {
    padding-right: 55px
}

.sec-title.right h5 {
    padding-left: 55px
}

.sec-title.centred h5 {
    padding: 0 55px 0 55px
}

.sec-title.left h5:before {
    right: 0
}

.sec-title.right h5:before {
    left: 0
}

.sec-title.centred h5:before {
    right: 0
}

.sec-title h5:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px
}

.sec-title.centred h5:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
    left: 0
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #00a859;
    font-weight: 600
}

.sec-title.light h5,
.sec-title.light h2 {
    color: #fff !important
}

.sec-title.light h5:before {
    background: #fff
}

.sec-title-two {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.sec-title-two h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
    margin-bottom: 7px
}

.sec-title-two h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: 700
}

.sec-title-two.light h5,
.sec-title-two.light h2 {
    color: #fff
}

.sec-title-two h2:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: -58px;
    top: 24px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.png)
}

.preloader.style-two {
    background-image: url(../images/icons/preloader-2.png)
}

.preloader.style-three {
    background-image: url(../images/icons/preloader-3.png)
}

.preloader.style-four {
    background-image: url(../images/icons/preloader-4.png)
}

.preloader.style-five {
    background-image: url(../images/icons/preloader-5.png)
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600
}

.loader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header.style-one {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%
}

.main-header.style-one .header-top {
    position: relative;
    display: block;
    background: rgba(24, 24, 24, .8);
    padding: 8.5px 0
}

.main-header.style-one .header-top ul li {
    position: relative;
    display: inline-block
}

.main-header.style-one .header-top .top-left li {
    font-size: 14px;
    color: #fff;
    margin-right: 25px
}

.main-header.style-one .header-top .top-left li:last-child {
    margin-right: 0
}

.main-header.style-one .header-top .top-left li a {
    color: #fff
}

.main-header.style-one .header-top .top-left li i {
    position: relative;
    margin-right: 10px
}

.main-header.style-one .header-top .top-right li {
    margin-right: 15px
}

.main-header.style-one .header-top .top-right li:last-child {
    margin-right: 0
}

.main-header.style-one .header-top .top-right li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff
}

.main-header.style-one .header-lower {
    position: relative;
    background: transparent
}

.main-header .header-lower .outer-box {
    position: relative
}

.main-header.style-one .header-lower .logo-box {
    padding-top: 35px
}

.main-header .header-lower .menu-right-content {
    position: relative;
    display: block;
    float: left;
    margin-top: 35px;
    padding-left: 30px;
    margin-left: 38px
}

.main-header.style-one .header-lower .menu-right-content:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 1px;
    height: 50px;
    left: -12px;
    top: 0
}

.main-header .header-lower .menu-right-content .search-btn,
.main-header .header-lower .menu-right-content .nav-btn,
.main-header .header-lower .menu-right-content .btn-box {
    position: relative;
    display: inline-block
}

.main-header.style-one .header-lower .menu-right-content .search-btn {
    top: 3px
}

.main-header.style-one .header-lower .menu-right-content .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease
}

.main-header.style-one .header-lower .menu-right-content .nav-btn {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #fff;
    margin: 0 35px 0 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.main-header.style-one .header-lower .menu-right-content .btn-box .theme-btn {
    padding: 10px 28px
}

.main-menu {
    float: left
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    margin: 0
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 47px 0 30px 0;
    margin: 0 7px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding-right: 15px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-header.style-one .main-menu .navigation > li {
    margin-right: 22px
}

.main-header.style-one .main-menu .navigation > li > a {
    padding-right: 0
}

.main-header.style-one .main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    transform: scale(0, 0);
    transition: all 500ms ease
}

.main-header.style-one .main-menu .navigation > li.current > a:before,
.main-header.style-one .main-menu .navigation > li:hover > a:before {
    transform: scale(1, 1)
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #eee
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 6px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: -2px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0 0;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 11px 30px;
    border-bottom: 1px solid #eee
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 0 0;
    line-height: 15px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #3b3b3b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0
}

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0
}

.main-menu .navigation li.dropdown .megamenu li {
    position: relative;
    display: block;
    z-index: 2;
    padding: 7px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0;
    color: #222
}

.main-menu .navigation li.dropdown .megamenu li a {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #222;
    padding: 0;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li.current > a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    color: #3b3b3b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

div#mCSB_1_container {
    top: 0px !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 80px 30px 20px 30px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 3px
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, .8)
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0
}

.sticky-header .main-menu .navigation > li {
    margin: 0 22px !important
}

.sticky-header .main-menu .navigation > li > a {
    padding: 17.5px 0px !important
}

.sticky-header .main-menu .navigation > li > a {
    color: #222 !important
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    padding: 0 0px !important
}

.sticky-header .menu-area {
    float: right
}

.sticky-header .outer-box {
    position: relative
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none
}

.sticky-header .navigation li.dropdown .dropdown-btn {
    display: none !important
}

.sticky-header .main-menu .navigation > li {
    padding: 0px !important;
    border: none !important
}

.sticky-header .main-menu .navigation > li:before {
    display: none
}

.main-header .search-box-outer {
    position: relative;
    padding: 11.5px 20px
}

.main-header .search-box-outer .search-toggler {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease
}

.main-header .search-box-outer .search-toggler:hover {
    color: #2e3192
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease
}

.search-popup .search-form {
    position: relative;
    padding: 0 15px 0;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0)
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #fff;
    text-align: center
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    -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
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(.9, .03, 0, .96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(.9, .03, 0, .96) 0.6s;
    transition: all 0.5s cubic-bezier(.9, .03, 0, .96) 0.6s;
    visibility: hidden;
    opacity: 0
}

.close-side-widget {
    color: #1768dd;
    display: block
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0
}

.xs-bg-black {
    background-color: #000
}

.xs-menu-tools > li {
    display: inline-block;
    margin-right: 15px
}

.xs-menu-tools > li:last-child {
    margin-right: 0
}

.xs-menu-tools > li > a {
    color: #000;
    text-decoration: none
}

.close-side-widget {
    position: relative;
    color: #222;
    font-size: 24px;
    -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
}

.close-side-widget:hover {
    color: #222
}

.side-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.side-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid #ddd;
    transition: all 500ms ease
}

.side-menu .navigation li:last-child {
    border-bottom: 1px solid #ddd
}

.side-menu .navigation li ul li:last-child {
    border-bottom: none
}

.side-menu .navigation li ul li:first-child {
    border-top: 1px solid #ddd
}

.side-menu .navigation li:first-child {
    border: none
}

.side-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 18px 25px 17px 5px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu .navigation li.current a {
    color: #204669
}

.side-menu .navigation li.current ul li a {
    color: #222
}

.side-menu .navigation li ul li > a {
    font-size: 16px;
    text-transform: capitalize
}

.side-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5
}

.side-menu .navigation li.dropdown .dropdown-btn:before {
    position: absolute;
    content: "\f061";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    line-height: 32px;
    color: #ccc;
    cursor: pointer;
    top: 0;
    right: 10px;
    transition: all 500ms ease
}

.side-menu .navigation li.current.dropdown ul .dropdown-btn:before {
    color: #ccc
}

.side-menu .navigation li.dropdown .dropdown-btn span {
    display: none
}

.side-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 12px
}

.side-menu .navigation li > ul,
.side-menu .navigation li > ul > li > ul,
.side-menu .navigation > li.dropdown > .megamenu {
    display: none
}

.side-menu .megamenu .column {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.side-menu .megamenu li:first-child {
    display: none
}

.banner-section {
    position: relative
}

.banner-carousel {
    position: relative
}

.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    padding: 282px 0 223px 0
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    min-height: 300px
}

.banner-carousel .content-box h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 17px;
    text-transform: uppercase;
    opacity: 0;
    padding-right: 55px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.banner-carousel .content-box h5:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 45px;
    height: 2px;
    top: 13px;
    right: 0
}

.banner-carousel .active .content-box h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    text-shadow: 0 0 3px #000;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    text-shadow: 0 0 3px #000;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 13px 35px;
    margin-right: 35px
}

.banner-carousel .content-box .btn-box .user-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 22px 85px
}

.banner-carousel .content-box .btn-box .user-btn i {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .3);
    transition: all 500ms ease
}

.banner-carousel .content-box .btn-box .user-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #fff
}

.banner-carousel .content-box .btn-box .banner-btn-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 13px 34px
}

.banner-carousel .content-box .btn-box .banner-btn-two:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease
}

.banner-carousel .content-box .btn-box .banner-btn-two:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease
}

.banner-carousel .content-box .btn-box .banner-btn-two:hover:before,
.banner-carousel .content-box .btn-box .banner-btn-two:hover:after {
    width: 50%
}

.banner-carousel .content-box .list-item {
    position: relative;
    display: block;
    margin-bottom: 17px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.banner-carousel .active .content-box .list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.banner-carousel .content-box .list-item li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.banner-carousel .content-box .list-item li a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.mr-10 {
    margin-right: 10px !important
}

.mar-0 {
    margin: 0px !important
}

.banner-carousel .owl-dots {
    display: none !important
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    background: rgba(255, 255, 255, .15);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 56px;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-weight: 700;
    left: 0;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: rgba(255, 255, 255, .15);
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    opacity: 1;
    cursor: pointer;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-section .owl-theme .owl-nav .owl-next:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-weight: 700;
    right: 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.feature-section {
    position: relative;
    padding-bottom: 130px
}

h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px
}

.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.feature-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.feature-block-one .inner-box .image-box img {
    width: 100%
}

.feature-block-one .inner-box .lower-content {
    position: relative
}

.feature-block-one .inner-box .lower-content .inner {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -20px;
    width: calc(100% - 30px);
    left: 15px;
    background: #fff;
    text-align: center;
    padding: 32px 15px 36px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: all 500ms ease;
    z-index: 2
}

.feature-block-one .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    top: 0;
    transition: all 500ms ease
}

.feature-block-one .inner-box:hover .lower-content .inner:before {
    height: 100%
}

.feature-block-one .inner-box:hover .lower-content .inner {
    padding-bottom: 66px
}

.feature-block-one .inner-box .lower-content .inner h3 {
    margin-bottom: 0;
    transition: all 500ms ease
}

.feature-block-one .inner-box:hover .lower-content .inner h3 {
    color: #fff
}

.feature-block-one .inner-box .lower-content .inner a {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0
}

.feature-block-one .inner-box:hover .lower-content .inner a {
    opacity: 1
}

.feature-block-one .inner-box .lower-content .inner a span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff
}

.feature-block-one .inner-box .lower-content .inner a i {
    font-size: 12px;
    color: #fff;
    margin-left: 7px
}

.bg-color-1 {
    background: #f0f5f9
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

h4 {
    font-size: 20px;
    line-height: 30px;
    color: #00a859;
    font-weight: 600
}

h4 a {
    color: #222
}

.service-section {
    position: relative;
    padding-top: 93px
}

.title-box .sec-title {
    text-align: right;
    padding-right: 40px;
    margin: 0
}

.title-box .sec-title:before {
    position: absolute;
    content: '';
    background: #ddd;
    width: 1px;
    height: 75px;
    top: 44px;
    right: -15px
}

.title-box {
    position: relative;
    display: block;
    margin-bottom: 64px
}

.title-box .text {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-right: 100px;
    margin-top: 41px
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 43px;
    margin-right: 60px;
    padding-bottom: 44px
}

.service-section .inner-content .service-block:first-child .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(2) .service-block-one .inner-box,
.service-section .inner-content .service-block:nth-child(3) .service-block-one .inner-box {
    border-bottom: 1px solid #ddd
}

.service-block-one .inner-box h4 {
    margin-bottom: 24px
}

.service-block-one .inner-box .inner {
    position: relative;
    padding-left: 100px
}

.service-block-one .inner-box .inner .icon-box {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 60px;
    line-height: 60px
}

.service-block-one .inner-box .inner .icon-box:before {
    position: absolute;
    content: '';
    background: #f0f5f9;
    width: 70px;
    height: 70px;
    left: -5px;
    top: -5px;
    transform: rotate(15deg);
    transition: all 500ms ease
}

.service-block-one .inner-box .inner .icon-box:after {
    position: absolute;
    content: '';
    background: #dee6ed;
    width: 70px;
    height: 70px;
    left: -5px;
    top: -5px;
    z-index: -1;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 500ms ease
}

.service-block-one .inner-box:hover .inner .icon-box:after {
    opacity: 1;
    transform: rotate(-15deg)
}

.service-block-one .inner-box .inner .icon-box i {
    position: relative;
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.service-block-one .inner-box .inner p {
    margin-bottom: 10px
}

.service-block-one .inner-box .inner a {
    position: relative;
    display: inline-block
}

.service-block-one .inner-box .inner a span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    border-bottom: 1px solid #222;
    transition: all 500ms ease
}

.service-block-one .inner-box .inner a i {
    position: relative;
    font-size: 12px;
    margin-right: 8px
}

.project-section {
    position: relative
}

.project-block-one .inner-box {
    position: relative
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: inset 0 -200px 100px -40px rgba(0, 0, 0, .8);
    z-index: 1;
    transition: all 500ms ease
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 5s ease
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.5)
}

.project-block-one .inner-box .lower-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 75px 57px 75px;
    z-index: 1
}

.project-block-one .inner-box .lower-content p {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    padding-right: 58px
}

.project-block-one .inner-box .lower-content p:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
    right: 0
}

.project-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.project-block-one .inner-box .lower-content h2 a {
    display: inline-block;
    color: #fff
}

.support-section {
    position: relative;
    margin-bottom: -663px
}

.support-section .inner-container {
    position: relative;
    margin-top: -169px;
    z-index: 1
}

.support-section .inner-container .inner-box {
    position: relative;
    display: block;
    margin-right: 10px;
    padding: 73px 80px 80px 80px
}

.support-section .inner-container .inner-box .sec-title p {
    color: #fff
}

.support-section .inner-container .inner-box .submit-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.support-section .inner-container .inner-box .submit-form .form-group:last-child {
    margin-bottom: 0
}

.support-section .inner-container .inner-box .submit-form .form-group input[type='text'],
.support-section .inner-container .inner-box .submit-form .form-group input[type='email'],
.support-section .inner-container .inner-box .submit-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
    transition: all 500ms ease
}

.support-section .inner-container .inner-box .submit-form .form-group textarea {
    display: block;
    height: 168px;
    resize: none
}

.support-section .inner-container .inner-box .submit-form .form-group button {
    display: block;
    width: 100%;
    padding: 12.5px 30px;
    text-transform: uppercase
}

.support-section .inner-container .inner-box .sec-title {
    margin-bottom: 39px
}

.support-section .inner-container .inner-box .sec-title h2 {
    margin-bottom: 14px
}

.support-section .inner-container .info-inner {
    position: relative;
    display: block;
    margin-left: -42px
}

.support-section .inner-container .info-inner .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.support-section .inner-container .info-inner .image-box img {
    width: 100%
}

.support-section .inner-container .info-inner .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.support-section .inner-container .info-inner .image-box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.support-section .inner-container .info-inner .info-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 45px 30px 44px 30px
}

.support-section .inner-container .info-inner .info-box .info-logo {
    position: absolute;
    right: -50px;
    bottom: 25px
}

.support-section .inner-container .info-inner .info-box .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 34px
}

.support-section .inner-container .info-inner .info-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.support-section .inner-container .info-inner .info-box h2 a {
    display: inline-block;
    color: #fff
}

.support-section .inner-container .info-inner a:hover {
    text-decoration: underline
}

.support-section .inner-container .info-inner .info-box .email {
    position: relative;
    display: block;
    margin-bottom: 22px
}

.support-section .inner-container .info-inner .info-box .email a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.support-section .inner-container .info-inner .info-box .list-item li {
    position: relative;
    display: inline-block;
    margin: 0 1px;
    font-size: 18px;
    color: #fff
}

.support-section .inner-container .info-inner .info-box .list-item li a {
    display: inline-block;
    font-size: 18px;
    color: #fff
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
    display: none !important
}

.news-section {
    padding: 93px 0 96px 0
}

.news-section .sec-title {
    margin-bottom: 60px
}

.news-block-one .inner-box {
    position: relative;
    display: block
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-one .inner-box:hover .image-box img {
    opacity: .2;
    transform: scale(1.1)
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 32px
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 7px
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666
}

.news-block-one .inner-box .lower-content .post-info li:first-child {
    margin-right: 17px
}

.news-block-one .inner-box .lower-content .post-info li:first-child:before {
    position: absolute;
    content: '';
    background: #666;
    height: 13px;
    width: 1px;
    top: 9px;
    right: -11px
}

.news-block-one .inner-box .lower-content .post-info li.share {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 18px;
    margin: 0
}

.news-block-one .inner-box .lower-content .post-info li a {
    color: #666
}

.news-block-one .inner-box .lower-content .post-info li.share .social-links {
    position: absolute;
    right: 0%;
    bottom: -30px;
    width: 120px;
    opacity: 0;
    background: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 1;
    transition: all 500ms ease
}

.news-block-one .inner-box .lower-content .post-info li.share:hover .social-links {
    opacity: 1;
    right: 0%;
    transform: translateY(0);
    visibility: visible
}

.news-block-one .inner-box .lower-content .post-info li.share .social-links li {
    margin: 0 3px
}

.news-block-one .inner-box .lower-content .post-info li.share:hover .social-links li a {
    color: #666
}

.news-block-one .inner-box .lower-content .post-info li.share .social-links li:before {
    display: none !important
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 22px
}

.news-block-one .inner-box .lower-content .link a i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-right: 8px
}

.news-block-one .inner-box .lower-content .link a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #222;
    transition: all 500ms ease
}

.clients-section {
    position: relative;
    padding: 80px 0
}

.clients-section .client-logo img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
/*
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
*/
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.clients-section .client-logo:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%)
}

.cta-section {
    position: relative;
    padding: 62px 0 63px 0
}

.cta-section .pattern-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.cta-section .title {
    position: relative;
    margin-top: 6px
}

.cta-section .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.cta-section .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12.5px 40px;
    text-align: center;
    z-index: 1
}

.cta-section .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.cta-section .btn-box a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.cta-section .btn-box a:hover:before,
.cta-section .btn-box a:hover:after {
    width: 100%
}

.fun-fact {
    position: relative;
    background: #00a859;
    padding: 28px 0 33px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.counter-block-one {
    position: relative;
    display: block
}

.counter-block-one .count-outer {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.counter-block-one p {
    color: #f8f9fa;
    text-align: center
}

.fun-fact .counter-column {
    position: relative
}

.fun-fact .counter-column:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 150px;
    top: -28px;
    right: 0
}

.fun-fact .counter-column:first-child:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 150px;
    top: -28px;
    left: 0
}

.main-footer {
    position: relative;
    background: #0a1c2d
}

.main-footer .footer-top {
    position: relative;
    padding: 96px 0 93px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.main-footer .widget-section .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 27px
}

.main-footer .widget-section p {
    color: #fff
}

.main-footer .widget-section .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 12px
}

.main-footer .widget-section .logo-widget .info-list li {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
    padding-left: 26px
}

.main-footer .widget-section .logo-widget .info-list li:last-child {
    margin-bottom: 0
}

.main-footer .widget-section .logo-widget .info-list li a {
    color: #fff
}

.main-footer .widget-section .logo-widget .info-list li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px
}

.main-footer .widget-section .logo-widget .info-list {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.main-footer .widget-section .logo-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.main-footer .widget-section .logo-widget .social-links li:last-child {
    margin-right: 0
}

.main-footer .widget-section .logo-widget .social-links li a {
    display: inline-block;
    font-size: 15px;
    color: #b6bbc0
}

.main-footer .widget-section .logo-widget {
    position: relative;
    margin-right: -30px;
    margin-top: -16px
}

.ml-70 {
    margin-left: 70px
}

.main-footer .widget-section .footer-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 31px
}

.main-footer .widget-section .footer-widget .widget-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-right: 57px
}

.main-footer .widget-section .footer-widget .widget-title h4:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 16px;
    right: 0
}

.main-footer .widget-section .links-widget .widget-content ul li {
    position: relative;
    display: block;
    padding-left: 22px;
    margin-bottom: 5px
}

.main-footer .widget-section .links-widget .widget-content ul li:before {
    position: absolute;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    left: 0;
    top: 0
}

.main-footer .widget-section .links-widget .widget-content ul li:last-child {
    margin-bottom: 0
}

.main-footer .widget-section .links-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.main-footer .widget-section .newsletter-widget .widget-content .text {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group {
    position: relative;
    margin-bottom: 10px
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group:last-child {
    margin-bottom: 0
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input[type='text'],
.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #888;
    border: 1px solid #2e3439;
    padding: 10px 50px 10px 20px;
    background: transparent;
    transition: all 500ms ease
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #888
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group i {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 16px;
    color: #888;
    z-index: 1
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group.message-btn {
    padding-top: 5px
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group .theme-btn {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7.5px 25px
}

.main-footer .footer-bottom {
    position: relative;
    display: block;
    text-align: center;
    padding: 33px 0 42px 0
}

.main-footer .footer-bottom .copyright p {
    color: #888;
    margin: 0
}

.main-footer .footer-bottom .copyright p a {
    color: #888
}

.main-footer .footer-bottom .copyright p a:hover {
    color: #fff
}

.main-header.style-two {
    position: relative
}

.main-header.style-two .header-top {
    position: relative;
    background: #f0f5f9;
    padding: 11px 0
}

.main-header.style-two .header-top .info li {
    position: relative;
    display: inline-block;
    margin-right: 35px
}

.main-header.style-two .header-top .info li:last-child {
    margin-right: 0
}

.main-header.style-two .header-top li:before {
    position: absolute;
    content: '';
    background: #c1d0e1;
    width: 1px;
    height: 22px;
    top: 4px;
    right: -20px
}

.main-header.style-two .header-top li:last-child:before {
    display: none
}

.main-header.style-two .header-top .info li a {
    display: inline-block;
    font-size: 14px;
    color: #222
}

.main-header.style-two .header-top .social-links li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222;
    margin-right: 35px
}

.main-header.style-two .header-top .social-links li:last-child {
    margin-right: 0
}

.main-header.style-two .header-top .social-links li a {
    display: inline-block;
    font-size: 15px;
    color: #222
}

.main-header.style-two .header-top .social-links li:first-child:before {
    display: none
}

.main-header.style-two .header-top .social-links li:first-child {
    margin-right: 15px
}

.main-header.style-two .header-upper {
    position: relative;
    display: block;
    background: #fff;
    padding: 37px 0
}

.main-header.style-two .header-upper .info-box .info-list li {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-right: 20px
}

.main-header.style-two .header-upper .info-box .info-list li:last-child {
    margin-right: 0
}

.main-header.style-two .header-upper .info-box .info-list li i {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 53px;
    border: 2px solid #e3ebf5;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease
}

.main-header.style-two .header-upper .info-box .info-list li p {
    font-size: 16px;
    color: #222;
    line-height: 24px
}

.main-header.style-two .header-upper .info-box .info-list li p a {
    color: #222
}

.main-header.style-two .header-lower {
    position: relative;
    background: transparent
}

.main-header.style-two .header-lower .outer-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%
}

.main-header.style-two .header-lower .outer-box .menu-area {
    position: relative;
    display: block;
    background: #063c83;
    padding-left: 30px
}

.main-header.style-two .header-lower .menu-right-content {
    float: right;
    padding: 0;
    margin: 0
}

.main-header.style-two .main-menu .navigation > li {
    margin: 0 13px;
    padding: 20px 0
}

.main-header.style-two .main-menu .navigation > li.current > a,
.main-header.style-two .main-menu .navigation > li:hover > a {
    color: #fff
}

.main-header.style-two .header-lower .menu-right-content .search-btn,
.main-header.style-two .header-lower .menu-right-content .btn-box {
    position: relative;
    display: inline-block
}

.main-header.style-two .header-lower .menu-right-content .btn-box {
    margin-left: 80px
}

.main-header.style-two .header-lower .menu-right-content .btn-box .theme-btn {
    padding: 20px 57px
}

.main-header.style-two .header-lower .menu-right-content .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease
}

.main-header.style-two .header-lower .menu-right-content .search-btn:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .2);
    width: 1px;
    height: 30px;
    left: 0;
    top: -1px
}

.main-header.style-two .header-lower .menu-right-content .search-btn {
    padding-left: 40px;
    top: 2px
}

.banner-section.style-two .content-box p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 41px
}

.banner-carousel .content-box p {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.banner-section.style-two .content-box .btn-box .theme-btn {
    border-radius: 5px;
    overflow: hidden;
    padding: 13px 30px;
    margin-right: 11px;
    text-transform: uppercase
}

.banner-section.style-two .content-box .btn-box .theme-btn i {
    margin-right: 10px
}

.banner-section.style-two .content-box .btn-box .user-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 13px 28px;
    text-align: center;
    z-index: 1
}

.banner-section.style-two .content-box .btn-box .user-btn-two i {
    margin-right: 10px
}

.banner-section.style-two .content-box .btn-box .user-btn-two:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.banner-section.style-two .content-box .btn-box .user-btn-two:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.banner-section.style-two .content-box .btn-box .user-btn-two:hover:before,
.banner-section.style-two .content-box .btn-box .user-btn-two:hover:after {
    width: 100%
}

.banner-section.style-two .banner-carousel .content-box h5 {
    padding-right: 0;
    padding-left: 55px
}

.banner-section.style-two .banner-carousel .content-box h5:before {
    right: inherit;
    left: 0
}

.banner-section.style-two .banner-carousel .content-box h1 {
    font-size: 66px;
    line-height: 60px;
    margin-bottom: 17px
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 214px 0 142px 0
}

.banner-section.style-two .banner-carousel .slide-item:before {
    background: -webkit-linear-gradient(0deg, rgba(4, 23, 48, 1) 0%, rgba(0, 0, 0, .1) 100%)
}

.sec-title.style-two h5 {
    padding-left: 55px
}

.sec-title.style-two h5:before {
    left: 0
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.tabs-box .tab.active-tab {
    display: block
}

.tabs-box .tab {
    transform: scale(.9, .9) translateY(0)
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0)
}

.testimonial-style-two {
    position: relative;
    padding: 100px 0 100px 0
}

.testimonial-style-two .testimonial-content .inner-box {
    position: relative;
    display: block
}

.testimonial-style-two .testimonial-content .inner-box .text {
    position: relative;
    display: block;
    padding: 37px 40px 54px 40px;
    border: 1px solid #0bad5e;
    border-radius: 10px;
    margin-bottom: 45px;
    transition: all 500ms ease
}

.testimonial-style-two .testimonial-content .inner-box .text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 29px;
    height: 29px;
    left: 54px;
    bottom: -14px;
    transform: rotate(45deg);
    box-shadow: 1px 1px #cdd8e6
}

.testimonial-style-two .testimonial-content .inner-box .text i {
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #00a8592b;
    font-size: 50px;
    line-height: 50px
}

.testimonial-style-two .testimonial-content .inner-box .text p {
    line-height: 28px;
    color: #222;
    margin: 0
}

.testimonial-style-two .testimonial-content .inner-box .author-info {
    position: relative;
/*    margin-left: 30px;*/
    padding: 14px 0 20px 100px
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img {
    width: 100%;
    border-radius: 50%
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin: 0
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.testimonial-style-two .sec-title {
    margin-bottom: 60px
}

.testimonial-style-two .owl-theme .owl-dots {
    display: block;
    text-align: center;
    margin-top: 45px;
	display: none;
}

.nice-select {
    position: relative;
    margin-bottom: 25px;
    border: none;
    background: #fff;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    padding-left: 50px;
    font-size: 16px;
    color: #666;
    z-index: 9
}

.nice-select:after {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    right: 25px
}

.news-section.style-two .news-block-one .inner-box .lower-content .link a {
    position: relative;
    padding-left: 0
}

.news-section.style-two .news-block-one .inner-box .lower-content .link a:hover {
    padding-left: 20px
}

.news-section.style-two .news-block-one .inner-box .lower-content .link a i {
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0;
    transition: all 500ms ease
}

.news-section.style-two .news-block-one .inner-box .lower-content .link a:hover i {
    opacity: 1
}

.news-section.style-two {
    border-bottom: 1px solid #cdd8e6
}

.main-header.style-three {
    position: relative
}

.main-header.style-three .header-top {
    background: #fff
}

.main-header.style-three .header-top .top-left li {
    color: #222
}

.main-header.style-three .header-top .top-right li a {
    color: #666
}

.main-header.style-three .header-lower {
    position: relative;
    background: transparent
}

.main-header.style-three .header-lower .outer-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7)
}

.main-header.style-three .header-lower .outer-box .main-box {
    position: relative
}

.main-header.style-three .main-menu .navigation > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding-right: 15px
}

.main-header.style-three .main-menu .navigation > li > a:before {
    display: none
}

.main-header.style-three .header-lower .menu-right-content:before {
    background: #767294;
    top: 3px
}

.main-header.style-three .header-lower .menu-right-content .search-btn button {
    color: #222
}

.main-header.style-three .header-lower .menu-right-content .nav-btn {
    color: #222
}

.main-header.style-three .header-lower .menu-right-content .support-box {
    position: relative;
    display: inline-block;
    padding: 0 0 0 80px
}

.main-header.style-three .header-lower .menu-right-content .support-box i {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 60px;
    line-height: 60px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-header.style-three .header-lower .menu-right-content .support-box p {
    color: #222;
    line-height: 26px
}

.main-header.style-three .header-lower .menu-right-content .support-box h3 {
    position: relative;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #222
}

.main-header.style-three .header-lower .menu-right-content .support-box h3 a {
    color: #222
}

.main-header.style-three .header-lower .menu-right-content .search-btn {
    top: -15px
}

.main-header.style-three .header-lower .menu-right-content .nav-btn {
    top: -15px;
    margin-left: 15px;
    margin-right: 30px
}

.main-header.style-three .main-menu .navigation > li {
    padding: 45px 0;
    margin-right: 5px
}

.main-header.style-three .header-lower .menu-right-content {
    margin-top: 32px;
    padding-left: 19px;
    margin-left: 27px
}

.banner-section.style-three {
    position: relative
}

.banner-section.style-three .content-box h1 {
    margin-bottom: 18px
}

.banner-section.style-three .content-box p {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 41px
}

.banner-section.style-three .content-box .btn-box .banner-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 5px;
    border-radius: 32.5px;
    padding: 12px 30px
}

.banner-section.style-three .content-box .btn-box .banner-btn:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.banner-section.style-three .content-box .btn-box .banner-btn:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.banner-section.style-three .content-box .btn-box .banner-btn:hover:before,
.banner-section.style-three .content-box .btn-box .banner-btn:hover:after {
    width: 100%
}

.banner-section.style-three .banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 0;
    margin: 0 5px
}

.banner-section.style-three .banner-carousel .slide-item {
    padding: 280px 0 240px 0
}

.sec-title.style-three h5 {
    color: #180c54
}

.sec-title.style-three.centred h5 {
    padding: 0 35px 0 35px
}

.sec-title.style-three h5:before,
.sec-title.style-three h5:after {
    width: 25px
}

.sec-title.left.style-three h5 {
    padding-right: 35px
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5faff;
    margin-bottom: 30px;
    transition: all 500ms ease
}

.service-block-three .inner-box:hover {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.service-block-three .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 500ms ease
}

.service-block-three .inner-box:hover:before {
    transform: scale(1, 1)
}

.service-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.service-block-three .inner-box .image-box img {
    width: 100%
}

.service-block-three .inner-box .image-box .overlay-box-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease
}

.service-block-three .inner-box .image-box .overlay-box-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease
}

.service-block-three .inner-box:hover .image-box .overlay-box-1,
.service-block-three .inner-box:hover .image-box .overlay-box-2 {
    width: 50%
}

.service-block-three .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-block-three .inner-box:hover .image-box a {
    opacity: 1
}

.service-block-three .inner-box .lower-content {
    position: relative;
    padding: 37px 45px 38px 45px
}

.service-block-three .inner-box .lower-content h3 {
    display: block;
    margin-bottom: 3px
}

.service-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222
}

.service-block-three .inner-box .lower-content p {
    margin-bottom: 29px
}

.service-block-three .inner-box .lower-content .link {
    position: relative;
    display: block;
    padding-top: 16px
}

.service-block-three .inner-box .lower-content .link a {
    position: relative;
    display: inline-block
}

.service-block-three .inner-box .lower-content .link a span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #222;
    transition: all 500ms ease
}

.service-block-three .inner-box .lower-content .link a i {
    font-size: 12px;
    margin-right: 10px
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table:hover,
.pricing-block-one.active-block .pricing-table {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    display: block;
    padding: 33px 0 22px 0
}

.pricing-block-one .pricing-table .table-header h3 {
    margin-bottom: 21px
}

.pricing-block-one .pricing-table .table-header .price-box {
    position: relative;
    display: block;
    padding: 28px 0 30px 0;
    margin-bottom: 26px
}

.pricing-block-one .pricing-table .table-header .price-box span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 14px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 25px;
    opacity: 0;
    transition: all 500ms ease
}

.pricing-block-one.active-block .pricing-table .table-header .price-box span,
.pricing-block-one .pricing-table:hover .table-header .price-box span {
    opacity: 1;
    top: -10px
}

.pricing-block-one .pricing-table .table-header .price-box h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.pricing-block-one .pricing-table .table-header .price-box p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

.pricing-block-one .pricing-table .table-header .text {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0
}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 28px 15px 29px 15px
}

.pricing-block-one .pricing-table .table-content ul li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 12px
}

.pricing-block-one .pricing-table .table-content ul li:last-child {
    margin-bottom: 0
}

.pricing-block-one .pricing-table .table-content ul li del {
    opacity: .5
}

.pricing-block-one .pricing-table .table-footer {
    position: relative;
    padding-bottom: 31px
}

.pricing-block-one .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 57px;
    border-radius: 30px;
    z-index: 1
}

.pricing-block-one .pricing-table .table-footer a:hover,
.pricing-block-one.active-block .pricing-table .table-footer a {
    color: #fff
}

.pricing-block-one .pricing-table .table-footer a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.pricing-block-one .pricing-table .table-footer a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.pricing-block-one .pricing-table .table-footer a:hover:before,
.pricing-block-one .pricing-table .table-footer a:hover:after,
.pricing-block-one.active-block .pricing-table .table-footer a:before,
.pricing-block-one.active-block .pricing-table .table-footer a:after {
    width: 100%
}

.main-footer .footer-upper .upper-inner {
    position: relative;
    display: block;
    padding: 36px 0 38px 0;
    border-bottom: 1px solid #1c3247
}

.main-footer .footer-upper .upper-inner .text h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
}

.main-footer .footer-upper .upper-inner .text p {
    color: #888
}

.main-footer .footer-upper .upper-inner .btn-box {
    position: relative;
    margin-top: 11px
}

.main-footer.alternet-3 .footer-upper .upper-inner .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 5px;
    border-radius: 32.5px;
    padding: 12px 33px;
    z-index: 1
}

.main-footer.alternet-3 .footer-upper .upper-inner .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.main-footer.alternet-3 .footer-upper .upper-inner .btn-box a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.main-footer.alternet-3 .footer-upper .upper-inner .btn-box a:hover:before,
.main-footer.alternet-3 .footer-upper .upper-inner .btn-box a:hover:after {
    width: 100%
}

.main-header.style-four {
    position: relative
}

.main-header.style-four .main-menu .navigation > li > a {
    color: #222
}

.main-header.style-four .outer-box {
    position: relative
}

.main-header.style-four .main-menu .navigation > li {
    padding: 20px 0;
    margin: 0 10px
}

.main-header.style-four .outer-box .logo-box {
    padding: 0 0
}

.main-header.style-four .header-lower .menu-right-content .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    transition: all 500ms ease
}

.main-header.style-four .header-lower .menu-right-content .theme-btn {
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 30px
}

.main-header.style-four .header-lower .menu-right-content .search-btn {
    float: left;
    margin: 11px 40px 0 0
}

.main-header.style-four .header-lower .menu-right-content {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 26px
}

.banner-section.style-four {
    position: relative
}

.banner-section.style-four .banner-carousel .slide-item {
    padding: 145px 0 145px 0
}

.banner-section.style-four .banner-carousel .slide-item:before {
    background: -webkit-linear-gradient(70deg, #00a85914 0%, #6660 100%)
}

.banner-section.style-four .content-box h1 {
    margin-bottom: 20px
}

.banner-section.style-four .content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px;
	text-align: left;
}

.banner-section.style-four .content-box .btn-box .theme-btn {
    overflow: hidden;
    border-radius: 5px;
    margin-right: 15px
}

.banner-section.style-four .content-box .btn-box .banner-btn-two {
    overflow: hidden;
    border-radius: 5px;
    padding: 13px 28px
}

.banner-section.style-four .content-box .btn-box .banner-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 14px 35px;
    text-align: center;
    z-index: 1
}

.banner-section.style-four .content-box .btn-box .banner-btn:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 500ms ease
}

.banner-section.style-four .content-box .btn-box .banner-btn:hover:before {
    left: 0;
    width: 100%
}

.feature-style-three {
    position: relative;
    padding: 94px 0;
    border-bottom: 1px solid #ddd
}

.feature-style-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat
}

.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat
}

.feature-style-three .anim-icon .icon-1 {
    left: 160px;
    bottom: 40px;
    width: 60px;
    height: 60px
}

.feature-style-three .anim-icon .icon-2 {
    top: 25px;
    right: 100px;
    width: 68px;
    height: 68px
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.feature-block-three .inner-box {
    position: relative;
    display: block;
    padding-left: 75px
}

.feature-block-three .inner-box:before {
    position: absolute;
    content: '';
    height: 120px;
    top: -14px;
    right: 0
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box:before {
    display: none
}

.feature-block-three .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms ease
}

.feature-block-three .inner-box:hover .icon-box {
    transform: rotateY(360deg);
    color: #222 !important
}

.feature-block-three .inner-box h3 {
    margin-bottom: 4px
}

.about-style-three {
    position: relative;
    padding: 104px 0 110px 0
}

#content_block_ten .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 39px
}

#content_block_ten .content-box .text p {
    margin-bottom: 28px
}

#content_block_ten .content-box .text p:last-child {
    margin-bottom: 0
}

#content_block_ten .content-box .year-box {
    position: relative;
    padding-left: 160px
}

#content_block_ten .content-box .year-box .image-box {
    position: absolute;
    left: 0;
    top: -1px
}

#content_block_ten .content-box .year-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    padding: 19px 0 20px 15px
}

.working-section {
    position: relative;
    width: 100%;
    padding: 63px 0 49px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.working-section:before {
    position: absolute;
    content: '';
    background: #6c757dbf;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .9
}

.working-block-one .inner-box {
    position: relative;
    display: inline-block;
    width: 232px;
    height: 232px;
    margin: 0 auto;
    padding: 70px 40px 50px 40px
}

.working-block-one .inner-box .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 232px;
    height: 232px;
    background-repeat: no-repeat
}

.working-block-one .inner-box .count {
    position: absolute;
    left: 10px;
    top: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease
}

.working-block-one .inner-box:hover .count {
    color: #fff
}

.working-block-one .inner-box .count:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease
}

.working-block-one .inner-box:hover .count:before {
    transform: scale(1, 1)
}

.working-block-one .inner-box .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 15px;
    transition: all 500ms ease
}

.working-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.working-section .sec-title-two {
    margin-bottom: 57px
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

#content_block_13 .content-box {
    position: relative;
    display: block
}

#content_block_13 .content-box .text {
    position: relative;
    margin-bottom: 33px
}

#content_block_13 .content-box .progress-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    margin-bottom: 23px
}

#content_block_13 .content-box .progress-content .progress-box {
    position: relative;
    margin-bottom: 20px
}

#content_block_13 .content-box .progress-content .progress-box p {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    margin-bottom: 9px
}

#content_block_13 .content-box .progress-content .progress-box:last-child {
    margin-bottom: 0
}

#content_block_13 .content-box .progress-content .progress-box .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #eaeaea
}

#content_block_13 .content-box .progress-content .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 5px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease
}

#content_block_13 .content-box .progress-content .progress-box .count-text {
    position: absolute;
    top: -33px;
    right: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

#content_block_13 .content-box .anim-icon .icon-1 {
    top: 40%;
    right: -80px;
    width: 60px;
    height: 60px
}

#content_block_13 .content-box .anim-icon .icon-2 {
    left: -75px;
    top: -35px;
    width: 50px;
    height: 50px
}

.project-style-three {
    position: relative;
    padding: 75px 0 80px 0
}

.project-style-three .sec-title-two {
    margin-bottom: 50px
}

.project-style-three .filters {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.project-style-three .more-btn {
    position: relative;
    display: block;
    margin-top: 30px
}

.project-style-three .more-btn .theme-btn {
    border-radius: 5px;
    overflow: hidden;
    padding: 12.5px 31px
}

.project-style-three .more-btn .theme-btn i {
    font-size: 14px;
    margin-right: 8px
}

.project-style-three .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #909090;
    margin: 0 20px;
    cursor: pointer;
    transition: all 500ms ease
}

.project-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid #00a859;
    padding: 6px;
}
.project-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    box-shadow: inset 0 -100px 100px -40px rgba(0, 0, 0, .9);
    transition: all 500ms ease
}

.project-block-two .inner-box:hover .image-box:before {
    opacity: 1
}

.project-block-two .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.project-block-two .inner-box:hover .image-box a {
    opacity: 1
}

.project-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.project-block-two .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.project-block-two .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 0 15px 16px 15px
}

.project-block-two .inner-box .content-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 500ms ease
}

.project-block-two .inner-box .content-box a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    opacity: 9;
    text-transform: uppercase;
    /* transform: translateY(30px); */
    color: white;
}

.project-block-two .inner-box:hover .content-box h5,
.project-block-two .inner-box:hover .content-box a {
/*
    transform: translateY(0);
    opacity: 1
*/
}

.project-block-two .inner-box .content-box a:hover {
    color: #fff
}

.team-style-two {
    position: relative;
    padding: 104px 0 105px 0
}

.team-style-two .sec-title-two {
    max-width: 100%;
    margin-bottom: 69px;
}
.team-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center
}

.team-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.team-block-two .inner-box .image-box img {
    width: 100%
}

.team-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: .8;
    transition: all 500ms ease
}

.team-block-two .inner-box:hover .image-box:before {
    height: 100%
}

.team-block-two .inner-box .image-box:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 0%;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
    transition: all 500ms ease
}

.team-block-two .inner-box:hover .image-box:after {
    height: 100%
}

.team-block-two .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.team-block-two .inner-box:hover .image-box .social-links {
    opacity: 1
}

.team-block-two .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 20px
}

.team-block-two .inner-box .image-box .social-links li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 22px;
    top: 2px;
    right: -20px;
    opacity: .8
}

.team-block-two .inner-box .image-box .social-links li:last-child:before {
    display: none
}

.team-block-two .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff
}

.team-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 27px
}

.team-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    margin-bottom: 6px
}

.team-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.team-style-two .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%
}

.team-style-two .owl-nav .owl-prev,
.team-style-two .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease
}

.team-style-two .owl-nav .owl-prev {
    left: -95px
}

.team-style-two .owl-nav .owl-next {
    right: -95px
}

.team-style-two .owl-nav .owl-prev:hover,
.team-style-two .owl-nav .owl-next:hover {
    color: #fff
}

.team-style-two .pattern-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 514px;
    height: 600px;
    background-repeat: no-repeat
}

.team-style-two .anim-icon .icon-1 {
    left: 250px;
    bottom: 80px;
    width: 60px;
    height: 60px
}

.team-style-two .anim-icon .icon-2 {
    right: 30%;
    top: 130px;
    width: 50px;
    height: 50px
}

.clients-section.alternet-2 {
    background: #f9f9f9;
    padding: 65px 0
}

.clients-section.alternet-2 .client-logo img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%)
}

.clients-section.alternet-2 .client-logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.main-footer.alternet-4 {
    background: #1f2529
}

.main-footer.alternet-4 .widget-section .logo-widget .info-list li i {
    color: #fff
}

.main-footer.alternet-4 .widget-section .logo-widget .info-list li a:hover {
    color: #fff
}

.main-footer.alternet-4 .widget-section .logo-widget .social-links li a:hover {
    color: #fff
}

.main-footer.alternet-4 .widget-section .links-widget .widget-content ul li a:hover {
    color: #fff
}

.main-footer.alternet-4 .widget-section .newsletter-widget .newsletter-form .form-group input[type='text'],
.main-footer.alternet-4 .widget-section .newsletter-widget .newsletter-form .form-group input[type='email'] {
    border-color: #8596b2;
    color: #b6bbc0
}

.main-footer.alternet-4 .widget-section .newsletter-widget .newsletter-form .form-group i {
    color: #fff
}

.main-footer.alternet-4 .widget-section .newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #b6bbc0
}

.main-footer.alternet-4 .widget-section .newsletter-widget .newsletter-form .form-group .theme-btn {
    border-radius: 5px;
    overflow: hidden
}

.main-footer.alternet-4 .footer-bottom .copyright p,
.main-footer.alternet-4 .footer-bottom .copyright p a {
    color: #fff
}

.main-footer.alternet-4 .footer-bottom .copyright p a:hover {
    color: #fff
}

.main-header.style-five {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent
}

.main-header.style-five .header-top .top-inner {
    position: relative;
    display: block;
    background: rgba(17, 17, 17, .8);
    padding: 40px 45px 34px 45px
}

.main-header.style-five .header-top .top-inner .info-box ul li {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    margin-right: 20px
}

.main-header.style-five .header-top .top-inner .info-box ul li:last-child {
    margin-right: 0
}

.main-header.style-five .header-top .top-inner .info-box ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 40px;
    line-height: 40px
}

.main-header.style-five .header-top .top-inner .info-box ul li p {
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-header.style-five .header-top .top-inner .info-box ul li p a {
    color: #fff
}

.main-header.style-five .header-lower .outer-box {
    position: relative;
    display: block;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px 0 45px
}

.main-header.style-five .header-lower .menu-right-content {
    float: right;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 26px
}

.main-header.style-five .header-lower .menu-right-content:before {
    position: absolute;
    content: '';
    background: #aaa;
    height: 50px;
    width: 1px;
    left: 0;
    top: 0
}

.main-header.style-five .main-menu .navigation > li > a {
    color: #222
}

.main-header.style-five .main-menu .navigation > li {
    margin: 0 17px;
    padding: 20px 0
}

.main-header.style-five .header-lower .menu-right-content .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease
}

.main-header.style-five .header-lower .menu-right-content .btn-box {
    margin-left: 25px;
    float: left
}

.main-header.style-five .header-lower .menu-right-content .btn-box .theme-btn {
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 33px
}

.main-header.style-five .header-lower .menu-right-content .btn-box .theme-btn i {
    margin-right: 8px
}

.main-header.style-five .header-lower .menu-right-content .search-btn {
    float: left;
    margin-top: 10px
}

.banner-section.style-five {
    position: relative
}

.banner-section.style-five .banner-carousel .slide-item:before {
    background: rgba(0, 0, 0, .7)
}

.banner-section.style-five .content-box h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 37px
}

.banner-section.style-five .content-box .btn-box .theme-btn {
    border-radius: 5px;
    margin-right: 25px
}

.banner-section.style-five .content-box .btn-box .theme-btn:before,
.banner-section.style-five .content-box .btn-box .theme-btn:after {
    border-radius: 5px
}

.banner-section.style-five .banner-carousel .content-box h5 {
    padding-right: 0;
    padding-left: 35px;
    font-size: 22px;
    margin-bottom: 7px
}

.banner-section.style-five .banner-carousel .content-box h5:before {
    width: 25px;
    left: 0;
    right: inherit
}

.banner-section.style-five .banner-carousel .content-box .btn-box .user-btn i {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: none
}

.banner-section.style-five .banner-carousel .content-box .btn-box .user-btn.style-two i {
    background: transparent;
    border-color: #fff
}

.banner-section.style-five .banner-carousel .content-box .list-item {
    margin-bottom: 30px
}

.banner-section.style-five .banner-carousel .content-box .btn-box .banner-btn-two {
    border-radius: 5px
}

.banner-section.style-five .banner-carousel .content-box .btn-box .user-btn {
    padding: 15px 0 22px 77px
}

.banner-section.style-five .banner-carousel .slide-item {
    padding: 360px 0 170px 0
}

.feature-style-four {
    position: relative
}

.feature-block-four {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%
}

.feature-block-four .inner-box {
    position: relative;
    display: block;
    background: #244c73;
    padding: 61px 80px 58px 80px
}

.feature-block-four .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    transition: all 500ms ease
}

.feature-block-four .inner-box:hover:before {
    height: calc(100% + 5px)
}

.feature-block-four:nth-child(2) .inner-box {
    background: #25425f
}

.feature-block-four:nth-child(3) .inner-box {
    background: #1c3b59
}

.feature-block-four:last-child .inner-box {
    background: #18334d
}

.feature-block-four .inner-box .hidden-icon {
    position: absolute;
    right: 15px;
    bottom: 36px;
    font-size: 200px;
    line-height: 150px;
    color: rgba(255, 255, 255, .1);
    opacity: 0;
    transition: all 500ms ease
}

.feature-block-four .inner-box:hover .hidden-icon {
    opacity: 1
}

.feature-block-four .inner-box .inner {
    position: relative;
    padding-left: 95px
}

.feature-block-four .inner-box .inner .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease
}

.feature-block-four .inner-box .inner h3 {
    color: #fff;
    line-height: 27px;
    margin-bottom: 11px;
    transition: all 500ms ease
}

.feature-block-four .inner-box .inner p {
    color: #fff;
    margin: 0
}

.about-style-four {
    position: relative;
    padding: 108px 0 100px 0
}

.sec-title.style-four h5 {
    padding-left: 35px
}

.sec-title.style-four h5:before {
    width: 25px
}

.about-style-four #content_block_13 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px
}

.about-style-four #content_block_13 .content-box .text p {
    margin-bottom: 28px
}

.about-style-four #content_block_13 .content-box .text p:last-child {
    margin-bottom: 0
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box p {
    font-size: 14px;
    margin-bottom: 5px
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box {
    margin-bottom: 39px
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box:last-child {
    margin-bottom: 0
}

.about-style-four #content_block_13 .content-box {
    margin-right: 30px
}

.about-style-four #content_block_13 .content-box .progress-content .progress-box .count-text {
    font-size: 16px
}

#image_block_four .image-box {
    position: relative;
    display: block;
    margin-left: 55px;
    margin-top: 44px
}

#image_block_four .image-box .pattern-layer {
    position: absolute;
    top: 175px;
    right: -250px;
    width: 347px;
    height: 271px;
    background-repeat: no-repeat
}

#image_block_four .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%)
}

#image_block_four .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

#image_block_four .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

#image_block_four .image-box .image img {
    width: 100%
}

.project-style-four {
    position: relative;
    padding: 103px 0 100px 0
}

.project-block-three .inner-box {
    position: relative;
    display: block;
    margin-bottom: 180px
}

.project-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #000
}

.project-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease
}

.project-block-three .inner-box:hover .image-box img {
    opacity: .2;
    transform: scale(1.05)
}

.project-block-three .inner-box .lower-content {
    position: relative
}

.project-block-three .inner-box .lower-content .inner {
    position: absolute;
    left: 30px;
    top: -150px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 43px 50px 44px 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.project-block-three .inner-box .lower-content .inner span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 22px
}

.project-block-three .inner-box .lower-content .inner h3 {
    margin-bottom: 8px
}

.project-block-three .inner-box .lower-content .inner p {
    margin-bottom: 20px
}

.project-block-three .inner-box .lower-content .inner a {
    position: relative;
    display: inline-block
}

.project-block-three .inner-box .lower-content .inner a i {
    position: relative;
    font-size: 12px;
    margin-right: 10px
}

.project-block-three .inner-box .lower-content .inner a span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    border-bottom: 1px solid #222;
    margin: 0;
    transition: all 500ms ease
}

.project-style-four .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px
}

.project-style-four .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: all 500ms ease
}

.project-style-four .title-inner {
    position: relative;
    margin-bottom: 30px
}

.project-style-four .title-inner .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    border-radius: 5px;
    padding: 13px 27px;
    text-align: center;
    z-index: 1
}

.project-style-four .title-inner .btn-box a:hover {
    color: #fff
}

.project-style-four .title-inner .btn-box a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.project-style-four .title-inner .btn-box a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.project-style-four .title-inner .btn-box a:hover:before,
.project-style-four .title-inner .btn-box a:hover:after {
    width: 100%
}

.project-style-four .title-inner .btn-box {
    position: relative;
    margin-top: 17px
}

.working-style-two {
    position: relative;
    padding: 103px 0 104px 0
}

.working-style-two .sec-title {
    text-align: center;
    margin-bottom: 74px
}

.working-style-two .sec-title h2 {
    margin-bottom: 17px
}

.working-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 30px
}

.working-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 140px;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 48px;
    box-shadow: 0 0 0 20px rgba(255, 205, 212, .2)
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box {
    box-shadow: 0 0 0 20px rgba(233, 205, 255, .3)
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box {
    box-shadow: 0 0 0 20px rgba(197, 251, 222, .3)
}

.working-block-two .inner-box h3 {
    font-size: 24px;
    margin-bottom: 9px
}

.working-block-two .inner-box h3 a {
    color: #222
}

.working-block-two .inner-box .border-box {
    position: absolute;
    right: -110px;
    top: 0;
    width: 181px;
    height: 32px;
    background-repeat: no-repeat
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box {
    top: 175px
}

.testimonial-style-two.alterner-2 .sec-title.centred h5:before {
    display: none
}

.testimonial-style-two.alterner-2 .sec-title.centred h5:after {
    width: 25px
}

.testimonial-style-two.alterner-2 .sec-title.centred h5 {
    color: #666
}

.testimonial-style-two.alterner-2 .testimonial-content .inner-box .text {
    background: #f5f8fb;
    transition: all 500ms ease
}

.testimonial-style-two .testimonial-content:hover .inner-box .text {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.testimonial-style-two.alterner-2 .testimonial-content .inner-box .text:before {
    background: #f5f8fb
}

.clients-section.home-5 {
    padding: 110px 0
}

.main-footer.alternet-5 .footer-upper .upper-inner .btn-box .theme-btn {
    overflow: hidden;
    border-radius: 5px;
    padding: 13px 29px
}

.main-footer.alternet-5 .footer-upper .upper-inner {
    padding: 46px 0 48px 0
}

.main-footer.alternet-5 .footer-top {
    padding: 76px 0 93px 0
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border-radius: 5px;
    padding: 8.5px 24px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    transition: all 500ms ease
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button:hover {
    color: #da2c46
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button:hover:before,
.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group button:hover:after {
    width: 100%
}

.main-footer.alternet-5 .widget-section .newsletter-widget .newsletter-form .form-group input {
    border-radius: 5px
}

.main-header.style-six {
    position: relative;
    background: #fff
}

.main-header.style-six .header-top {
    background: #222
}

.main-header.style-six .main-menu .navigation > li > a {
    color: #222
}

.main-header.style-six .header-lower .menu-right-content .search-btn button {
    color: #222
}

.main-header.style-six .header-lower .menu-right-content .nav-btn {
    color: #222
}

.main-header.style-six .header-lower .menu-right-content:before {
    background: #ddd
}

.main-header.style-six .main-menu .navigation > li {
    padding: 40px 0
}

.main-header.style-six .header-lower .menu-right-content {
    margin-top: 30px
}

.main-header.style-six .header-lower .logo-box {
    padding-top: 30px
}

.page-title {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-title:before {
    position: absolute;
    content: '';
    background: #0000007a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .7
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-right: 12px;
    margin-right: 5px
}

.page-title .content-box .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-title .content-box .bread-crumb li a {
    color: #fff
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    height: 1px;
    top: 14px;
    right: 0
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none
}

.feature-style-four.about-page-2 .inner-content {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

.feature-style-four.about-page-2 .feature-block-four {
    width: 33.3333%
}

.testimonial-style-two.about-page-2 .sec-title.centred h5:before,
.testimonial-style-two.about-page-2 .sec-title.centred h5:after {
    width: 25px
}

.testimonial-style-two.about-page-2 .sec-title.centred h5 {
    padding-right: 35px;
    padding-left: 35px;
    color: #666
}

.support-section.service-page-1 {
    margin: 0;
    padding-bottom: 100px
}

.support-section.service-page-1 .inner-container {
    margin-top: 0
}

.support-section.service-page-1:before {
    position: absolute;
    content: '';
    background: #f0f5f9;
    width: 100%;
    height: 815px;
    left: 0;
    bottom: 0
}

.working-style-two.service-page-1 .working-block-two .inner-box .icon-box {
    box-shadow: 0 0 0 20px rgba(233, 205, 255, .3)
}

.working-style-two.service-page-1 .working-block:nth-child(2) .working-block-two .inner-box .icon-box {
    box-shadow: 0 0 0 20px rgba(255, 205, 212, .3)
}

.working-style-two.service-page-1 .working-block:last-child .working-block-two .inner-box .icon-box {
    box-shadow: 0 0 0 20px rgba(188, 225, 255, .3)
}

.service-details {
    position: relative;
    padding: 100px 0 94px 0
}

.service-details-content {
    position: relative;
    display: block;
    margin-right: -10px
}

.service-details-content .image-box img {
    width: 100%
}

.service-details-content .content-style-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 53px
}

.service-details-content .content-style-one .sec-title {
    margin-bottom: 15px
}

.service-details-content .content-style-one .text {
    position: relative;
    display: block;
    margin-bottom: 29px
}

.service-details-content .content-style-one .text p {
    margin-bottom: 28px
}

.service-details-content .content-style-one .text p:last-child {
    margin-bottom: 0
}

.service-details-content .content-style-one .list-item li {
    position: relative;
    display: block;
    font-size: 15px;
    /* color: #222; */
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 25px
}

.service-details-content .content-style-one .list-item li:last-child {
    margin-bottom: 0
}

.service-details-content .content-style-one .list-item li:before {
    position: absolute;
    content: "\f101";
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0
}

.service-details-content .content-style-one {
    position: relative;
    display: block;
    margin-bottom: 54px
}

.service-details-content .content-style-two .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.service-details-content .content-style-two .text {
    margin-bottom: 20px
}

.service-details-content .content-style-two {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 52px
}

.service-details .service-sidebar {
    position: relative;
    display: block;
    margin-left: 40px
}

.service-details .service-sidebar .sidebar-categories ul li {
    position: relative;
    display: block;
    margin-bottom: 12px
}

.service-details .service-sidebar .sidebar-categories ul li:last-child {
    margin-bottom: 0
}

.service-details .service-sidebar .sidebar-categories ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f0f5f9;
    font-size: 15px;
    color: #222;
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
    padding: 1px 45px;
    z-index: 1
}

.service-details .service-sidebar .sidebar-categories ul li a:after {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 0;
    right: 45px;
    font-size: 14px;
    color: #204669;
    transition: all 500ms ease
}

.service-details .service-sidebar .sidebar-categories ul li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 500ms ease
}

.service-details .service-sidebar .sidebar-categories ul li a:hover:before,
.service-details .service-sidebar .sidebar-categories ul li a.active:before {
    width: 100%;
    left: 0
}

.service-details .service-sidebar .sidebar-categories ul li a:hover,
.service-details .service-sidebar .sidebar-categories ul li a.active {
    color: #fff
}

.service-details .service-sidebar .sidebar-categories ul li a.active:after,
.service-details .service-sidebar .sidebar-categories ul li a:hover:after {
    color: #fff
}

.service-details .service-sidebar .sidebar-categories {
    position: relative;
    margin-bottom: 60px
}

.service-details .service-sidebar .sidebar-testimonial {
    position: relative;
    display: block;
    background: #204669;
    padding: 44px 40px 41px 40px;
    margin-bottom: 53px
}

.service-details .service-sidebar .sidebar-testimonial .content-box .text {
    position: relative;
    margin-bottom: 30px
}

.service-details .service-sidebar .sidebar-testimonial .content-box .text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-style: italic
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info {
    position: relative;
    padding: 11px 0 11px 70px;
    margin-bottom: 43px
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box img {
    width: 100%;
    border-radius: 50%
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.service-details .service-sidebar .sidebar-testimonial .content-box .author-info .designation {
    position: relative;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
    color: #fff;
    font-weight: 400
}

.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #ccc;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 500ms ease
}

.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
.service-details .service-sidebar .sidebar-testimonial .owl-theme .owl-dots .owl-dot span:hover {
    width: 18px
}

.service-details .service-sidebar .sidebar-testimonial .quote-box {
    position: absolute;
    right: 35px;
    bottom: 45px;
    font-size: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .3)
}

.service-details .service-sidebar .sidebar-title {
    position: relative;
    margin-bottom: 10px
}

.service-details .service-sidebar .sidebar-title h3 {
    font-size: 24px;
    padding-left: 40px
}

.service-details .service-sidebar .sidebar-title h3:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    left: 0;
    top: 15px
}

.service-details .service-sidebar .sidebar-info .sidebar-content p {
    position: relative;
    margin-bottom: 21px
}

.service-details .service-sidebar .sidebar-info .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
    padding-left: 35px
}

.service-details .service-sidebar .sidebar-info .info-list li:last-child {
    margin-bottom: 0
}

.service-details .service-sidebar .sidebar-info .info-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px
}

.service-details .service-sidebar .sidebar-info .info-list li a {
    color: #222
}

.service-details .service-sidebar .sidebar-info .info-list {
    position: relative;
    display: block;
    margin-bottom: 22px
}

.service-details .service-sidebar .sidebar-info .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.service-details .service-sidebar .sidebar-info .social-links li:last-child {
    margin-right: 15px
}

.service-details .service-sidebar .sidebar-info .social-links li a {
    font-size: 18px;
    color: #ccc
}

.service-details .service-sidebar .sidebar-info {
    position: relative;
    margin-bottom: 46px
}

.service-details .service-sidebar .download-option .download-file {
    position: relative;
    display: block;
    background: #f0f5f9
}

.service-details .service-sidebar .download-option .download-file li {
    position: relative;
    display: block;
    padding: 20px 25px;
    border-bottom: 1px solid #c8d7e3
}

.service-details .service-sidebar .download-option .download-file li:first-child {
    border-top: 1px solid #c8d7e3
}

.service-details .service-sidebar .download-option .download-file li a {
    font-size: 16px;
    color: #222
}

.service-details .service-sidebar .download-option .download-file li a i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    font-size: 24px
}

.service-details .service-sidebar .download-option .sidebar-title {
    margin-bottom: 17px
}

.main-footer.alternet-5 .widget-section .logo-widget .info-list li i {
    color: #fff
}

.page-title.style-three:before {
    background: #204669;
    opacity: .8
}

.contact-information {
    position: relative;
    padding-top: 93px;
    padding-bottom: 70px
}

.contact-information .sec-title {
    text-align: center;
    margin-bottom: 58px
}

.contact-information .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 58px 30px 54px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.contact-information .single-item .inner-box .icon-box {
    position: relative;
    margin-bottom: 30px
}

.contact-information .single-item .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transition: all 500ms ease
}

.contact-information .single-item .inner-box h3 {
    font-size: 24px;
    font-weight: 400
}

.contact-information .single-item .inner-box p {
    line-height: 28px;
    color: #666;
    text-align: center
}

.contact-information .single-item .inner-box p a {
    color: #666
}

.contact-style-two {
    position: relative;
    width: 100%;
    padding: 93px 0 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.contact-style-two:before {
    position: absolute;
    content: '';
    background: #212529;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .8
}

.contact-style-two .default-form {
    position: relative;
    margin: 0 5px
}

.contact-style-two .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.contact-style-two .default-form .form-group:last-child {
    margin-bottom: 0
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 55px;
    background: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
    transition: all 500ms ease
}

.contact-style-two .default-form .form-group textarea {
    display: block;
    height: 170px;
    resize: none
}

.contact-style-two .default-form .form-group button {
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 12.5px 30px
}

.contact-style-two .sec-title {
    margin-bottom: 39px
}

.contact-style-two .sec-title h2 {
    margin-bottom: 17px
}

.contact-style-two .sec-title p {
    color: #fff
}

h1 {
    font-size: 26px;
    font-weight: 600
}

.input-form {
    background: #f8f9fa;
    padding: 20px;
    border: 10px solid #00a859;
    height: 500px
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 1px solid #00a859;
    margin-bottom: 20px
}

.table-responsive {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 14px
}

table tr:first-child td {
    padding: 5px;
    background: #00a859;
    border: 1px solid #797674;
    color: #2b2a2a;
/*    font-weight: 800*/
}

td,
th {
    border: 1px solid #797674;
    padding: 0 5px
}

table {
    width: 100%
}

.types {
    padding: 12px 0;
    text-align: center
}

.types h3 {
    font-size: 20px
}

.steel-pt img {
    border: 1px solid #00a859;
    padding: 5px;
    margin-top: 10px;
    max-width: 100%;
    border-radius: 15px;
    margin-bottom: 20px
}

.steel-pt h3 {
    text-align: center;
    font-size: 20px
}

.col-lg-4.col-md-6.col-sm-12.feature-block {
    border-right: 1px solid gray
}

figure.footer-logo img {
    border-radius: 10px
}

ul.info.top-left.pull-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

ul.social-links.clearfix {
    display: flex
}

.header-top {
    padding: 6px 0;
    background-color: #00a859
}

.main-header.style-one .header-top .top-left li i {
    position: relative;
    margin-right: 10px
}

ul.info.top-left.pull-left li i {
    margin-right: 10px;
    color: #fff
}

ul.info.top-left.pull-left li {
    margin-right: 30px
}

ul.social-links.clearfix li i {
    margin-right: 20px;
    color: #fff
}

ul.info.top-left.pull-left a {
    color: #fff
}

a {
    color: #00a859
}

.footer-copy a {
    color: #fff
}

.row.first {
    padding-top: 25px;
    padding-bottom: 25px
}

.socialwhats {
    text-align: center;
    margin: 3px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 3px 4px 15px #00000026;
    border-bottom: 3px solid #318266
}

a {
    color: #23B46F;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    font-size: 15px
}

.socialwhats i {
    font-size: 20px;
    padding: 10px
}

.one {
    text-align: left
}

img.two {
    height: 600px;
}

.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 -1px 20px #49d849
}

.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    padding: 0 !important;
    border-radius: 100%
}

.row.main {
    padding-bottom: 50px
}

.country-flag td {
    text-align: center;
/*    padding: 10px*/
}

.country-flag th {
    text-align: left;
    padding: 10px
}

table.country-flag img {
    max-width: 35px
}

li.anni {
    background: #00a859;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 5px
}

li.anni a {
    color: #000
}

ul.men li a {
    font-size: 12px !important
}

ul.men li a {
    padding: 1px 15px !important
}

@media (max-width:768px) {
    .slide-item {
        height: 400px !important
    }

    .banner-carousel .slide-item .image-layer {
        height: 400px !important;
        padding: 10px 0 0 250px !important
    }
}

#scroll-s::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa
}

#scroll-s::-webkit-scrollbar-thumb {
    background: #7A95A3
}

.error-404-area {
    background: #242424 url(../images/slider-img/pipes-manufacturer-india.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 175px;
    padding-top: 47px;
    position: relative;
    font-size: 60px
}

.error-404-area a:hover {
    color: #00a04f;
    font-size: 60px
}

.error-404-area h3 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #f3f5f3;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center
}

.error-404-area .thm-container {
    position: relative
}

.error-404-area:before {
    content: '';
    background: #242A34;
    opacity: .68;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

h2.dq {
    font-size: 200px;
    color: firebrick
}

.steel-pt.img {
    text-align: center
}

#content_block_ten .content-box .year-box h2 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    padding: 19px 0 20px 15px
}

#content_block_ten .content-box .year-box h2 {
    border-top: 3px solid #00a859;
    border-bottom: 3px solid #00a859
}

.content-box h3 {
    color: #fff
}

.working-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

span.breadcrumbs {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px
}


.modal-img {
    height: 52px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    border-left: #000000 1px solid;
    padding-left: 12px;
    color: #00a859;
}


.leadbtnclose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.leadbtnclose .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.leadbtnclose .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-svg {
    background-image: url("../svg/gmb.svg");
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);

}

ul.social-links.clearfix .icon {
    transform: translateY(2px);
}

/*i.icon.icon-svg.ison-chan{
   filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

i.icon.icon-svg.ison-chan:hover{
   filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}*/
i.fas.fa-asterisk {
    font-size: 10x;
    color: #e1544c;
}
.table-responsive.ptr {
    padding-bottom: 0px;
}
p.str {
    padding-bottom: 38px;
}



.project-block-two.wassup {
    box-shadow: 2px 2px 8px black;
    /* border-radius: 1px; */
}

i.fa.fa-angle-double-right.fa-arrow {
    color: #e1544c;
}
p.me {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
ul.we {
    text-align: left;
    margin: 30px 5px;
}
.fa-arrow-right:before {
    content: "\f061";
    /* content: "\f058"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 100%;
    padding-right: 15px;
    vertical-align: middle;
    color: #00a859;
}
.icon-box {
/*    border: 2px solid black;*/
}
.images {
    width: 200px;
    margin-top: 40px;
}
.team-section {
    position: relative;
    padding: 95px 0px;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.team-section .upper-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 100px;
}


.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #00a85991;
}

figure {
    margin: 0px;
}
.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 27px;
}
.team-block-one .inner-box .lower-content h3 {
    margin-bottom: 0px;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.team-block-one .inner-box .lower-content .designation {
    color: #063c83;
}
.team-block-one .inner-box .lower-content .ovellay-box {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0px;
    width: calc(100% - 30px);
    left: 15px;
    background: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 37px 15px 40px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img {
    opacity: 0.2;
}
.team-block-one .inner-box:hover .lower-content .ovellay-box {
    top: -20px;
    opacity: 1;
    visibility: visible;
}
.owl-nav-none .owl-nav, .owl-dots-none .owl-dots {
    display: none !important;
}
.team-section .owl-theme .owl-dots {
    position: relative;
    display: none;
    text-align: center;
}
.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #dddddd;
    border-radius: 0px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}
.feature-block-three .inner-box p {
    margin-bottom: 4px;
	font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859;
}

p.oneon {
    position: relative !important;
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: "Poppins", sans-serif !important;
    color: #666 !important;
    margin: 0;
    transition: all 500ms ease;
    text-align: justify;
    font-weight: 400 !important;
}

#content_block_ten .content-box .year-box p {
    border-top: 3px solid #00a859;
    border-bottom: 3px solid #00a859;
}

#content_block_ten .content-box .year-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    padding: 19px 0 20px 15px;
}
.sec-title-two p {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: 700;
}


.sec-title-two p:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: -58px;
    top: 24px;
}

.sec-title-two p:before {
    background: #00a859;
}
.content-box p {
    color: #fff;
	 font-size: 20px;
    line-height: 32px;
    font-weight: 600;
	text-align: center;
}

.content-box.hello p {
    color: black;
    font-size: 14px;
    text-align: justify;
    font-weight: 200;
    line-height: 2;
}
.working-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
}
.sec-title-two h3 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: 700;
}
.sec-title-two h3:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: -58px;
    top: 24px;
}

.sec-title-two h3:before {
    background: #00a859;
}
.team-block-two .inner-box .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859;
	text-align: center;
}
.sec-title-two h4 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: 700;
}
.sec-title-two h4:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: -58px;
    top: 24px;
}

.sec-title-two h4:before {
    background: #00a859;
}
.contact-information .single-item .inner-box p {
    font-size: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859;
}

p.hello {
    color: black !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    line-height: 2 !important;
}
.pricing-block-one .pricing-table .table-header p {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859;
	text-align: center;
}
.sec-title.light h3 {
    color: #fff !important;
}

.sec-title.right h3 {
    padding-left: 55px;
}
.sec-title h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.sec-title.light h3:before {
    background: #fff;
}

.sec-title.right h3:before {
    left: 0;
}
.sec-title h3:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
}

.send1.we {
    text-align: center;
}

.send1 {
    background: #7b95a330;
    padding-top: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 4px 6px 9px #00000070;
    padding-bottom: 3px;
    border: 2px solid #7994a2a6;
}
.send1 .btnz {
    display: block;
    margin: 0 auto;
}

.send1 .btnz {
    background: #f3f5f3;
    padding: 9px 0px 9px 0px;
    text-align: center;
}
a.btnz {
    color: #fff;
    margin-bottom: 20px;
    max-width: fit-content;
    padding: 10px 20px!important;
    border-radius: 10px;
    background: #00a859!important;
}
ul.specification li {
    list-style-type: square;
}
ul.specification li::marker {
    color: #00a859;
}
ul.specification {
    padding: 0 0 0 25px;
    padding-bottom: 29px;
}
blockquote.prt {
    padding: 16px 20px 16px 80px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #00a859;
}
blockquote.prt:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #00a85963;
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-style: normal;
}
.service-details-content .content-style-one .list-item .orderlist li:before {
	list-style-type: decimal !important;
    font-size: 12px;
    left: 0;
    top: 0;
}
ol.orderlist {
	padding: 0 0 0 25px;
}
ol.orderlist li {
    list-style: decimal;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}
.sec-title h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #00a859;
    font-weight: 600;
    text-transform: none;
}
p.what {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #00a859;
	margin: 0;
    transition: all 500ms ease;
}

ul.anonymslist li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    /* margin-bottom: 5px; */
    padding-left: 25px;
}
p.paracontent{
	position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #00a859;
    font-weight: 600;
}
.review {
    background: #abadae;
    /* display: inline-block; */
    /* border-radius: 21px; */
    padding: 10px;
    display: flex;
    max-width: fit-content;
    text-align: center;
    margin-left: 40px;
    background: white;
    border: 2px solid #00a859;
	margin-top: 20px;
}
.main-footer .widget-section .footer-widget .widget-title h5 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-right: 57px;
}
.main-footer.alternet-4 .widget-section .footer-widget .widget-title h5:before {
    background: #38c179;
}

.main-footer .widget-section .footer-widget .widget-title h5:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 16px;
    right: 0;
}
.sec-title.right p:before {
    left: 0;
}

.sec-title.light p:before {
    background: #fff;
}
.sec-title p:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
}

.sec-title.right p {
    padding-left: 55px;
}

.sec-title.light p {
    color: #fff !important;
}
/*
.sec-title p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #00a859;
    font-weight: 600;
    text-transform: none;
}
*/
caption {
    padding: 2px 5px;
    color: #000;
    text-align: center;
    caption-side: top;
    background-color: #d8dee3;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
}
ul.vb {
    display: inline-block;
    list-style-position: inside;
    margin: 10px 17px;
    padding: 0;
    justify-content: space-between;
}
ul.vb li {
    list-style-type: disc;
    font-size: 14px;
}


.featured-thumbnail img {
    border: 2px solid #00a859;
    padding: 3px;
}
.featured-thumbnail {
    padding-top: 21px;
}
ul.vb.tb li {
    font-size: 12px;
}
.service-block.col-lg-4.col-md-3.col-sm-4.col-xs-6.fff {
    margin: 34px auto;
}
table.country-flag a {
    font-size: 12px;
}
td.sub {
    text-align: left;
}
td.er {
    background: #00a859;
}


.icon-box img {
 padding: 10px;
    border: 1px solid;
}
.fs{
    font-size: 12px;
    text-align: left;
}