@charset "UTF-8";
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

span.dots_3 hr {
    margin-bottom: -7px;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Poppins", sans-serif;
}

@-moz-document url-prefix() {
    body {
        font-weight: 400;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oxygen", sans-serif;
    margin: 0;
}

p,
li,
a,
button {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.padding-fix {
    padding-left: 0;
    padding-right: 0;
}

.margin-fix {
    margin-left: 0;
    margin-right: 0;
}

.margin-width {
    margin-left: 0;
    margin-right: 0;
}

.preloader {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    background: #555 none repeat scroll 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.spinner {
    font-size: 10px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

.spinner>div {
    animation: 1.2s ease-in-out infinite sk-stretchdelay;
    background-color: #e51451;
    display: inline-block;
    height: 100%;
    width: 10px;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}


/* ====================
02. Header
==================== */

.navbar-default .navbar-brand {
    font-size: 24px;
    color: #555;
    font-weight: 600;
    width: 60px;
    height: 100%;
}

.navbar-default .navbar-brand span {
    font-size: 26px;
    color: #e51451;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #555;
    padding-top: 0;
    padding-bottom: 0;
    margin: 15px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-nav a {
    cursor: pointer;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e51451;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #e51451;
    background-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar {
    padding: 20px 0;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    transition: 0.5s ease;
}

#sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.is-sticky .navbar {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.is-sticky .navbar-brand {}

.is-sticky .navbar-default .navbar-nav>li>a {
    margin: 20px 0;
}

.image-navbar .navbar-brand {
    color: #fff;
}

.image-navbar .navbar-brand:hover,
.image-navbar .navbar-brand:focus {
    color: #fff;
}

.image-navbar .navbar-nav>li>a {
    color: #fff;
}

.is-sticky .image-navbar .navbar-brand {
    color: #555;
}

.is-sticky .image-navbar .navbar-brand:hover,
.is-sticky .image-navbar .navbar-brand:focus {
    color: #555;
}

.is-sticky .image-navbar .navbar-nav>li>a {
    color: #555;
}

.nav li ul {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 0;
    left: 15px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 115px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 155px;
    z-index: 999;
}

.nav li .contact-menu {
    left: initial;
    right: 15px;
}

.nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav li ul li a {}

.nav li ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    transition: all .3s ease 0s;
}

.nav li ul li:hover {
    color: #fff;
    background: #222 none repeat scroll 0 0;
}

.nav li ul li a {
    font-size: 13px;
    display: block;
    padding: 12px 15px;
    text-transform: capitalize;
    color: #ccc;
}

.nav li ul li:first-child {
    border-top: none;
}

.nav li ul li:hover>a {
    color: #fff;
}

.nav li ul li a:before {
    display: none;
}

.nav li ul li>ul {
    left: 100%;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 45%;
    visibility: hidden;
}

.nav li ul li:hover>ul {
    top: 0;
}

.nav li ul li a i {
    float: right;
    margin-top: 2px;
}

.nav li ul li {
    position: relative;
}


/* ====================
03. Particles Home
==================== */

.particles-home {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/par-home-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.particles-intro.inline {
    position: absolute;
    /* width: 100%; */
    transform: translateY(50%);
    margin-top: 150px;
    min-height: 300px;
    left: 0;
    padding-left: 45px;
    letter-spacing: 1px;
}

.particles-intro p {
    text-align: right;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 6px;
}

.particles-intro p span {
    color: #e51451;
}

.particles-intro h2 {
    font-size: 36px;
    color: #555;
}

.particles-intro a {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 11px 25px 10px;
    display: inline-block;
    margin-top: 30px;
}

.particles-intro a i {
    margin-left: 8px;
}

.particles-intro a:hover {
    color: #555;
    background-color: transparent;
}


/* ====================
04. Image Home
==================== */

.image-home {
    background-image: url(../images/slider-home-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 350px 0 0;
    position: relative;
}

.image-home:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.image-intro {}

.image-intro p {
    font-size: 26px;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.image-intro p span {
    color: #e51451;
}

.image-intro h2 {
    font-size: 36px;
    color: #555;
}

.image-intro a {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 11px 25px 10px;
    display: inline-block;
    margin-top: 30px;
}

.image-intro a i {
    margin-left: 8px;
}

.image-intro a:hover {
    color: #555;
    background-color: transparent;
}


/* ====================
05. Typed Home
==================== */

.typed-home {
    background-image: url(../images/par-home-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 350px 0 0;
    position: relative;
}

.typed-home:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.typed-intro {
    padding-right: 370px;
}

.typed-intro p {
    font-size: 24px;
    color: #555;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.typed-intro p span {
    color: #e51451;
}

#typed {
    font-size: 36px;
    color: #555;
    font-family: "Oxygen", sans-serif;
}

.typed-cursor {
    font-size: 36px;
    color: #e51451;
    font-weight: 200;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.typed-intro a {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 11px 25px 10px;
    display: inline-block;
    margin-top: 30px;
}

.typed-intro a i {
    margin-left: 8px;
}

.typed-intro a:hover {
    color: #555;
    background-color: transparent;
}


/* ====================
06. Slider Home
==================== */

.slider-item {
    position: relative;
}

.slider-image-one {
    background-image: url(../images/slider-home-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.slider-image-two {
    background-image: url(../images/slider-home-bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.slider-image-three {
    background-image: url(../images/slider-home-bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.slider-intro {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 350px;
    padding-left: 106px;
}

.slider-intro p {
    font-size: 26px;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.slider-intro p span {
    color: #e51451;
}

.slider-intro h2 {
    font-size: 36px;
    color: #555;
}

.slider-intro a {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 11px 25px 10px;
    display: inline-block;
    margin-top: 40px;
}

.slider-intro a i {
    margin-left: 8px;
}

.slider-intro a:hover {
    color: #555;
    background-color: transparent;
}

.owl-theme .owl-nav .owl-prev {
    color: #555;
    font-size: 42px;
    margin: 5px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    margin-left: 0;
    transition: 0.2s ease;
}

.owl-theme .owl-nav .owl-prev:hover {
    background-color: #e51451;
}

.owl-theme .owl-nav .owl-next {
    color: #555;
    font-size: 42px;
    margin: 5px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -60px;
    margin-right: 0;
    transition: 0.2s ease;
}

.owl-theme .owl-nav .owl-next:hover {
    background-color: #e51451;
}


/* ====================
07. Gradient Home
==================== */

.gradient-home {
    background-image: url(../images/gradient-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 350px 0 0;
    position: relative;
}

.gradient-home:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(to bottom left, rgba(255, 255, 255, 0.5), rgba(244, 67, 54, 0.4));
    background: -o-linear-gradient(to bottom left, rgba(255, 255, 255, 0.5), rgba(244, 67, 54, 0.4));
    background: -moz-linear-gradient(to bottom left, rgba(255, 255, 255, 0.5), rgba(244, 67, 54, 0.4));
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0.5), rgba(244, 67, 54, 0.4));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-intro p {
    font-size: 26px;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.gradient-intro p span {
    color: #e51451;
}

.gradient-intro h2 {
    font-size: 36px;
    color: #555;
}

.gradient-intro a {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 11px 25px 10px;
    display: inline-block;
    margin-top: 30px;
}

.gradient-intro a i {
    margin-left: 8px;
}

.gradient-intro a:hover {
    background-color: transparent;
    color: #555;
}


/* ====================
08. Blog
==================== */

.home-blog {
    background-color: #f3f3f3;
    padding: 120px 0 135px;
}

.home-blog-top {
    position: relative;
}

.home-blog-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.home-blog-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.home-blog-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.home-blog-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 110px;
    font-weight: 600;
}

.home-blog-content {
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.home-blog-content img {
    margin-bottom: 25px;
}

.home-blog-content h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 20px;
    margin-bottom: 13px;
}

.home-blog-content h2 a {
    color: #555;
    font-weight: 500;
}

.home-blog-content p {
    font-size: 14px;
    color: #555;
    line-height: 25px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #ddd;
}

.home-blog-content ul {
    margin: 0;
    padding: 13px 18px;
}

.home-blog-content ul li {
    font-size: 13px;
    color: #555;
}

.home-blog-content ul li i {
    font-size: 15px;
    padding-right: 8px;
}

.blog-rmore a {
    font-size: 15px;
    color: #fff;
    background-color: #e51451;
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    bottom: -47px;
    padding: 13px;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.4s ease 0s;
}

.home-blog-content:hover .blog-rmore a {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.blog {
    padding: 120px 0;
}

.blog-top {
    position: relative;
}

.blog-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.blog-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.blog-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.blog-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 110px;
    font-weight: 600;
}

.blog-content {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 35px;
    position: relative;
}

.blog-content img {
    margin-bottom: 25px;
}

.blog-content h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0 20px;
    margin-bottom: 13px;
}

.blog-content h2 a {
    color: #555;
    font-weight: 500;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    line-height: 25px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #ddd;
}

.blog-content ul {
    margin: 0;
    padding: 13px 18px;
}

.hblog-content ul li {
    font-size: 13px;
    color: #555;
}

.blog-content ul li i {
    font-size: 15px;
    padding-right: 8px;
}

.blog-readmore a {
    font-size: 15px;
    color: #fff;
    background-color: #e51451;
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    bottom: -47px;
    padding: 13px;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: 0.4s ease;
}

.blog-content:hover .blog-readmore a {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.blog-sidebar {
    padding: 120px 0;
}

.search-widget {
    margin-bottom: 60px;
}

.search-widget h4 {
    font-size: 17px;
    color: #555;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.search-widget h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.search-widget form {
    position: relative;
}

.search-widget form input {
    color: #555;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    padding: 0 60px 0 15px;
    transition: 0.2s ease;
}

.search-widget form input:focus {
    outline: none;
    border-color: #e51451;
}

.search-widget form button {
    background-color: #555;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #555;
    position: absolute;
    right: 0;
    top: 0;
}

.post-widget {
    margin-bottom: 50px;
}

.post-widget h4 {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.post-widget h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.post-widget ul li {
    margin-bottom: 15px;
}

.post-widget ul li a {
    font-size: 14px;
    color: #555;
    font-weight: 200;
    transition: 0.2s ease;
}

.post-widget ul li a:hover {
    color: #e51451;
}

.cat-widget {
    margin-bottom: 50px;
}

.cat-widget h4 {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.cat-widget h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.cat-widget ul li {
    margin-bottom: 15px;
}

.cat-widget ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    font-weight: 400;
    transition: 0.2s ease;
}

.cat-widget ul li a:hover {
    color: #e51451;
}

.cat-widget ul li a span {
    float: right;
    font-weight: 500;
}

.tag-widget {
    margin-bottom: 50px;
}

.tag-widget h4 {
    font-size: 17px;
    color: #555;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.tag-widget h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.tag-widget ul li a {
    font-size: 13px;
    color: #333;
    padding: 8px 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    display: block;
    transition: all 0.2s ease 0s;
}

.tag-widget ul li a:hover {
    background-color: #e51451;
    border-color: #e51451;
}

.blog-pagi {
    margin-top: 50px;
}

.blog-pagi ul {
    margin: 0;
}

.blog-pagi ul li a {
    font-size: 14px;
    color: #555;
    border: 1px solid #ddd;
    display: block;
    padding: 6px;
    width: 35px;
    height: 35px;
    transition: all 0.2s ease 0s;
}

.blog-pagi ul li a:hover {
    color: #e51451;
    border-color: #e51451;
}

.blog-pagi ul .active a {
    background-color: #555;
    color: #fff;
    border-color: #555;
}

.blog-details {
    padding: 130px 0 60px;
}

.content-top img {
    margin-bottom: 35px;
}

.content-top h4 {
    font-size: 22px;
    color: #555;
    font-weight: 600;
    margin-bottom: 28px;
}

.content-top ul {
    margin-bottom: 30px;
}

.content-top ul li {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-right: 20px;
}

.content-top ul li i {
    margin-right: 8px;
}

.content-top ul li a {
    color: #555;
    transition: all 0.2s ease 0s;
}

.content-top ul li a:hover {
    color: #e51451;
}

.content-top p {
    font-size: 15px;
    color: #555;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}

.content-top p span {
    font-size: 14px;
    color: #555;
    line-height: 32px;
    font-weight: 600;
    display: block;
    margin: 25px 0;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.blog-share {
    margin-bottom: 60px;
}

.blog-share ul li {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.blog-share ul li a i {
    font-size: 14px;
    color: #555;
    text-align: center;
    border: 1px solid #eee;
    width: 32px;
    height: 32px;
    padding: 8px 0;
    transition: all 0.2s ease 0s;
}

.blog-share ul li a i:hover {
    background-color: #e51451;
    color: #fff;
    border-color: #e51451;
}

.comment-sec {
    margin-bottom: 60px;
}

.comment-sec h4 {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 45px;
    position: relative;
}

.comment-sec h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.comments {
    margin-bottom: 45px;
}

.comments img {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 30px;
    margin-bottom: 90px;
}

.comments h5 {
    font-size: 17px;
    color: #555;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments h6 {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.comments p {
    font-size: 13px;
    color: #555;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    font-weight: 300;
}

.comments a {
    font-size: 14px;
    color: #555;
    transition: all 0.2s ease 0s;
}

.comments a:hover {
    color: #e51451;
}

.comments-mdl {
    margin-left: 115px;
}

.comment-form h4 {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 45px;
    position: relative;
}

.comment-form h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.comment-form form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    color: #555;
    margin-bottom: 25px;
}

.comment-form form textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid #ddd;
    color: #555;
    margin-bottom: 25px;
    transition: all 0.2s ease 0s;
}

.comment-form form button {
    font-size: 15px;
    color: #fff;
    background-color: #e51451;
    border: 2px solid #e51451;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.2s ease 0s;
}

.comment-form form input:focus,
.comment-form form textarea:focus {
    outline: none;
    border-color: #e51451;
}

.comment-form form button:hover {
    color: #e51451;
    background-color: transparent;
}


/* ====================
09. Newsletter
==================== */

.newslertter {
    background-color: #f3f3f3;
    padding: 100px 0 120px;
    position: relative;
}

.newsletter-content {}

.newsletter-content h2 {
    font-size: 24px;
    color: #555;
    margin-bottom: 50px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.newsletter-content form {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-content form input {
    color: #555;
    background-color: transparent;
    border: 1px solid #bbb;
    width: 100%;
    height: 55px;
    padding: 0 60px 0 15px;
    transition: 0.2s ease;
}

.newsletter-content form button {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    width: 130px;
    height: 55px;
    border: 1px solid #555;
    position: absolute;
    right: 0;
    top: 0;
}

.newsletter-content form input:focus {
    outline: none;
    border-color: #e51451;
}

section {
    transition: all .3s;
}

section>* {
    transition: all .3s;
}


/* ====================
10. About
==================== */

.about-navbar {
    background-color: #fff;
}

.section-heading {
    background-image: url(../images/about_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 75px;
    position: relative;
}

#cnct {
    background-image: url(../images/cnct_bg.jpg);
}

#work {
    background-image: url(../images/work_bg.jpg);
}

.section-heading:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section-heading p {
    font-size: 20px;
    color: #555;
    font-weight: 500;
}

.section-heading ul {
    margin: 0;
}

.section-heading ul li {
    font-size: 14px;
    color: #555;
    padding: 0;
}

.section-heading ul li a {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.about-img.t_center>* {
    padding-bottom: 8px;
}

.about-img.t_center img {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.about-content h4 {
    font-size: 16px;
    color: #999;
    margin-bottom: 17px;
}

.about-content a {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 38px;
}

.about-content a i {
    font-size: 15px;
    margin-right: 5px;
}

.about-content a:hover {
    color: #e51451;
}

.about-content ul {
    margin: 0;
}

.about-content ul li {
    padding: 0;
}

.about-content ul li a {
    margin: 0;
}

.about-content ul li a i {
    font-size: 18px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 9px;
    width: 38px;
    height: 38px;
    transition: all 0.2s ease 0s;
}

.about-content ul li a i:hover {
    color: #fff;
    background-color: #e51451;
    border-color: #e51451;
}

.skills {
    background-color: #f3f3f3;
    padding: 120px 0 105px;
}

.skill-top {
    position: relative;
}

.skill-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 100px;
    font-weight: 600;
}

.skill-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.skill-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.skill-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.skill-bars {
    padding: 0 5px;
}

.skill-bars h4 {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 40px;
}

.single-skill {
    margin-bottom: 35px;
    overflow: hidden;
}

.single-skill span {
    font-size: 15px;
}

.skill-ratio {
    margin-top: 8px;
    height: 12px;
    background: #ccc;
    position: relative;
}

.skill-ratio span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #777;
    text-align: right;
}

.skill-ratio span strong {
    font-size: 14px;
    font-weight: 600;
    top: -25px;
    position: absolute;
    right: 0;
}

.number-counter {
    background-color: #f3f3f3;
    padding: 120px 0;
    position: relative;
}

.counter-content i {
    font-size: 36px;
    color: #777;
    margin-bottom: 20px;
}

.counter-content h2 {
    font-size: 52px;
    color: #555;
    font-weight: 500;
    margin-bottom: 20px;
}

.counter-content p {
    font-size: 16px;
    color: #777;
}

.team {
    padding: 0 0 125px;
}

.team-top {
    position: relative;
}

.team-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 100px;
    font-weight: 600;
}

.team-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.team-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.team-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.team-member {
    /* border: 1px solid #eee;
    padding-bottom: 20px; */
}

.team-member img {
    margin-bottom: 20px;
}

.team-member h4 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
}

.team-member p {
    font-size: 12px;
    color: #e51451;
    font-weight: 500;
    margin-bottom: 12px;
}

.team-member ul {
    margin: 0;
}

.team-member ul li a i {
    font-size: 13px;
    color: #555;
    border: 1px solid #ddd;
    padding: 7px;
    width: 28px;
    height: 28px;
    transition: all 0.2s ease 0s;
}

.team-member ul li a i:hover {
    background-color: #e51451;
    border-color: #e51451;
    color: #555;
}

.brand {
    padding: 120px 0 125px;
}

.brand-top {
    position: relative;
}

.brand-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 100px;
    font-weight: 600;
}

.brand-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.brand-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.brand-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.brand-member a {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    display: block;
    padding: 36px;
    height: 135px;
}

.brand-member a img {
    margin: 0 auto;
}

.about-contact {
    background-color: #f3f3f3;
    padding-top: 70px;
    display: inline-block;
    width: 100%;
}

.home-contact {
    background-color: #fff;
    /* text-align: center; */
    padding: 70px 0 50px;
}

.about-contact .row {
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 70px;
}

#footer p {
    font-size: 12px;
    color: #bbb;
    font-weight: 500;
    max-width: 225px;
    margin: 0 auto;
    line-height: 25px;
    letter-spacing: 1px;
}

.about-phone i {
    font-size: 32px;
    color: #bbb;
    margin-bottom: 20px;
}

.about-email i {
    font-size: 32px;
    color: #bbb;
    margin-bottom: 20px;
}

.about-address i {
    font-size: 32px;
    color: #bbb;
    margin-bottom: 20px;
}


/* ====================
11. Service
==================== */

.service-one {
    background-color: #fff;
    padding: 120px 0 130px;
}

.service-one-top {
    position: relative;
}

.service-one-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.service-one-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.service-one-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 105px;
    font-weight: 600;
}

.service-one-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.service-one-bottom {
    border-right: 1px solid #555;
    padding-top: 38px;
}

.service-one-bottom-lft {
    padding-top: 38px;
    position: relative;
}

.service-one-bottom-lft:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin-left: -8px;
}

.service-one-bottom-lft:after {
    position: absolute;
    content: '';
    background-color: #555;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    margin-left: -8px;
}

.service-one-lft {
    margin-bottom: 50px;
    padding-right: 25px;
}

.service-one-lft i {
    font-size: 42px;
    color: #555;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    float: right;
    margin-left: 30px;
    transition: all 0.2s ease 0s;
}

.service-one-lft h4 {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    padding-top: 12px;
    margin-bottom: 12px;
}

.service-one-lft p {
    font-size: 14px;
    color: #555;
    line-height: 23px;
}

.service-one-ryt {
    margin-bottom: 50px;
    padding-left: 25px;
}

.service-one-ryt i {
    font-size: 42px;
    color: #555;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    float: left;
    margin-right: 30px;
    transition: all 0.2s ease 0s;
}

.service-one-lft:hover i,
.service-one-ryt:hover i {
    background-color: #e51451;
    border-color: #e51451;
}

.service-one-ryt h4 {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    padding-top: 12px;
    margin-bottom: 12px;
}

.service-one-ryt p {
    font-size: 14px;
    color: #555;
    line-height: 23px;
}

.service-two {
    background-color: #fff;
    padding: 120px 0 110px;
}

.service-two-top {
    position: relative;
}

.service-two-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 115px;
    font-weight: 600;
}

.service-two-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.service-two-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.service-two-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.service-two-content {
    border: 1px solid #ddd;
    padding: 50px 0;
    margin-bottom: 30px;
    transition: all 0.2s ease 0s;
}

.service-two-content i {
    font-size: 36px;
    color: #555;
    border: 1px solid #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding-top: 24px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.service-two-content:hover i {
    background-color: #e51451;
    border-color: #e51451;
}

.service-two-content h4 {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-two-content p {
    font-size: 13px;
    color: #555;
    line-height: 25px;
    max-width: 260px;
    margin: 0 auto;
}

.service-three {
    background-color: #fff;
    padding: 120px 0 90px;
}

.service-three-top {
    position: relative;
}

.service-three-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 115px;
    font-weight: 600;
}

.service-three-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.service-three-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.service-three-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.service-three-content {
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #ddd;
    padding: 25px;
}

.service-three-content:before {
    position: absolute;
    content: '';
    background-color: #bbb;
    width: 1px;
    height: 80px;
    top: 0;
    left: 0;
    margin-top: 26px;
    margin-left: 75px;
}

.service-three-content i {
    font-size: 30px;
    color: #555;
    float: left;
    height: 105px;
    width: 67px;
    padding-top: 20px;
    transition: all 0.2s ease 0s;
}

.service-three-content:hover i {
    color: #e51451;
}

.service-three-content h4 {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-three-content p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}


/* ====================
12. Portfolio
==================== */

.portfolio {
    padding: 80px 0 110px;
}

.portfolio-top {
    position: relative;
}

.portfolio-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 88px;
    font-weight: 600;
}

.portfolio-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.portfolio-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.portfolio-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.portfolio-filter {
    margin-bottom: 75px;
}

.portfolio-filter li {
    font-size: 15px;
    color: #555;
    display: inline-block;
    padding: 6px 10px 4px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.portfolio-filter li.active {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-filter li.active:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 20px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.filtr-container figure {
    margin: 0;
    position: relative;
    /* border: 1px solid #eee; */
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #efefef;
}

.filtr-container figure img {
    width: 100%;
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

.filtr-container figure figcaption {
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.8); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 1;
    /* -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;  */
}

.filtr-container figure figcaption .fc-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
}

.filtr-container figure figcaption .fc-icon a img:hover {
    content: url('../images/focus-hv.png');
}

figure figcaption .fc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    letter-spacing: 1px;
}

.mfp-wrap figcaption .fc-content {
    padding: 0 0 0 30px;
    /* letter-spacing: 1px; */
}

figure figcaption .fc-content h4 {
    margin-bottom: 6px;
    font-size: 18px;
}

figure figcaption .fc-content p {
    font-size: 16px;
    line-height: 1.4;
    /* border-bottom: 1px solid rgb(107, 107, 107); */
    padding-bottom: 10px;
}

.fc-content span {
    display: none;
}

.filtr-container figure:hover img {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: initial;
    filter: grayscale(0%);
    opacity: 1;
}

.filtr-container figure:hover figcaption {
    visibility: visible;
    opacity: 1;
}

.filtr-container figure .fc-content {
    opacity: 1;
    padding-top: 15px;
    visibility: visible;
    left: 0;
}

.portfolio-pagi {
    margin-top: 70px;
}

.portfolio-pagi ul {
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.portfolio-pagi ul li a {
    font-size: 16px;
    color: #555;
    padding: 10px;
}

.portfolio-pagi ul .active {
    position: relative;
}

.portfolio-pagi ul .active:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 20px;
    height: 2px;
    bottom: -2px;
    left: 10px;
}

.margin-fix figure {
    margin-bottom: 0;
}

.port-dtls {
    padding: 120px 0;
}

.port-dtls-top {
    position: relative;
}

.port-dtls-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 105px;
    font-weight: 600;
}

.port-dtls-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.port-dtls-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.port-dtls-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.dtls-content {
    margin-bottom: 50px;
}

.dtls-content h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.dtls-content h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 100px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.dtls-content ul {
    margin-bottom: 50px;
}

.dtls-content ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.dtls-content ul li span {
    display: inline-block;
    width: 130px;
    font-weight: 500;
}

.dtls-content ul li a {
    color: #555;
}

.dtls-content p {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
    line-height: 22px;
}

.dtls-social ul {
    margin: 0;
}

.dtls-social ul li {
    padding: 0;
    padding-right: 5px;
}

.dtls-social ul li a i {
    font-size: 15px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 9px;
    width: 35px;
    height: 35px;
    transition: all 0.2s ease 0s;
}

.dtls-social ul li a i:hover {
    color: #fff;
    background-color: #e51451;
    border-color: #e51451;
}

.project {
    margin-top: 75px;
}

.project h2 {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    margin-left: 15px;
    font-weight: 600;
    position: relative;
}

.project h2:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 100px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.relat-project {
    position: relative;
    border: 1px solid #ddd;
}

.pro-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.pro-content h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

.pro-content p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.relat-project:hover .pro-content {
    visibility: visible;
    opacity: 1;
}

.dtls-pagi {
    margin-top: 90px;
}

.dtls-pagi ul {
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.dtls-pagi ul li a {
    font-size: 14px;
    color: #555;
    padding: 15px;
    transition: all 0.2s ease 0s;
}

.dtls-pagi ul li a:hover {
    color: #e51451;
}

.dtls-pagi ul li a i {
    font-size: 15px;
    padding: 0 4px;
}

.dtls-img img {
    margin-bottom: 50px;
}

.pro-decs h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.pro-decs h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 100px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.pro-decs p {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
    line-height: 25px;
    max-width: 710px;
    margin-bottom: 50px;
}

.pro-info {
    margin-bottom: 50px;
}

.pro-info h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.pro-info h4:before {
    position: absolute;
    content: '';
    background-color: #555;
    width: 100px;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.pro-info ul {
    margin-bottom: 50px;
}

.pro-info ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.pro-info ul li span {
    display: inline-block;
    width: 130px;
    font-weight: 500;
}

.pro-info ul li a {
    color: #555;
}


/* ====================
13. Testimonial
==================== */

.testimonial {
    background-color: #f3f3f3;
    padding: 120px 0;
}

.testimonial-top {
    position: relative;
}

.testimonial-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 95px;
    font-weight: 600;
}

.testimonial-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.testimonial-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.testimonial-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.carousel-content img {
    max-width: 115px;
    border: 5px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.carousel-content p {
    font-size: 15px;
    color: #555;
    max-width: 800px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.carousel-content h4 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
}

.carousel-content h6 {
    font-size: 13px;
    color: #e51451;
    margin-bottom: 5px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 12px;
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e51451;
}


/* ====================
14. Pricing
==================== */

.pricing {
    background-color: #fff;
    padding: 120px 0 135px;
}

.price-top {
    position: relative;
}

.price-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 105px;
    font-weight: 600;
}

.price-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.price-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.price-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.price-table {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px 0 80px;
    margin: 0 15px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.price-table:hover {
    border-color: #e51451;
}

.price-table:hover i {
    color: #e51451;
}

.price-table i {
    font-size: 32px;
    color: #555;
    margin-bottom: 20px;
    transition: all 0.2s ease 0s;
}

.price-table h3 {
    font-size: 22px;
    color: #555;
    font-weight: 600;
    margin-bottom: 30px;
}

.price-table p {
    font-size: 48px;
    color: #e51451;
    font-weight: 500;
    margin-bottom: 15px;
}

.price-table p span {
    font-size: 24px;
    vertical-align: super;
}

.price-table p strong {
    font-size: 15px;
    font-weight: 500;
}

.price-table ul {
    margin-bottom: 60px;
}

.price-table ul li {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.price-table a {
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    padding: 13px 45px 11px;
    font-weight: 500;
}

.price-table a:hover {
    color: #555;
    background-color: #e51451;
    border-color: #e51451;
}

.price-table h5 {
    position: absolute;
    font-size: 15px;
    color: #fff;
    background-color: #e51451;
    width: 100px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 8px;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    margin-top: 31px;
    margin-left: -4px
}

.table-two {
    position: relative;
}

.table-two:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 21px;
    height: 42px;
    top: 0;
    left: 0;
    margin-top: 71px;
}

.popular-work:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 42px;
    height: 21px;
    top: 0;
    left: 0;
    margin-left: 71px;
}

.price-table h5:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 160px;
    height: 21px;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: -30px;
}

.price-table-two {
    border: 1px solid #ddd;
    padding-bottom: 70px;
}

.price-table-two p {
    font-size: 26px;
    color: #fff;
    background-color: #555;
    font-weight: 500;
    line-height: 45px;
    padding: 35px 0 30px;
    margin-bottom: 55px;
}

.price-table-two p span {
    font-size: 16px;
    font-weight: 400;
}

.price-table-two p strong {
    font-size: 46px;
    font-weight: 600;
}

.price-table-two ul {
    margin-bottom: 88px;
    position: relative;
}

.price-table-two ul:before {
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 200px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-bottom: -35px;
    margin-left: -101px;
}

.price-table-two ul li {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.price-table-two a {
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    padding: 13px 45px 11px;
    font-weight: 500;
}

.price-table-two a:hover {
    color: #555;
    background-color: #e51451;
    border-color: #e51451;
}

.price-two p {
    background-color: #e51451;
}

.price-color,
.price-color h5:after {
    background-color: #f3f3f3;
}


/* ====================
15. Contact
==================== */

.contact-one {
    padding-top: 115px;
}

.contact-one .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 115px;
}

.contact-one-top {
    position: relative;
}

.contact-one-top h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 110px;
    font-weight: 600;
}

.contact-one-top:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.contact-one-top:after {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.contact-one-top h2:before {
    position: absolute;
    content: '';
    background-color: #e51451;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.contact-form p {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

.contact-form p:after {
    position: absolute;
    content: '';
    background-color: #999;
    width: 161px;
    height: 1px;
    bottom: -6px;
    left: 0;
}

.contact-form input {
    width: 100%;
    color: #555;
    background-color: transparent;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.contact-form textarea {
    width: 100%;
    color: #555;
    background-color: transparent;
    height: 170px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 10px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #e51451;
}

.contact-form button {
    font-size: 15px;
    color: #fff;
    background-color: #555;
    border: 2px solid #555;
    padding: 10px 25px;
    font-weight: 500;
    width: 100%;
}

.contact-form button:hover {
    color: #e51451;
    background-color: #fff;
}

.contact-form ul.row {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.success-msg {
    font-size: 16px;
    padding-top: 15px;
    padding-left: 30px;
    display: none;
}

.contact-one-top-info p {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

.contact-one-top-info p:after {
    position: absolute;
    content: '';
    background-color: #999;
    width: 185px;
    height: 1px;
    bottom: -6px;
    left: 0;
}

.contact-one-top-info ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.contact-one-top-info ul li i {
    font-size: 15px;
    margin-right: 15px;
    width: 15px;
}

#map {
    width: 100%;
    height: 450px;
    margin-top: 60px;
    border: 1px solid #ddd;
}

.contact-two #map {
    margin-top: 0px;
}

.contact-two .row {
    padding-bottom: 0;
}

.contact-two .row,
.contact-four .row {
    border-bottom: none;
}

.contact-three form button,
.contact-four form button {
    width: 185px;
}

.contact-three #map {
    margin-top: 80px;
}

.contact-three .contact-one-top-info {
    margin-top: 75px;
}

.about-contact-four {
    background-color: #fff;
}

.contact-four .row {
    padding-bottom: 0;
}


/* ====================
16. Footer
==================== */

footer {
    background-color: #f3f3f3;
}

.home-footer {
    background-color: #fff;
}

footer p {
    font-size: 14px;
    color: #555;
}

footer p i {
    font-size: 20px !important;
    color: #e51451;
    vertical-align: middle;
    padding: 0 3px;
}

footer p a {
    color: #e51451;
    font-weight: 500;
}

footer p a:hover,
footer p a:focus {
    text-decoration: underline;
    color: #e51451;
}

.back-to-top {
    position: fixed;
    z-index: 900;
    width: 90px;
    cursor: pointer;
    bottom: 25px;
    right: 20px;
    transition: all 0.2s ease 0s;
}


/* ====================
17. Helper Classes
==================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* one */

a.filtr-item figure {
    background-size: 100%;
    background-repeat: no-repeat;
}

.img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 350px;
}

.work_pic {
    /* position: absolute; */
    width: 100%;
    left: 0;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(30%);
    filter: gray;
    filter: grayscale(30%);
    opacity: .8;
}

a.filtr-item {
    display: block;
}

.fc-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -10px;
}

.mfp-wrap .work_pic {
    /* float: left; */
    width: 45%;
    padding-left: 18px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 6%;
    transform: translate(0, -48%);
}

.mfp-wrap .img_wrap.vertical {}

.mfp-wrap .img_wrap.vertical .work_pic {
    width: auto;
    height: 83vh;
    left: 18%;
    top: 0;
    transform: translate(-21%, -28%);
}

.mfp-wrap .work_frame {
    /* display: block; */
}

.mfp-wrap .img_wrap {
    position: initial;
    max-height: initial;
    height: 0;
}

.mfp-wrap .get_detail .fc-content {
    position: relative;
    background: none;
    color: #fff;
    width: 46%;
    height: 100%;
    left: 52%;
    /* overflow: scroll; */
}

.mfp-wrap .get_detail span {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 16px;
    line-height: 1.8;
    margin-top: 6px;
}

#portfolio .get_detail.mfp-hide {
    display: block !important;
}

.mfp-wrap .get_detail {
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative; */
    /* height: 330px; */
    width: 92%;
}

.mfp-arrow-left:before {
    border: none;
}

.mfp-arrow-right:before {
    border: none;
}

.mfp-arrow {
    opacity: .5;
}

body {
    font-family: sans-serif, "微軟正黑體";
    overflow-x: hidden;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

* {
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    vertical-align: top;
}

hr {
    border: 0;
    margin: 0;
}

.mb {
    display: none;
}

.pc {
    display: block;
}

.f_green {
    color: #007f72;
}

.f_pink {
    color: #e41953;
}

.f_black {
    color: #000;
}

.f_grey {
    color: #6e6e6e;
}

.f_white {
    color: #fff;
}

.f_orange {
    color: #ffae00;
}

.bg_white {
    background-color: #fff;
}

.bg_pink {
    background-color: #e41953;
}

.bg_l_pink {
    background-color: rgba(227, 26, 80, 0.09);
}

.bg_black {
    background-color: #000;
}

.bg_l_grey {
    background-color: #f1f1f1;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.radius {
    border-radius: 10px;
    box-sizing: border-box;
}

.borderAll {
    border: 1px solid #d5d5d5;
}

.borderDashBottom {
    border-bottom: 1px dashed #dddddd;
}

.borderBottom {
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}

.borderTop {
    border-top: 1px solid #333;
    font-weight: 700;
}

.poA {
    position: absolute;
}

.f12 {
    font-size: 12px;
    line-height: 1.4;
}

.f14 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .5px;
}

.f17 {
    font-size: 17px;
}

.f19 {
    font-size: 19px;
}

.f21 {
    font-size: 21px;
}

.f25 {
    font-size: 25px;
    font-weight: 700;
}

.f35 {
    font-size: 35px;
    font-weight: bolder;
}

.f45 {
    font-size: 45px;
    font-weight: bolder;
    /* letter-spacing: 2px; */
}

.f55 {
    font-size: 55px;
    letter-spacing: 2px;
}

.f65 {
    font-size: 65px;
    font-weight: 400;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.go_left {
    float: left;
}

.go_right {
    float: right;
}

.poA {
    position: absolute;
}

.poA50 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.W1120 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
}

.W560 {
    max-width: 560px;
}

.W100 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.W50 {
    width: 50%;
    position: relative;
    /* float: left; */
}

.W25 {
    width: 25%;
    position: relative;
    float: left;
}

.W40 {
    width: 40%;
    float: left;
    position: relative;
}

.W55 {
    width: 55%;
}

.W60 {
    width: 60%;
    text-align: left;
}

.W33 {
    width: 32.333%;
    position: relative;
    margin-right: 1%;
    float: left;
}

.W600 {
    width: 600px;
    margin: 0 auto;
}

.W75 {
    width: 75%;
    position: relative;
    float: left;
}

.trn4 {
    transition: .4s all;
    -webkit-transition: .4s all;
}

.trn6 {
    transition: .6s all;
    -webkit-transition: .6s all;
}

.trn8 {
    transition: .8s all;
    -webkit-transition: .8s all;
}

.inline {
    display: inline-block;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 80px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
}

.btn>* {
    z-index: 55;
    position: relative;
}

.btn_green {
    color: #fff;
    background-color: #33cccc;
    border: 1px solid #3cc;
}

.btn_orange {
    color: #fff;
    background-color: #ffae00;
    border: 1px solid #ffae00;
}

.btn_white {
    color: #33cccc;
    border: solid 2px #4ed1d3;
    background-color: #fff;
}

.dots_3 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -24px;
}

.dots_3 font {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e41953;
    border-radius: 50%;
    margin: 5px;
}

#particles-home .six_dots {
    width: 40px;
    position: absolute;
    left: 0;
    top: 41px;
}

.six_dots .dot {
    margin: 4px;
    float: left;
}

.title {
    padding: 100px 0;
    position: relative;
    letter-spacing: 2px;
}

a.filtr-item {
    display: block;
    background-size: 100%;
}

.view_more {
    bottom: 0;
    height: 78px;
    left: 50%;
    width: 68px;
    margin-left: -34px;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
}

.view_more:after {
    content: "";
    display: block;
    height: 37px;
    width: 1px;
    background: #e71751;
    margin: 12px auto 0;
}

.view_more:hover {
    /* height: 50px; */
    padding-top: 15px;
}

.particles-intro p:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #e71751;
    position: absolute;
    top: 10px;
    right: 100px;
}

.dots {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e71751;
    position: absolute;
    top: 2px;
    right: -30px;
    box-sizing: content-box;
}

.dots:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    display: block;
    background-color: hsla(343, 80%, 50%, 0.1);
    border-radius: 50%;
    top: -9px;
    left: -9px;
}

.dots:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    display: block;
    background-color: hsla(343, 80%, 50%, 0.2);
    border-radius: 50%;
    top: -4px;
    left: -4px;
}

.work {
    /* display: inline; */
    position: relative;
    margin: 90px 0 180px;
    padding: 0 25px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 94%;
    overflow-y: visible;
}

.work_bg {
    height: 65%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.work_bg p {
    padding: 30px 140px 30px 40px;
    transition: all .3s;
    width: 262px;
    white-space: nowrap;
}

.work_bg:hover p:before {
    width: 0;
}

.work_bg:hover p:after {
    transform: scale(1.5);
}

.work_bg p:before {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 50px;
    width: 75px;
    top: 40.5px;
    transition: all .3s;
}

.work_bg p:after {
    content: "";
    display: block;
    position: absolute;
    left: 207px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e51a52;
    top: 37px;
    transition: all .3s .3s;
}

.work_bg p span {
    display: inline;
    transition: all .3s;
}

.work_bg:hover p span {
    letter-spacing: 7px;
}

.work_bg p span:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    background: rgba(226, 25, 81, 0.39);
    border-radius: 50%;
    right: 41px;
    top: 30px;
    transition: all .5s .3s;
    transform: scale(0);
}

.work_bg:hover p span:after {
    transform: scale(1);
}

.work_bg.go_right p {
    right: -45px;
}

.work_bg.go_left p {
    left: -40px;
}

.work .go_left.W60 {
    border: 18px solid #000;
    background-color: #000;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .7s, transform .5s;
}

.work .animated.go_left.W60 {
    opacity: 1;
}

.work_frame {
    display: none;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.work .go_right.W60 {
    border: 18px solid #e21951;
    background-color: #e51a52;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .7s, transform .5s;
}

.work .animated.go_right.W60 {
    opacity: 1;
}

.svg_wrapper.turn1 svg {
    transform: rotate(360deg) scale(0);
    transition: all 1s .2s;
}

.svg_wrapper.turn2 svg {
    transform: rotate(-360deg) scale(0);
    transition: all 1s .2s;
}

.work .animated.svg_wrapper svg {
    transform: rotate(0deg) scale(1);
}

.work .W60 {
    margin-bottom: 180px;
    z-index: 5;
    position: relative;
    transition: all .5s;
}

.work .W60>img {
    opacity: .9;
    transition: opacity .4s;
}

.work:hover .W60 {
    transform: translate(0, -15px)
}

.work:hover .W60>img {
    opacity: 1;
}

.go_left h3 {
    bottom: -140px;
    left: 8px;
}

.work h3 span {
    font-size: 12px;
    position: absolute;
    top: -16px;
    left: 0;
    font-weight: 200;
    letter-spacing: 1px;
}

.work h3 {
    letter-spacing: 2px;
    font-weight: 900;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.work .W60 h3:hover {
    letter-spacing: 9px;
}

.work h3 font {
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: -25px;
    font-weight: 200;
    letter-spacing: 1px;
    transform: rotate(-90deg);
}

.go_right h3 {
    right: -10px;
    bottom: -140px;
}

.W55.go_right {
    right: 25px;
}

.work .W60>img.web_label {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    max-width: 150px;
    width: 27%;
    opacity: 1;
    z-index: 6;
    margin: 0;
}

.line_dots {
    width: 60px;
    height: 45px;
    opacity: .3;
    animation: lineAni 12s ease infinite;
    transform-origin: left top;
}

.line_dots span {
    width: 3px;
    height: 3px;
    background-color: #000;
    margin: 0;
}

.line_dots font {
    background-color: #000;
    display: block;
    width: 60px;
    height: 1px;
}

.line_dots font.l_01 {
    height: 37px;
    width: 1px;
    transform: rotate(-40deg);
    transform-origin: left top;
}

span.dot.dot1.poA {
    top: -1px;
    left: -1px;
}

span.dot.dot2.poA {
    left: 60px;
    top: -1px;
}

span.dot.dot3.poA {
    top: 28px;
    left: 24px;
}

.ld_01 {
    top: -9%;
    left: -15px;
}

.ld_02 {
    top: 14%;
    left: 90%;
}

.ld_03 {
    top: 70%;
    left: 30%;
}

.ld_04 {
    top: -12%;
    left: 47%;
}

.ld_05 {
    top: 20%;
    left: 17%;
}

.ld_06 {
    top: 90%;
    left: 75%;
}

.ld_01>div {
    transform: rotate(200deg);
}

.ld_02>div {
    transform: rotate(112deg);
}

.ld_03>div {
    transform: rotate(348deg);
}

.ld_04>div {
    transform: rotate(-46deg);
}

.ld_05>div {
    transform: rotate(130deg);
}

.ld_06>div {
    transform: rotate(205deg);
}

#work1 {
    background-image: url(../images/tilte_04.png);
}

.svg_rock {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-25px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes lineAni {
    0% {
        transform: translatey(0px);
        opacity: .1;
    }
    50% {
        transform: translatey(25px);
        opacity: .3;
    }
    100% {
        transform: translatey(0px);
        opacity: .1;
    }
}

#work1 .svg_rock,
#work3 .svg_rock {
    left: -3%;
    top: 30%;
    width: 100px;
}

#work2 .svg_rock,
#work4 .svg_rock {
    left: 46%;
    top: 60%;
    width: 110px;
    z-index: 4;
    transform: rotate(-48deg);
}

#work1 .svg_wrapper,
#work3 .svg_wrapper {
    bottom: -3%;
    left: 19%;
}

#work2 .svg_wrapper,
#work4 .svg_wrapper {
    z-index: 1;
    bottom: -28%;
    left: 5%;
    transform: rotate(-66deg);
    max-width: 65%;
}

#work2 svg,
#work4 svg {
    max-width: 65%;
}

#work2 {
    background-image: url(../images/tilte_01.png);
}

#work3 {
    background-image: url(../images/tilte_02.png);
}

#work4 {
    background-image: url(../images/tilte_03.png);
}

#work4 .go_right.W60 {
    border-color: #000;
    background-color: #000;
}

.three_dots_wrapper {
    bottom: -100px;
    left: 0;
}

.three_dots_wrapper span {
    position: relative;
}

.dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.about {
    padding: 50px 0;
}

.about-content p {
    padding: 25px 0;
    letter-spacing: 2px;
    line-height: 1.8;
}

.navbar-brand {
    transform: translate(0, -12px)
}

.is-sticky .navbar-brand {
    transform: translate(0, 0)
}

.mfp-container * {
    transition: all .4s;
}