@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.8;
    color: #888888;
    overflow-x: hidden;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zilla Slab', serif;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

.header-area {
    padding: 15px 0;
    font-family: 'Zilla Slab', serif;

}

.header-area a {
    color: #333;
    text-decoration: none;
}

.header-area.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header-area.header-absolute a {
    color: #fff;
}

.logo a {
    font-size: 20px;
    font-weight: 700;

}

.mainmenu {
    margin-top: 5px;
    text-align: center;
}

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

.mainmenu ul li {
    display: inline-block;
    padding: 0px 18px;
    position: relative;
}

.mainmenu ul li a {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 50px;
}

.mainmenu ul li a:hover {
    color: #0bbbc1;
}

.mainmenu ul li ul {
    position: absolute;
    background-color: #363636;
    opacity: .8;
    visibility: hidden;
    top: 50px;
}

.mainmenu ul li:hover ul {
    visibility: visible;
}

.mainmenu ul li ul li {
    padding: 10px;
    width: 235px;
    text-align: left;
    border-bottom: 1px solid #252525;
}

.mainmenu ul li ul li:last-child {
    border-bottom: none;
}

.mainmenu ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden !important;
    background-color: #000;

}

.mainmenu ul li ul li:hover ul {
    visibility: visible !important;
}

.mainmenu ul li.mega-menu {
    position: static;
    display: inline;
}

.mainmenu ul li.mega-menu>ul {
    width: 100%;
    height: auto;

}

.mainmenu ul li.mega-menu>ul>li {
    width: 100%;
    display: flex;
}

.mainmenu ul li.mega-menu>ul>li h5 {
    color: #0bbbc1;
}

.mainmenu ul li.mega-menu ul ul {
    left: 0;
    top: 0;
}

.mainmenu ul li.mega-menu:hover ul ul {
    visibility: visible !important;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: #363636;
}

.mainmenu ul li.mega-menu ul ul li {
    width: 100%;
}

.mainmenu ul li.mega-menu ul ul li a:hover {
    color: #0bbbc1;
}

.search-icon {
    margin-top: 5px;
}

.owl-carousel .owl-item .slider-text img {
    display: inline-block;
    /* width: auto; */
}

.homepage-slides .owl-nav button {
    position: absolute;
    font-size: 20px !important;
    top: 50%;
    color: #fff !important;
    margin-top: -40px;

}

.homepage-slides .owl-nav .owl-prev {
    left: 8%;
}

.homepage-slides .owl-nav .owl-next {
    right: 8%;
}

.slider {
    font-family: 'Zilla Slab', serif;
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    color: #fff;
}

.slider::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
    z-index: -1;
}

.slider-bg-1 {
    background-image: url(../images/slider.jpg);
}

.slider-text {
    padding: 160px 0;
}

.slider-text a {
    color: #fff;
}

.slider-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.slider-text h2 span {
    font-weight: 300;
    font-style: italic;
}

.vedio-btn {
    display: block;
    margin: 30px 0;
    position: relative;
}

.vedio-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #0bbbc1;
    line-height: 60px;
}

.owl-carousel .owl-item .slider-text .vedio-icon img {
    width: auto;
}

.boxed-btn {
    display: inline-block;
    background-color: #0bbbc1;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Zilla Slab', serif;
    text-decoration: none;
}

.boxed-btn i {
    margin-left: 10px;
}

.tile-gallary {
    position: relative;
    margin-left: 20px;
    height: 675px;
}

.tile-gallary img {
    border-radius: 5px;
    box-shadow: 3px 4px 9px #888888;
    position: relative;
    z-index: 1;
}

.tile-gallary img:nth-child(2) {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 2;
}

.tile-gallary img:nth-child(3) {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
}

.service-image img {
    width: 100%;
    height: 100%;
}

.services {
    margin-top: 20px;
}

.single-service-item {
    padding: 30px;
}

.service-icon {
    float: left;
    position: relative;
    height: 118px;
    width: 90px;
    text-align: center;

}

.service-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-description {
    margin-left: 100px;
    width: 568px;
}

.single-service-item.active-item {
    background-color: #0bbbc1;

}

.single-service-item.active-item .service-description h5,
.single-service-item.active-item .service-description p {
    color: #fff;
}

.skills {
    padding: 95px 0;
}

.single-progress-inner {
    position: relative;
    text-align: center;
}

.progress-percent {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    margin-top: -25px;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Zilla Slab', serif;
}

.cta {
    background: url(../images/cta-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;

}

.overlay {
    position: relative;
    color: #fff;
    z-index: 2;
}

.overlay h1,
.overlay h2,
.overlay h5,
.overlay .boxed-btn {
    color: #fff;
}

.overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}

.cta-button {
    height: 100%;
    display: inline-block;
}

.cta-button a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.single-project {
    background-size: cover;
    background-position: center;
    height: 310px;
    box-shadow: 4px 4px 5px #f1f1f1;
    margin: 15px 0;
    position: relative;
}

.single-project.large {
    height: 650px;
}

.single-project.single-project-1 {
    background-image: url(../images/project-1.jpg);
}

.single-project.single-project-2 {
    background-image: url(../images/project-2.jpg);
}

.single-project.single-project-3 {
    background-image: url(../images/project-3.jpg);
}

.single-project.single-project-4 {
    background-image: url(../images/project-4.jpg);
}

.project-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.project-hover::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}

.project-hover-inner {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.project-hover-inner h5,
.project-hover-inner a {
    color: #fff;
}

.single-project:hover .project-hover {
    opacity: 1;
    visibility: visible;
}

.single-team-item {
    padding: 30px;
    background: #fbfbfb;
}

.owl-carousel .owl-item .single-team-item img {
    display: inline-block;
    width: auto;
}

.single-team-item h5 {
    color: #373737;
    margin-top: 25px;
    margin-bottom: 0px;
}

.single-team-item span {
    display: block;
    margin-bottom: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0bbbc1;
}

.tesmonial {
    position: relative;
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.single-testimonial-item {
    padding: 20px 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #f3f3f3;
}

.owl-carousel .owl-item .single-testimonial-item img {
    display: inline-block;
    width: auto;
}

.single-testimonial-item h6 {
    margin-bottom: 0px;
}

.single-testimonial-item p {
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #000;
}

.single-testimonial-item span {
    display: inline-block;
    color: #888888;
    font-size: 12px;
}

.brands {
    padding: 100px 0;
    background-color: #fff;
}

.brand-list {
    text-align: center;
}

.single-brand {
    display: inline-block;
    margin-right: 20px
}

.single-brand img {
    width: auto;
}

.single-brand:last-child {
    margin-right: 0px;
}

.footer {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.footer .logo {
    margin-bottom: 25px;
}

.footer .logo a {
    color: #000;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {}

.footer-nav li a {
    color: #000;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    text-decoration: none;
}

.social-icon {
    margin-top: 20px;
}

.social-icon a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px;
    position: relative;
    color: #000;
}

.social-icon a:last-child {
    margin-right: 0px;
}

.social-icon a>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.social-icon a:hover {
    background-color: #0bbbc1;
    border: 0px;
    color: #fff;
}


.homepage {
    background-image: url(../images/psd-2/homepage-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 180px;
    padding-bottom: 130px;
}

.homepage-des,
.about-des {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.form {
    padding: 60px;
    background-color: #fff;
    border-radius: 3px;
    border-top: 10px solid #0bbbc1;
}

.form h4 {
    color: #000;
    margin-bottom: 50px;
}

.form h4>span {
    color: #e60909;
}

.homepage-form .form-group {
    margin-bottom: 20px;
}

.homepage-form .form-group input.form-control {
    padding: 20px;
}

.homepage-form .form-group input::placeholder {
    color: #888888;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
}

.button {
    text-align: center;
    background-color: #0bbbc1;
    color: #fff;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0;
}

.feature {
    background-color: #fbfbfb;
}

.feature-item h5 {
    margin-bottom: 25px;
}

.feature-item p {
    font-size: 14px;
}

.about {
    padding: 100px 0;
}

.about-des span {
    display: inline-block;
    padding: 5px 25px;
    background-color: #303030;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
}

.about-des h3,
p {
    margin-bottom: 30px;
}

.cta-two {
    background: url(../images/psd-2/cta-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;

}

.cta-two p {
    font-size: 14px;
}

.footer-two {
    background-color: #000;
    color: #fff;
}

.footer-two .logo a,
.footer-two .footer-nav li a,
.footer-two .social-icon a {
    color: #fff;
}

.footer-two .social-icon a {
    border: 1px solid #fff;
}

.footer-two .social-icon a:hover {
    border: 0px;
}

.single-team-item {
    box-shadow: 0px 4px 5px #f9f9f9;
    border-radius: 5px;
    border: 2px solid transparent;
}

.single-team-item p {
    margin-top: 15px;
}

.single-team-item:hover {
    box-shadow: 0 0 0;
    border: 2px solid #0bbbc1;
}

.blog {
    padding: 100px 0;
    background-color: #ffffff;
}

.blog-item {
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #f3f3f3;
}

.blog-item h5 {
    font-size: 18px;
}

.blog-item p {
    font-size: 15px;
}

.blog-item a {
    color: #0bbbc1;
    text-decoration: none;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 14px;
}

.blog-item a>i {
    margin-left: 10px;
}

.service-item {
    text-align: center;
    padding: 50px 10px;
}

.service-item img {
    height: 40px;
}

.service-item img,
.service-item h5 {
    margin-bottom: 20px;
}

.service-item:hover {
    background-color: #fbfbfb;
}

.homepage-about {
    background-image: url(../images/about/homepage-bg.jpg);
}

.feature-about {
    background-image: url(../images/about/feature-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px;
}

.feature-item img {
    margin-bottom: 20px;
}

.service-des h4 {
    margin-bottom: 20px;
}

.services-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-nav ul li {}

.services-nav ul li a {
    display: block;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 18px 20px;
    background: #f3f3f3;
}

.services-nav ul li a:hover {
    background: #0bbbc1;
    color: #fff;
}

.service-widget {
    margin-top: 30px;
    background: #f3f3f3;
    padding: 20px 30px;
}

.service-widget a {
    display: inline-block;
    padding: 15px 50px;
    background: #0bbbc1;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.portfolio-filter {
    list-style: none;
    text-align: center;
    margin: 0 0 50px;
}

.portfolio-filter li {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Zilla Slab', serif;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.portfolio-filter li.active {
    color: #0bbbc1;
}

.portfolio {
    padding: 100px 0;
}

.portfolio-des {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-des h4 {
    margin-bottom: 20px;
}

.team-three {
    padding: 100px 0;
}

.testimonial-two {
    padding: 100px 0;
}

.twist-faqs {
    margin-top: 40px;
}

.twist-faqs .card {
    background: #fbfbfb;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 0px 5px #ebe7f0;
}

.twist-faqs .card .card-header {
    border: none;
    background: #fbfbfb;
    padding: 0;
    position: relative;
}

.twist-faqs .card .card-header button::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-color: #0bbbc1;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 27px;
}

.twist-faqs .card .card-header button[aria-expanded="true"]::after {
    content: "-";
}

.twist-faqs .card .card-header .btn-link {
    color: #000;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.twist-faqs .card .card-header button {
    display: block;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
}

.blog {
    padding: 100px 0;
}

.single-blog-item {
    background-color: #fbfbfb;
    margin-bottom: 20px;
}

.blog-thumb {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;

}

.thumb-1 {
    background-image: url(../images/blog/blog-item-1.jpg);
}

.thumb-2 {
    background-image: url(../images/blog/blog-item-2.jpg);
}

.thumb-3 {
    background-image: url(../images/blog/blog-item-3.jpg);
}

.thumb-4 {
    background-image: url(../images/blog/blog-item-4.jpg);
}

.thumb-5 {
    background-image: url(../images/blog/blog-item-5.jpg);
}

.blog-des {
    padding: 20px 0;
}

.blog-des span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-des a {
    color: #0bbbc1;
    font-size: 14px;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}

.blog-pagination .pagination .page-item {
    margin-right: 10px;
}

.blog-pagination .pagination .page-item a.page-link {
    border: none;
    background-color: #f9f9f9;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    line-height: 2;
    text-align: center;
    color: #000;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}

.blog-pagination .pagination .page-item.active a {
    background-color: #0bbbc1;
    color: #fff;
}

.search-widget {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #ebe7f0;
    position: relative;
}

.search-widget input {
    width: 80%;
    padding: 20px;
    border: none;
}

.search-widget button {
    background: #fff;
    border: none;
    margin-left: 20px;
}

.blog-post {
    margin-top: 60px;
}

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

.blog-post ul li {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 10px;
}

.blog-post ul li:last-child {
    border-bottom: 0;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.blog-post a {
    color: #000;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 18px;
}

.blog-post span {
    font-size: 14px;
    display: inline-block;
}

.blog-details .blog-img {
    margin-bottom: 70px;
}

.blog-details .blog-content h3 {
    margin-bottom: 20px;
}

.blog-details .blog-content blockquote {
    width: 600px;
    background-color: #fbfbfb;
    color: #8b8b8b;
    padding: 35px 60px;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .blog-sharing {
    margin: 70px 0;
}

.blog-details .blog-sharing a {
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
}

.blog-details .blog-sharing a i {
    margin-right: 10px;
}

.blog-details .blog-sharing a.facebook {
    background-color: #275baa;
}

.blog-details .blog-sharing a.twitter {
    background-color: #28c8f0;
}

.blog-details .blog-sharing a.pinterest {
    background-color: #d6061e;
}

.blog-comment h3 {
    margin-bottom: 30px;
}

h3.blog-title {
    position: relative;
}

h3.blog-title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #0bbbc1;
    left: 0;
    bottom: -10px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list li {
    background-color: #fbfbfb;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 120px;
}

.comment-list li img {
    position: absolute;
    top: 35px;
    left: 20px;
}

.comment-list li .comment-des h5 {
    margin-bottom: 0;
}

.comment-list li .comment-des span {
    display: inline-block;
    font-size: 12px;
}

.comment-list li .comment-des a.comment-replay {
    float: right;
    color: #000;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    margin-top: -15px;
}

.comment-form,
.blog-comment {
    margin-top: 50px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
}

.comment-form p {
    margin: 20px 0;
}

.comment-form h3 {
    margin-bottom: 40px;
}

.comment-form button {
    background-color: #0bbbc1;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

.contact {
    padding: 100px 0;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 20px;
}

.contact-form h3 {
    margin-bottom: 30px;
}

.contact-form p {
    margin: 20px 0;
}

.contact-form button {
    background-color: #0bbbc1;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

.contact-box {
    background: url(../images/contact.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 50px;
    position: relative;
    z-index: 2;
}

.contact-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #112e2f;
    opacity: .85;
    z-index: -1;
}

.contact-box h3 {
    color: #fff;
    margin-bottom: 40px;
}

.single-contact-item {
    margin-bottom: 20px;
}

.single-contact-item:last-child {
    margin-bottom: 0;
}

.single-contact-item h6 {
    margin: 0;
}

.single-contact-item h6 i {
    margin-right: 10px;
}

.single-contact-item h6,
.single-contact-item span {
    color: #fff;
}

.single-contact-item span {
    display: inline-block;
    font-size: 14px;
}

.mobile-wrap-menu {
    display: none;
}