@charset "UTF-8";
/*
 * Core: General Layout Style
 * -----------------------------
/*/
/* toTopFromBottom */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700");

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 100% 0;
    }
    50% {
        background-position: 50% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 100% 0;
    }
    50% {
        background-position: 50% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

/*
 * Component: Global styles
 * -----------------------------
/*/
html, body {
    font-family: 'Fira Mono', monospace;
    font-size: 10px;
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    font-size: 1.5em;
    color: #000000;
    background: #fcfcfc;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.font-serif {
    font-family: serif;
}

/*
 * Component: Typography
 * -----------------------------
/*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    line-height: 1.5;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #730a4f;
}

p {
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

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

hr {
    border: 0;
    border-top: 1px solid #e8e6e6;
    margin: 20px 0;
}

body > section {
    margin-bottom: 40px
}

.pbt30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.center {
    text-align: center;
    padding-bottom: 50px;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-white {
    background: #fff;
}

/*
 * header
 * -----------------------------
/*/
.main-header {
    color: #fff;
    position: relative;
    z-index: 9999;
    /* position: fixed;
    top: 0;
    width: 100%;*/
}

.top-bar {
    background: #009999;
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar li {
    border-right: 1px solid #e95108;
    padding: 0 13px;
}

.top-bar li:last-child {
    border: none;
}

.top-bar li a {
    padding: 8px 10px;
    display: inline-block;
    font-size: 13px;
}

.top-bar li a:hover {
    color: #1a1a1a;
}

.top-bar li a:hover i {
    -webkit-animation: fadeInDown 400ms linear;
    animation: fadeInDown 400ms linear;
}

.top-bar i {
    padding-right: 5px;
    color: #e95108;
    font-weight: bold;
}

.social-links {
    padding: 0;
}

.social-links li {
    display: inline-block;
    border: none;
    padding: 0;
}

.social-links li a {
    padding-left: 8px;
    padding-right: 8px;
}

.social-links li:hover {
    color: #730a4f;
}

.social-links i {
    padding: 0;
    color: inherit;
}

.company-tagline p {
    padding-top: 5px;
    margin-bottom: 0;
    font-style: italic;
    padding-left: 15px;
}

/*
 * logo
 * -----------------------------
*/

.logo-wrap h1 span {
    color: #02c5ff;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.logo-wrap h1 span:before {
    width: 1px;
    height: 30px;
    position: absolute;
    right: -5px;
    background: #02c5ff;
    content: '';
}

.logo-wrap h1 {
    font-family: 'Fira Mono', monospace;
    font-size: 20px;
    margin-bottom: 5px;

}

.logo-wrap a {
    max-width: 250px;
    display: inline-block;
}

/*
 * Navbar
 * -----------------------------
/*/
.navbar-inverse {
    border: none;
    background: rgba(17, 17, 17, 0.7);
    margin: 0;
    border-radius: 0;
    min-height: 0;
}

.navbar-inverse .navbar-toggle {
    border: none;
    margin: 0;
    width: auto;
    float: right;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: transparent;
}

.navbar-inverse .navbar-nav {
    position: relative;
}

.navbar-inverse .navbar-nav > li.active a, .navbar-inverse .navbar-nav > li a:hover, .navbar-inverse .navbar-nav > li.active a:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav > li.active a:before, .navbar-inverse .navbar-nav > li a:hover:before, .navbar-inverse .navbar-nav > li.active a:hover:before {
    left: 0;
    top: 100%;
    opacity: 0;
}

.navbar-inverse .navbar-nav > li.active a, .navbar-inverse .navbar-nav > li.active a:hover {
    background: #068a8a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    overflow-y: hidden;
}

/*.navbar-inverse .navbar-nav > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #730a4f;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}*/

.navbar-inverse .navbar-nav .dropdown-menu {
    min-width: 200px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    padding: 0;
    margin-top: 0;
    border-width: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus a, .navbar-inverse .navbar-nav .dropdown-menu > li:active a {
    background-color: #068a8a;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-toggle .icon-bar {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 30px;
    height: 4px;
}

.main-header .navbar-collapse.collapse {
    margin-top: 14px;
}

.change .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .icon-bar:nth-child(3) {
    opacity: 0;
}

.change .icon-bar:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -7px);
}

/*
 * Main Slider
 * -----------------------------
/*/
.main-slider {
    position: relative;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    top: 0
}

.main-slider .carousel .carousel-content {
    margin-top: 150px;
    background: rgba(17, 17, 17, 0.3);
    color: #fff;
    padding: 15px;
    margin-right: 40px;
}

.main-slider .carousel .carousel-content h1 {
    font-size: 20px;
    color: #fff;
}

.main-slider .carousel .carousel-content h2 {
    font-size: 18px;
}

.main-slider .carousel .carousel-content .btn {
    color: #fff;
}

.main-slider .carousel .slide-margin {
    margin-top: 140px;
}

.main-slider .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 670px;
    overflow: hidden;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

.main-slider .item:first-child {
    top: auto;
    position: relative;
}

.main-slider .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

.main-slider .prev,
.main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #068a8a;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

.main-slider .prev:hover,
.main-slider .next:hover {
    background: #073333;
}

.main-slider .prev {
    left: -100px;
}

.main-slider .next {
    right: -100px;
}

.main-slider:hover .prev {
    left: 10px;
}

.main-slider:hover .next {
    right: 10px;
}

.main-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #068a8a;
    margin: 0 15px 0 0;
    position: relative;
}

.main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #068a8a;
    left: -3px;
    top: -3px;
}

.main-slider .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: #e95108;
    margin: 0 15px 0 0;
    border: 1px solid #fff;
    position: relative;
}

.main-slider .carousel-indicators li.active:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #073333;
    border: 1px solid #073333;
    left: -3px;
    top: -3px;
}

.main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

.main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

.main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

.about-slider {
    position: relative;
    overflow: hidden;
}

.about-slider .item {
    height: 400px;
    background-size: cover;
    background-position: 50%;
}

.about-slider a.prev,
.about-slider a.next {
    position: absolute;
    top: 50%;
    background-color: #068a8a;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

.about-slider a.prev:hover,
.about-slider a.next:hover {
    background: #e95108;
}

.about-slider .prev {
    left: -100px;
}

.about-slider .next {
    right: -100px;
}

.about-slider:hover .prev {
    left: 10px;
}

.about-slider:hover .next {
    right: 10px;
}

/*
 * Main Footer
 * -----------------------------
/*/
.main-footer {
    background: #10010b;
    color: #fff;
}

.main-footer .footer-content {
    padding: 25px 0;
    background-image: url("../images/world-map-dark.png");
}

.main-footer .footer-content .item:hover h2:after {
    width: 100%;
    opacity: 0;
}

.main-footer .footer-content h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #068a8a;
    position: relative;
}

.main-footer .footer-content h2:after {
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    bottom: -2px;
    background: #068a8a;
    position: absolute;
    -webkit-transition: 1s;
    transition: 1s;
}

.main-footer .footer-content ul {
    padding: 0;
    list-style: none;
}

.main-footer .footer-content ul a {
    padding: 5px 0;
    display: block;
    font-size: 14px;
}

.main-footer .footer-content ul a:hover {
    padding-left: 5px;
    color: #068a8a;
}

.main-footer .footer-content ul a.disable:hover {
    padding-left: 0;
    color: #fff;
}

.main-footer .footer-content ul.social-links a:hover {
    color: #101010;
}

.main-footer .footer-content ul.get-touch a:hover {
    color: #fff;
}

.main-footer .footer-bar {
    background: rgba(17, 17, 17, 0.4);
    text-align: center;
    padding: 15px;
    color: #9b9b9b;
}

.main-footer .footer-bar p {
    padding: 0;
}

.main-footer .get-touch li {
    position: relative;
    padding-left: 30px;
}

.main-footer .get-touch li:hover i {
    color: #fff;
}

.main-footer .get-touch i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #068a8a;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-footer .social-links a {
    width: 40px;
    height: 40px;
    background: #068a8a;
    text-align: center;
    margin: 2px 0;
    font-size: 20px;
    line-height: 2;
}

.main-footer .social-links a:hover {
    padding-left: 0 !important;
}

.main-footer .social-links a:hover i {
    -webkit-animation: toTopFromBottom 500ms linear;
    animation: toTopFromBottom 500ms linear;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* scrollUp top
  -------------------------------------------------- */
a#scrollUp {
    width: 30px;
    height: 30px;
    font-size: 24px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    z-index: 9999;
    -webkit-animation: fadeInUp 2s;
    animation: fadeInUp 2s;
}

a#scrollUp:before {
    content: "";
    display: block;
    background-color: #068a8a;
    opacity: 0.7;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a#scrollUp:hover:before {
    opacity: 1;
}

a#scrollUp i {
    height: 50%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
}

a#scrollUp:hover i {
    color: #e95108;
    -webkit-animation: toTopFromBottom 0.9s forwards;
    animation: toTopFromBottom 0.9s forwards;
    -webkit-transition: color 2s;
    transition: color 2s;
}

/*
 * Sections
 * -----------------------------
/*/
.title {
    text-align: center;
    margin-bottom: 35px;
}

.title h2 {
    margin-top: 0;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
}

.title h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.page-tittle {
    padding: 25px 0;
    background: #fff;
    text-align: center;
}

/* Front About
--------------------------------------------------*/
.front-intro {
    background: #fff;
}

.front-intro .center {
    padding: 0;
}

/* Front service
--------------------------------------------------*/
.front-service .item {
    margin: 15px 0;
}

.front-service .title p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;

}

.front-service .item:hover .item-icon a i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: rotateIn 500ms linear;
    animation: rotateIn 500ms linear;
    color: #068a8a;
}

.front-service .item-wrap {
    text-align: center;
}

.front-service .item-icon {
    margin-top: 15px;
}

.front-service .item-icon a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 2.5;
    border: 1px solid #e8e6e6;
    background: #fff;
    border-radius: 50%;
    color: #9b9b9b;
}

.front-service .item-content h2 {
    font-size: 20px;
    margin: 20px 0;
}

.front-service .item-content h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    color: #1a1a1a;
}

.front-service .item-content .btn {
    margin-top: 10px;
}

/* Front feature
--------------------------------------------------*/
.front-feature {
    background: url("../images/service-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.front-feature:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.front-feature .title {
    position: relative;
}

.front-feature .title h2 {
    color: #fff;
}

.front-feature .title h3 {
    color: #fff;
}

.front-feature .item {
    margin: 15px 0;
}

.front-feature .item-wrap {
    text-align: center;
}

.front-feature .item-icon {
    margin-top: 15px;
}

.front-feature .item-icon img {
    max-height: 60px;
}

.front-feature .item-content h2 {
    font-size: 17px;
    margin-top: 15px;
    color: #fff;
}

/* Front Prortfolio
--------------------------------------------------*/
.front-portfolio .items > .row {
    margin: 0;
}

.front-portfolio .item {
    padding: 0;
}

.front-portfolio {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
    overflow: hidden;
}

.recent-work-wrap {
    background: #f3f3f3;
    margin: 30px;
}

.recent-work-wrap img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
    color: #068a8a;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #e95108;
}

.recent-work-wrap .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: rgba(7, 1, 5, 0.9);
    color: #fff;
    vertical-align: middle;
    padding: 30px;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.recent-work-wrap .overlay .preview i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.recent-work-wrap .overlay .preview:hover i {
    padding-right: 10px;
    color: #e95108;
}

.recent-work-wrap:hover .overlay {
    bottom: 0;
    opacity: 1;
}

/* Testimonials
--------------------------------------------------*/
.testimonial {
    background: url("../images/testimonial-bg-1.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.testimonial:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.testimonial .title {
    position: relative;
}

.testimonial .title h2 {
    color: #fff;
}

.testimonial .title h3 {
    color: #fff;
}

.testimonial-slider {
    max-width: 950px;
    margin: 0 auto;
}

.testimonial-slider .item:focus {
    outline: none;
}

.testimonial-slider .item .item-wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    min-height: 170px;
}

.testimonial-slider .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    border: 4px solid #9b9b9b;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-slider .item .item-content {
    padding: 40px 0 0 180px;
    position: relative;
    color: #fff;
}

.testimonial-slider .item .item-content:first-letter {
    padding-left: 25px;
}

.testimonial-slider .item .item-content strong {
    display: block;
    text-align: right;
}

.testimonial-slider .item .item-content strong:last-child {
    display: block;
    font-weight: normal;
    text-align: right;
}

.slick-prev:before, .slick-next:before {
    color: #068989;

}

/* front Quotation
--------------------------------------------------*/
.front-quotation > .container {
    max-width: 920px;
}

.front-quotation .center {
    padding: 0;
}

.front-quotation h3 {
    color: #068a8a;
    margin-bottom: 35px;
}

.front-quotation h5 {
    margin: 15px 0;
    color: #e95108;
}

.front-quotation h5 strong {
    color: #111;
}

.front-quotation p {
    padding: 0;
}

/* seo top section
--------------------------------------------------*/
.seo-top-section .title {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.seo-top-section .item {
    margin: 15px 0;
}

.seo-top-section .item-wrap {
    text-align: center;
    display: table;
}

.seo-top-section .item-icon {
    width: 70px;
    height: 70px;
    background: #9b9b9b;
    border-radius: 50%;
    float: left;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

.seo-top-section .item-content {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.seo-top-section .item-content h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    color: #068a8a;
}

/* seo-list-section
--------------------------------------------------*/
.seo-list-section {
    padding-top: 100px;
}

.seo-list-section ul {
    list-style: none;
    padding: 0;
}

.seo-list-section .seo-list-wrap li {
    border: 1px solid #e8e6e6;
    margin-top: -1px;
    padding: 15px 15px;
}

.seo-list-section .list-title {
    float: left;
    width: 40%;
}

.seo-list-section .list-title li.li-title {
    font-weight: bold;
    position: relative;
    overflow: visible;
}

.seo-list-section .list-title li.li-title img {
    position: absolute;
    top: -70px;
    left: 0;
}

.seo-list-section .list-title li.li-title h3 {
    color: #e95108;
    padding-top: 69px;
    font-size: 18px;
}

.seo-list-section .list-title li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seo-list-section .list-title li strong {
    color: #e95108;
    font-size: 18px;
}

.seo-list-section .list-check {
    float: left;
    width: 20%;
}

.seo-list-section .list-check ul {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.seo-list-section .list-check:hover ul, .seo-list-section .list-check ul.active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #fff;
    box-shadow: 0 0 10px #9b9b9b;
}

.seo-list-section .list-check li {
    margin-left: -1px;
}

.seo-list-section .list-check li.blank {
    font-size: 18px;
}

.seo-list-section .list-check .fa-check {
    color: #3cb878;
    text-align: center;
}

.seo-list-section .list-check .pack-title strong {
    color: #e95108;
    font-size: 25px;
}

.seo-list-section .list-check .pack-title strong, .seo-list-section .list-check .pack-title span {
    display: block;
}

.seo-list-section .list-check .pack-title .btn {
    max-width: 100%;
}

/* social-price-list-section
--------------------------------------------------*/
.social-price-list-section .list-title {
    width: 50%;
}

.social-price-list-section .list-title li.li-title h3 {
    padding-top: 50px;
    font-size: 25px;
    white-space: pre-line;
}

.social-price-list-section .list-check {
    width: 25%;
}

/* our-skill-section
--------------------------------------------------*/
.our-skill-section {
    background: #fff;
}

.our-skill-section .item-wrap {
    width: 180px;
    height: 180px;
    background: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.our-skill-section .item-wrap p {
    font-size: 25px;
    padding: 0;
}

.our-skill-section .item-type {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #068a8a;
    top: 10%;
    left: 0;
}

.our-skill-section .item:nth-child(2n) .item-type {
    background: #e95108;
    color: #fff;
}

.our-skill-section .item-type-10 {
    top: 20%;
}

.our-skill-section .item-type-20 {
    top: 40%;
}

.our-skill-section .item-type-15 {
    top: 30%;
}

/* list-style-section
--------------------------------------------------*/
.list-style-section .title {
    max-width: 920px;
    margin: 0 auto;
}

.list-style-section .title a {
    color: #e95108;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    vertical-align: middle;
}

.list-style-section .title a:after {
    position: absolute;
    content: '';
    bottom: 0;
    display: block;
    left: -100%;
    width: 100%;
    height: 2px;
    background: #e95108;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.list-style-section .title a:hover:after {
    left: 0;
}

.list-style-section .lead.text-center {
    background: rgba(233, 81, 8, 0.7);
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

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

.list-style-section ul.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    /* Firefox */
    column-gap: 0;
    padding-bottom: 20px;
}

.list-style-section li {
    padding: 15px 0 15px 25px;
    position: relative;
}

.list-style-section li:before {
    content: '\f064';
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    color: #068a8a;
    left: 0;
}

.style-type-1 {
    background: #fff url("../images/slider/device-1.png") no-repeat 95% bottom;
}

/* our-team-section
--------------------------------------------------*/
.our-team-section .item-wrap {
    position: relative;
    margin: 15px 0;
    cursor: pointer;
    overflow: hidden;
}

.our-team-section .item-wrap * {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.our-team-section .item-wrap:before {
    content: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(17, 17, 17, 0.7);
}

.our-team-section .item-wrap:hover:before {
    content: '';
}

.our-team-section .item-wrap:hover .item-content {
    background: transparent;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.our-team-section .item-wrap:hover .item-content .social-links {
    display: block;
}

.our-team-section .item-wrap:hover .item-content h4, .our-team-section .item-wrap:hover .item-content p {
    color: #fff;
}

.our-team-section .item-content {
    position: absolute;
    bottom: 10%;
    background: #fff;
    left: 2%;
    width: 96%;
    padding: 10px;
    text-align: center;
}

.our-team-section .item-content .social-links {
    color: #e95108;
    display: none;
}

.our-team-section .item-content .social-links a {
    font-size: 20px;
}

.our-team-section .item-content h4 {
    color: #068a8a;
    font-size: 20px;
}

/* contact page
-------------------------------------------------- */
.contact-info h2 {
    color: #068a8a;
    font-weight: bold;
}

.contact-info ul {
    padding: 0;
    list-style: none;
}

.contact-info li {
    padding: 5px 0;
}

.contact-info a {
    padding-left: 5px;
    color: #e95108;
}

.contact-info a:hover {
    color: #068a8a;
}

/* inner-portfolio
--------------------------------------------------*/
.inner-portfolio .portfolio-filter {
    text-align: center;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.inner-portfolio .portfolio-filter li {
    display: inline-block;
    padding: 5px;
}

/* career-page-title
--------------------------------------------------*/
.career-page-title {
    background-size: cover;
    background: url("../images/career.jpg") fixed 50%;
    color: #fff;
    position: relative;
    padding: 80px 0;
}

.career-page-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.career-page-title .container {
    position: relative;
}

.career-page-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 0;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0;
    /* Firefox */
    column-gap: 0;
}

.career-page-title li {
    padding: 5px 0;
}

.career-list {
    padding: 0;
    background: #fff;
}

.career-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.career-list li {
    border-bottom: 1px solid #e8e6e6;
}

.career-list li:last-child {
    border: none;
}

.career-list li a {
    padding: 30px 0;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.career-list li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #068a8a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.career-list li a:hover {
    color: #fff;
}

.career-list li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #068a8a;
}

/* box-section
--------------------------------------------------*/
.box-section .item {
    position: relative;
    margin: 20px 0 40px 0;
}

.box-section .item-wrap {
    border: 1px solid #e8e6e6;
    background: #fff;
    padding-bottom: 25px;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.box-section .item-wrap .btn {
    position: absolute;
    left: 35%;
    bottom: -30px;
}

.box-section .item-wrap .btn .active {
    position: static;
}

.box-section .item-wrap:hover {
    max-height: 100%;
}

.box-section h3 {
    padding: 10px 15px;
    color: #068a8a;
    margin: 0;
    border-bottom: 1px solid #e8e6e6;
    font-size: 20px;
}

.box-section p {
    padding: 15px;
    color: #1a1a1a;
    line-height: 1.6;
}

/* buttons
--------------------------------------------------*/
.btn-primary {
    padding: 10px 25px;
    background: #068a8a;
    color: #fff;
    border-radius: 0;
    border: none;
    margin-top: 10px;
    position: relative;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary.active:focus {
    background: #073333;
    outline: none;
    box-shadow: none;
}

/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #073333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #068a8a;
}

.btn-transparent {
    border: 1px solid #068a8a;
    background: transparent;
    color: #111;
    border-radius: 0;
    padding: 8px 20px;
}

.btn-transparent:hover {
    border-color: #e95108;
    color: #e95108;
}

.form-control {
    height: 45px;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #068a8a;
}

label {
    color: #000000;
    font-weight: normal;
}

.checkbox label {
    padding: 0 20px 0 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9b9b9b;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #b5b5b5;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: none;
}

.checkbox input[type=checkbox] + label, .checkbox input[type="radio"] + label {
    padding-left: 25px;
    position: relative;
}

.checkbox input[type=checkbox] + label:before, .checkbox input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    border: solid 1px #000000;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox input[type=checkbox]:checked + label:after, .checkbox input[type=radio]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 1.2em;
    line-height: 0.8;
    color: #3cb878;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.slider-tech img {
    max-width: 150px;
}

.main-menu li {
    position: relative;
}

.main-menu li:hover ul {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

.main-menu li ul {
    display: none;
    position: absolute;
    min-width: 250px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    left: 0;
    list-style: none;
    right: 0;
}

.main-menu li li a{
    padding: 8px 15px;
    display: block;
    color: #fff;
}
.main-menu li li:hover a{
    background-color: #068a8a;

}
.mb0{
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {

    .main-menu li ul,  .main-menu li:hover ul {
            position: relative
    }
}