/*
Theme Name: Maccha
Description: Maccha is a WordPress Theme designed and developed by designtrail
Version: 1.0.0
Author: designtrail
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maccha
*/
/*---------- TABLE OF CONTENTS ----------*/
/*
1  General styles
2  Layout
3  Buttons
4  Lists
5  Header
6  Responsive header
7  Footer
8  Elements
9  Forms
10 Pagers for pages, posts, comments etc.
11 Blog
12 Comments
13 Widgets
14 Misc
15 WordPress Core
16 Elementor Override
17 Common transitions
*/
/*----------------------------------------*/
/*----- 1 General styles -----*/
/*----------------------------------------*/
body { -webkit-font-smoothing: antialiased; -webkit-animation: fix 1s 1; overflow-x: hidden; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
/*== Typography ==*/
body { font-family: Georgia, Times, serif; font-size: 18px; font-weight: normal; line-height: 1.9em; font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-weight: 600; line-height: 1.2; margin: 0 0 1rem 0; padding: 0; clear: both; -webkit-font-smoothing: antialiased; }
.h1, h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 3.333em; font-weight: 600; line-height: 1.3em; }
.h2, h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 2.667em; font-weight: 600; line-height: 1.3em; }
.h3, h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 2em; font-weight: 600; line-height: 1.3em; }
.h4, h4, .elementor-widget-heading h4.elementor-heading-title { font-size: 1.611em; font-weight: 600; line-height: 1.3em; }
.h5, h5, .elementor-widget-heading h5.elementor-heading-title { font-size: 1.222em; font-weight: 600; line-height: 1.3em; }
.h6, h6, .elementor-widget-heading h6.elementor-heading-title { font-size: 1em; font-weight: 600; line-height: 1.3em; }
p { margin: 0 0 10px 0; padding: 0; }
p:last-child { margin: 0; }
.small { font-size: 0.750em; line-height: 1.8em; }
strong { font-size: 1.000em; font-weight: 600; line-height: 25px; }
/*== default links ==*/
a { text-decoration: none; cursor: pointer; font-style: normal; }
a:visited { }
a:hover { text-decoration: none; }
a:active { }
a:focus { outline: 0; text-decoration: none; }
/*== media ==*/
img { height: auto; max-width: 100%; }
video { height: auto; max-width: 100%; }
embed, iframe, object { margin-bottom: 1.5em; max-width: 100%; }
iframe { border: none; }
.dtr-rounded-corners, .dtr-rounded-corners img { border-radius: 4px; }
.dtr-round, .dtr-round img { border-radius: 50%; }
/*== hr ==*/
hr { border: 0; height: 1px; margin-bottom: 1.5em; }
/*== align ==*/
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
/*== inline margins ==*/
.dtr-inline-left { margin-right: 10px; }
.dtr-inline-right { margin-left: 10px; }
/*== highlight ==*/
.dtr-highlight { padding: 5px 10px; display: inline-block; }
/*== word break ==*/
.dtr-entry-excerpt, .dtr-page-title, .dtr-archive-post-title, .dtr-single-post-title, .dtr-button-text, .dtr-single-nav-prev, .dtr-single-nav-next, .breadcrumbs li { -ms-word-wrap: break-word; word-wrap: break-word; }
/*----------------------------------------*/
/*----- 2 Layout -----*/
/*----------------------------------------*/
.elementor-default.elementor-page #dtr-main-wrapper { padding-top: 0 !important; }
.elementor-default.elementor-page #dtr-main-wrapper { padding-bottom: 0 !important; }
.elementor-default.elementor-page.single-post #dtr-main-wrapper { padding-top: 100px !important; padding-bottom: 100px !important; }
#dtr-main-wrapper { padding-top: 100px; padding-bottom: 100px; }
.dtr-content-area, .dtr-widget-area { width: 70%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dtr-widget-area { width: 27%; float: right; }
.dtr-left-sidebar .dtr-widget-area { float: left; }
.dtr-left-sidebar .dtr-content-area { float: right; }
.dtr-right-sidebar .dtr-widget-area { float: right; }
.dtr-fullwidth .dtr-content-area { width: 100% !important; float: none; }
.single.single-post .dtr-fullwidth .dtr-single-thumb { text-align: center; }
/*----------------------------------------*/
/*===== 3 Buttons =====*/
/*----------------------------------------*/
.dtr-btn, input[type="submit"], button[type="submit"], input[type="reset"], button, .dtr-form-btn { width: auto; height: auto; position: relative; padding: 15px 35px; border-width: 1px; border-style: solid; text-decoration: none; outline: none; -webkit-backface-visibility: hidden; text-align: left; border-radius: 9999px; font-weight: normal; font-weight: 600; font-size: 18px; line-height: 24px; cursor: pointer; }
.dtr-btn i, .dtr-form-btn i { margin-left: 20px; }
.dtr-btn-full input[type="submit"], .dtr-btn-full button { width: 100%; display: block; margin: 0; text-align: center; }
.dtr-btn-square { border-radius: 4px; }
/* flex */
.dtr-btn, input[type="submit"], input[type="reset"] { display: inline-flex; align-items: center; }
.dtr-btn-left-icon { flex-direction: row-reverse; }
.dtr-btn-left-icon i { margin-right: 20px; margin-left: 0; }
/* only icon */
.dtr-icon-btn { width: 70px; height: 70px; border-radius: 50%; padding: 0; margin-left: auto; justify-content: center; }
.dtr-icon-btn i { font-size: 32px; line-height: 70px; margin: 0; padding: 0; }
.dtr-default-btn:hover i, .dtr-form .dtr-btn:hover i, .dtr-form-btn:hover i { animation: fadeInLeft; animation-duration: 1.5s; animation-iteration-count: infinite; }
/*blog button */
.dtr-read-more { display: inline-block; position: relative; overflow: hidden; }
/* line link */
.link-line a { display: inline-block; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; overflow: hidden; padding-bottom: 3px; }
.link-line a::before { content: ""; position: absolute; z-index: 9; left: 0; right: 100%; bottom: 0; height: 2px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.link-line a:hover::before, .link-line a:focus::before, .link-line a:active::before { right: 0; }
.link-line a::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 2px; }
/*circle button */
.dtr-btn-circle { width: 130px; height: 130px; display: flex; justify-content: center; align-items: center; border-radius: 50%; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; text-align: center; backface-visibility: hidden; transform: perspective(1px) translateZ(0); }
.dtr-btn-circle:hover { backface-visibility: hidden; transform: perspective(1px) translateZ(0) scale(1.1); -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.dtr-btn-circle:hover span { backface-visibility: hidden; transform: perspective(1px) translateZ(0) scale(1);}
.elementor-align-center .dtr-btn-circle { margin: 0 auto; }
.elementor-align-right .dtr-btn-circle { margin-left: auto; }
/*----------------------------------------*/
/*===== 4 Lists =====*/
/*----------------------------------------*/
ul, ol { margin: 0 0 10px 0; padding: 0; list-style-position: inside; display: block; }
li > ul, li > ol { margin-top: 10px; margin-bottom: 0; margin-left: 1.5em; }
ol li, ul li { margin-bottom: 10px; }
.list-default, .list-default ul { list-style-type: none; }
.list-default li { margin-bottom: 5px; }
/*===== inline list =====*/
.dtr-list-inline, .dtr-list-inline.dtr-list-left, .dtr-list-inline.dtr-list-right { display: block; width: 100%; margin: 0; }
.dtr-list-inline li { padding: 0 10px; margin: 0; background: none; list-style-type: none; display: inline-block !important; }
.dtr-list-left li { text-align: left; padding: 0 20px 0 0; margin: 0; }
.dtr-list-right li { text-align: right; padding: 0 0 0 20px; margin: 0; }
/*----------------------------------------*/
/*----- 5 Header -----*/
/*----------------------------------------*/
/*===== topbar =====*/
#dtr-topbar { padding: 10px 0 10px 0; border-width: 0 0 1px 0; border-style: solid; }
.dtr-topbar-left .widget { margin-right: 20px; }
.dtr-topbar-right .widget { margin-left: 20px; }
/*===== main header =====*/
#dtr-header-global { padding: 20px 0; border-width: 0; border-style: solid; z-index: 99; }
#dtr-header-global.header-fixed { border: 0; padding: 10px 0; box-shadow: 0 2px 40px 0 hsla(240,0%,6%,.05); }
.elementor-editor-active #dtr-header-global, .elementor-editor-active .dtr-page-title-main, .elementor-editor-active .dtr-topbar { display: none; }
.dtr-header-right, .dtr-header-widget-one { padding-left: 20px; text-align: right; }
.dtr-search-modal-trigger { margin-left: 20px; }
/*===== logo =====*/
.dtr-logo { font-size: 22px; line-height: 22px; display: inline-block; }
/*===== page title =====*/
.dtr-page-title-main { background-position: center center; position: relative; z-index: 1; border-style: solid; border-width: 0; }
.dtr-page-title-wrapper { position: relative; padding: 100px 0; }
.dtr-page-title { display: block; margin: 0; }
.dtr-page-title-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.dtr-page-title-wrapper .container { position: relative; z-index: 9; }
/*===== breadrcrumb =====*/
.dtr-breadcrumb-wrapper { position: relative; padding: 0; margin: 20px 0 0 0; }
.breadcrumbs { float: none; padding: 0; margin: 0; font-size: 12px; }
.breadcrumbs li { list-style: none; display: inline; margin: 0; }
.breadcrumbs li:after { font-family: 'icomoon'; content: "\eac3"; vertical-align: middle; margin: 0 4px 0 8px; font-size: 1.1em; }
.breadcrumbs li:last-child:after { content: none; }
/*===== main menu =====*/
.main-navigation .sf-menu { display: inline-block; margin: 0 -10px; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; display: none; top: 100%; z-index: 999; owerflow: visible; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
.sf-menu a, .slicknav_nav a { display: block; position: relative; -webkit-transition: all .3s ease; transition: all .3s ease; }
.sf-menu ul ul { top: 0; left: 100%; text-align: center; }
.sf-menu li { margin: 0; padding: 0; }
.sf-menu ul li { min-width: 12em; width: 100%; white-space: nowrap; border-bottom-width: 0; border-bottom-style: solid; padding: 0; }
.sf-menu li:hover { visibility: inherit; }
.sf-menu a { display: block; text-align: left; position: relative; }
.sf-menu ul a { width: 100%; }
.sf-menu:first-child > li a { text-align: center; }
.sf-menu:first-child > li li a { text-align: left; }
.sf-menu li { display: inline-block; float: none; position: relative; }
.sf-menu li li { float: none; margin-left: 0; display: block; }
.sf-menu > li li.menu-item-has-children { position: relative; }
.sf-menu a .sf-sub-indicator, .sf-menu li li a .sf-sub-indicator, .sf-menu li li a .sf-sub-indicator:last-child { display: none; }
.sf-menu ul { padding: 15px 0; border-width: 0; border-style: solid; border-radius: 4px; }
.sf-menu ul ul { margin-top: -15px; }
.sf-menu ul li:last-child > a { border: 0; }
/*-- common header menu dimensions --*/
.sf-menu a { padding: 10px 15px; }
.sf-menu ul { left: -10px; }
.sub-menu a { padding: 15px 35px !important; }
.sf-menu > li li.menu-item-has-children { padding-right: 40px; }
.sf-menu:first-child > li li a { line-height: 1em; padding: 12px 20px; }
.sf-menu .sub-menu li.current-menu-item a { position: relative; }
.sf-menu .sub-menu li.current-menu-item a::before, .sf-menu li li.current-menu-ancestor > a::before { font-family: 'icomoon'; display: inline-block; content: "\ebab"; font-size: 6px; line-height: 1em; position: absolute; left: 15px; top: 50%; margin-top: -3px; }
/*----------------------------------------*/
/*----- 6 Responsive header -----*/
/*----------------------------------------*/
.dtr-responsive-header { padding: 10px 0; z-index: 999; }
.dtr-responsive-header .container { position: relative; }
.dtr-responsive-header .dtr-logo.logo-default { display: inline-block; }
.dtr-responsive-header, .slicknav_menu, #dtr-menu-button { display: none; }
#dtr-menu-button { padding: 10px; z-index: 9999; position: absolute; right: 0; top: 50%; margin-top: -21px; }
#dtr-menu-button:focus { outline: none; }
.dtr-responsive-header-menu { position: relative; }
.slicknav_menu { position: relative; z-index: 999; }
/*== mobile hamburger ==*/
.dtr-hamburger { display: inline-block; padding: 0; margin: 0; cursor: pointer; transition-timing-function: linear; transition-duration: .3s; transition-property: opacity, filter; text-transform: none; border: 0; overflow: visible; color: inherit; background-color: transparent; }
.dtr-hamburger-lines-wrapper { position: relative; display: inline-block; width: 30px; height: 20px; margin: 0 auto; }
.dtr-hamburger-lines, .dtr-hamburger-lines:after, .dtr-hamburger-lines:before { position: absolute; width: 30px; height: 2px; transition-timing-function: ease; transition-duration: .3s; transition-property: transform; }
.dtr-hamburger-lines:after, .dtr-hamburger-lines:before { display: block; content: ''; }
.dtr-hamburger-lines { display: block; top: 0; transition: background-color 0s linear .13s; }
.dtr-hamburger-lines:before { top: 11px; transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19); }
.dtr-hamburger-lines:after { top: 22px; transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19); }
.dtr-hamburger.is-active .dtr-hamburger-lines { transition-delay: .22s; background-color: transparent!important; }
.dtr-hamburger.is-active .dtr-hamburger-lines:before { top: 0; transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s; transform: translate3d(0, 10px, 0) rotate(45deg); }
.dtr-hamburger.is-active .dtr-hamburger-lines:after { top: 0; transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s; transform: translate3d(0, 10px, 0) rotate(-45deg); }
.dtr-hamburger.is-active:hover, .dtr-hamburger:hover { opacity: 1; }
/*== Slicknav menu ==*/
.slicknav_nav { border: 0; margin: 0; padding: 0; position: absolute; top: 0; left: 0; right: 0; }
.slicknav_menu { padding: 0; margin: 0; border: 0; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 5px; }
.slicknav_nav { clear: both; }
.slicknav_nav ul, .slicknav_nav li { display: block; margin-bottom: 0; }
.slicknav_nav ul { margin: 0; padding: 0; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { display: inline; }
.slicknav_menu::before, .slicknav_menu::after { content: ""; display: table; }
.slicknav_menu::after { clear: both; }
.slicknav_nav a { outline: medium none; padding: 15px 0; margin: 0; text-align: left; text-decoration: none; }
.slicknav_nav li { border-width: 0 0 1px 0; border-style: solid; position: relative; margin: 0 10px; }
.slicknav_nav li:last-child { border: 0; }
.slicknav_nav .slicknav_arrow { font-size: 12px; margin: 0 0 0 0.4em; }
.slicknav_menu .slicknav_menutxt { font-weight: bold; text-shadow: none; }
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { margin: 0; padding: 0; }
.slicknav_nav .slicknav_row { padding: 15px 0; margin: 2px 0; }
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover { border-radius: 0; background: transparent; }
.slicknav_menu .sub-menu { margin: 0 0 0 20px; }
.slicknav_collapsed .slicknav_arrow::after { font-family: 'icomoon'; content: "\eac1"; }
.slicknav_open .slicknav_arrow::after { font-family: 'icomoon'; content: "\eac4"; }
.slicknav_open .slicknav_collapsed .slicknav_arrow::after { font-family: 'icomoon'; content: "\eac1"; }
.slicknav_collapsed .slicknav_arrow::after, .slicknav_open .slicknav_arrow::after, .slicknav_open .slicknav_collapsed .slicknav_arrow::after { float: right; font-size: 20px; margin-top: -2px; }
/*----------------------------------------*/
/*----- 7 Footer -----*/
/*----------------------------------------*/
#dtr-footer-section { position: relative; padding: 0; border-style: solid; border-width: 0; }
.dtr-footer-columns { padding: 90px 0; }
.dtr-copyright { position: relative; padding: 20px 0; border-style: solid; border-width: 0; }
/* take-to-top */
#take-to-top { width: 45px; height: 45px; z-index: 99; text-align: center; text-decoration: none; border-radius: 50%; display: block; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;  }
#take-to-top::before { display: block; font-family: 'icomoon'; content: "\eac4"; font-size: 16px; line-height: 43px; color: inherit; }
#take-to-top.dtr-fade-scroll { position: fixed; right: 30px; bottom: 30px; display: none; }
#take-to-top:hover { transform: scale(1.1); -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
/*----------------------------------------*/
/*===== 8 Elements =====*/
/*----------------------------------------*/
/*===== box =====*/
.dtr-box-square { border-radius: 0; }
.dtr-rounded-img img, .dtr-box-rounded { border-radius: 4px; }
/*===== blockquote =====*/
.dtr-quote blockquote p { padding: 0; margin: 0; }
.dtr-quote blockquote { font-size: 22px; line-height: 1.55em; }
.dtr-quote blockquote, .dtr-quote blockquote.pull-right { padding: 0; margin: 0; border: 0; }
.dtr-quote blockquote { padding: 30px; margin: 20px 0; border-style: solid; border-width: 0 0 0 5px; }
/* border quote */
.dtr-border-quote blockquote { padding: 0; margin: 0; border: 0; background: transparent; }
.dtr-border-quote { padding: 30px; margin: 20px 0; border-style: solid; border-width: 0 0 0 5px; }
.dtr-right-border-quote blockquote { padding: 30px; border-width: 0 5px 0 0; text-align: right; }
.dtr-right-border-quote .dtr-quote-source { text-align: right; }
.dtr-right-border-quote .dtr-quote-source::before { font-family: 'icomoon'; content: "\eb2d"; font-size: 32px; vertical-align: middle; margin-right: 10px; }
.dtr-left-border-quote .dtr-quote-source::after { font-family: 'icomoon'; content: "\eb2d"; font-size: 32px; vertical-align: middle; margin-left: 10px; }
.dtr-quote-source { display: block; font-style: normal; margin-top: 15px; }
/* center icon quote */
.dtr-icon-quote blockquote, .dtr-icon-quote blockquote p { padding: 0; margin: 0; border: 0; }
.dtr-icon-quote-center::before { font-family: 'icomoon'; content: "\eb2d"; margin-bottom: 20px; font-size: 64px; line-height: 64px; display: block; color: inherit; font-style: normal; }
.dtr-icon-quote-center { text-align: center; }
/* left icon quote */
.dtr-icon-quote-left { text-align: left; position: relative; padding: 15px 0 15px 30px; border-width: 0 0 0 5px; border-style: solid; z-index: 9; }
.dtr-icon-quote-left::before { font-family: 'icomoon'; content: "\eb2d"; font-size: 48px; line-height: 48px; display: block; color: inherit; font-style: normal; margin-bottom: 20px; }
/*===== Styled heading =====*/
.dtr-intro-heading { margin-bottom: 5px; }
/*===== Counter =====*/
.dtr-counter-wrapper, .dtr-counter-number-wrapper { display: flex; }
.dtr-icon-wrapper { padding-right: 10px; }
.dtr-counter-tag { margin: 0 2px; }
.dtr-counter-text { margin-left: 10px; }
/*===== Table =====*/
.dtr-table-head, .dtr-table-text { border: none; }
.dtr-table th { min-width: 30%; padding: 0 20px 10px 0; border: 0; }
.dtr-table td { padding: 0 0 10px 0; border: 0; }
/*===== feature =====*/
.dtr-feature { display: flex; align-items: center; }
.dtr-feature-heading { margin: 0; }
/* align */
.dtr-feature-right { flex-direction: row-reverse; }
.dtr-feature-left .dtr-feature-content { margin-left: 15px; }
.dtr-feature-right .dtr-feature-content { margin-right: 15px; }
.dtr-feature-top, .dtr-feature-top .dtr-feature-content, .dtr-feature-top .dtr-feature-icon { display: block; }
.dtr-feature-top .dtr-feature-content { margin-top: 20px; }
.feature-text-left.dtr-feature { justify-content: flex-start; }
.feature-text-right.dtr-feature { justify-content: flex-end; }
.feature-text-center.dtr-feature { justify-content: center; }
.dtr-feature-right.feature-text-right.dtr-feature { justify-content: flex-start; }
.dtr-feature-right.feature-text-left.dtr-feature { justify-content: flex-end; }
.dtr-feature-top.feature-text-left { text-align: left; }
.dtr-feature-top.feature-text-right { text-align: right; }
.dtr-feature-top.feature-text-center { text-align: center; }
/* icon style */
.dtr-feature-default .dtr-feature-icon i { font-size: 32px; line-height: 32px; }
/* circle */
.dtr-feature-circle .dtr-feature-icon, .dtr-feature-square .dtr-feature-icon { text-align: center; }
/* small */
.dtr-feature-circle.dtr-feature-small .dtr-feature-icon { width: 50px; height: 50px; min-width: 50px; border-radius: 50%; }
.dtr-feature-circle.dtr-feature-small .dtr-feature-icon i { font-size: 32px; line-height: 50px; }
.dtr-feature-square.dtr-feature-small .dtr-feature-icon { width: 50px; height: 50px; min-width: 50px; border-radius: 4px; }
.dtr-feature-square.dtr-feature-small .dtr-feature-icon i { font-size: 32px; line-height: 50px; }
/* large */
.dtr-feature-circle.dtr-feature-large .dtr-feature-icon { width: 100px; height: 100px; min-width: 100px; border-radius: 50%; }
.dtr-feature-circle.dtr-feature-large .dtr-feature-icon i { font-size: 32px; line-height: 100px; }
.dtr-feature-square.dtr-feature-large .dtr-feature-icon { width: 100px; height: 100px; min-width: 100px; border-radius: 4px; }
.dtr-feature-square.dtr-feature-large .dtr-feature-icon i { font-size: 32px; line-height: 100px; }
/* align */
.elementor-align-center .dtr-feature-icon { margin: 0 auto; }
.elementor-align-right .dtr-feature-icon { margin-left: auto; }
/*===== Featurebox =====*/
.dtr-featurebox { position: relative; padding: 50px; overflow: hidden; }
.dtr-featurebox-icon { font-size: 48px; line-height: 1em; margin-bottom: 40px; }
.dtr-featurebox-heading { margin: 0 0 40px 0; padding: 0; }
/*===== Servicebox =====*/
.dtr-servicebox { position: relative; padding: 50px; overflow: hidden; }
.dtr-servicebox-number { display: block; position: absolute; top: 20px; right: 20px; font-size: 32px; line-height: 32px; z-index: 1; text-align: right; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.dtr-servicebox:hover .dtr-servicebox-number { transform: scale(2); top: 30px; right: 35px; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.dtr-servicebox-icon { font-size: 48px; line-height: 1em; margin-bottom: 40px; }
.dtr-servicebox-heading { margin: 0 0 10px 0; padding: 0; }
.dtr-servicebox-button { display: inline-block; margin-top: 20px; }
/*===== Testimonial =====*/
.dtr-testimonial-content { position: relative; padding: 40px 50px; border-width: 1px; border-style: solid; border-radius: 4px; border-color: #383838; font-size: 22px; }
.dtr-testimonial-content::after { position: absolute; left: 50px; bottom: -20px; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 20px 20px 0; border-color: transparent #383838 transparent transparent; border-right-color: #383838; }
.dtr-client-info { display: flex; align-items: center; margin-top: 40px; padding-left: 50px; }
.dtr-testimonial-user { min-width: 60px; max-width: 60px; width: 60px; border-radius: 50%; margin: 0 20px 0 0; }
.dtr-testimonial-user img { width: 60px; height: 60px; border-radius: 50%; }
.dtr-client-name { margin: 0; }
.dtr-client-job { display: block; margin-top: 5px; }
/*===== Recentpost carousel =====*/
.dtr-recentposts-img { margin-bottom: 20px; }
.dtr-recentposts-excerpt { margin-top: 15px; }
.dtr-recentpost-carousel-item:hover .dtr-img-overlay { opacity: 1; }
.dtr-recentposts-img { position: relative; }
.dtr-recentposts-img .media-link:before { font-family: 'icomoon'; content: "\ebe7"; font-size: 32px; line-height: 32px; }
.dtr-recentposts-img .media-link { display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -16px; margin-left: -16px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .4s linear; transition: all .4s linear; }
.dtr-recentpost-carousel-item:hover .media-link { opacity: 1; transform: scale(1); z-index: 99; }
/*===== Related posts =====*/
.dtr-relatedposts-title { margin-bottom: 40px; }
.dtr-relatedposts { padding: 100px 0 50px 0; }
.dtr-relatedposts-item { margin-bottom: 50px; }
.dtr-relatedpost-heading { margin-bottom: 10px; }
.dtr-relatedpost-img { margin-bottom: 20px; }
.dtr-relatedpost-img, .dtr-relatedpost-img img { border-radius: 4px; }
/*===== Video Box =====*/
.dtr-video-box { position: relative; z-index: 1; }
.dtr-video-box img { max-width: 100%; width: 100%; }
.dtr-video-tagline { text-align: center; margin: -10px 0 0 0; }
.dtr-video-pulse-wrapper { position: absolute; top: 47%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 9; }
.dtr-video-pulse { position: relative; width: 200px; height: 200px; z-index: 1; }
.dtr-video-pulse .pulse { position: absolute; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.4); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 50%; background-clip: padding-box; -webkit-animation: video-pulse 3s ease-in-out infinite; animation: video-pulse 3s ease-in-out infinite; }
.dtr-video-button { display: inline-block; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 50%; margin-left: -50px; margin-top: -50px; z-index: 9; }
.dtr-video-button:after { font-family: 'icomoon'; content: "\eb32"; font-size: 32px; vertical-align: middle; line-height: 100px; margin-left: 2px; }
.dtr-video-pulse .pulse-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.dtr-video-pulse .pulse-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.dtr-video-pulse .pulse-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
/*===== video-pulse =====*/
 @-webkit-keyframes video-pulse {
 0% {
 -webkit-transform: scale(0.2, 0.2);
 transform: scale(0.2, 0.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
 opacity: 0.9;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
 -webkit-transform: scale(0.9, 0.9);
 transform: scale(0.9, 0.9);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
 @keyframes video-pulse {
 0% {
 -webkit-transform: scale(0.2, 0.2);
 transform: scale(0.2, 0.2);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
 opacity: 0.9;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
 -webkit-transform: scale(0.9, 0.9);
 transform: scale(0.9, 0.9);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
/*===== portfolio =====*/
.dtr-portfolio-grid-2col, .dtr-portfolio-grid-3col, .dtr-portfolio-grid-4col, .dtr-portfolio-grid-5col { margin: 0 -10px; }
.dtr-portfolio-grid-2col.dtr-portfolio-compact, .dtr-portfolio-grid-3col.dtr-portfolio-compact, .dtr-portfolio-grid-4col.dtr-portfolio-compact, .dtr-portfolio-grid-5col.dtr-portfolio-compact { margin: 0; }
.dtr-portfolio-grid-2col .dtr-portfolio-item { width: 50%; padding: 0 10px; }
.dtr-portfolio-grid-3col .dtr-portfolio-item { width: 33.33333333%; padding: 0 10px; }
.dtr-portfolio-grid-4col .dtr-portfolio-item { width: 25%; padding: 0 10px; }
.dtr-portfolio-grid-5col .dtr-portfolio-item { width: 20%; padding: 0 10px; }
.dtr-portfolio-grid-2col.dtr-portfolio-compact .dtr-portfolio-item, .dtr-portfolio-grid-3col.dtr-portfolio-compact .dtr-portfolio-item, .dtr-portfolio-grid-4col.dtr-portfolio-compact .dtr-portfolio-item, .dtr-portfolio-grid-5col.dtr-portfolio-compact .dtr-portfolio-item { padding: 0; }
.dtr-portfolio-compact .dtr-portfolio-item { margin-bottom: 0; }
.dtr-portfolio-compact .portfolio-excerpt { padding-bottom: 40px; padding-top: 10px; }
/*== filter nav ==*/
.dtr-filter-nav { width: 100%; display: block; margin-bottom: 30px; }
.dtr-filter-nav li { padding: 0; margin: 0 5px; display: inline; list-style-type: none; }
.dtr-filter-nav a { position: relative; display: inline-block; padding: 5px 20px; margin: 0; border-radius: 4px; background-color: transparent; -webkit-transition: all .3s linear; transition: all .3s linear; }
/*== portfolio item ==*/
.dtr-portfolio-item { position: relative; float: left; margin-bottom: 30px; }
.dtr-portfolio-item img { width: 100%; height: auto; display: block; }
/*== img / overlay ==*/
.dtr-img-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; }
.dtr-img-overlay, .dtr-img-overlay img, .dtr-portfolio-content { -webkit-transition: all .5s ease; transition: all .5s ease; }
.dtr-portfolio-item:hover .dtr-img-overlay { opacity: 1; }
.dtr-portfolio-img { position: relative; z-index: 1; overflow: hidden; }
.dtr-rounded-img .dtr-portfolio-content, .dtr-rounded-img img, .dtr-rounded-img .dtr-img-overlay, .dtr-rounded-img .dtr-portfolio-img, dtr-rounded-img .dtr-portfolio-img img { border-radius: 4px; }
/* style 1 */
.dtr-portfolio-style-1 .media-zoom:before { font-family: 'icomoon'; content: "\eb56"; font-size: 32px; line-height: 32px; }
.dtr-portfolio-style-1 .media-link:before { font-family: 'icomoon'; content: "\ebe7"; font-size: 32px; line-height: 32px; }
.dtr-portfolio-style-1 .media-zoom, .dtr-portfolio-style-1 .media-link { display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -16px; margin-left: -16px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .4s linear; transition: all .4s linear; }
.dtr-portfolio-style-1 .dtr-portfolio-item:hover .media-zoom, .dtr-portfolio-style-1 .dtr-portfolio-item:hover .media-link { opacity: 1; transform: scale(1); z-index: 99; }
.dtr-portfolio-style-1 .dual-icons .media-zoom { margin-left: -34px; }
.dtr-portfolio-style-1 .dual-icons .media-link { margin-left: 7px; margin-top: -14px; }
/* style 2 */
.dtr-portfolio-style-2 .media-zoom:before { font-family: 'icomoon'; content: "\eb56"; font-size: 32px; line-height: 60px; }
.dtr-portfolio-style-2 .media-link:before { font-family: 'icomoon'; content: "\ebe7"; font-size: 32px; line-height: 60px; }
.dtr-portfolio-style-2 .media-zoom, .dtr-portfolio-style-2 .media-link { width: 60px; height: 60px; border-radius: 50%; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; text-align: center; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .4s linear; transition: all .4s linear; }
.dtr-portfolio-style-2 .dtr-portfolio-item:hover .media-zoom, .dtr-portfolio-style-2 .dtr-portfolio-item:hover .media-link { opacity: 1; transform: scale(1); z-index: 99; }
.dtr-portfolio-style-2.dual-icons .media-zoom { margin-left: -62px; }
.dtr-portfolio-style-2.dual-icons .media-link { margin-left: 2px; }
/* overlay content */
.dtr-portfolio-hover-content { text-align: center; position: absolute; bottom: -100%; left: 0; right: 0; padding-bottom: 20px; -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out; }
.dtr-portfolio-item:hover .dtr-portfolio-hover-content { bottom: 0; -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out; }
.dtr-portfolio-heading { margin: 15px 0 0 0; }
/* style 3 */
.dtr-portfolio-style-3 .dtr-portfolio-img img, .dtr-portfolio-style-4 .dtr-portfolio-img img { position: relative; width: 100%; height: auto; display: block; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; }
.dtr-portfolio-style-3 .dtr-portfolio-item:hover .dtr-portfolio-img img, .dtr-portfolio-style-4 .dtr-portfolio-item:hover .dtr-portfolio-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
/* style 4 */
.dtr-portfolio-style-4 .dtr-portfolio-hover-title { position: fixed; padding: 10px 20px; border-radius: 4px; z-index: 9; white-space: nowrap; opacity: 0; visibility: hidden; }
.dtr-portfolio-style-4 .dtr-portfolio-hover-title.visible { opacity: 1; visibility: visible; }
.dtr-portfolio-style-4 .dtr-portfolio-hover-title .dtr-portfolio-hover-cat { display: block; }
/*===== custom cursor =====*/
.dtr-cursor-wrapper { display: block; position: fixed; top: 0; left: 0; pointer-events: none; border-radius: 50%; -webkit-transform: translateZ(0); transform: translateZ(0); visibility: hidden; }
.dtr-cursor { width: 10px; height: 10px; margin-top: -5px; margin-left: -5px; -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out; transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out; z-index: 99; }
.dtr-cursor.dtr-cursor-hover { width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; }
.elementor-editor-active .dtr-cursor-wrapper.dtr-cursor { display: none; }
/*----------------------------------------*/
/*===== 9 Forms =====*/
/*----------------------------------------*/
/*===== forms =====*/
form { margin: 0; padding: 0; z-index: 0; }
form p { margin: 0; padding: 0; }
input[type=radio], input[type=checkbox] { margin: 0 5px 0 0; vertical-align: baseline; }
label { width: 100%; height: auto; line-height: 1.2em; font-weight: normal; margin-bottom: 10px; }
form label.error { line-height: 1em; font-weight: normal; }
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] { position: relative; display: block; width: 100%; padding: 10px 0; margin: 0 0 20px 0; border-width: 0 0 2px 0; border-style: solid; border-radius: 0; font-size: 16px; font-weight: normal; line-height: 25px !important; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea, #commentform textarea { width: 100% !important; height: auto; border-radius: 0; }
#commentform textarea { margin-bottom: 15px; }
.antispam { display: none; }
form label.error { font-size: 10px; }
/*===== form column styles =====*/
.dtr-form-row, .dtr-form-row-2col, .dtr-form-row-3col, .dtr-form-row-unequal, .dtr-form-row-2col-unequal { margin-right: -5px; margin-left: -5px }
.dtr-form-column { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; width: 50%; float: left; }
.dtr-for-row::before, .dtr-form-row-2col::before, .dtr-form-row-3col::before, .dtr-form-row-unequal::before, .dtr-form-row-2col-unequal::before { display: table; content: "" }
.dtr-for-row::after, .dtr-form-row-2col::after, .dtr-form-row-3col::after, .dtr-form-row-unequal::after, .dtr-form-row-2col-unequal::after { clear: both }
.dtr-form-row-2col .dtr-form-column { width: 50%; }
.dtr-form-row-3col .dtr-form-column { width: 33.33333333% }
.dtr-form-row-unequal .dtr-form-column { width: 60% }
.dtr-form-row-unequal .dtr-form-column:last-child { width: 40% }
.dtr-form-row-2col-unequal .dtr-form-column { width: 70%; }
.dtr-form-row-2col-unequal .dtr-form-column:last-child { width: 30%; }
/*===== header search =====*/
.dtr-search-modal-trigger { display: inline-block; text-align: center; position: relative; border: 0; }
.dtr-search-modal-trigger:after { font-family: 'icomoon'; content: "\eaa4"; vertical-align: middle; font-size: 16px; line-height: 20px; z-index: 9; }
/*== search modal ==*/
.dtr-search-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; -webkit-transform: scale(0.5); -khtml-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); visibility: hidden; opacity: 0; z-index: 9999; }
.dtr-search-modal .dtr-modal-content { max-width: 500px; height: auto; position: absolute; top: 50%; left: 0; right: 0; padding: 20px; margin: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.dtr-search-modal.open { -webkit-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; }
.dtr-modal-close { position: absolute; top: 50px; right: 50px; cursor: pointer; }
.dtr-modal-close:after { font-family: 'icomoon'; content: "\eaf7"; display: inline-block; font-size: 32px; line-height: 32px; }
/*===== search form =====*/
.dtr-search-form, .wp-block-search__inside-wrapper { height: 80px; position: relative; }
.dtr-search-form input[type="search"], .wp-block-search input[type="search"], .wp-block-search .wp-block-search__input { position: relative; width: 100%; height: 80px; padding: 0 30px 0 0; border-width: 0 0 2px 0; border-style: solid; border-radius: 0; margin: 0; }
button.dtr-search-submit, .dtr-search-submit, .wp-block-search .wp-block-search__button { display: block; width: 78px; height: 78px; font-weight: normal; padding: 0; margin: 0; border-width: 0 !important; border-radius: 0; cursor: pointer; position: absolute; top: 1px; right: 1px; left: auto; text-align: right; }
.dtr-search-submit::before, .wp-block-search__button::before { font-family: 'icomoon'; content: "\eaa4"; font-size: 16px; font-weight: normal; text-decoration: none; }
.wp-block-search .wp-block-search__button { font-size: 0; border: 0; }
.wp-block-search button[type="submit"] { line-height: 80px; border-width: 0; }
.wp-block-search__label { display: none; }
/*===== Comment form =====*/
#commentform #submit { margin: 0; }
#comment .comment-notes { margin-bottom: 20px; font-size: .85em; }
#comments #commentform .comment-form-author label, #comments #commentform .comment-form-email label, #comments #commentform .comment-form-url label { display: block; }
.comment-form-cookies-consent { margin: 10px 0; }
.comment-form-cookies-consent input[type="checkbox"] { display: inline; }
.comment-form-cookies-consent label { display: inline; margin-left: 5px; }
/*===== Contact form7 override =====*/
.wpcf7-validation-errors { display: block; margin: 0; }
.wpcf7 .wpcf7-not-valid-tip { margin-top: 0; font-size: .82em; }
span.wpcf7-list-item { display: inline-block; margin-right: 20px; margin-left: 0; }
div.wpcf7-response-output { margin: 10px 0; }
.wpcf7-response-output.wpcf7-validation-errors { display: block; }
.wpcf7 label { font-weight: normal; line-height: 2em; }
/*----------------------------------------*/
/*----- 10 Pagers for pages, posts, comments etc. -----*/
/*----------------------------------------*/
.dtr-post-navigation { margin: 50px 0; }
/*== Single post nav ==*/
.dtr-single-post-nav { display: flex; justify-content: space-between; padding: 0; margin: 100px 0; border-width: 0; }
.dtr-single-nav-prev { width: 50%; padding-right: 10px; text-align: left; }
.dtr-single-nav-next { width: 50%; padding-left: 10px; text-align: right; }
.dtr-single-nav-prev-heading, .dtr-single-nav-next-heading { margin: 0; }
.dtr-single-nav-left-icon, .dtr-single-nav-right-icon { display: flex; align-items: center; margin-bottom: 5px; }
.dtr-single-nav-right-icon { justify-content: flex-end; }
.dtr-single-nav-left-icon::before, .dtr-single-nav-right-icon::after { display: inline-block; font-family: 'icomoon'; content: "\ebab"; font-size: 6px; font-weight: normal; font-style: normal; margin-right: 10px; vertical-align: central; }
.dtr-single-nav-right-icon::after { margin-right: 0; margin-left: 10px; }
/*== Archive - Arrow nav ==*/
.dtr-post-nav { display: table; table-layout: fixed; width: 100%; padding: 0; margin: 0; }
.dtr-previous-link, .dtr-next-link { display: table-cell; width: 50%; vertical-align: middle; word-wrap: break-word; text-align: left; }
.dtr-next-link { text-align: right; }
.dtr-previous-link a, .dtr-next-link a { display: inline-block; text-decoration: none; text-align: center; padding: 5px 10px; margin: 5px 5px 5px 0; border-width: 0; border-radius: 4px; min-width: 50px; }
.dtr-previous-link-title::before, .dtr-next-link-title::after { display: inline-block; margin: 0; vertical-align: middle; font-family: 'icomoon'; font-size: 24px; font-weight: normal; line-height: 50px; }
.dtr-previous-link-title::before { content: "\eac2"; }
.dtr-next-link-title::after { content: "\eac3"; }
/*== Archive - Number nav ==*/
.page-numbers::after, .page-numbers::before { content: ""; display: table; clear: both; }
.dtr-page-numbers { list-style: none; margin: 50px 0 0 -2px; text-align: left; text-transform: uppercase; }
.dtr-page-numbers li { display: inline-block; text-align: center; margin: 0; padding: 0; }
.dtr-page-numbers a, a.page-numbers, span.page-numbers { display: block; text-decoration: none; text-align: center; padding: 5px 10px; margin: 5px 5px 5px 0; border-width: 0; border-radius: 4px; min-width: 50px; }
.dtr-previous-link-title-numbers::before, .dtr-next-link-title-numbers::after { font-family: 'icomoon'; content: "\eac2"; font-weight: normal; }
.dtr-next-link-title-numbers::after { content: "\eac3"; }
/*== Page links ==*/
.dtr-page-links { display: block; clear: both; margin-top: 50px; }
.dtr-page-number { display: inline-block; text-decoration: none; text-align: center; padding: 5px 10px; margin: 5px 5px 5px 0; border-width: 0; border-radius: 4px; min-width: 50px; }
/*== Comments nav ==*/
.dtr-comments-navigation { margin: 50px 0; }
.dtr-comments-nav-left-text, .dtr-comments-nav-right-text { margin: 0; }
.dtr-comments-nav-right-text { text-align: right; }
.dtr-comments-nav-left-text::before { font-family: 'icomoon'; content: "\eac2"; font-weight: normal; font-style: normal; vertical-align: top; margin-right: 5px; }
.dtr-comments-nav-right-text::after { font-family: 'icomoon'; content: "\eac3"; font-weight: normal; font-style: normal; vertical-align: top; margin-left: 5px; }
/*----------------------------------------*/
/*----- 11 Blog -----*/
/*----------------------------------------*/
/*== thumb ==*/
.dtr-entry-thumb-wrapper { position: relative; margin: 0; }
.dtr-entry-thumb { margin: 0; }
.dtr-entry-thumb iframe { margin-bottom: 0; }
/*== meta ==*/
.single .dtr-meta { margin-top: 10px; }
.dtr-meta-item { display: inline-block; margin: 0; }
.dtr-meta-item::before { display: inline-block; font-family: 'icomoon'; content: "\ebab"; font-size: 6px; margin: 0 0 0 5px; vertical-align: middle; }
.dtr-recentpost-carousel .dtr-meta-item::before { margin: 0 10px; }
.dtr-meta-item:first-child::before { content: none; margin: 0; }
.dtr-meta-date::before { margin-right: 10px; }
.dtr-meta-category a::after {  content: ","; }
.dtr-meta-category a:last-child::after {  content: none; }
/* author */
.dtr-meta-author-avatar img { width: 40px; height: 40px; border-radius: 50%; }
/* single post meta */
.single .dtr-footer-meta { margin-top: 50px; }
/*===== Standard Blog =====*/
.dtr-blog-default .dtr-entry-thumb-wrapper { margin-bottom: 30px; }
.dtr-blog-default .dtr-archive-post-title { margin-bottom: 30px; }
.dtr-blog-default .dtr-entry-meta { margin-bottom: 15px; }
.dtr-blog-default .dtr-read-more { margin-top: 30px; }
/*-- page title section align --*/
.dtr-single-post-title { display: flex; align-items: center; justify-content: center; }
.dtr-single-post-title h1 { width: 80%; }
.text-left .dtr-single-post-title, .text-left .dtr-meta { justify-content: flex-start; }
.text-right .dtr-single-post-title, .text-right .dtr-meta { justify-content: flex-end; }
/*-- post footer --*/
.dtr-post-footer { display: block; margin: 0 0 100px 0; border-width: 0; }
.dtr-blog-default .dtr-post-footer { display: block; margin: 50px 0 0 0; padding: 50px 0 0 0; border-width: 1px 0 0 0; border-style: solid; }
.dtr-blog-grid .dtr-post-footer { display: block; height: 35px; margin: 0; border-width: 0; }
.dtr-blog-left-thumb .dtr-post-footer { display: block; height: 100px; margin: 0; border-width: 0; }
/*===== Grid / Masonry Blog =====*/
/* Grid / Masonry Style - Posts / Search */
.dtr-blog-grid .dtr-post-item, .dtr-search-grid .dtr-search-item, .dtr-relatedposts-grid .dtr-relatedposts-item { width: 49.99%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.dtr-blog-grid.dtr-blog-grid-3col .dtr-post-item, .dtr-relatedposts-grid .dtr-relatedposts-item { width: 33.222222%; }
.dtr-search-grid .dtr-search-item { width: 33%; margin-bottom: 30px; }
.dtr-blog-grid .dtr-post-grid, .dtr-search-grid-wrapper .dtr-search-grid, .dtr-relatedposts-grid { margin: 0 -15px 0 -15px; }
.dtr-post-item.first-post { width: 100%; display: block; float: none; box-sizing: border-box; }
.dtr-blog-grid .dtr-post-content-inner { position: relative; box-sizing: border-box; border-width: 1px; border-style: solid; border-radius: 0 0 4px 4px; }
.dtr-has-no-thumb .dtr-post-content-inner { border-radius: 4px; }
/*-- blog grid item --*/
.dtr-blog-grid .dtr-post-content-inner { padding: 30px; }
.dtr-blog-grid .dtr-entry-thumb img { width: 100%; border-radius: 4px 4px 0 0; }
.dtr-blog-grid .dtr-entry-meta { margin: 0 0 10px 0; }
.dtr-blog-grid .dtr-meta-category { margin: 0; }
.dtr-blog-grid .dtr-meta-author { margin: 0; }
.dtr-blog-grid .dtr-archive-post-title { margin: 0 0 15px 0; }
.dtr-blog-grid .dtr-entry-excerpt { margin: 0; }
.dtr-blog-grid .dtr-read-more { margin-top: 20px; }
/*===== Sticky post =====*/
.dtr-sticky-label { display: inline-block; margin-right: 5px; }
.dtr-sticky-label:before { font-family: 'icomoon'; content: "\ebfe"; font-size: 1.2em; margin-right: 5px; }
.post:not(.sticky) .dtr-sticky-label { display: none; }
/*===== Search items =====*/
.dtr-search-item-inner { padding: 30px; border-width: 1px; border-style: solid; }
.dtr-search-grid .dtr-entry-thumb { margin-bottom: 20px; }
.dtr-search-grid .dtr-search-post-title { padding: 0; margin: 0; }
.dtr-search-grid p { margin-top: 15px; }
/*===== Author bio =====*/
.dtr-author-info { display: flex; margin: 50px 0; padding: 50px; border-width: 1px; border-style: solid; border-radius: 4px; }
.dtr-author-title { margin: 0; }
.dtr-author-description { margin: 10px 0 0 0; }
.dtr-user-url { display: block; }
.dtr-user-url, .dtr-author-description .dtr-social-list { margin: 15px 0 0 0; }
.dtr-author-info .dtr-author-link { display: block; }
.dtr-author-avatar { min-width: 130px; width: 130px; height: 130px; border-radius: 4px; padding-right: 30px; box-sizing: border-box; }
.dtr-author-avatar img { border-radius: 4px; }
.dtr-author-page-link { margin-top: 20px; }
/*-- Password protected --*/
.dtr-protected-msg { text-align: left; }
/*----------------------------------------*/
/*----- 12 Comments -----*/
/*----------------------------------------*/
.page #comments { margin-top: 50px; }
#comments { padding: 0; margin: 0; border-width: 0; border-style: solid; }
#commentform { margin-bottom: 50px; }
.logged-in-as { margin-bottom: 10px; }
/* comment list */
.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
.comment-list li { margin: 50px 0; padding: 0; }
.comment-list li.comment ol.children { margin-left: 50px; }
/* comment meta */
.dtr-comment-body { padding: 0; box-sizing: border-box; }
.dtr-comment-wrapper { width: 100%; display: table; table-layout: fixed; border-bottom: 1px solid #eee; padding-bottom: 50px; }
.dtr-comment-avatar, .dtr-comment-content { display: table-cell; vertical-align: top; }
.dtr-comment-avatar { width: 90px; border-radius: 50%; }
.dtr-comment-avatar img { margin-right: 20px; border-radius: 4px; }
.dtr-comment-content { min-width: 1%; width: auto; padding-top: 5px; }
.dtr-comment-content-inner { padding-top: 20px; }
.dtr-comment-meta-wrapper { display: flex; align-items: flex-start; padding-top: 5px; }
.dtr-comment-author { margin: 0; }
.dtr-comment-date { margin-right: 15px; }
.comment-reply-link { position: relative; display: inline-block; margin: 0 0 0 20px; }
.dtr-reply { display: inline-block; margin: 0 0 0 20px; }
.dtr-reply .comment-reply-link, .dtr-reply .comment-reply-link:hover { margin: 0; }
#cancel-comment-reply-link { font-size: 1em; }
#cancel-comment-reply-link { margin-left: 1em; }
.pingback .comment-edit-link { display: block; margin: 0; }
.pingback .comment-body { margin-left: 0; min-height: 1px; }
/*===== single post =====*/
.dtr-single-thumb { margin-bottom: 30px; }
/*===== blog comment =====*/
#respond form { margin: 0; padding: 0; }
/*----------------------------------------*/
/*----- 13 Widgets -----*/
/*----------------------------------------*/
#dtr-main-header .widget { margin-bottom: 0; }
/*===== Custom - Social Widget =====*/
.dtr-social-list, .dtr-social-share-list, .dtr-styled-social { margin: 0; }
.dtr-social-list li, .dtr-social-share-list li, .dtr-styled-social li { list-style: none; display: inline-block; margin: 0 10px; }
.dtr-social-list a, .dtr-social-share-list a { position: relative; display: block; font-size: 17px; line-height: 17px; text-align: center; border: 0; border-radius: 0; z-index: 9; }
.text-left .dtr-social-list li:first-child, .dtr-author-social li:first-child, .text-left .dtr-styled-social li:first-child { margin-left: 5px; }
.text-right .dtr-social-list li:last-child, .text-right .dtr-styled-social li:last-child { margin-right: 5px; }
/*== large size social ==*/
.dtr-social-large .dtr-social-list li, .dtr-social-block .dtr-styled-social li { margin: 0 15px; }
.dtr-social-large .dtr-social-list a, .dtr-social-block .dtr-styled-social a { font-size: 32px; line-height: 32px; }
/* styled social */
.dtr-styled-social a { display: inline-block; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; overflow: hidden; padding-bottom: 5px; }
.dtr-styled-social a:after { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; height: 2px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.dtr-styled-social a:hover:after, .dtr-styled-social a:focus:after, .dtr-styled-social a:active:after { right: 0; }
/*== circle social ==*/
.dtr-social-circle .dtr-social-list li, .dtr-social-share-list li { margin: 0 5px; }
.dtr-social-circle.text-left .dtr-social-list li:first-child { margin-left: 0; }
.dtr-social-circle.text-right .dtr-social-list li:last-child { margin-right: 0; }
.dtr-social-circle .dtr-social-list a { display: inline-block; border-width: 1px; border-style: solid; border-radius: 50%; width: 30px; height: 30px; font-size: 16px; padding: 0; text-align: center; }
.dtr-social-circle .dtr-social a::before { line-height: 28px; color: inherit; }
.dtr-social-circle .dtr-social-list a, .dtr-social-share-list a { display: inline-block; border: 0; border-radius: 50%; width: 30px; height: 30px; font-size: 16px; padding: 0; text-align: center; }
.dtr-social-circle .dtr-social a::before, .dtr-social-share-list a::before { line-height: 30px; color: inherit; }
/*== square social ==*/
.dtr-social-square .dtr-social-list li { margin: 2px; }
.dtr-social-square.text-left .dtr-social-list li:first-child { margin-left: 0; }
.dtr-social-square.text-right .dtr-social-list li:last-child { margin-right: 0; }
.dtr-social-square .dtr-social-list a { display: inline-block; border-width: 1px; border-style: solid; border-radius: 0; width: 30px; height: 30px; font-size: 16px; padding: 0; text-align: center; }
.dtr-social-square .dtr-social a::before { line-height: 28px; color: inherit; }
/*== social icons ==*/
.dtr-social a::before, .dtr-social a i, .dtr-social-share-list a { display: inline-block; font-family: 'icomoon'; vertical-align: middle; font-weight: normal; }
.dtr-social a.dtr-facebook::before { content: "\e970"; }
.dtr-social a.dtr-twitter::before { content: "\ea60"; }
.dtr-social a.dtr-pinterest::before { content: "\ea05"; }
.dtr-social a.dtr-google::before { content: "\e995"; }
.dtr-social a.dtr-linkedin::before { content: "\e9cb"; }
.dtr-social a.dtr-instagram::before { content: "\e9ac"; }
.dtr-social a.dtr-behance::before { content: "\e920"; }
.dtr-social a.dtr-medium::before { content: "\e9d8"; }
.dtr-social a.dtr-reddit::before { content: "\ea15"; }
.dtr-social a.dtr-skype::before { content: "\ea33"; }
.dtr-social a.dtr-vimeo::before { content: "\ea77"; }
.dtr-social a.dtr-mail::before { content: "\ebfd"; }
.dtr-social a.dtr-yahoo::before { content: "\ea93"; }
.dtr-social a.dtr-youtube::before { content: "\ea9b"; }
.dtr-social a.dtr-flickr::before { content: "\e97b"; }
.dtr-social a.dtr-rss::before { content: "\eb28"; }
.dtr-social a.dtr-dribbble::before { content: "\e95e"; }
.dtr-social a.dtr-tumblr::before { content: "\ea5d"; }
.dtr-social a.dtr-soundcloud::before { content: "\ea39"; }
.dtr-social a.dtr-forumbee::before { content: "\e982"; }
.dtr-social a.dtr-snapchat::before { content: "\ea38"; }
.dtr-social a.dtr-digg::before { content: "\e957"; }
.dtr-social a.dtr-delicious::before { content: "\e950"; }
.dtr-social a.dtr-stumbleupon::before { content: "\ea4a"; }
.dtr-social a.dtr-deviantart::before { content: "\e954"; }
.dtr-social a.dtr-yelp::before { content: "\ea99"; }
.dtr-social a.dtr-viadeo::before { content: "\ea72"; }
.dtr-social a.dtr-foursquare::before { content: "\e983"; }
.dtr-social a.dtr-xing::before { content: "\ea91"; }
.dtr-social a.dtr-vk::before { content: "\ea79"; }
.dtr-social a.dtr-spotify::before { content: "\ea3d"; }
.dtr-social a.dtr-vine::before { content: "\ea78"; }
.dtr-social a.dtr-slack::before { content: "\eae1"; }
.dtr-social a.dtr-etsy::before { content: "\e96d"; }
.dtr-social a.dtr-github::before { content: "\e98b"; }
.dtr-social a.dtr-gitlab::before { content: "\e98e"; }
.dtr-social a.dtr-whatsapp::before { content: "\ea81"; }
.dtr-social a.dtr-telegram::before { content: "\ea53"; }
.dtr-social a:focus { outline: none; }
/*===== Social Share  =====*/
.dtr-social-share-title { display: inline-block; }
.dtr-social-share { position: relative; padding: 0; margin: 50px 0; text-align: left; }
.dtr-social-share-list { width: auto; display: inline-block; padding: 0; margin: 0; }
.dtr-social-share-list li a.dtr-facebook-share::before { content: "\e970"; }
.dtr-social-share-list li a.dtr-twitter-share::before { content: "\ea60"; }
.dtr-social-share-list li a.dtr-pinterest-share::before { content: "\ea05"; }
.dtr-social-share-list li a.dtr-google-share::before { content: "\e995"; }
.dtr-social-share-list li a.dtr-linkedin-share::before { content: "\e9ca"; }
/*===== WP Tag Cloud =====*/
.wp-block-tag-cloud a, .dtr-post-tags a, .dtr-tags-title { display: inline-block; padding: 5px 10px; margin: 5px 5px 5px 0; border-width: 0; border-radius: 4px; }
.wp-block-tag-cloud a { margin: 0 0 10px 0; }
.dtr-tags-title { margin: 5px 0 5px 0;  }
.dtr-post-tags-list { display: inline-block; margin-left: -5px; }
.wp-block-tag-cloud a::before { content: '#'; vertical-align: middle; }
/*===== WP Pages =====*/
.widget_pages ul li, .wp-block-page-list li { margin-bottom: 5px; list-style-type: none; display: block; overflow: hidden; }
.widget_pages ul li li, .wp-block-page-list li li { margin-left: 20px; }
.widget_pages ul li:before, .wp-block-page-list li:before { font-family: 'icomoon'; content: "\eac3"; margin-right: 10px; }
.widget_pages ul li:last-child, .wp-block-page-list li:last-child { margin-bottom: 0; border-bottom: none; }
/*===== WP Archives / WP Category / WP Comments =====*/
.wp-block-categories-list li, .wp-block-archives-list li, .wp-block-latest-comments li { margin: 0 0 10px 0; padding: 0; list-style-type: none; display: block; border: 0; }
.wp-block-categories-list li a::before, .wp-block-archives-list li a::before { font-family: 'icomoon'; content: "\ebab"; font-size: 16px; vertical-align: middle; margin-right: 10px; }
.wp-block-latest-comments li { margin-bottom: 15px; }
.wp-block-latest-posts__post-date { margin-top: 5px; }
/*===== WP Calendar =====*/
.wp-block-calendar { width: 100%; }
.wp-block-calendar a { text-decoration: none; }
.wp-block-calendar .wp-calendar-nav { text-align: left; }
.wp-block-calendar th, .wp-block-calendar td { text-align: center; }
/*===== WP WP RSS =====*/
.widget_rss ul { list-style-type: none; }
/*===== WP Latest Posts =====*/
.wp-block-latest-posts li { margin-bottom: 40px; list-style-type: none; }
.wp-block-latest-posts li::after { display: block; clear: both; content: ""; }
.wp-block-latest-posts__featured-image { margin-bottom: 10px; }
.wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image img { border-radius: 4px; }
/*----------------------------------------*/
/*----- 14 Misc -----*/
/*----------------------------------------*/
/*===== Common Shadow =====*/
.dtr-box-shadow { -webkit-box-shadow: 0px 10px 20px 0px rgba(5,24,43,0.10); -moz-box-shadow: 0px 10px 20px 0px rgba(5,24,43,0.10); box-shadow: 0px 10px 20px 0px rgba(5,24,43,0.10); }
/*===== 404 error page =====*/
.error-404 { padding: 10px 0 20px 0; text-align: center; }
.error-form-wrapper { padding: 20px; }
.heading-404 { font-size: 120px; margin-bottom: 20px; line-height: 120px; }
.link-404 { margin-top: 0; display: block; }
/*===== swiper navigation =====*/
.swiper-button-next, .swiper-button-prev { background-image: none; width: 50px; height: 50px; border: 1px solid #ddd; border-radius: 50%; text-align: center; display: none; }
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block; }
.swiper-button-next:after, .swiper-button-prev:after { font-family: 'icomoon'; font-size: 16px; line-height: 50px; color: inherit; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto }
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after { content: "\eac2"; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto }
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after { content: "\eac3"; }
/*bullet*/
.dtr-slider-has-dots { padding-bottom: 60px; }
.swiper-pagination { bottom: -50px; }
.swiper-pagination-bullet { width: 10px; height: 10px; opacity: 1; }
.swiper-pagination-bullet-active { opacity: 1; }
/*===== bootstrap overridde for smooth scroll =====*/
/* default: smooth */
@media (prefers-reduced-motion:no-preference) {
:root { scroll-behavior: auto }
}
/*----------------------------------------*/
/*----- 15 WordPress Core -----*/
/*----------------------------------------*/
/* WP Gallery */
.gallery { margin-bottom: 1.5em; margin-left: -1em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; margin: 0 0 1.5em; padding: 0 0 0 1em; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; font-size: 0.923em; text-align: center; padding: 5px 10px; }
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; }
.gallery-item img { display: block; transition: all .2s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.gallery br+br { display: none; }
.gallery-item img:hover { opacity: 0.8; }
/* media */
figcaption, figure { display: block; }
figure { margin: 1em 0; }
.bypostauthor { padding: 0; margin: 0; }
.wpstats { display: none }
/* Text meant only for screen readers. */
.says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background-color: #f1f1f1; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }
.mejs-container { margin-bottom: 1.5em; }
.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover { background: transparent; border: 0; }
/* caption */
.wp-caption { display: block; background: none; border: none; max-width: 100%; padding: 0; margin: 0; font-size: .92em; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 10px 20px; }
.wp-caption.alignleft { margin: 5px 20px 10px 0; }
.wp-caption.alignright { margin: 5px 0 10px 20px; }
.wp-caption figcaption { display: block; padding: 5px; font-size: .96em; text-transform: none; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; margin: 5px 0 0 0; padding: 0 4px 0 4px; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.bypostauthor { padding: 0; margin: 0; }
.wpstats { display: none }
/* alignment */
.aligncenter, .alignleft, .alignright { display: block; padding: 0; }
.aligncenter { float: none; margin: .5em auto 1em; }
.alignright { float: right; margin: .5em 0 1em 1em; }
.alignleft { float: left; margin: .5em 1em 1em 0; }
img.alignnone { float: none; margin: 5px 0 5px 0; }
img.alignleft { float: left; margin: 5px 10px 5px 0px; }
img.aligncenter { display: block; float: none; margin: 5px auto; }
.dtr-blog-grid-masonry .alignright, .dtr-blog-grid-masonry .alignleft, .dtr-blog-grid-masonry img.alignright, .dtr-blog-grid-masonry img.alignleft, .dtr-blog-grid-masonry img.aligncenter, .dtr-blog-grid-masonry img.alignnone { float: none !important; margin: 15px 0; }
/* table */
table { border-collapse: collapse; margin-bottom: 20px; }
td, th { border-width: 1px; border-style: solid; padding: 10px; text-align: left; }
/*----------------------------------------*/
/*===== 17 Common transitions =====*/
/*----------------------------------------*/
a:link, .dtr-nav a, #dtr-header-global, button, input[type="submit"], input[type="reset"], .dtr-form-btn, select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"], .swiper-button-prev, .swiper-button-next, .dtr-tagcloud-widget li a, .dtr-search-modal-trigger:after, .dtr-servicebox, .dtr-btn-text, .dtr-btn i, .wp-block-categories-list li a::after, .wp-block-archives-list li a::after, .dtr-previous-link a, .dtr-next-link a, .dtr-page-numbers a, a.page-numbers, span.page-numbers, .dtr-page-number, .dtr-featurebox, .link-line a { -webkit-transition: all .3s ease; transition: all .3s ease; }
.dtr-search-modal, .swiper-pagination-bullet { -webkit-transition: .3s linear; transition: .3s linear; }
/*== basic typo ==*/
body{ background-color: #171717; color: #fff;}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #fff; }
a { color: #fff; }
a:hover { color: #454545; }
hr { background-color: #383838; }
/*== header ==*/
#dtr-header-global { background-color: transparent; }
#dtr-header-global.header-fixed { background-color: #121212; }
.logo-alt, .logo-default, .logo-alt:hover, .logo-default:hover { color: #fff; }
#dtr-topbar { background-color: #121212; border-color: #383838; }
.dtr-search-modal-trigger:after { color: #fff; }
/*== page title ==*/
.dtr-page-title-main { background-color: #121212; }
/*== Main Navigation ==*/
/* icons */
.dtr-menu-default .sf-menu > li.menu-item-has-children > a:hover::after, .dtr-menu-default .sf-menu li li a:hover::after, .dtr-menu-default .sf-menu .sub-menu li.current-menu-item a::after, .dtr-menu-default .sf-menu .sub-menu li.current-menu-item a:hover::after { color: inherit !important; }
/* main menu link */
.dtr-menu-default .sf-menu a { color: #454545; }
.dtr-menu-default .sf-menu li a:hover { color: #fff; }
.dtr-menu-default .sf-menu li.current-menu-item a, .dtr-menu-default .sf-menu li.current-menu-ancestor > a, .dtr-menu-default .sf-menu .active { color: #fff; }
/*Dropdown link color*/
.dtr-menu-default .sf-menu li li a, .dtr-menu-default .sf-menu .sub-menu li.current-menu-item li a, .dtr-menu-default .sf-menu li.current-menu-item li a, .dtr-menu-default .sf-menu ul li.current-menu-item a, .dtr-menu-default .sf-menu li li.current-menu-ancestor > a:hover { color: #fff; }
/*dropdown hover active color*/
.dtr-menu-default .sf-menu .sub-menu li.current-menu-item li a:hover, .dtr-menu-default .sf-menu .sub-menu li.current-menu-item a, .dtr-menu-default .sf-menu li li.current-menu-ancestor > a, .dtr-menu-default .sf-menu ul li a:hover, .dtr-menu-default .sf-menu ul li:hover > a, .dtr-menu-default .sf-menu ul li:hover > a::after, .dtr-menu-default .sf-menu > li li.menu-item-has-children a:hover { background-color: #171717; color: #fff; }
/*dropdown background color*/
.dtr-menu-default .sf-menu ul, .dtr-menu-default .sf-menu ul ul { background-color: #002dff; }
/*== Alt Main Navigation ==*/
/* icons */
.dtr-menu-alt .sf-menu > li.menu-item-has-children > a:hover::after, .dtr-menu-alt .sf-menu li li a:hover::after, .dtr-menu-alt .sf-menu .sub-menu li.current-menu-item a::after, .dtr-menu-alt .sf-menu .sub-menu li.current-menu-item a:hover::after { color: inherit !important; }
/* main menu link */
.dtr-menu-alt .sf-menu a { color: #454545; }
.dtr-menu-alt .sf-menu li a:hover { color: #fff; }
.dtr-menu-alt .sf-menu li.current-menu-item a, .dtr-menu-alt .sf-menu li.current-menu-ancestor > a, .dtr-menu-alt .sf-menu .active { color: #fff; }
/*Dropdown link color*/
.dtr-menu-alt .sf-menu li li a, .dtr-menu-alt .sf-menu .sub-menu li.current-menu-item li a, .dtr-menu-alt .sf-menu li.current-menu-item li a, .dtr-menu-alt .sf-menu ul li.current-menu-item a, .dtr-menu-alt .sf-menu li li.current-menu-ancestor > a:hover { color: #fff; }
/*dropdown hover active color*/
.dtr-menu-alt .sf-menu .sub-menu li.current-menu-item li a:hover, .dtr-menu-alt .sf-menu .sub-menu li.current-menu-item a, .dtr-menu-alt .sf-menu li li.current-menu-ancestor > a, .dtr-menu-alt .sf-menu ul li a:hover, .dtr-menu-alt .sf-menu ul li:hover > a, .dtr-menu-alt .sf-menu ul li:hover > a::after, .dtr-menu-alt .sf-menu > li li.menu-item-has-children a:hover { background-color: #171717; color: #fff; }
/*dropdown background color*/
.dtr-menu-alt .sf-menu ul, .dtr-menu-alt .sf-menu ul ul { background-color: #002dff; }
/*== Responsive menu ==*/
.dtr-responsive-header { background-color: #171717; }
.dtr-hamburger-lines, .dtr-hamburger-lines:after, .dtr-hamburger-lines:before { background-color: #fff; }
.slicknav_nav, .slicknav_menu { background-color: #171717; }
.slicknav_nav li { border-color: #383838; }
.slicknav_nav, .slicknav_nav a, .slicknav_menu .slicknav_menutxt { color: #fff; }
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:hover a { color: #454545; }
/*== footer ==*/
#dtr-footer-section { background: #121212; color: #fff; }
#dtr-footer-section a, #dtr-footer-section h1, #dtr-footer-section h2, #dtr-footer-section h3, #dtr-footer-section h4, #dtr-footer-section h5, #dtr-footer-section h6, #dtr-footer-section .widget-title { color: #fff; }
#dtr-footer-section .dtr-meta, #dtr-footer-section .dtr-meta a { color: inherit; }
#take-to-top { background-color: #0f0f0f; color: #fff; }
#dtr-footer-section .dtr-copyright, .dtr-copyright a:hover { color: #fff; }
/*== feature ==*/
.dtr-feature-circle .dtr-feature-icon, .dtr-feature-square .dtr-feature-icon { background-color: #0f0f0f; color: #fff; }
/*== Servicebox ==*/
.dtr-servicebox { background-color: #171717; color: #fff; }
.dtr-servicebox-icon, .dtr-servicebox-heading { color: #fff; }
.dtr-servicebox-number { color: #454545; }
/*== portfolio ==*/
.dtr-filter-nav a:hover, .dtr-filter-nav a.active { background-color: #fff; }
.dtr-filter-nav a:hover, .dtr-filter-nav .active { color: #121212; }
.media-zoom, .media-link { color: #fff; }
.dtr-portfolio-style-2 .media-zoom, .dtr-portfolio-style-2 .media-link { background-color: #fff; color: #121212; }
.dtr-img-overlay { background-color: rgba(0, 0, 0, .7); }
.dtr-portfolio-hover-title { background-color: #fff; color: #121212; }
/*== custom cursor ==*/
.dtr-cursor { background-color: #454545; }
.dtr-cursor.dtr-cursor-hover { opacity: .3 }
/*== widgets ==*/
.wp-block-tag-cloud a, .dtr-post-tags a, .dtr-tags-title { background-color: #0f0f0f; }
.wp-block-tag-cloud a:hover, .dtr-post-tags a:hover { background-color: #fff; color: #121212; }
/*== share ==*/
.dtr-social-share-list li a::before { color: inherit; }
.dtr-social-share-list li a.dtr-facebook-share { background-color: #1877f2; }
.dtr-social-share-list li a.dtr-twitter-share { background-color: #1da1f2; }
.dtr-social-share-list li a.dtr-pinterest-share { background-color: #e60023; }
.dtr-social-share-list li a.dtr-google-share { background-color: #ea4335; }
.dtr-social-share-list li a.dtr-linkedin-share { background-color: #0a66c2; }
.dtr-social-share-list li a:hover { background-color: transparent; }
.dtr-social-share-list li a, .dtr-social-share-list li a:hover { color: #fff; }
/*== default ==*/
.dtr-social-circle .dtr-social-list a, .dtr-social-square .dtr-social-list a { background-color: #0f0f0f; border-color: #0f0f0f; }
.dtr-social-circle .dtr-social-list a:hover, .dtr-social-square .dtr-social-list a:hover { color: #fff; }
/*== Video Box ==*/
.dtr-video .elementor-custom-embed-play .eicon-play { display: none; }
.elementor-editor-active .dtr-video .elementor-custom-embed-play .eicon-play { display: block; }
/* pulse white */
.dtr-video-button { background-color: #fff; }
.dtr-video-button:after { color: #121212 }
.pulse { background: rgba(255, 255, 255, 0.5); }
/* pulse dark */
.pulse-dark .dtr-video-button { background-color: #0f0f0f; }
.pulse-dark .dtr-video-button:after { color: #fff }
.pulse-dark .pulse { background: rgba(5,24,43,0.5); }
/*== swiper navigation ==*/
.swiper-button-next, .swiper-button-prev { background-color: #0f0f0f; border-color: #0f0f0f; color: #fff; }
.swiper-button-next:hover, .swiper-button-prev:hover { color: #fff; }
.swiper-pagination-bullet { background-color: #383838; }
.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff; }
/*== pagers ==*/
/* single post */
.dtr-single-nav-left-icon, .dtr-single-nav-right-icon { color: #454545; }
/*== pagers ==*/
.dtr-previous-link a, .dtr-next-link a, .dtr-page-numbers a, a.page-numbers, span.page-numbers, .dtr-page-number, .current .dtr-page-number:hover { background-color: #0f0f0f; color: #fff; }
.dtr-previous-link a:hover, .dtr-next-link a:hover, .dtr-page-numbers a:hover, a.page-numbers:hover, .dtr-page-number:hover { background-color: #fff; color: #121212; }
/*== forms ==*/
label { color: #fff; }
select, input, select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] { color: #fff; }
.comment-form-cookies-consent label { color: #05182b; font-weight: normal; }
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] { background-color: transparent; border-color: #fff; }
.comment-form-cookies-consent label { color: #fff; font-weight: normal; }
form label.error { color: red; }
form input.error, form textarea.error, form password.error { border-color: red !important; }
/*===== select =====*/
select { background: url(assets/images/select-arrow.png) no-repeat right transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-position: top 50% right 30px; padding: 10px 5px; }
option { background-color: #171717; color: #fff; }
/*== search ==*/
.dtr-search-form input[type="search"], .wp-block-search input[type="search"], .wp-block-search .wp-block-search__input { background-color: transparent; border-color: #fff; color: #fff; }
.dtr-search-submit, .dtr-search-submit:hover, .widget_search button[type="submit"], .widget_search button[type="submit"]:hover, .dtr-search-form button[type="submit"], .dtr-search-form button[type="submit"]:hover, .wp-block-search button[type="submit"], .wp-block-search button[type="submit"]:hover { background-color: transparent !important; }
.dtr-search-submit::before, .widget_search button[type="submit"]::before, .wp-block-search .wp-block-search__button { color: #fff; }
.dtr-search-submit:hover::before, .widget_search button[type="submit"]:hover::before, .wp-block-search .wp-block-search__button:hover { color: #fff; }
/*== search modal ==*/
.dtr-search-modal { background-color: #171717; }
.dtr-search-modal-title { color: #fff; }
.dtr-modal-close { color: #fff; }
/*== Form focus ==*/
select:focus, textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="search"]:focus { background-color: transparent; border-color: #002dff; outline: none; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-text-fill-color: #fff !important;
}
/* placeholder */
::-webkit-input-placeholder {
color: #fff;
}
:-moz-placeholder {
color: #fff;
}
::-moz-placeholder {
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
/*== Buttons ==*/
.dtr-btn, .dtr-form .dtr-btn, .dtr-form-btn, input[type="submit"], input[type="reset"], button[type="submit"], input[type="submit"], input[type="reset"], button[type="submit"], #submit, .dtr-btn-circle { background-color: #002dff; border-color: #002dff; }
.dtr-btn-text, .dtr-btn i, .dtr-form .dtr-btn, .dtr-form-btn, input[type="submit"], input[type="reset"], button[type="submit"], input[type="submit"], input[type="reset"], button[type="submit"], #submit, .dtr-btn-circle, .dtr-btn-circle:hover { color: #fff; }
.dtr-form .dtr-btn i { color: inherit; }
/*== Block Editor Color Palette ==*/
/* text colors */
.has-dark-color { color: #454545; }
.has-white-color { color: #fff; }
.has-gray-color { color: #fbf8ff; }
.has-blue-color { color: #002dff; }
.has-orange-color { color: #ff6726; }
/* background colors */
.has-dark-background-color { background-color: #05182b; }
.has-white-background-color { background-color: #fff; }
.has-gray-background-color { background-color: #fbf8ff; }
.has-blue-background-color { background-color: #002dff; }
.has-orange-background-color { background-color: #ff6726; }
/*== line style ==*/
/* styled social */
.dtr-styled-social a::after { background: #fff; }
.dtr-styled-social a:hover { color: #fff; }
/* line-link */
.link-line a::after, .dtr-read-more.link-line a::after { background: #fff; }
.link-line a::before, .dtr-read-more.link-line a::before { background: #002dff; }
.dtr-read-more a:hover, .link-line a:hover { color: #fff; }
/* colors */
.line-white a::after { background: #fff; }
.line-accent a::after { background: #002dff; }
.line-hover-white a::before { background: #fff; }
.line-hover-white a:hover { color: #fff; }
.line-hover-accent a::before { background: #002dff; }
.line-hover-accent a:hover { color: #002dff; }
.dtr-servicebox .link-line a { color: #fff; }
.dtr-servicebox .link-line a::after { background: #fff; }
.dtr-servicebox .link-line a::before { background: #002dff; }
.dtr-border-quote, .dtr-icon-quote-left, .dtr-quote blockquote { border-color: #002dff; }
/*== blog ==*/
.wp-block-categories-list li a::before, .wp-block-archives-list li a::before, .dtr-quote-source, .dtr-comment-date, .comment-edit-link, .dtr-meta, .dtr-meta a, .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date, .dtr-table-head { color: #454545; }
.comment-edit-link:hover, .dtr-meta a:hover { color: #fff; }
.dtr-archive-post-title a:hover { color: inherit; }
/*== common gray color ==*/
table, td, th, .wp-block-calendar tbody td, .wp-block-calendar th, .dtr-search-item-inner, .dtr-blog-default .dtr-post-footer, .dtr-author-info, .dtr-blog-grid .dtr-post-content-inner, .dtr-comment-wrapper { border-color: #383838; }
.wp-block-calendar table th, .dtr-relatedposts { background-color: #0f0f0f; }