/*
Theme Name: Modak
Theme URI: http://modak.tanshcreative.com
Description: Modak is a WordPress Theme designed and developed by tansh
Version: 1.0.4
Author: tansh
Author URI: http://themeforest.net/user/tansh
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Requires at least: 5.7
Tested up to: 5.9
Requires PHP: 7.0
License: Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: modak
*/
/*---------- 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: 17px;
    font-weight: normal;
    line-height: 1.7em;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    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.941em;
    font-weight: 300;
    line-height: 1.2em;
}

.h2,
h2,
.elementor-widget-heading h2.elementor-heading-title {
    font-size: 2.765em;
    font-weight: 500;
    line-height: 1.2em;
}

.h3,
h3,
.elementor-widget-heading h3.elementor-heading-title {
    font-size: 2.176em;
    font-weight: 500;
    line-height: 1.2em;
}

.h4,
h4,
.elementor-widget-heading h4.elementor-heading-title {
    font-size: 1.588em;
    font-weight: 500;
    line-height: 1.2em;
}

.h5,
h5,
.elementor-widget-heading h5.elementor-heading-title {
    font-size: 1.353em;
    font-weight: 500;
    line-height: 1.2em;
}

.h6,
h6,
.elementor-widget-heading h6.elementor-heading-title {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

p:last-child {
    margin: 0;
}

.small {
    font-size: 0.882em;
    line-height: 1.8em;
}

strong {
    font-size: 1.000em;
    font-weight: 500;
    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: 10px;
}

.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;
}

/*== 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;
}
#dtr-footer-section .dtr-copyright.clearfix .col-12.col-md-6:nth-child(1){
	width: 30% !important;
}
#dtr-footer-section .dtr-copyright.clearfix .col-12.col-md-6:nth-child(2){
	width: 70% !important;
}
#dtr-footer-section .dtr-copyright.clearfix .textwidget.custom-html-widget{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#dtr-footer-section a {
	color: #6037bb !important;
}
@media (max-width: 782px) {
    .dtr-page-title {
        font-size: 3.438em;
    }

    .dtr-single-post-title .dtr-page-title {
        font-size: 2.845em;
    }
}

/*----------------------------------------*/
/*----- 2 Layout -----*/
/*----------------------------------------*/
body.rtl {
    font-family: tahoma !imnportant;
}

#menu-main-menu-arabic .main-navigation .sf-menu li a {
    font-family: tahoma;
}

.d-flex {
    justify-content: space-between !important;
}

.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: 26%;
    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;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

/*----------------------------------------*/
/*===== 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 30px;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    text-align: left;
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
}

.dtr-btn i,
.dtr-form-btn i {
    margin-left: 20px;
}

.rtl .dtr-btn i,
.rtl .dtr-form-btn i {
    margin-left: 0;
    margin-right: 20px;
}

.dtr-btn-full input[type="submit"],
.dtr-btn-full button {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}

.dtr-btn-round {
    border-radius: 9999px;
}

.dtr-btn-square {
    border-radius: 0;
}

.dtr-banner-btn {
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
}

/* 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: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 0;
    margin-left: auto;
    justify-content: center;
}

.dtr-icon-btn i {
    font-size: 16px;
    line-height: 55px;
    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;
}

.rtl .dtr-default-btn:hover i,
.rtl .dtr-form .dtr-btn:hover i,
.rtl .dtr-form-btn:hover i {
    animation: fadeInRight;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.dtr-icon-btn.dtr-btn-rounded {
    border-radius: 10px;
}

.dtr-icon-btn.dtr-btn-square {
    border-radius: 0;
}

/*blog button */
.dtr-read-more {
    display: inline-block;
    position: relative;
}

/*----------------------------------------*/
/*===== 4 Lists =====*/
/*----------------------------------------*/
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    display: block;
}

li>ul,
li>ol {
    margin: 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;
}

/*===== copyright menu =====*/
.copyright-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.copyright-menu li {
    padding: 0;
    margin: 0;
    background: none;
    list-style-type: none;
    display: inline-block;
}

.copyright-menu li::after {
    content: "|";
    margin: 0 10px;
    opacity: 0.8;
}

.copyright-menu li:last-child::after {
    content: none;
    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: 0px 0 !important;
    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,
.elementor-editor-active #dtr-footer-section,
.elementor-editor-active #dtr-responsive-header {
    display: none;
}

.rtl .dtr-header-right,
.rtl .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: 0.875em;
}

.breadcrumbs li {
    list-style: none;
    display: inline;
    margin: 0;
}

.breadcrumbs li:after {
    font-family: 'icomoon';
    content: "\e97a";
    vertical-align: middle;
    margin: 0 4px 0 8px;
    font-size: 1em;
}

.breadcrumbs li:last-child:after {
    content: none;
}

/*===== main menu =====*/
.main-navigation .sf-menu {
    display: inline-block;
    margin: 0 -15px 0 0;
}

.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;
}

.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>li li.menu-item-has-children>a::after,
#dtr-header-sticky .sf-menu>li li.menu-item-has-children>a::after {
    font-family: 'icomoon';
    content: "\e97a";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
}

.sf-menu ul ul {
    margin-top: -15px;
}

.sf-menu ul li:last-child>a {
    border: 0;
}

/*-- common header menu dimensions --*/
.sf-menu a {
    padding: 5px 15px;
}

.sf-menu ul {
    left: -10px;
}

.sf-menu .sub-menu a {
    padding: 5px 25px !important;
}

.sf-menu>li li.menu-item-has-children {
    padding-right: 40px;
}

/*== Menu active ==*/
.sf-menu:first-child>li a::before {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 15px;
    bottom: 0;
    transition: width .5s;
}

.sf-menu:first-child>li a:hover::before,
.sf-menu:first-child>li a.active:before,
.sf-menu:first-child>.current_page_item a::before {
    width: 30px;
}

.sf-menu:first-child>li a.active:before {
    transition-delay: .3s;
}

.sf-menu:first-child>li li a::before {
    content: none;
    display: none;
}

/*----------------------------------------*/
/*----- 6 Responsive header -----*/
/*----------------------------------------*/
#dtr-responsive-header {
    padding: 15px 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 {
    display: block;
    padding: 0;
    z-index: 9999;
    position: absolute;
    left: auto;
    right: 12px;
    top: 50%;
    margin-top: -12px;
}

#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: 20px 15px 0 15px;
    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,
.slicknav_nav ul 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: 5px 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}

.slicknav_nav li {
    position: relative;
    padding: 0;
    margin: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.slicknav_nav li li:last-child {
    padding: 0;
    border: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 12px;
    margin: 0;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: bold;
    text-shadow: none;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
}

.slicknav_menu .sub-menu {
    margin: 0;
}

.slicknav_collapsed .slicknav_arrow::after {
    font-family: 'icomoon';
    content: "\e97a";
}

.slicknav_open .slicknav_arrow::after {
    font-family: 'icomoon';
    content: "\e97c";
}

.slicknav_open .slicknav_collapsed .slicknav_arrow::after {
    font-family: 'icomoon';
    content: "\e97a";
}

.slicknav_collapsed .slicknav_arrow::after,
.slicknav_open .slicknav_arrow::after,
.slicknav_open .slicknav_collapsed .slicknav_arrow::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.slicknav_nav .sub-menu {
    border-top: 1px solid #000;
    margin: 0;
}

/*----------------------------------------*/
/*----- 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: 1px 0 0 0;
}

/* take-to-top */
#take-to-top {
    width: 45px;
    height: 45px;
    z-index: 99;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    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: "\e97b";
    font-size: 16px;
    line-height: 43px;
    color: inherit;
}

#take-to-top.dtr-fade-scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}

/*----------------------------------------*/
/*===== 8 Elements =====*/
/*----------------------------------------*/
/*===== box =====*/
.dtr-box-square {
    border-radius: 0;
}

.dtr-rounded-img img,
.dtr-box-rounded {
    border-radius: 10px;
}

.dtr-box-rounded-lg {
    border-radius: 10px;
}

/*===== blockquote =====*/
blockquote {
    padding: 30px 0 30px 30px;
    margin: 0;
    border-style: solid;
    border-width: 0 0 0 5px;
}

cite {
    font-style: italic;
}

.wp-block-quote.is-style-large {
    padding: 0;
    margin: 0;
}

.wp-block-quote.is-style-large cite {
    display: block;
}

.wp-block-pullquote blockquote {
    border-left: none;
}

.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: "\e951";
    font-size: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.dtr-left-border-quote .dtr-quote-source::after {
    font-family: 'icomoon';
    content: "\e953";
    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-center {
    padding: 50px;
}

.dtr-icon-quote blockquote,
.dtr-icon-quote blockquote p {
    padding: 0;
    margin: 0;
    border: 0;
}

.dtr-icon-quote-center::before {
    position: relative;
    font-family: 'icomoon';
    content: "\e955";
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 64px;
    display: block;
    color: inherit;
    font-style: normal;
    z-index: 9;
}

.dtr-icon-quote-center {
    text-align: center;
}

/*===== feature =====*/
.dtr-iconhead {
    width: 100%;
    display: flex;
}

.dtr-feature {
    display: flex;
    align-items: flex-start;
}

.dtr-feature-heading {
    margin: 0 0 20px 0;
}

.dtr-iconhead-heading {
    margin: 0;
    padding: 0;
}

.dtr-iconhead-left i {
    margin-right: 10px;
}

.dtr-iconhead-right i {
    margin-left: 10px;
}

.dtr-feature-align-start {
    align-items: flex-start;
}

.dtr-feature-align-center,
.dtr-iconhead {
    align-items: center;
}

.dtr-iconhead-subtext {
    margin-left: auto;
}

/* align */
.dtr-feature-right,
.dtr-iconhead-right {
    flex-direction: row-reverse;
}

.dtr-feature-left .dtr-feature-content {
    margin-left: 30px;
}

.dtr-feature-right .dtr-feature-content {
    margin-right: 30px;
}

.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;
}

.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;
}

.dtr-feature-top.feature-text-center .dtr-feature-icon {
    margin-left: auto;
    margin-right: auto;
}

.dtr-feature-top.feature-text-right .dtr-feature-icon {
    margin-left: auto;
}

/* icon style */
.dtr-feature-default .dtr-feature-icon i {
    font-size: 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: 10px;
}

.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: 10px;
}

.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;
}

/*===== styled heading =====*/
.dtr-styled-heading {
    margin-bottom: 20px;
    z-index: 9;
}

.dtr-styled-heading-heading {
    display: inline-block;
    position: relative;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px;
    z-index: 9;
}

.dtr-styled-heading-heading::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}

.dtr-styled-heading.text-center {
    text-align: center;
}

.dtr-styled-heading.text-center::before {
    left: 50%;
    margin-left: -30px;
}

.dtr-styled-heading.text-right {
    text-align: right;
}

.text-right .dtr-styled-heading-heading::before {
    left: 0;
}

.dtr-styled-heading-content {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

/*===== 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: 10px;
}

/*===== Accordion =====*/
.dtr-accordion .elementor-accordion-item {
    border-left: none !important;
    border-right: none !important;
}

.dtr-accordion .elementor-tab-content.elementor-active {
    border-top-width: 0 !important;
}

.elementor-counter-number,
.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
    font-size: 47px;
}

/*== progressbar ==*/
.dtr-progressbar .elementor-progress-wrapper {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(17, 32, 77, 0.10);
    -moz-box-shadow: 0px 5px 15px 0px rgba(17, 32, 77, 0.10);
    box-shadow: 0px 5px 15px 0px rgba(17, 32, 77, 0.10);
}

.dtr-progressbar .elementor-progress-bar {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

/*===== 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: "\e967";
    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)";
    }
}

/*===== Testimonial =====*/
.single-dtr_testimonial .dtr-testimonial-thumb {
    margin-bottom: 20px;
}

/*== style 1 - center align ==*/
.dtr-testimonial-style-center {
    text-align: center;
}

.dtr-testimonial-icon {
    text-align: center;
    margin-bottom: 30px;
}

.dtr-testimonial-icon:before {
    font-family: 'icomoon';
    content: "\e955";
    font-size: 64px;
    line-height: 64px;
    font-style: normal;
}

.dtr-testimonial-content {
    font-size: 24px;
    line-height: 36px;
    padding: 0 100px;
}

/*== style 2 - left align ==*/
.dtr-testimonial-style-left .dtr-testimonial-item {
    text-align: left;
    display: flex;
}

.dtr-testimonial-style-left .dtr-testimonial-content-wrapper {
    min-width: 75%;
}

.dtr-testimonial-style-left .dtr-testimonial-content {
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0 0 0;
}

.dtr-testimonial-style-left .dtr-testimonial-image {
    position: relative;
    padding: 60px 0 0 20px;
    min-width: 25%;
    border-radius: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

.dtr-testimonial-image:before {
    font-family: 'icomoon';
    content: "\e953";
    font-size: 96px;
    line-height: 96px;
    font-style: normal;
    position: absolute;
    left: 1px;
    top: 0;
}

.dtr-testimonial-style-left .dtr-testimonial-image img {
    width: 100%;
    border-radius: 10px;
}

/* common */
.dtr-client-info {
    display: block;
    margin-top: 30px;
}

.dtr-client-name {
    margin: 15px 0 0 0;
}

.dtr-testimonial-user {
    max-width: 90px;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

.dtr-testimonial-user img {
    width: 90px;
    border-radius: 10px;
    margin: 0 auto;
}

/* stars */
.dtr-testimonial-style-center .dtr-testimonial-stars {
    display: block;
    letter-spacing: 5px;
    margin-top: 30px;
}

.dtr-testimonial-style-left .dtr-testimonial-stars {
    display: block;
    letter-spacing: 5px;
    margin-top: 30px;
}

.dtr-stars-5:before {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a\e96a\e96a";
}

.dtr-stars-4:before {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a\e96a";
}

.dtr-stars-4:after {
    font-family: 'icomoon';
    content: "\e969";
}

.dtr-stars-3:before {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a";
}

.dtr-stars-3:after {
    font-family: 'icomoon';
    content: "\e969\e969";
}

.dtr-stars-2:before {
    font-family: 'icomoon';
    content: "\e96a\e96a";
}

.dtr-stars-2:after {
    font-family: 'icomoon';
    content: "\e969\e969\e969";
}

.dtr-stars-1:before {
    font-family: 'icomoon';
    content: "\e96a";
}

.dtr-stars-1:after {
    font-family: 'icomoon';
    content: "\e969\e969\e969\e969";
}

/*===== Team =====*/
.dtr-team {
    position: relative;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

.dtr-team-title {
    margin-bottom: 10px;
}

.dtr-team-subtitle,
.dtr-team p:last-child {
    margin: 0;
    color: rgba(17, 32, 77, 0.5)
}

.dtr-team-description {
    margin-top: 15px;
}

.dtr-team-img {
    position: relative;
}

.dtr-team-img img {
    width: 100%;
}

.dtr-team-content {
    position: relative;
    padding: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dtr-team:hover .dtr-team-content {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

/* team social */
.dtr-team-social {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
}

.dtr-team:hover .dtr-team-social {
    bottom: -20px;
    left: 30px;
}

.dtr-team-social a {
    margin: 0 4px 0 0;
}

.text-right .dtr-team-social {
    text-align: right;
    bottom: -100%;
    right: 30px;
    left: auto;
}

.text-right.dtr-team:hover .dtr-team-social {
    bottom: -20px;
    right: 30px;
    left: auto;
}

.text-right .dtr-team-social a {
    margin: 0 0 0 4px;
}

.text-center .dtr-team-social {
    text-align: center;
    bottom: -100%;
    right: 0;
    left: 0;
}

.text-center.dtr-team:hover .dtr-team-social {
    bottom: -20px;
    right: 0;
    left: 0;
}

.text-center .dtr-team-social a {
    margin: 0 2px;
}

/* fix social */
.dtr-team-social-fix:hover .dtr-team-content {
    padding-bottom: 30px;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.dtr-team-social-fix .dtr-team-social {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
}

.dtr-team-social-fix:hover .dtr-team-social {
    position: relative;
    -webkit-transition: none;
    transition: none;
    bottom: auto;
    left: auto;
}

/*===== info table =====*/
.dtr-info-table {
    margin: 0;
}

.dtr-info-table th {
    font-weight: 500;
}

.dtr-info-table th,
.dtr-info-table td {
    padding: 10px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.dtr-info-table tr:last-child th,
.dtr-info-table tr:last-child td {
    border-bottom: none;
}

.dtr-info-table tr td:nth-child(2) {
    padding-left: 20px;
    text-align: right;
}

/*===== servicebox =====*/
.dtr-servicebox {
    position: relative;
    padding: 50px;
    border-width: 1px;
    border-style: solid;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.dtr-servicebox::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10px;
}

.dtr-servicebox:hover::before {
    border-radius: 10px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.dtr-box-square.dtr-servicebox::before,
.dtr-box-square.dtr-servicebox:hover::before {
    border-radius: 0;
}

.dtr-servicebox i {
    font-size: 48px;
    line-height: 48px;
    display: block;
    margin-bottom: 30px;
}

.dtr-servicebox img {
    margin-bottom: 25px;
}

.dtr-service-heading {
    margin-bottom: 20px;
}

.dtr-servicebox-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    line-height: 26px;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.dtr-servicebox:hover .dtr-servicebox-number {
    -webkit-transform: scale(2);
    transform: scale(2);
    top: 30px;
    right: 30px;
}

.dtr-servicebox-link {
    display: inline-block;
    margin: 20px 0 0 0;
}

/*===== timeline =====*/
.dtr-timeline-item {
    display: flex;
    margin-bottom: 40px;
}

.dtr-timeline-left {
    min-width: 35%;
    position: relative;
    padding-right: 30px;
}

.dtr-timeline-left::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'icomoon';
    content: "\e95a";
    font-size: 18px;
    line-height: 18px;
}

.dtr-timeline-left::before {
    position: absolute;
    right: 8px;
    top: 17px;
    content: '';
    width: 2px;
    height: 50px;
}

.dtr-timeline-item:hover .dtr-timeline-left::after {
    font-family: 'icomoon';
    content: "\e959";
}

.dtr-timeline-item:hover .dtr-timeline-left::before {
    height: 100%;
}

.dtr-timeline-right {
    padding-left: 30px;
    padding-bottom: 10px;
}

/*===== blog carousel =====*/
.dtr-box-rounded-lg.dtr-recentpost-carousel-item,
.dtr-box-rounded-lg.dtr-recentpost-carousel-item .dtr-recentposts-img img {
    border-radius: 10px;
}

.dtr-recentpost-carousel-item {
    padding: 10px;
    margin-top: 40px;
    border-width: 1px;
    border-style: solid;
    overflow: visible;
}

.dtr-recentposts-img {
    position: relative;
}

.dtr-recentpost-carousel-item .dtr-recentposts-img img {
    margin-top: -50px;
}

.dtr-recentposts-content {
    padding: 30px;
}

.dtr-recentpost-carousel .dtr-recentposts-title {
    margin-bottom: 0;
}

.dtr-recentpost-carousel .dtr-recentposts-excerpt {
    margin-top: 20px;
}

.dtr-recentpost-carousel .dtr-read-more {
    margin-top: 20px;
}

/* meta */
.dtr-recentpost-carousel-item .dtr-meta-category,
.dtr-relatedposts-grid .dtr-meta-category {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.dtr-recentpost-no-img .dtr-meta-category,
.dtr-relatedposts-grid .dtr-recentpost-no-img .dtr-meta-category {
    display: inline-block;
    position: relative;
    left: 0;
    margin-left: 1px;
    -webkit-transform: none;
    transform: none;
}

.dtr-recentpost-carousel-item .dtr-meta-category a,
.dtr-relatedposts-grid .dtr-meta-category a {
    margin: 0 2px 0 0;
}

.dtr-recentpost-carousel-item .dtr-meta-item,
.dtr-relatedposts-grid .dtr-meta-item {
    margin: 0;
}

.dtr-recentpost-carousel-item .dtr-meta,
.dtr-relatedposts-grid .dtr-meta {
    border: 0;
    padding: 0;
    margin: 0 0 15px 0;
}

/*== meta data ==*/
.dtr-blog-meta {
    width: 100%;
}

.dtr-blog-meta li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.dtr-blog-meta li::after {
    font-family: 'icomoon';
    content: "\e92a";
    vertical-align: middle;
    margin: 0 5px 0 8px;
}

.dtr-blog-meta li:last-child::after {
    content: none;
}

/*== read more link ==*/
.dtr-read-more {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

.dtr-read-more::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .5s;
}

.dtr-read-more:hover::before {
    width: 100%;
}

/*===== pricing =====*/
.dtr-pricing {
    position: relative;
    padding: 40px 30px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.dtr-pricing-img {
    margin-bottom: 25px;
}

.dtr-pricing-img i {
    font-size: 48px;
}

.dtr-price {
    display: block;
    margin-bottom: 20px;
    font-size: 68px;
    line-height: 68px;
    font-weight: 500;
}

.dtr-price sup {
    font-size: 42px;
    line-height: 74px;
}

.dtr-focus-border {
    position: relative;
}

.dtr-focus-border::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 30px;
    display: block;
    width: 100%;
    height: 5px;
}

.dtr-pricing-heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.dtr-pricing-description li {
    list-style-type: none;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.dtr-pricing-description li:last-child {
    border: 0;
}

.dtr-pricing-btn {
    margin-top: 25px;
}

.dtr-pricing-tagline {
    margin-bottom: 20px;
    font-weight: 500;
}

/*----------------------------------------*/
/*----- Tabs -----*/
/*----------------------------------------*/
.dtr-tabs .tab-pane.active.show {
    animation: opac 1.5s
}

.dtr-tabs .tab-pane {
    padding-left: 30px;
}

/*===== tabs nav =====*/
.dtr-styled-tab,
.tab-content-inner {
    display: flex;
}

.dtr-styled-tab .nav-tabs {
    border: 0;
    min-width: 35%;
    width: 35%;
}

.dtr-styled-tab .tab-content {
    min-width: 65%;
    width: 65%;
}

.dtr-tab-content-left {
    width: 40%;
}

.dtr-tab-content-right {
    width: 60%;
    padding-left: 30px;
    box-sizing: border-box;
}

.dtr-styled-tab .nav-pills .nav-link {
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.dtr-styled-tab .nav-pills .nav-link.active,
.dtr-styled-tab .nav-pills .show>.nav-link {
    opacity: 1;
}

.dtr-styled-tab .nav-pills .nav-link h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    padding-right: 20px;
}

.dtr-styled-tab .nav-pills .nav-link h4::before {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    transition: width .5s;
}

.dtr-styled-tab .nav-pills .nav-link:hover h4::before,
.dtr-styled-tab .nav-pills .nav-link.active h4::before {
    width: 100px;
}

.dtr-styled-tab .nav-pills .nav-link h4 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*----------------------------------------*/
/*===== 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: bold;
    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: 15px 20px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    font-size: 17px;
    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: 10px;
}

#commentform textarea {
    margin-bottom: 10px;
}

.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%;
}

#comments .dtr-form-column,
.login-username {
    margin-bottom: 10px;
}

.login-remember {
    margin-top: 10px;
}

/*===== 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: "\e968";
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    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;
    transform: rotate(225deg);
}

.dtr-modal-close:after {
    font-family: 'icomoon';
    content: "\e93b";
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
}

/*===== search form =====*/
.dtr-search-form,
.wp-block-search__inside-wrapper {
    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: 50px;
    padding: 10px 25px 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    margin: 0;
}

button.dtr-search-submit,
.dtr-search-submit,
.wp-block-search .wp-block-search__button {
    display: block;
    width: 30px;
    height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    text-align: center;
    line-height: 30px;
}

.dtr-search-submit::before,
.wp-block-search__button::before {
    font-family: 'icomoon';
    content: "\e968";
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 8px;
    left: auto;
}

.wp-block-search .wp-block-search__button {
    font-size: 0;
    border: 0;
}

.wp-block-search__label {
    display: none;
}

/*===== Comment form =====*/
#commentform {
    padding: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
    -moz-box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
    box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
    border-radius: 10px;
}

#commentform #submit {
    margin: 0;
}

#comment .comment-notes {
    margin-bottom: 20px;
    font-size: .80em;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
    display: none;
}

.comment-form-cookies-consent {
    margin: 0 0 10px 0;
}

.comment-form-cookies-consent input[type="checkbox"] {
    display: inline;
}

.comment-form-cookies-consent label {
    display: inline;
    margin-left: 5px;
}

.comment-notes {
    margin-bottom: 10px;
}

/*===== Contact form7 override =====*/
.wpcf7-validation-errors {
    display: block;
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
    font-size: .80em;
}

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 {
    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: 50px 0 0 0;
    margin: 50px 0 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    max-width: 100%;
}

.elementor-default.elementor-page.single-post .dtr-single-post-nav {
    margin: 50px 0;
}

.dtr-single-nav-prev {
    width: 50%;
    padding-right: 10px;
    overflow: hidden;
}

.dtr-single-nav-next {
    width: 50%;
    padding-left: 10px;
    overflow: hidden;
}

.dtr-single-nav-prev-heading,
.dtr-single-nav-next-heading {
    margin: 0;
}

.dtr-single-nav-next-heading {
    text-align: right;
}

.dtr-single-nav-prev a,
.dtr-single-nav-next a {
    display: flex;
    align-items: center;
}

.dtr-single-nav-next a {
    justify-content: flex-end;
}

.dtr-single-nav-next a h5 {
    min-width: 1%;
    overflow-wrap: break-word;
}

.dtr-prev-icon::before,
.dtr-next-icon::after {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border-width: 0;
    border-style: solid;
    font-family: 'icomoon';
    content: "\e956";
    font-weight: normal;
    font-style: normal;
    margin-right: 15px;
    line-height: 48px;
    text-align: center;
}

.dtr-next-icon::after {
    font-family: 'icomoon';
    content: "\e957";
    margin-right: 0;
    margin-left: 15px;
}

.elementor-default.elementor-page.single-dtr_portfolio .dtr-single-post-nav {
    margin-bottom: 100px;
}

/*== 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 {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    text-align: center;
}

.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: 58px;
}

.dtr-previous-link-title::before {
    content: "\e956";
}

.dtr-next-link-title::after {
    content: "\e957";
}

/*== Archive - Number nav ==*/
.page-numbers::after,
.page-numbers::before {
    content: "";
    display: table;
    clear: both;
}

.dtr-page-numbers {
    list-style: none;
    margin: 90px 0 0 -2px;
    text-align: left;
    text-transform: uppercase;
}

.dtr-page-numbers li {
    display: inline-block;
    text-align: center;
    margin: 2px 0;
    padding: 0 2px;
}

.dtr-page-numbers a,
a.page-numbers,
span.page-numbers {
    width: 60px;
    height: 60px;
    display: block;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 58px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.dtr-simple-numbers a {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.dtr-previous-link-title-numbers::before,
.dtr-next-link-title-numbers::after {
    font-family: 'icomoon';
    content: "\e956";
    font-size: 24px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
}

.dtr-next-link-title-numbers::after {
    content: "\e957";
}

/*== Page links ==*/
.dtr-page-links {
    display: block;
    clear: both;
}

.dtr-page-links {
    text-align: left;
    margin: 20px 0 10px 0;
    display: block;
}

.dtr-page-links span {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.dtr-page-links span,
.dtr-page-links a>span {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 58px;
    border-radius: 10px;
}

.dtr-page-links span,
.dtr-page-links a>span:hover {
    text-decoration: none;
}

.dtr-page-number {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

/*== 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: "\e956";
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
    margin-right: 5px;
}

.dtr-comments-nav-right-text::after {
    font-family: 'icomoon';
    content: "\e957";
    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;
}

.dtr-single-thumb {
    margin-bottom: 30px;
}

/*== meta ==*/
.dtr-meta,
.dtr-entry-meta {}

.dtr-meta {
    padding-bottom: 30px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(17, 32, 77, 0.15);
}

.dtr-meta-item {
    display: inline-block;
    margin: 0;
}

.dtr-meta-item::after {
    font-family: 'icomoon';
    content: "\e92a";
    vertical-align: middle;
    margin: 0 5px 0 8px;
}

.dtr-meta-item:last-child::after,
.dtr-meta-item.dtr-meta-category::after {
    content: none;
}

/* category */
.dtr-meta-category,
.dtr-entry-category {
    display: inline-block;
    padding: 0 10px 1px 10px;
    margin-right: 15px;
    border-radius: 10px;
    z-index: 9;
}

.dtr-meta-category a,
.dtr-entry-category a {
    text-transform: uppercase;
    font-size: 0.765em;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.dtr-meta-category a::after,
.dtr-entry-category a::after {
    content: ',';
    margin-right: 2px;
}

.dtr-meta-category a:last-child::after,
.dtr-entry-category a:last-child::after {
    content: none;
    margin-right: 0;
}

.dtr-entry-thumb-wrapper .dtr-entry-category {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.dtr-entry-thumb-wrapper .dtr-has-no-thumb .dtr-entry-category {
    display: inline-block;
    position: relative;
    left: 0;
    margin-left: 1px;
    -webkit-transform: none;
    transform: none;
}

/* post meta */
.dtr-footer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 50px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.50);
}

/*===== Standard Blog =====*/
.dtr-blog-default .dtr-entry-thumb-wrapper {
    margin-bottom: 30px;
}

.dtr-blog-default .dtr-archive-post-title {
    margin-bottom: 20px;
}

.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 {
    justify-content: flex-start;
}

.text-right .dtr-single-post-title {
    justify-content: flex-end;
}

/*-- post footer --*/
.dtr-post-footer {
    display: block;
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
}

.dtr-blog-default .dtr-post-footer {
    display: block;
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
}

.dtr-blog-grid .dtr-post-footer {
    display: block;
    height: 20px;
    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: 10px;
    padding-left: 10px;
}

.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: 20px;
}

.dtr-blog-grid .dtr-post-grid,
.dtr-search-grid-wrapper .dtr-search-grid,
.dtr-relatedposts-grid {
    margin: 0 -10px 0 -10px;
}

.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 10px 10px;
}

.dtr-has-no-thumb .dtr-post-content-inner {
    border-radius: 10px;
}

/*-- blog grid item --*/
.dtr-blog-grid .dtr-post-content-inner {
    padding: 30px;
}

.dtr-blog-grid .dtr-entry-thumb.dtr-rounded-corners img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.dtr-blog-grid .dtr-entry-thumb.dtr-square-corners img {
    width: 100%;
    border-radius: 0;
}

.dtr-blog-grid .dtr-entry-meta {
    margin: 0 0 15px 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: "\e96a";
    font-size: 1.2em;
    margin-right: 5px;
}

.post:not(.sticky) .dtr-sticky-label {
    display: none;
}

/*===== Search items =====*/
.dtr-search-item-inner {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.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;
}

.dtr-search-grid .dtr-read-more {
    margin-top: 5px;
}

/*===== Author bio =====*/
.dtr-author-info {
    display: flex;
    margin: 50px 0;
    padding: 50px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.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: 10px;
    padding-right: 30px;
    box-sizing: border-box;
}

.dtr-author-avatar img {
    border-radius: 50%;
}

.dtr-author-page-link {
    margin-top: 20px;
}

/*-- Password protected --*/
.dtr-protected-msg {
    text-align: left;
}

.dtr-author-avatar img,
.dtr-comment-avatar img {
    outline: 2px solid #fff;
    border-radius: 50%;
    outline-offset: -4px;
}

/*----------------------------------------*/
/*----- 12 Comments -----*/
/*----------------------------------------*/
#comments {
    padding: 0;
    margin: 50px 0 0 0;
    border-width: 0;
    border-style: solid;
}

#commentform {
    margin-bottom: 50px;
}

.logged-in-as {
    margin-bottom: 10px;
}

.comment-list #respond {
    margin-bottom: 50px;
}

#respond form {
    margin: 0;
}

/* comment list */
.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.comment-list .comment {
    padding-bottom: 0;
    margin-bottom: 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 rgba(17, 32, 77, 0.15);
    padding-bottom: 50px;
    margin-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: 50%;
}

.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 a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    border: 0;
    text-align: center;
    margin: 0 0 0 30px;
}

#cancel-comment-reply-link {
    font-size: .82em;
    font-weight: normal;
}

#cancel-comment-reply-link {
    margin-left: 1em;
}

.pingback .comment-edit-link {
    display: block;
    margin: 0;
}

.pingback .comment-body {
    margin-left: 0;
    min-height: 1px;
}

/*----------------------------------------*/
/*----- 13 Widgets -----*/
/*----------------------------------------*/
#dtr-main-header .widget {
    margin-bottom: 0;
}

/*===== Custom - Social Widget =====*/
.dtr-social-list,
.dtr-social-share-list {
    margin: 0;
}

.dtr-social-list li,
.dtr-social-share-list li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.dtr-social-share-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: 0;
    border-radius: 0;
    z-index: 9;
}

.dtr-author-social li:first-child {
    margin-left: 5px;
}

/*== circle social ==*/
.dtr-social-list li,
.dtr-social-share-list li {
    margin: 0;
}

.dtr-social-circle .dtr-social-list li {
    margin: 0 5px;
}

.text-left .dtr-social-list li:first-child,
.dtr-social-circle.text-left .dtr-social-list li:first-child {
    margin-left: 0;
}

.text-right .dtr-social-list li:last-child,
.dtr-social-circle.text-right .dtr-social-list li:last-child {
    margin-right: 0;
}

.dtr-social-list a,
.dtr-social-circle .dtr-social-list a {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.dtr-social a::before,
.dtr-social-circle .dtr-social a::before {
    line-height: 40px;
    color: inherit;
}

.dtr-social-list a,
.dtr-social-circle .dtr-social-list a,
.dtr-social-share-list a,
.dtr-team-social a {
    display: inline-block;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.dtr-social-circle .dtr-social a::before,
.dtr-social-share-list a::before,
.dtr-team-social a {
    line-height: 40px;
    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: 5px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.dtr-social-square .dtr-social a::before {
    line-height: 28px;
    color: inherit;
}

/*== large size social ==*/
.dtr-social-large .dtr-social-list li {
    margin: 0 15px;
}

.dtr-social-large .dtr-social-list a {
    font-size: 32px;
    line-height: 32px;
}

/*== styled social ==*/
.dtr-styled-social {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.dtr-styled-social li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.dtr-social-button i {
    font-size: 24px;
    line-height: 55px;
    display: inline-block;
}

.dtr-social-button {
    display: inline-block;
    padding: 0 12px 0 15px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
}

.dtr-social-button span {
    max-width: 0;
    -webkit-transition: max-width .7s;
    transition: max-width .7s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    line-height: 55px;
    transform: translateX(15px);
    font-weight: 500;
}

.dtr-social-button:hover span {
    max-width: 400px;
    transform: translateX(15px);
    -webkit-transition: max-width 1.2s;
    transition: max-width 1.2s;
}

.dtr-social-button span::after {
    content: '';
    margin-right: 15px;
}

.dtr-social-title {
    display: inline-block;
    position: relative;
    padding-right: 115px;
}

.dtr-social-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
}

/*== 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: "\e905";
}

.dtr-social a.dtr-twitter::before {
    content: "\e908";
}

.dtr-social a.dtr-pinterest::before {
    content: "\e904";
}

.dtr-social a.dtr-google::before {
    content: "\e90b";
}

.dtr-social a.dtr-linkedin::before {
    content: "\e909";
}

.dtr-social a.dtr-instagram::before {
    content: "\e90d";
}

.dtr-social a.dtr-behance::before {
    content: "\e97f";
}

.dtr-social a.dtr-skype::before {
    content: "\e97e";
}

.dtr-social a.dtr-vimeo::before {
    content: "\e984";
}

.dtr-social a.dtr-mail::before {
    content: "\e95c";
}

.dtr-social a.dtr-youtube::before {
    content: "\e90e";
}

.dtr-social a.dtr-flickr::before {
    content: "\e98d";
}

.dtr-social a.dtr-dribbble::before {
    content: "\e97d";
}

.dtr-social a.dtr-soundcloud::before {
    content: "\e98e";
}

.dtr-social a.dtr-digg::before {
    content: "\e988";
}

.dtr-social a.dtr-deviantart::before {
    content: "\e987";
}

.dtr-social a.dtr-yelp::before {
    content: "\e989";
}

.dtr-social a.dtr-vk::before {
    content: "\e985";
}

.dtr-social a.dtr-spotify::before {
    content: "\e98f";
}

.dtr-social a.dtr-etsy::before {
    content: "\e982";
}

.dtr-social a.dtr-github::before {
    content: "\e983";
}

.dtr-social a.dtr-gitlab::before {
    content: "\e99c";
}

.dtr-social a.dtr-whatsapp::before {
    content: "\e901";
}

.dtr-social a.dtr-telegram::before {
    content: "\e98b";
}

.dtr-social a:focus {
    outline: none;
}

/*===== Social Share  =====*/
.dtr-social-share-title {
    display: inline-block;
    margin: 0;
}

.dtr-social-share {
    position: relative;
    padding: 0;
    margin: 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: "\e906";
}

.dtr-social-share-list li a.dtr-twitter-share::before {
    content: "\e908";
}

.dtr-social-share-list li a.dtr-pinterest-share::before {
    content: "\e904";
}

.dtr-social-share-list li a.dtr-google-share::before {
    content: "\e90b";
}

.dtr-social-share-list li a.dtr-linkedin-share::before {
    content: "\e909";
}

/*===== 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: 1px solid;
    border-color: rgba(17, 32, 77, 0.15);
    border-radius: 10px;
}

.wp-block-tag-cloud a {
    margin: 0 0 10px 0;
}

.dtr-tags-title {
    padding: 5px 10px 5px 0;
    margin: 5px 0 5px 0;
    border: 0;
}

.dtr-post-tags-list {
    display: inline-block;
    margin-left: -5px;
}

/*===== WP Pages =====*/
.widget_pages ul li,
.wp-block-page-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    overflow: hidden;
}

.widget_pages ul li li,
.wp-block-page-list li li {
    margin-left: 15px;
}

.widget_pages a,
.wp-block-page-list li a {
    display: inline-block;
    margin-bottom: 15px;
}

.widget_pages li:last-child a,
.wp-block-page-list>li:last-child a {
    margin-bottom: 0;
}

.widget_pages ul li a:before,
.wp-block-page-list li a:before {
    content: "-";
    margin-right: 10px;
    vertical-align: middle;
}

.widget_pages ul ul,
.wp-block-page-list ul {
    margin-left: 0;
}

/*===== WP Meta =====*/
.widget_meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_meta li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.widget_meta li a {
    display: inline-block;
}

.widget_meta li a:before {
    content: "-";
    margin-right: 10px;
    vertical-align: middle;
}

/*===== WP Archives / WP Category / WP Comments =====*/
.wp-block-latest-comments li {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.wp-block-latest-comments li:first-child {
    padding-top: 0;
}

.wp-block-latest-comments li:last-child {
    padding-bottom: 0;
    border: 0;
}

.wp-block-latest-comments li>ul {
    margin-left: 0;
}

.wp-block-categories-list,
.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.wp-block-categories-list li>ul,
.wp-block-archives-list li>ul {
    margin-left: 0;
}

.wp-block-categories-list>li,
.wp-block-archives-list>li {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.wp-block-categories-list>li:first-child,
.wp-block-archives-list>li:first-child {
    padding-top: 0;
}

.wp-block-categories-list>li:last-child,
.wp-block-archives-list>li:last-child {
    padding-bottom: 0;
    border: 0;
}

.wp-block-categories-list>li li,
.wp-block-archives-list>li li {
    margin: 0;
    padding: 8px 0 0 0;
    list-style-type: none;
    display: block;
}

.wp-block-categories-list .children li,
.wp-block-archives-list .children li {
    padding-left: 15px;
}

.wp-block-latest-comments__comment-excerpt {
    margin-top: 10px;
}

.wp-block-latest-comments__comment-date {
    font-size: .875em;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 1em;
}

/*===== 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: 15px;
    list-style-type: none;
}

.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}

.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: 10px;
}

.wp-block-latest-posts li .alignright,
.wp-block-latest-posts li .alignleft {
    margin-top: 0;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: .875em;
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 0;
}

/*===== WP Navigation =====*/
.widget_nav_menu ul,
.elementor-widget-wp-widget-nav_menu ul {
    padding: 0;
}

.widget_nav_menu ul ul,
.elementor-widget-wp-widget-nav_menu ul ul {
    padding: 0;
}

.widget_nav_menu li,
.elementor-widget-wp-widget-nav_menu li {
    padding: 0;
    margin: 0;
}

.widget_nav_menu a,
.elementor-widget-wp-widget-nav_menu a {
    position: relative;
}

.widget_nav_menu .sub-menu,
.elementor-widget-wp-widget-nav_menu .sub-menu {
    display: none
}

.widget_nav_menu ul,
.elementor-widget-wp-widget-nav_menu ul {
    margin: 0;
    list-style-type: none;
}

.widget_nav_menu ul ul,
.elementor-widget-wp-widget-nav_menu ul ul {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.widget_nav_menu li a,
.elementor-widget-wp-widget-nav_menu li a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    transition: all 0.35s;
}

.widget_nav_menu a:hover,
.widget_nav_menu li.active>a,
.elementor-widget-wp-widget-nav_menu a:hover,
.elementor-widget-wp-widget-nav_menu li.active>a {
    text-decoration: none;
}

.widget_nav_menu .parent>a:after,
.elementor-widget-wp-widget-nav_menu .parent>a:after {
    font-family: 'icomoon';
    content: "\e97a";
    position: absolute;
    top: 15px;
    right: 0;
    font-weight: normal;
}

.widget_nav_menu .parent.active>a:after,
.elementor-widget-wp-widget-nav_menu .parent.active>a:after {
    font-family: 'icomoon';
    content: "\e97c";
}

.widget_nav_menu .current_page_item>.sub-menu,
.widget_nav_menu .current-menu-item>.sub-menu,
.elementor-widget-wp-widget-nav_menu .current_page_item>.sub-menu,
.elementor-widget-wp-widget-nav_menu .current-menu-item>.sub-menu {
    display: block;
}

.widget_nav_menu li+li,
.widget_nav_menu .sub-menu li,
.elementor-widget-wp-widget-nav_menu li+li,
.elementor-widget-wp-widget-nav_menu .sub-menu li {
    border-width: 1px 0 0 0;
    border-style: solid;
}

.widget_nav_menu {
    border-width: 1px 0;
    border-style: solid;
}

.widget_nav_menu .sub-menu li,
.elementor-widget-wp-widget-nav_menu .sub-menu li {
    padding-left: 0;
}

/*----------------------------------------*/
/*===== Portfolio =====*/
/*----------------------------------------*/
/*===== portfolio grid =====*/
.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;
    text-align: center;
    margin-bottom: 30px;
}

.dtr-filter-nav li {
    padding: 0;
    margin: 0 15px;
    display: inline;
    list-style-type: none;
}

.dtr-filter-nav a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
}

.dtr-filter-nav a::before,
.dtr-filter-nav .active:before {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .5s;
}

.dtr-filter-nav a:hover::before,
.dtr-filter-nav .active:before {
    width: 30px;
}

/*== portfolio item ==*/
.dtr-portfolio-item {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.dtr-singleimg {
    position: relative;
    overflow: hidden;
}

.dtr-portfolio-item img,
.dtr-singleimg img {
    width: 100%;
    height: auto;
    display: block;
}

.dtr-portfolio-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.dtr-portfolio-overlay,
.dtr-portfolio-overlay img,
.dtr-portfolio-content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.dtr-portfolio-item:hover .dtr-portfolio-overlay,
.dtr-singleimg:hover .dtr-portfolio-overlay {
    opacity: 1;
}

.dtr-portfolio-item:hover .dtr-portfolio-content,
.dtr-singleimg:hover .dtr-portfolio-content {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(17, 32, 77, 0.15);
}

.dtr-portfolio-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dtr-rounded-img .dtr-portfolio-content,
.dtr-rounded-img img,
.dtr-rounded-img .dtr-portfolio-overlay,
.dtr-singleimg.dtr-rounded-img {
    border-radius: 10px;
}

/*== zoom / link icon ==*/
/* style 1 */
.dtr-portfolio-style-1 .media-zoom:before {
    font-family: 'icomoon';
    content: "\e94d";
    font-size: 32px;
    line-height: 32px;
}

.dtr-portfolio-style-1 .media-link:before {
    font-family: 'icomoon';
    content: "\e961";
    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: "\e94d";
    font-size: 20px;
    line-height: 60px;
}

.dtr-portfolio-style-2 .media-link:before,
.dtr-singleimg .media-link:before {
    font-family: 'icomoon';
    content: "\e961";
    font-size: 26px;
    line-height: 60px;
}

.dtr-portfolio-style-2 .media-zoom,
.dtr-portfolio-style-2 .media-link,
.dtr-singleimg .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,
.dtr-singleimg: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;
    text-align: center;
}

.dtr-portfolio-desc {
    text-align: center;
}

.elementor-widget-dtr-grid-portfolio .elementor-widget-container {
    min-height: 1px;
}

/*----------------------------------------*/
/*----- 14 Misc -----*/
/*----------------------------------------*/
/*===== table =====*/
.dtr-table th,
.dtr-table td {
    padding: 5px 0;
    vertical-align: middle;
    border: 0;
}

.dtr-table th {
    padding-right: 40px;
    text-transform: uppercase;
}

.dtr-box {
    padding: 30px;
}

.dtr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.dtr-overlay-content {
    position: relative;
    z-index: 99;
}

/*===== Common Shadow =====*/
.dtr-box-shadow,
.dtr-box-onhover-shadow:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
    -moz-box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
    box-shadow: 0px 10px 20px 0px rgba(17, 32, 77, 0.10);
}

/*===== 404 error page =====*/
.error-404 {
    text-align: center;
}

.error404 #dtr-main-wrapper {
    padding-top: 70px;
}

.subtext-404 {
    margin-top: 30px;
    font-size: 40px;
}

.text-404 {
    font-size: 20px;
    margin-top: 20px;
}

.heading-404 {
    font-size: 250px;
    margin-bottom: 20px;
    line-height: 1em;
}

.link-404 {
    margin-top: 30px;
}

/*===== swiper navigation =====*/
.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
    text-align: center;
    display: none;
    border: 1px solid rgba(17, 32, 77, 0.15);
}
.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: 40px;
    line-height: 60px;
    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: "\e956";
}

.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: "\e957";
}

.dtr-testimonial-style-left .swiper-button-next,
.dtr-testimonial-style-left .swiper-button-prev {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.dtr-testimonial-style-left .swiper-button-prev {
    right: 65px;
}

/*bullet*/
.dtr-slider-has-dots {
    padding-bottom: 40px;
}

.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: #f2f2f2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px 2px rgba(17, 32, 77, 0.15);
    box-shadow: 0 0 2px 2px rgba(17, 32, 77, 0.15);
    clip: auto !important;
    color: #11204d;
    display: block;
    font-size: 14px;
    font-size: 0.882rem;
    font-weight: 500;
    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: 0;
}

.wp-caption.alignleft {
    margin: 0 20px 0 0;
}

.wp-caption.alignright {
    margin: 0 0 0 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: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

img.alignnone {
    float: none;
    margin: 0;
}

img.alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}

img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto;
}

img.alignright {
    margin: .5em 0 .5em 1em;
}

/* table */
table {
    border-collapse: collapse;
}

td,
th {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    text-align: left;
}

/* block fixes */
.wp-block-navigation .wp-block-navigation__submenu-icon {
    margin-right: 10px;
}

.wp-block-navigation .wp-block-navigation-item {
    margin-bottom: 0;
}

/*----------------------------------------*/
/*===== 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-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,
.footer-list li,
.dtr-icon-circle,
.dtr-icon-circle::before,
.dtr-featurebox-icon,
.dtr-team-content,
.widget_nav_menu li,
.elementor-widget-wp-widget-nav_menu li,
.dtr-box-onhover-shadow,
.dtr-timeline-left::after,
.dtr-timeline-left::before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dtr-search-modal,
.swiper-pagination-bullet,
.dtr-styled-social i {
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

/*== basic typo ==*/
body {
    color: rgba(17, 32, 77, 0.7);
    background-color: #fcfcfd;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #11204d;
}

a {
    color: #11204d;
}

hr {
    background-color: rgba(17, 32, 77, 0.5);
}

/*== header ==*/
#dtr-header-global {
    background-color: #fff;
}

#dtr-header-global.header-fixed {
    background-color: #fff;
}

.logo-alt,
.logo-default,
.logo-alt:hover,
.logo-default:hover {
    color: #11204d;
}

#dtr-topbar {
    background-color: #fff;
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-search-modal-trigger:after {
    color: #11204d;
}

/*== page title ==*/
.dtr-page-title-main {
    background-color: #11204d;
}

.dtr-page-title {
    color: #fff;
}

.breadcrumbs,
.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #e8e4e4;
}

/*== Main Navigation ==*/
/* icons */
.dtr-menu-default .sf-menu>li.menu-item-has-children>a:after {
    color: inherit;
}

.dtr-menu-default .sf-menu>li li.menu-item-has-children>a::after {
    color: inherit;
}

.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: #11204d;
}

.dtr-menu-default .sf-menu li a:hover {
    color: #c98e72;
}

.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: #c98e72;
}

/*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: #11204d;
}

/*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 {
    color: #c98e72;
}

/*dropdown background color*/
.dtr-menu-default .sf-menu ul,
.dtr-menu-default .sf-menu ul ul {
    background-color: #fff;
}

.dtr-menu-default .sf-menu:first-child>li a:hover::before,
.dtr-menu-default .sf-menu:first-child>li a.active:before,
.dtr-menu-default .sf-menu:first-child>.current_page_item a::before {
    background-color: #c98e72;
}

/*== Alt Main Navigation ==*/
/* icons */
.dtr-menu-alt .sf-menu>li.menu-item-has-children>a:after {
    color: inherit;
}

.dtr-menu-alt .sf-menu>li li.menu-item-has-children>a::after {
    color: inherit;
}

.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: #11204d;
}

.dtr-menu-alt .sf-menu li a:hover {
    color: #c98e72;
}

.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: #c98e72;
}

/*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: #11204d;
}

/*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 {
    color: #c98e72;
}

/*dropdown background color*/
.dtr-menu-alt .sf-menu ul,
.dtr-menu-alt .sf-menu ul ul {
    background-color: #fff;
}

.dtr-menu-alt .sf-menu:first-child>li a:hover::before,
.dtr-menu-alt .sf-menu:first-child>li a.active:before,
.dtr-menu-alt .sf-menu:first-child>.current_page_item a::before {
    background-color: #c98e72;
}

/*== Responsive menu ==*/
#dtr-responsive-header {
    background-color: #fff;
}

.dtr-hamburger-lines,
.dtr-hamburger-lines:after,
.dtr-hamburger-lines:before {
    background-color: #11204d;
}

.slicknav_nav,
.slicknav_menu {
    background-color: #fff;
}

.slicknav_nav li,
.slicknav_nav .sub-menu {
    border-color: rgba(17, 32, 77, 0.15);
}

.slicknav_nav,
.slicknav_nav a,
.slicknav_menu .slicknav_menutxt {
    color: #11204d;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover a {
    color: #6138bd;
}

/*== footer ==*/
#dtr-footer-section {
    background: #11204d;
    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: #11204d;
    color: #fff;
}

#take-to-top:hover {
    color: #fff;
}

#dtr-footer-section .dtr-copyright,
.dtr-copyright a:hover {
    color: #fff;
}

.dtr-copyright {
    border-color: rgba(255, 255, 255, 0.10);
}

/*== swiper navigation ==*/
.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    border-color: rgba(17, 32, 77, 0.15);
    color: rgba(17, 32, 77, 0.15);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #11204d;
    border-color: #11204d;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(17, 32, 77, 0.15);
}

/*== pagers ==*/
/*-- Single post nav --*/
.dtr-single-post-nav {
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-prev-icon::before,
.dtr-next-icon::after {
    color: #fff;
}

/*-- page number / links --*/
.dtr-page-number {
    color: #11204d;
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-page-links a>span:hover,
.dtr-page-links span:hover,
.post-page-numbers.current .dtr-page-number {
    color: #fff;
}

.dtr-page-numbers a,
a.page-numbers,
span.page-numbers {
    border-color: rgba(17, 32, 77, 0.15);
    color: rgba(17, 32, 77, 0.5);
}

.dtr-page-numbers a:hover,
a.page-numbers:hover,
span.page-numbers:hover,
.page-numbers.current,
.dtr-previous-link a:hover,
.dtr-next-link a:hover {
    color: #fff;
}

.dtr-previous-link a,
.dtr-next-link a {
    color: #11204d;
    border-color: rgba(17, 32, 77, 0.15);
}

/*== forms ==*/
label {
    color: #11204d;
}

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: #11204d;
}

.comment-form-cookies-consent label {
    color: #11204d;
    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: #ffffff;
    border-color: rgba(17, 32, 77, 0.15);
}

.comment-form-cookies-consent label {
    color: #11204d;
    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 20px;
    padding: 15px 20px;
}

option {
    background-color: #fff;
    color: #11204d;
}

/*== search ==*/
.dtr-search-form input[type="search"],
.wp-block-search input[type="search"],
.wp-block-search .wp-block-search__input {
    background-color: #fff;
    border-color: rgba(17, 32, 77, 0.15);
    color: #11204d;
}

.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: #11204d;
}

.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 {
    border-color: #6138bd;
    outline: none;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #11204d;
    opacity: 0.5;
}

:-moz-placeholder {
    color: #11204d;
    opacity: 0.5;
}

::-moz-placeholder {
    color: #11204d;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #11204d;
    opacity: 0.5;
}

/*== Buttons ==*/
.dtr-btn,
.dtr-btn:hover,
.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,
.dtr-reply a,
.dtr-reply a:hover {
    color: #fff;
}

.dtr-form .dtr-btn i {
    color: inherit;
}

/*== Block Editor Color Palette ==*/
/* text colors */
.has-dark-color {
    color: #11204d;
}

.has-white-color {
    color: #fff;
}

.has-gray-color {
    color: #f7f8fa;
}

.has-blue-color {
    color: #6138bd;
}

/* background colors */
.has-dark-background-color {
    background-color: #11204d;
}

.has-white-background-color {
    background-color: #fff;
}

.has-gray-background-color {
    background-color: #f7f8fa;
}

.has-blue-background-color {
    background-color: #6138bd;
}

/*== feature ==*/
.dtr-feature-circle .dtr-feature-icon,
.dtr-feature-square .dtr-feature-icon {
    background-color: #11204d;
    color: #fff;
}

.dtr-icon-circle::before {
    background-color: #ffe7d6;
}

/*===== servicebox =====*/
.dtr-servicebox,
.dtr-pricing {
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-servicebox::before {
    background: #efebf8;
}

/*===== styled heading =====*/
.dtr-styled-heading-heading::before {
    background-color: rgba(173, 217, 210, .1);
}

.dtr-social-title::after {
    background-color: rgba(17, 32, 77, 0.10);
}

/*===== info table =====*/
.dtr-info-table th {
    color: rgba(17, 32, 77, 0.7);
}

.dtr-info-table th,
.dtr-info-table td {
    border-color: rgba(17, 32, 77, 0.15);
}

/*===== blog carousel =====*/
.dtr-recentpost-carousel-item {
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-recentposts-category a {
    color: #fff;
}

/*===== pricing =====*/
.dtr-pricing {
    background-color: #fff;
    border-color: #fff;
}

.dtr-pricing-tagline {
    color: #11204d;
}

.dtr-pricing-description li {
    border-color: rgba(17, 32, 77, 0.15);
}

.dtr-pricing-btn {
    color: #fff;
}

.dtr-focus-border::after {
    background-color: #fff;
}

/*===== team =====*/
.dtr-team,
.dtr-team-content {
    background-color: #fff;
}

.dtr-team-social a {
    color: #fff;
}

/*===== testimonial =====*/
.dtr-client-job {
    color: rgba(17, 32, 77, 0.5);
}

/*===== tabs =====*/
.dtr-styled-tab .nav-pills .nav-link {
    color: #11204d;
    background-color: transparent;
}

/*== styled social ==*/
.dtr-social-button {
    border-color: rgba(17, 32, 77, 0.15);
    background-color: #fff;
    color: #11204d;
}

/*===== portfolio =====*/
.dtr-portfolio-item:hover .dtr-portfolio-overlay,
.dtr-singleimg .dtr-portfolio-overlay {
    background-color: rgba(255, 255, 255, .8);
}

.dtr-portfolio-style-2 .media-zoom,
.dtr-portfolio-style-2 .media-link,
.dtr-singleimg .media-link {
    background-color: #11204d;
    color: #fff;
}

/*===== timeline =====*/
.dtr-timeline-left::after {
    color: #d5d8e0;
}

.dtr-timeline-left::before {
    background-color: #d5d8e0;
}

/*== 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;
}

.pulse {
    background: rgba(255, 255, 255, 0.5);
}

/* pulse dark */
.video-dark .dtr-video-button {
    background-color: #11204d;
}

.video-dark .dtr-video-button:after {
    color: #fff
}

.video-dark .pulse {
    background: rgba(5, 24, 43, 0.5);
}

/*== widgets ==*/
.wp-block-tag-cloud a,
.dtr-post-tags a,
.dtr-tags-title {
    background-color: transparent;
    border-color: rgba(17, 32, 77, 0.15);
}

.wp-block-tag-cloud a:hover,
.dtr-post-tags a:hover {
    color: #fff;
}

/*== share ==*/
.dtr-social-share-list a {
    background-color: transparent;
}

.dtr-social-share-list li a::before {
    color: inherit;
}

.dtr-social-share-list li a:hover {
    color: #fff;
}

/*== default ==*/
.dtr-social-list a {
    background-color: transparent;
}

.dtr-social-list a:hover {
    color: #fff;
}

.dtr-social-circle .dtr-social-list a,
.dtr-social-square .dtr-social-list a {
    background-color: #11204d;
    border-color: #11204d;
    color: #fff;
}

.dtr-social-circle .dtr-social-list a:hover,
.dtr-social-square .dtr-social-list a:hover {
    color: #fff;
}

/*== blog ==*/
.dtr-archive-post-title a:hover {
    color: inherit;
}

/* menu widget */
.widget_nav_menu a,
.elementor-widget-wp-widget-nav_menu a {
    color: #11204d;
}

/* meta */
.dtr-meta,
.dtr-meta a {
    color: rgba(17, 32, 77, 0.5);
}

.dtr-meta-category a,
.dtr-meta-category a:hover,
.dtr-entry-category a,
.dtr-entry-category a:hover {
    color: #fff;
}

/*== common gray color ==*/
table,
td,
th,
.wp-block-calendar tbody td,
.wp-block-calendar th,
.dtr-search-item-inner,
.dtr-author-info,
.dtr-blog-grid .dtr-post-content-inner,
.dtr-comment-wrapper,
.dtr-listbox,
.dtr-featurebox,
.dtr-linkbox,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-comments li,
.dtr-testimonial-item,
.dtr-team,
.widget_nav_menu li+li,
.widget_nav_menu .sub-menu li,
.elementor-widget-wp-widget-nav_menu li+li,
.elementor-widget-wp-widget-nav_menu .sub-menu li,
.widget_nav_menu {
    border-color: rgba(17, 32, 77, 0.15);
}

/*== accent color ==*/
a:hover,
.widget_nav_menu li a:hover,
.elementor-widget-wp-widget-nav_menu li a:hover,
.elementor-widget-wp-widget-nav_menu .current-menu-item [aria-current="page"],
.widget_nav_menu .current_page_item [aria-current="page"],
.dtr-timeline-item:hover .dtr-timeline-left::after,
.dtr-video-button:after,
.dtr-filter-nav a:hover,
.dtr-filter-nav .active,
.media-zoom,
.media-link,
.dtr-info-table tr td:nth-child(2),
.dtr-read-more a,
.dtr-read-more a:hover,
.dtr-social-button:hover::before,
.dtr-social-button:hover span,
.dtr-pricing-img,
.dtr-price,
.dtr-testimonial-stars,
.dtr-testimonial-icon,
.dtr-testimonial-image:before,
.dtr-styled-tab .nav-pills .nav-link:hover h4,
.dtr-styled-tab .nav-pills .nav-link.active h4,
.dtr-styled-tab .nav-pills .show>.nav-link h4,
.dtr-sticky-label {
    color: #6138bd;
}

/* background */
.dtr-meta-category,
.dtr-entry-category,
.dtr-prev-icon::before,
.dtr-next-icon::after,
#take-to-top:hover,
.dtr-page-numbers a:hover,
a.page-numbers:hover,
span.page-numbers:hover,
.page-numbers.current,
.dtr-previous-link a:hover,
.dtr-next-link a:hover,
.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,
.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,
.dtr-reply a,
.wp-block-tag-cloud a:hover,
.dtr-post-tags a:hover,
.dtr-social-share-list li a:hover,
.dtr-social-list a:hover,
.dtr-pricing-btn,
.dtr-styled-tab .nav-pills .nav-link h4::before,
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.dtr-timeline-item:hover .dtr-timeline-left::before,
.dtr-filter-nav a::before,
.dtr-filter-nav .active::before,
.dtr-recentposts-category,
.dtr-read-more::before,
.post-page-numbers.current .dtr-page-number,
.dtr-page-number:hover {
    background-color: #c98e72;
}

/* border */
.wp-block-tag-cloud a:hover,
.dtr-post-tags a:hover,
.dtr-about-img,
.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,
.dtr-reply a,
.dtr-border-quote,
.dtr-icon-quote-left,
.dtr-quote blockquote,
blockquote,
.dtr-pricing-btn {
    border-color: #6138bd;
}

.col-md-6 {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.wpcf7 label {
    text-align: left;
}
.our_service .elementor-element.elementor-element-fec106b.elementor-align-center.elementor-widget.elementor-widget-button .elementor-widget-container {
    margin: 0px;
}
.our_service p.elementor-icon-box-description {
    height: 180px !important;
}
.our_package .dtr-pricing-description {
    height: 375px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #8D584D;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#package_btn span.elementor-button-text{
    padding: 7px 0 7px 0;
}
#idividual_training span.elementor-button-text {
    padding: 7px 0 5px 0;
}
#group_training span.elementor-button-text {
    padding: 7px 0 6px 0;
}
.banner_section span.dtr-social-text {
    color: #c98e72;
}
#home span.dtr-social-text:hover {
    /* padding-right: 20px; */
}
.home_service_section a.elementor-button.elementor-button-link {
    min-height: 70px;
}
.rtl footer#dtr-footer-section .col-12.col-md-6.text-left {
    text-align: right;
}
.rtl footer#dtr-footer-section .col-12.col-md-6.text-right {
    text-align: left;
}
#packages h4.dtr-pricing-heading {
    min-height: 40px;
}
.rtl.home ul.dtr-social.dtr-social-list {
    float: left;
}
.rtl .banner_section .dtr-btn-text{
    text-align:right;
}
/*css for iphone 14 pro max*/
@media only screen and (min-device-width: 428px) and (max-device-width: 926px) and (-webkit-min-device-pixel-ratio: 3) {
    .our_service p.elementor-icon-box-description {
        height: 100px !important;
    }
    .our_package .dtr-pricing-description {
        height: 290px;
    }
}

/*css for ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .our_service h3.elementor-icon-box-title span {
        font-size: 18px;
    }
    .our_package h4.dtr-pricing-heading {
        font-size: 14px !important;
    }
    .our_service p.elementor-icon-box-description {
        height: 195px !important;
    }
}
/*css for ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .our_package .elementor-column.elementor-col-25,
    .our_service .elementor-column.elementor-col-25,
    section#packages .elementor-column.elementor-col-25 {
        width: 50%;
    }
    .our_package .dtr-pricing-description,
    section#packages .dtr-pricing-description {
        height: 300px;
    }
    .our_service p.elementor-icon-box-description {
        height: 125px !important;
    }
}
/*css for mobile*/
@media only screen and (max-width: 768px) {
  .book_section a {
    font-size: 18px !important;
    line-height: 18px !important;
    }
    .banner_section .dtr-social-title {
        display: block;
        text-align: center;
        padding: 0
    }
    .banner_section .dtr-styled-social {
        padding-top: 35px;
        text-align: center;
    }
    .banner_section h1.elementor-heading-title.elementor-size-default {
        font-size: 28px;
    }
    .rtl .banner_section h1.elementor-heading-title.elementor-size-default{
        font-size: 40px !important;
    }
    .our_service p.elementor-icon-box-description {
        height: 95px !important;
    }
    .banner_section .dtr-social-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 2px;
        position: absolute;
        right: 37%;
        top: 100%;
        margin-top: 10px;
    }
    .col-md-6 {
        width: 100%;
        padding: 0px;
    }
    #dtr-footer-section .dtr-copyright .col-12.col-md-6 p,
    #dtr-footer-section .dtr-copyright .col-12.col-md-6 ul.dtr-social.dtr-social-list {
        text-align: center;
    }
    h2.dtr-styled-heading-heading {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
        .calendar_icon .elementor-icon-wrapper {
            text-align: center !important;
            margin: 0 auto !important;
        }
    .rtl #dtr-menu-button {
        left: 15px;
   }
}
section#packages .dtr-pricing-description {
    height: 350px;
}
.rtl section#packages .dtr-pricing-description {
    height: 390px;
}
.main-navigation .sf-menu li.lang-item.menu-item a {
    text-transform: uppercase;
}

/* Custom Style */

.book-free-session-btn a {
    padding: 15px;
}
.home-inquiry-form{
    margin-top: 40px;
}
.home-inquiry-form .dtr-form-column{
    margin-bottom: 20px !important;
}
.home-inquiry-form input,
.home-inquiry-form textarea,
.home-inquiry-form select {
    background-color: #fffffff5 !important;
}
.home-inquiry-form .home-inquiry-btn{
    margin-top: 30px;
    background: #6138bd;
    padding: 15px 50px;
}
.our-services-section .our-services .dtr-servicebox-icon svg{
    width: 40%;
    margin-bottom: 10px;
}
.our-services-section .our-services .elementor-widget-dtr-servicebox,
.our-services-section .our-services .elementor-widget-dtr-servicebox .elementor-widget-container{
    height: 100%;
}
.our-services-section .our-services .dtr-servicebox{
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.our-services-section .our-services p{
    margin-top: auto;
    text-align: center;
}
.our-services-section .our-services .dtr-servicebox-link{
    padding: 10px 30px;
    background: #6138BD;
    color: #fff;
    border-radius: 10px;
}
.our-services-section .our-services .dtr-servicebox::before{
    background: unset;
}
#dtr-footer-section .dtr-copyright .row{
    align-items: center;
}
.testimonial_tab_section .testimonial_tabs ul{
    justify-content: center;
}
.testimonial_tab_section .testimonial_tabs .tab-content {
    margin-top: 0 !important;
}
.testimonial_tab_section .testimonial_tabs ul li:not(:last-child) {
    margin-right: 30px;
}
.testimonial_tab_section .testimonial_tabs ul li .nav-link{
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 55px;
    background-color: #EFEBF8;
    color: #11204d;
}
.testimonial_tab_section .testimonial_tabs ul li .nav-link.active {
    background-color: #6138BD;
    color: #fff;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_tab_swiper{
    padding: 10px 0 60px;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta{
    padding: 30px;
    background: #f4f4f4;
    border-radius: 10px;
    /* text-align: center; */
    /* display: flex; */
    flex-direction: column;
    height: 100%;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag{
    font-size: 16px;
    font-weight: 500;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag::after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 11px;
    position: absolute;
}
.rtl .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag::after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 11px;
    position: absolute;
}

.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    top: -3px;
    left: -15px;
}

.rtl .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag::before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 11px;
    position: absolute;
    top: -3px;
    right: -21px;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc{
    position: relative;
}
/* .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc i{
    position: absolute;
    top: 3px;
    left: -17px;
    font-size: 13px;
} */
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_star{
    margin-top: auto;
    letter-spacing: 10px;
}
.testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_star .dtr-testimonial-stars{
    color: #ad57e5;
}
.testimonial_tab_section .testimonial_tabs .tab-content .swiper-pagination-bullet{
    background: transparent;
    border: 1px solid #ad57e5;
}
.testimonial_tab_section .testimonial_tabs .tab-content .swiper-pagination-bullet-active,
.testimonial_tab_section .testimonial_tabs .tab-content .swiper-pagination-bullet:hover{
    background: #ad57e5;
}
.testimonial_tab_section .testimonial_tabs .tab-content .swiper-slide {
    height: auto;
}
.new_home_banner .dtr-social-button .dtr-social-text {
    color: #6138BD !important;
}
.hide_title_icon .dtr-styled-heading-heading::before{
    display: none;
}
.hide_title_icon .dtr-styled-heading-heading{
    text-align: unset;
}
.testimonial-ar .testimonial_tab_section .testimonial_tabs ul li:not(:last-child){
    margin-left: 30px;
    margin-right: 0;
}
.new_home_banner.ar .banner_ar_btn i{
    margin-left: 0;
    margin-right: 20px;
}

.home-inquiry-form input[type="text"]::placeholder,
.home-inquiry-form input[type="email"]::placeholder {
    color: #111e4dd6;
}
.home-inquiry-form textarea::placeholder {
    color: #111e4dd6;
    opacity: 1;
}

.rtl .home-inquiry-form input[type="text"]::placeholder,
.rtl .home-inquiry-form input[type="email"]::placeholder {
    text-align: right;
	direction: rtl;
}

.rtl .home-inquiry-form textarea::placeholder {
    text-align: right;
	direction: rtl;
}
.rtl .home-inquiry-form textarea,
.rtl .home-inquiry-form input{
	text-align: right;
	direction: rtl;
}
.rtl .dtr-social-block, .book-us-desc .dtr-styled-heading-content{
    text-align: right !important;
}
.main-navigation .sf-menu li a{
    font-family: "Open Sans", Sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
}
.rtl .main-navigation .sf-menu li a{
    font-weight: 300 !important;
}
.new_home_banner.ar .dtr-social-button{
    padding: 0 19px 0 15px;
}
.rtl .new_home_banner.ar .dtr-social-button .dtr-social-text{
   position: relative;
   right: 18px;
}
#dtr-main-header #dtr-header-global .container{
    padding: 0;
}
#dtr-main-header #dtr-header-global .dtr-logo{
    margin-left: -15px;
}
#dtr-footer-section .widget_media_image a img{
    margin-left: -10px;
}
#dtr-footer-section{
    overflow: hidden;
}
.dtr-pricing .dtr-price sup {
    margin-right: 5px;
}

.rtl .dtr-pricing .dtr-price sup {
    margin-left: 5px;
}
.rtl .dtr-responsive-header-menu .slicknav_menu ul li a{
    text-align: right;
}
.grecaptcha-badge{
    display: none;
}
.home-inquiry-form .wpcf7-not-valid-tip {
    color: #fff;
    text-align: left;
    margin-left: 8px;
}
.rtl .home-inquiry-form .wpcf7-not-valid-tip{
    color: #fff;
    text-align: right;
    margin-right: 8px;
}
.rtl .banner_section.ar .dtr-btn-text{
    text-align: right;
    font-size: 21px;
}

.testimonial_tab_section .swiper-button-next,
.testimonial_tab_section .swiper-button-prev {
    display: block;
    width: unset;
    height: unset;
    background-color: unset;
    border: unset;
    color: #ad57e5;
}
.testimonial_tab_section .swiper-button-next{
    right: -40px;
    top: 54%;
    /* transform: translateY(-50%); */
}
.testimonial_tab_section .swiper-button-prev {
    left: -40px;
    top: 54%;
    /* transform: translateY(-50%); */
}
.testimonial_tab_section .swiper-button-next:after,
.testimonial_tab_section .swiper-button-prev:after {
    font-size: 25px;
    line-height: 40px;
}

.testimonial_tab_section .swiper-button-next:hover,
.testimonial_tab_section .swiper-button-prev:hover {
    background-color: unset;
    color: #ad57e5;
}

/* font for arabic */

@font-face {
    font-family: '29LT Zarid Slab';
    src: url('fonts/29LTZaridSlab-Regular.woff2') format('woff2'),
        url('fonts/29LTZaridSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* body.rtl {
    font-family: '29LT Zarid Slab', sans-serif !important;
} */
.rtl .main-navigation .sf-menu li a,
.rtl .elementor-heading-title,
.rtl p,
.rtl .dtr-btn-text,
.rtl .dtr-social-title,
.rtl .dtr-styled-heading-heading,
.rtl .dtr-pricing-description li,
.rtl .dtr-pricing-btn,
.rtl .testimonial_tab_section .testimonial_tabs ul li .nav-link,
.rtl .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag,
.rtl .home-inquiry-form input[type="text"]::placeholder,
.rtl .home-inquiry-form input[type="email"]::placeholder,
.rtl .dtr-styled-heading-content,
.rtl .dtr-styled-heading-heading,
.rtl .home-inquiry-form .home-inquiry-btn,.rtl-font,
.rtl .dtr-social-text,
.rtl .dtr-servicebox-heading,
.rtl .dtr-servicebox-content,
.rtl .dtr-pricing-heading,
.rtl .dtr-pricing-tagline{
    font-family: '29LT Zarid Slab', sans-serif !important;
}
.rtl .dtr-social-button:hover .dtr-social-text{
    margin-right:20px;
}
.rtl-font {
    font-size: 16px;
}
.rtl .testimonial_tab_section .testimonial_tabs ul li .nav-link{
    font-size: 18px;
}
.rtl .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_slide_meta .testimonial_slide_desc .testimonial_slide_desc_tag{
    font-size: 19px;
}
.rtl .dtr-pricing-btn{
    font-size: 21px;
}
.rtl .main-navigation .sf-menu li a{
    font-size: 18px;
}
.rtl .sf-menu:first-child>li a::before{
    left:0;
    right: 15px;
}
.rtl .dtr-copyright .widget_text p{
    font-size: 22px;
}
.swiper-rtl .swiper-button-next:after{
    content: "\e956"
}
.swiper-rtl .swiper-button-prev:after{
    content: "\e957";
}
.rtl .testimonial_tab_section .swiper-button-next{
    left: 2px;
    right: unset;
}
.rtl .testimonial_tab_section .swiper-button-prev {
    right: 2px;
    left: unset;
}
.rtl .testimonial_tab_section .swiper-button-prev:after {
    content: "\e957";
}
.rtl .testimonial_tab_section .swiper-button-next:after {
    content: "\e956";
}
.rtl .banner_section .elementor-widget-container > p{
    color: #fff;
}

/* .page-id-5270 #dtr-main-header,
.page-id-5270 #dtr-footer-section{
    display: none;
} */

/* Language button start*/
#header_lang_menu .switch {
  position: relative;
  height: 40px;
  width: 72px;
/*   margin: 20px auto; */
  border-radius: 8px;
  border: 2px solid #6138bd;
}

#header_lang_menu .switch-label {
  position: relative;
  z-index: 2;
  float: left;
/*   width: 34px; */
  line-height: 34px !important;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  display: inline-table;
}

#header_lang_menu .switch-label:active {
    font-weight: bold;
		color: #fff;
}

#header_lang_menu .switch-label a {
  color: #343435;
  display: block !important;
}
#header_lang_menu .switch-label-off a{
	color: #fff;
}

#header_lang_menu .switch-label-off {
  padding-left: 0px;
}

#header_lang_menu .switch-label-on {
  padding-right: 0px;
  float: right;
}

#header_lang_menu .switch-input {
  display: none;
}

#header_lang_menu .switch-input:checked + #header_lang_menu .switch-label {
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
  /*height: 32px;*/
  border-radius: 3px;
  background-color: #6138bd;
}

#header_lang_menu .switch-input:checked + #header_lang_menu .switch-label-on ~ #header_lang_menu .switch-selection {
    left: 54px;
}

#header_lang_menu .switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #6138bd;
	color:#fff;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

#header_lang_menu .switch-yellow #header_lang_menu .switch-selection {
  background-color: #6138bd;
  display: none;
}
#header_lang_menu .switch-label a.mobile-label {
    display: none !important;
}
@media (max-width: 767px) {
    #header_lang_menu .switch-label a.desktop-label {
        display: none !important;
    }

    #header_lang_menu .switch-label a.mobile-label {
        display: block !important;
    }
	#header_lang_menu .switch{
		width: unset;
	}
	#header_lang_menu .switch-label{
		width:45px;
	}
	#header_lang_menu .switch{
		margin: 22px auto;
	}
	#dtr-responsive-header .dtr-logo.logo-default img{
		width: 250px;
	}
	.testimonial_tab_section .testimonial_tabs ul li .nav-link{
	    width:175px;
	    text-align: center;
	}
}

/* Language button End*/

@media screen and (min-width: 1600px) {
    .elementor .elementor-background-video-hosted {
        top: 90% !important;
    }
}
@media (max-width: 767px) {
    .new_home_banner .elementor-element{
        position: unset !important;
    }
    .testimonial_tab_section .testimonial_tabs ul {
        display: block;
    }
    .testimonial_tab_section .testimonial_tabs ul li button{
        margin: 0 auto;
    }
    .testimonial_tab_section .testimonial_tabs ul li:not(:last-child){
        margin-right: 0;
    }
    .rtl .testimonial_tab_section .testimonial_tabs ul li:not(:last-child){
        margin-left: 0;
    }
    section#packages .dtr-pricing-description {
        height: unset !important;
    }
    .rtl .banner_section .elementor-background-video-embed {
        top: 67% !important;
    }
}

@media (max-width: 768px) {
    #dtr-footer-section .dtr-copyright .widget_media_image {
        text-align: center;
    }
    
}
@media screen and (max-width: 991px) {
    .about_title .dtr-styled-heading {
        text-align: center !important;
    }
    #header_lang_menu{
        padding: 0;
        z-index: 9999;
        position: absolute;
        left: auto;
        right: 55px;
        top: 24%;
        margin-top: -12px;
    }
    .rtl #header_lang_menu{
        right: auto;
        left: 55px;
        z-index: 9999999;
    }
    .rtl #dtr-menu-button {
        left: 15px;
        right: unset;
    }
    .testimonial_tab_section .swiper-wrapper{
        justify-content: unset !important;
    }
    .banner_section .elementor-background-video-embed {
        top: 69% !important;
    }
}

@media screen and (min-width: 991px) {
    .new_home_banner.ar .dtr-social-title {
        padding-right: 0;
    }
    .new_home_banner.ar .dtr-social-title::after {
        right: unset;
        left: 5px;
    }
    .new_home_banner .dtr-social-title{
        padding-right: 160px;
    }
    .new_home_banner .dtr-social-title::after{
        width: 145px;
    }
    .rtl .new_home_banner .dtr-social-title {
        padding-left: 180px;
        padding-right: unset;
    }
    .rtl .new_home_banner .dtr-social-title::after {
        width: 165px;
        right: 69px;
    }
    
}
@media screen and (min-width: 992px) {
    #dtr-footer-section .container,
    #dtr-footer-section .container .col-12 {
        padding: 0;
    }
    .text-right, .dtr-single-nav-next{
        text-align: right;
    }
    .elementor .elementor-background-video-hosted {
        top: 77% !important;
    }
    .banner_section .elementor-background-video-embed {
        top: 65% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .rtl .main-navigation .sf-menu li a{
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header_lang_menu{
        top:43%;
    }
}
@media (min-width: 1600px) {
    .page-id-5270 .coming-soon-bg{
        padding: 400px 0px 240px 0px !important;
    }
}
@media (min-width: 1080px) {
    #dtr-main-header #dtr-header-global .dtr-logo img{
        width: 240px;
    }
    #dtr-footer-section .widget_media_image a img{
        width: 255px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .page-id-5270 .coming-soon-bg {
        padding: 345px 0px 210px 0px !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .testimonial_tab_section .swiper-button-prev{
        left: -25px;
    }
    .testimonial_tab_section .swiper-button-next {
        right: -25px;
    }
    .rtl .testimonial_tab_section .swiper-button-next {
        right: unset;
        left: -25px;
    }
    .rtl .testimonial_tab_section .swiper-button-prev {
        left: unset;
        right: -25px;
    }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
    .testimonial_tab_section .swiper-button-prev ,
    .testimonial_tab_section .swiper-button-next {
        top: 60%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_tab_swiper {
        padding: 10px 20px 60px 20px;
    }
    .testimonial_tab_section .swiper-button-prev{
        left: -5px;
    }
    .testimonial_tab_section .swiper-button-next {
        right: -5px;
    }
}

/* Media query for 12.9-inch iPad Pro (both portrait and landscape) */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (min-device-height: 1366px) 
  and (max-device-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 2),
only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (min-device-height: 1024px) 
  and (max-device-height: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {

    #dtr-main-header #dtr-header-global .dtr-logo img,
    #dtr-footer-section .widget_media_image a img{
        width: 200px;
    }
    .sf-menu a {
        padding: 5px 13px;
    }
    .main-navigation .sf-menu li a{
        font-size: 11px;
    }
    .testimonial_tab_section .testimonial_tabs .tab-content .testimonial_tab_swiper{
        padding: 10px 20px 60px;
    }
    .testimonial_tab_section .swiper-button-next{
        right: -5px;
    }
    .testimonial_tab_section .swiper-button-prev{
        left: -5px;
    }
}