<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* use this file just theme versions */
/* 1.0 version */
.service-container:hover .service-icon-button .service-button {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-container:hover .service-icon-button .service-icon {
    opacity: 0;
}

.fact-container {
    padding: 0px;
    border: none;
    margin: 0 auto;
    display: block;
}

.dropdown-menu&gt;li&gt;a {
    color: #8d8d8d;
}

.dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
}

.navbar.nav-collapsed .dropdown-menu&gt;li&gt;a {
    color: #fff;
}

.navbar.mobile-menu .dropdown-menu&gt;li&gt;a {
    color: #8d8d8d;
}

.navbar.mobile-menu .dropdown-menu&gt;li&gt;a:hover {
    color: #333;
}

.navbar.nav-collapsed .dropdown-menu&gt;li&gt;a {
    color: #8d8d8d;
}

.navbar.nav-collapsed .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
}

.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    background-color: rgba(255, 255, 255, .03);
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .03);
    outline: 0;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.lts-1 {
    letter-spacing: 1px;
}

.lts-2 {
    letter-spacing: 2px;
}

.lts-3 {
    letter-spacing: 3px;
}

.lts-4 {
    letter-spacing: 4px;
}

.fw-600 {
    font-weight: 600;
}

#footer .social-icons li {
    float: none;
}

#footer .social-icons a {
    font-size: 11px !important;
}

.blog-article-category h6.inline {
    padding-right: 5px;
}

.entry-content p {
    /* line-height: 21px; */
}

.single .entry-meta {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

@media (max-width:768px) {
    .single .entry-meta {
        margin-top: 30px;
    }
}

.single .pb30 {
    margin: 0;
    padding-bottom: 30px;
}

.single .hero-content.pt50 .container {
    padding-top: 50px;
}

.fh5co-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

/* cube portfolio custom */
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 85px;
}

.cbp-popup-singlePage {
    background: rgba(8, 8, 8, 0.94);
    padding: 0;
}

.cbp-popup-navigation {
    background: #0db8ca;
}

.cbp-l-project-title h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px 0;
}

.cbp-l-project-desc-text p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.cbp-l-project-details .btn-primary {
    margin: 30px 0;
}

.cbp-l-project-details {
    margin-top: 5px;
}

.cbp-l-project-details-list strong {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    min-width: 100px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.cbp-l-project-details-list&gt;li, .cbp-l-project-details-list&gt;div {
    border-bottom: 1px dotted #fff;
    padding: inherit;
    color: #0db8ca;
    font: 400 12px/30px "Poppins", sans-serif;
    padding: 8px 0;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 50px;
}

.cbp-l-project-subtitle {
    color: #0db8ca;
    font: 400 24px/21px "Poppins", sans-serif;
    margin: 0 auto 30px;
    max-width: 500px;
    text-align: center;
}

.cbp-l-project-desc-title {
    border-bottom: 1px solid #0db8ca;
    margin-bottom: 22px;
    color: #0db8ca;
    text-shadow: none;
    transition: all ease-in-out 0.3s;
}

.cbp-l-project-related-wrap {
    list-style: none;
}

.cbp-l-project-related-item img {
    transition: all ease-in-out 0.3s;
}

.cbp-l-project-related-item:hover img {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
    transform: scale(1.05);
}

.cbp-l-project-related-item:hover .cbp-l-project-related-title {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
    font: 600 18px/36px "Poppins", sans-serif;
}

.cbp-l-project-related-title {
    font: 700 14px/18px "Poppins", sans-serif;
    color: #fff;
    margin-top: 20px;
}

.cbp-nav-pagination-active {
    background: #0db8ca;
}

.cbp-l-project-details-list .share-list .share i {
    padding: 8px;
    height: 20px;
    width: 20px;
    background: #060606;
    color: #0db8ca;
    line-height: 20px;
    border-radius: 30px;
    transition: all ease-in-out 0.3s;
}

.cbp-l-project-details-list .share-list .share:hover i {
    background: #0db8ca;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.cbp-l-project-desc.disable-meta {
    width: 100%;
    float: none;
}

.cbp-l-project-details.disable-desc {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
}

.mt-60.nav-show {
    margin-top: 60px;
}

.nav-hide .cbp-nav-controls {
    display: none;
}

.cbp-nav-controls {
    text-align: center;
    width: 100%;
}

.cbp-mode-slider .cbp-nav-pagination {
    display: none;
}

.cbp-nav-next, .cbp-nav-prev {
    background: #0db8ca;
}

.cbp-nav-next, .cbp-nav-prev {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 35px;
    width: 35px;
}

.cbp-nav-next:after {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: none;
    height: 14px;
    width: 11px;
}

.cbp-nav-prev:after {
    content: "\e629";
    font-family: 'themify';
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: none;
    height: 14px;
    width: 11px;
}

.cbp-popup-singlePage .cbp-nav-next:after {
    content: "";
}

.cbp-popup-singlePage .cbp-nav-prev:after {
    content: "";
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    height: 50%;
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    height: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    height: 50%;
}

.cbp-item .cbp-caption-activeWrap:hover .wrap {
    top: 70%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    height: 50%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    opacity: 1;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #0db8ca;
}

.cbp-l-filters-button .cbp-filter-counter:after {
    border-top: 4px solid #0db8ca;
}

/* blog masonry */
.blog .title-service.mb15 h1 {
    font-family: 'Montserrat', sans-serif;
}

#blog.masonry-post {
    background: #ffffff;
    padding-top: 0px;
    position: relative;
    padding-bottom: 0px;
}

#blog-boxed-col-3 h2, #blogtwo-boxed-col-3 h2, #blogtwo-boxed-col-4 h2, #blogtwo-boxed-col-5 h2 {
    font-size: 32px;
}

#blog-boxed-col-3 .alignCenter h2, #blogtwo-boxed-col-3 .alignCenter h2 {
    font-size: 50px;
}

@media (max-width:992px) {
    #blog-boxed-col-3 h2, #blogtwo-boxed-col-3 h2, #blogtwo-boxed-col-4 h2, #blogtwo-boxed-col-5 h2 {
        font-size: 50px;
    }
}

.black a {
    color: #000 !important;
}

.black a:hover {
    color: #8d8d8d !important;
}

.blog-hero-off .navbar.transparent-white .navbar-nav&gt;li&gt;a {
    color: #000;
}

.blog-hero-off .navbar.transparent-white .navbar-nav&gt;li&gt;a:hover {
    color: #000;
    opacity: .6;
}

.blog-hero-off .navbar.transparent-white {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog-hero-off .navbar.transparent-white .nt-text-logo {
    color: #000;
    text-decoration: none;
}

.blog-has-hero .navbar.transparent-white .nt-text-logo {
    color: #fff;
    text-decoration: none;
}

@media (max-width:768px) {
    .blog-has-hero .navbar.transparent-white .nt-text-logo {
        color: #000;
        text-decoration: none;
    }
}

.navbar.transparent-white.nav-collapsed .nt-text-logo {
    color: #000;
    text-decoration: none;
}

.blog-has-hero .dropdown-menu&gt;li&gt;a {
    color: #8d8d8d;
}

.blog-has-hero .dropdown-menu&gt;li&gt;a:focus, .blog-has-hero .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
}

.blog-has-hero .collapse.in .dropdown-menu&gt;li&gt;a:focus, .blog-has-hero .collapse.in .dropdown-menu&gt;li&gt;a:hover {
    color: #000;
}

.blog-has-hero .dropdown-menu&gt;li.active&gt;a, .blog-has-hero .dropdown-menu&gt;li.active&gt;a:focus, .blog-has-hero .dropdown-menu&gt;li.active&gt;a:hover {
    color: #fff;
}

.blog-has-hero .collapse.in .dropdown-menu&gt;li.active&gt;a, .blog-has-hero .collapse.in .dropdown-menu&gt;li.active&gt;a:focus, .blog-has-hero .collapse.in .dropdown-menu&gt;li.active&gt;a:hover {
    color: #000;
}

.blog-hero-off .dropdown-menu&gt;li&gt;a {
    color: #8d8d8d;
}

.blog-hero-off .dropdown-menu&gt;li&gt;a:focus, .blog-hero-off .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
}

.blog-hero-off .collapse.in .dropdown-menu&gt;li&gt;a:focus, .blog-hero-off .collapse.in .dropdown-menu&gt;li&gt;a:hover {
    color: #000;
}

.blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a, .blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a:hover, .blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a:hover {
    color: #000;
}

.blog-hero-off .dropdown-menu&gt;li.active&gt;a, .blog-hero-off .dropdown-menu&gt;li.active&gt;a:focus, .blog-hero-off .dropdown-menu&gt;li.active&gt;a:focus {
    color: #fff;
}

.blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a, .blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a:focus, .blog-hero-off .collapse.in .dropdown-menu&gt;li.active&gt;a:hover {
    color: #000;
}

.blog-hero-off #blog.blog-classic {
    padding-top: 200px;
}

/* single style2  */
.single.blog-hero-off #blog {
    padding-top: 200px;
}

.single .hero-fullwidth .title-service h1 {
    letter-spacing: -3.5px;
}

.single-style-2 #widget-area .widget {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 30px;
    text-align: left;
}

.single-style-2 #widget-area .widget.widget_search {
    border: none;
    padding: 0;
    text-align: left;
}

.single-style-2 #widget-area .widget .widget-title {}

.single-style-2 #widget-area .widget .widget-title {
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 0;
    color: #000;
    font: 600 11px 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.single-style-2 #widget-area .widget .widget-title:after {
    content: none;
}

.single-style-2 #share-buttons a {
    padding: 0px;
    margin: 0px;
}

.single-style-2 .blog-post-body p {
    font: 300 12px 'Poppins', sans-serif;
    letter-spacing: .2px;
}

.single-style-2 .blog-post-social ul li {
    float: none;
}

.single-style-2 #reply-title {
    margin-bottom: 20px;
}

.single-style-2 h3.comment-reply-title {
    font-weight: 600;
    font-size: 27px;
    letter-spacing: -1.5px;
}

.single-style-2 #respond {
    text-align: left;
    padding: 0px;
    background: #fff;
}

.single-style-2 #respond input {
    display: inherit;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px !important;
    font-size: 12px;
}

.single-style-2 #respond label {
    margin-bottom: 0px;
    font-size: 12px;
    display: inline-block;
    color: #8d8d8d;
}

.single-style-2 p.comment-notes {
    font: 300 12px/1.8 'Poppins', sans-serif;
    letter-spacing: .2px;
}

.single-style-2 .comment-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font: 300 12px 'Poppins', sans-serif;
    letter-spacing: .2px;
    border: 1px solid #E1E2E6;
    color: #9d9d9d;
    /* background-color: rgba(0, 0, 0, .05); */
    /* border: none; */
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding: 15px 20px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

.single-style-2 #respond input[type="color"], .single-style-2 #respond input[type="date"], .single-style-2 #respond input[type="datetime"], .single-style-2 #respond input[type="datetime-local"] .single-style-2 #respond input[type="email"], .single-style-2 #respond input[type="month"], .single-style-2 #respond input[type="number"], .single-style-2 #respond input[type="password"], .ie .single-style-2 #respond input[type="range"], .ie9 .single-style-2 #respond input[type="range"], .single-style-2 #respond input[type="search"], .single-style-2 #respond input[type="tel"], .single-style-2 #respond input[type="text"], .single-style-2 #respond input[type="time"], .single-style-2 #respond input[type="url"], .single-style-2 #respond input[type="week"], select:focus, textarea:focus {
    /*  border: none;
    background-color: rgba(0, 0, 0, .03); */
}

.single-style-2 #respond input[type="color"]:focus, .single-style-2 #respond input[type="date"]:focus, .single-style-2 #respond input[type="datetime"]:focus, .single-style-2 #respond input[type="datetime-local"]:focus, .single-style-2 #respond input[type="email"]:focus, .single-style-2 #respond input[type="month"]:focus, .single-style-2 #respond input[type="number"]:focus, .single-style-2 #respond input[type="password"]:focus, .ie .single-style-2 #respond input[type="range"]:focus, .ie9 .single-style-2 #respond input[type="range"]:focus, .single-style-2 #respond input[type="search"]:focus, .single-style-2 #respond input[type="tel"]:focus, .single-style-2 #respond input[type="text"]:focus, .single-style-2 #respond input[type="time"]:focus, .single-style-2 #respond input[type="url"]:focus, .single-style-2 #respond input[type="week"]:focus, select:focus, textarea:focus {
    /*  border: none;
    background-color: rgba(0, 0, 0, .03); */
}

.single-style-2 #respond input[type="color"]:hover, .single-style-2 #respond input[type="date"]:hover, .single-style-2 #respond input[type="datetime"]:hover, .single-style-2 #respond input[type="datetime-local"]:hover, .single-style-2 #respond input[type="email"]:hover, .single-style-2 #respond input[type="month"]:hover, .single-style-2 #respond input[type="number"]:hover, .single-style-2 #respond input[type="password"]:hover, .ie .single-style-2 #respond input[type="range"]:hover, .ie9 .single-style-2 #respond input[type="range"]:hover, .single-style-2 #respond input[type="search"]:hover, .single-style-2 #respond input[type="tel"]:hover, .single-style-2 #respond input[type="text"]:hover, .single-style-2 #respond input[type="time"]:hover, .single-style-2 #respond input[type="url"]:hover, .single-style-2 #respond input[type="week"]:hover, select:hover, textarea:hover {
    /*  border: none;
    background-color: rgba(0, 0, 0, .03); */
}

.single-style-2 .comment-form input:not(.submit) {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 54px;
    font: 300 12px 'Poppins', sans-serif;
    letter-spacing: .2px;
    color: #9d9d9d;
    background-color: rgba(0, 0, 0, .05);
    border: none;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    padding: 15px 20px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

.single-style-2 .comment-form input.submit {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    background-color: #0db8ca;
    border: 2px solid #0db8ca;
    color: #fff;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

.single-style-2 .comment-form input.submit:hover {
    background-color: transparent !important;
    color: #0db8ca;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

.single-style-1 .pager .previous a, .single-style-1 .pager .next a, .single-style-2 .pager .previous a, .single-style-2 .pager .next a {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #0db8ca;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding: 18px 38px 18px 38px;
    margin: 0;
    border: 2px solid;
    opacity: .98;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.single-style-1 .pager .previous a:hover, .single-style-1 .pager .next a:hover, .single-style-2 .pager .previous a:hover, .single-style-2 .pager .next a:hover {
    background-color: #0db8ca;
    color: #fff;
    border-color: #0db8ca;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.single-style-2 .comment-reply-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: -1.5px;
    margin: 0;
}

.single-style-2 .containerx {
    text-align: left;
    padding: 50px 0;
}

.single-style-2 .fn.name {
    font: 600 11px 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    display: block;
}

.single-style-2 .comment-date {
    margin: 10px 0;
}

.single-style-2 .avatar-class {
    margin-right: 20px;
}

.single-style-2 .pull-righta small {
    font-size: 80%;
}

.single-style-2 .comment-reply-link, .single-style-2 .comment-edit-link {
    font: 600 11px 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8d8d8d;
}

.single-style-2 .edit-comment {
    margin-left: 6px;
}

.single-style-2 .comment-reply-link:hover, .single-style-2 .comment-edit-link:hover {
    color: #000;
}

.single-style-2 .comment-reply-link:after, .single-style-2 .comment-edit-link:after {
    content: "\f13a";
    font-size: 11px;
    padding-left: 5px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-style-2 .commentlist .children {
    margin: 20px 0;
    margin-left: 90px;
}

.single-style-2 .commentlist p {
    margin: 0 0 10px;
}

.single-style-2 .commentlist p {
    font: 300 12px 'Poppins', sans-serif;
    letter-spacing: .2px;
    color: #8d8d8d;
}

.single-style-2 .children li {
    margin-left: 0px;
}

/* widgetize footer */
#footer-widget-area .widget .widget-head {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: -1.0px;
}

#footer-widget-area.parallax&gt;.background-image {
    height: 100vh;
    top: -50vh;
    -webkit-transition: opacity 0.9s ease;
    -moz-transition: opacity 0.9s ease;
    transition: opacity 0.9s ease;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

/* Blog style 2 Pagination  */
section.bg-white .fullwidth-style {
    padding: 0 30px;
}

section.bg-white .pagination {
    margin: 50px auto;
    position: relative;
    width: 100%;
    text-align: center;
}

section.bg-white .pagination .page-numbers {
    cursor: pointer;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    position: relative;
    line-height: 32px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
}

section.bg-white .pagination .page-numbers.current {
    color: #fff;
    background-color: #000;
}

section.bg-white .pagination .page-numbers.current {
    border-color: #000 !important;
}

.pl5 {
    padding-left: 5px;
}

.flex-prev,
.flex-next {
    font-size: 0;
}

.flex-direction-nav a.flex-next::before {
    content: '\f002';
    font-family: "flexslider-icon";
}

.owl-carousel .owl-item img {
    height: 100%;
    max-height: 100%;
}

/*sub level menu*/
.dropdown-menu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 5px;
    margin-right: -10px;
}

@media (min-width:768px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .dropdown-menu {
        top: 0;
        margin-top: 0px;
        position: absolute;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        left: 0px;
        padding: 0;
        left: 100%;
        transition: all 0.s ease;
        max-width: 150px;
    }
}

@media (max-width:768px) {
    .dropdown-menu .dropdown-menu li a {
        padding-left: 30px;
    }

    .dropdown-menu .dropdown-menu&gt;li a {
        padding-left: 40px;
    }

    .team-img, .member-info {
        text-align: center !important;
    }

    .team-img {
        margin-left: auto;
        margin-right: auto;
    }
}

[data-fade-in="true"] {
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

[data-fade-out="true"] {
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

#footer-widget-area {
    padding: 80px 0 40px;
}

#footer-widget-area ul li a {
    color: #fff;
}

.container-f-inner {
    padding-bottom: 40px;
}

.service-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.page-btn.btn {
    font-size: 9.5px;
    letter-spacing: 1.5px;
    padding: 14px 29px 14px 29px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
}

.info-contact a {
    color: inherit;
}

.info-contact a:hover {
    color: inherit;
}

#footer .footer-info a {
    color: inherit;
}

.single-por-btn i {
    padding-right: 5px;
}

@media (max-width:767px) {
    .hero-content .white .m-auto h1 {
        font-size: 50px !important
    }
}

@media (max-width:500px) {
    .hero-content .white .m-auto .subheading {
        font-size: 15px !important
    }
}

.cbp-l-project-desc.fulwidth {
    width: 100% !important;
}

.owl-carousel .owl-item {
    width: 100%;
}

.team-overlay ul.social-icons li {
    float: none !important;
}

.hero-slider .owl-dots, .hero-content-slider .owl-dots {
    bottom: 100px;
    position: relative;
}

.hero-slider .owl-dots .owl-dot, .hero-content-slider .owl-dots .owl-dot {
    padding: 0px 5px;
}

.hero-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}

/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

/* fix for touchscreen device */
html.touch-screen .team-img .team-overlay {
    opacity: 1;
    height: 30%;
    bottom: 0;
}

/* Style */
#mySVG * {
    fill-opacity: 0;
    transition: fill-opacity 1s;
}

#mySVG.finished * {
    fill-opacity: 1;
}

a.btn-simple {
    font-size: 13px;
}

a.btn-simple i {
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a.btn-simple:hover i {
    opacity: 1;
    margin-left: 0px;
}

.container .container {
    width: auto;
}

.cbp-popup-content .project-single-image.type-background,
.cbp-popup-content .project-slider-image.type-background {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 0 auto;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-cbp-item .cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cbp-popup-lightbox-bottom {
    display: block;
}

.cbp-popup-lightbox-title {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

.cbp-popup-lightbox-title+.cbp-popup-lightbox-counter {
    display: none;
}

.cbp-popup-lightbox-title h3.white.name {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -100%;
}

.team-cbp-item ul.social-icons {
    padding: 0 !important;
}

.cbp-popup-lightbox-title ul.social-icons {
    position: absolute;
    padding: 0;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cbp-popup-lightbox-title .excerpt {
    position: absolute;
    top: 50px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

#back-to-top .icon {
    top: 75% !important;
}

.blog-post-desc {
    clear: both;
}


.wp-block-embed__wrapper iframe {
    max-width: 100%;
}

.single.blog-has-hero .size-thumbnail {
    clear: both;
}

.blog-has-hero .blog-post-head.text-center {
    text-align: left;
}

.post-container.nt-theme-post-container .content-container {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.wp-block-cover, .wp-block-cover-image {
    margin: 0 15px 15px 0 !important;
}

.wp-block-gallery {
    margin: 20px 0;
}

.nt-single-has-block .post .entry-content li {
    list-style: none !important;
}

cite.fn.name {
    font-weight: 600;
    font-style: normal;
    margin-right: 10px;
}

span.comment-date {
    font-size: 12px;
}

header.comment-meta {
    margin-bottom: 5px;
}

.nt-single-has-block figure.wp-block-pullquote {
    padding-left: 15px;
}

.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 20px;
}

.nt-single-has-block .children {
    margin-bottom: 2px;
}

.page-links {
    clear: both;
}

.post-page-numbers {
    padding: 0px 5px;
}

.post-password-form input[type=submit] {
    border-radius: 100px;
    background: #0db8ca;
}

.blog-has-hero .comment-content h1 {
    letter-spacing: inherit !important;
}

.blog-has-hero .comment-content h1, .blog-has-hero .comment-content h2, .blog-has-hero .comment-content h3, .blog-has-hero .comment-content h4, .blog-has-hero .comment-content h5, .blog-has-hero .comment-content h6 {
    font-weight: 600;
}

.blog-has-hero .title-service {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff !important;
    background-color: #0db8ca !important;
}

.woocommerce-Price-amount {
    color: #0db8ca;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    line-height: inherit;
    padding: 1em;
    border: 2px solid #efefef;
    padding: 5px 14px;
    color: #262626;
    display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span.current {
    border: 2px solid #0db8ca !important;
    color: #fff !important;
    background: #0db8ca;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none;
    color: #333;
}
/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 5px 20px 0px;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}
.single .blog-post-body{
text-align: left;
}
.single .blog-post-body h2{
margin: 20px 0px;
}
.single-portfolio .single-port-control{
margin: 40px 0px;
}
.search .blog-modern-sidebar .cbp-item{
    display: block;
    margin: 0!important;
    margin-bottom: 30px!important;
}
.archive .content-container {
    padding-top: 0px;
}

/* HEADER TOPBAR */
.header-topbar {
    padding: 10px 0;
    background: #000;
}
.navbar .header-topbar .container {
    padding: 0 25px;
}
.header-topbar .container .row {
    display: flex;
    align-items: center;
}
.col-right .content-right{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    width:100%;
}
.col-right a:not(:last-child),
.col-left a:not(:last-child) {
    margin-right: 10px;
}
.header-topbar a {
    font-size: 12px;
    text-transform: none;
}
.col-right i {
    font-size: 14px;
}
.header-topbar .col-left a i {
    margin-right: 5px;
}
.navbar.nav-collapsed .header-topbar.hide-on-sticky {
    display: none;
}
.navbar.nav-collapsed .header-topbar,
.navbar.nav-collapsed .header-topbar a,
.navbar.nav-collapsed .header-topbar p {
    color: #fff;
}
.header-topbar p {
    margin:0;
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .col-left {
        text-align: center;
        margin-bottom: 20px;
    }
    .col-right ul {
        justify-content: center;
    }
}
.wpb_wrapper .bg-white .container {
    width: 100%;
    max-width: 100%;
}
.wpb_widgetised_column .widget {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 30px;
    text-align: left;
}
.wpb_widgetised_column .widget .widget-title {
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 0;
    color: #000;
    font: 600 11px 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.wpb_widgetised_column .widget-title:after {
    content: none;
}
.wpb_widgetised_column .widget ul&gt;li {
    padding: 0 0 10px;
}
.wpb_widgetised_column .widget ul li a {
    text-decoration: none;
    color: #585858;
}
.wpb_widgetised_column .widget ul li a:hover {
    color: #0db8ca;
}
.wpb_widgetised_column #searchform input[type="text"] {
    width: 76%;
    -webkit-box-sizing: content-box;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    border: none;
    background: #f5f5f5;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    padding: 0 20px;
    color: #333;
}
.wpb_widgetised_column #searchform {
    position: relative;
    max-height: 50px;
}
.wpb_widgetised_column #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0;
    margin-left: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
background-color: #0db8ca;
    color: #fff;
    border-radius: 100px;
}
.vc_editor .navbar-fixed-top,
.vc_editor .cbp-popup-singlePage .cbp-popup-navigation,
.vc_editor .cbp-popup-singlePage {
    top: 0px!important;
}
.vc_editor .navbar-fixed-top:not(.nav-collapsed){
    visibility: hidden!important;
}
.hero-slider-inline,
.hero-slider-inline .owl-stage-outer,
.hero-slider-inline .owl-wrapper-outer,
.hero-slider-inline .owl-height,
.hero-slider-inline .owl-stage,
.hero-slider-inline .owl-wrapper,
.hero-slider-inline .owl-item {
    height: 100% !important;
}
.hero-slider-inline .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100% !important;
        z-index: 1;
}
.hero-slider-elementor .owl-item .hero-content+div{
    overflow: visible!important;
}
.open&gt;.dropdown-menu .dropdown-menu {
    padding-left: 10px;
}
.post-nav .pagination {
    display: flex;
    padding: 0;
    margin-top: 40px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}
.post-nav .page-numbers {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #0db8ca;
    margin-right: 10px;
    color: #fff;
}
.post-nav .page-numbers.current,
.post-nav .page-numbers:hover{
    background-color: #000;
}
.post-nav a.next.page-numbers,
.post-nav a.prev.page-numbers{
    display: none;
}
.footer-menu.position-top {
    margin-bottom: 20px;
}
.footer-menu.position-bottom,
.footer-menu.position-middle {
    margin: 20px 0;
}
#footer ul.footer-menu-list {
    list-style: none;
    padding: 0;
}
ul.footer-menu-list li {
    display: inline-block;
}
ul.footer-menu-list li + li {
    margin-left: 15px;
}
.service-container {
    -webkit-transform: inherit;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container,
.post-ratings {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
}
@media(max-width:768px){
    nav.navbar.nt-theme-menu.mobile-menu .dropdown-menu&gt;li&gt;a {
        color: #8d8d8d;
    }
}
</pre></body></html>