@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    --primary-color: #02a9e0;
    --primary-color-rgb: 150, 191, 61;
    --secondary-color: #68CAFF;
    --secondary-color-rgb: 150, 191, 61;
    --main-color: #262B2F;
    --sky-color: #027CD0;
    --sky-color-hvr: #006DB8;
    --bg-color: #303539;
    --main-font: 'Poppins', sans-serif;
    --body-bg: #262B2F;
    --title-font: 'Roboto', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --border-default: solid 1px rgba(30, 30, 30, 1);
    --bg-color-even: #E8E8E8;
    --bg-color-odd: #F4F4F4;
    --bg-color-dark: #161C2D;
    --body-font-color: #6D7C90;
    --dark-body-font-color: rgba(255, 255, 255, .5);
}

* {
    --title-font: 'Roboto', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --border-default:  solid 1px rgba(30, 30, 30, 1);
    --bg-color-even: #E8E8E8;
    --bg-color-odd: #F4F4F4;
    --bg-color-dark: #161C2D;
    --body-font-color: #6D7C90;
    --dark-body-font-color: rgba(255, 255, 255, .5);


    --primary-color: #02a9e0 !important;
    --primary-color-rgb: 150, 191, 61;
    --secondary-color: #68CAFF;
    --secondary-color-rgb: 150, 191, 61;
    --main-color: #262B2F;
    --sky-color: #027CD0;
    --sky-color-hvr: #006DB8;
    --bg-color: #303539;
    --main-font: 'Poppins', sans-serif;
    --body-bg: #262B2F;
    --title-font: 'Roboto', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --border-default: solid 1px rgba(30, 30, 30, 1);
    --bg-color-even: #E8E8E8;
    --bg-color-odd: #F4F4F4;
    --bg-color-dark: #161C2D;
    --body-font-color: #6D7C90;
    --dark-body-font-color: rgba(255, 255, 255, .5);
}

.primary-bg-color {
    background-color: var(--main-color);
}

section#main-body {
    background-color: var(--main-color);
    font-family: var(--main-font);
    color: #fff;
    overflow-x: hidden;
}

.top-border-panel {
    margin-bottom: -93px;
}

.client-home-cards .card-header {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    background-color: var(--bg-color);
}
.client-home-cards .card {
    background-color: transparent;
}
.tiles .tile {
	background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 2px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.tiles .tile:hover {
	background-color: var(--bg-color);
	border: 1px dashed var(--sky-color) !important;

}
.tiles .tile .title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
header.header {
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
}
.master-breadcrumb {
    background-color: transparent;
}

.home-domain-search {
	background-color: var(--bg-color) !important;
}
.header.header .navbar a {
	color: #fff;
}

.dataTables_wrapper table.table-list #tableTicketsList  {
    /* border: 1px solid #ddd; */
    /* background-color: rgba(255,255,255,0.05); */
    background-color: var(--main-color) !important;
}

#tableTicketsList, #tableInvoicesList, #tableQuotesList_info, #tableAffiliatesList, #tableServicesList, #tableDomainsList, #tableDomainsList_filter, #tableQuotesList {
	color:#000;
	background-color: var(--main-color) !important;
	background-color: transparent !important;
}
.bg-white {
    color: #000;
}

.bg-dark {
	background-color: var(--bg-color) !important;
    border: 1px solid var(--bg-color) !important;
    color: #fff !important;
}

.bg-blue2 {
    background-color: #5295ff !important;
    color: #FFF !important;
}

div.product-details div.product-icon {
	background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 2px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
div.product-details:hover div.product-icon:hover {
	background-color: var(--bg-color);
	border: 1px dashed var(--sky-color) !important;
}
.kb-category a:hover {
	background-color: var(--bg-color);
	border: 1px dashed var(--sky-color) !important;	
}

/* ================================================== */


/* body */


/* ================================================== */

.dark-scheme{
    color: var(--dark-body-font-color);
}

body.dark-scheme{
    background: var(--bg-color-even);
}

body.boxed {
    margin: 30px;
    overflow: hidden;
    border: solid 1px #eee;
}

body .owl-stage .owl-item {
    margin-bottom: 15px;
    
}

.bg-100pc{
    background-size: 100%;
}
.bg-nr{
    background-repeat: no-repeat;
}

#wrapper {
    overflow: hidden;
}

.de-navbar-left #wrapper {
    overflow: visible;
}

/* ================================================== */


/*  header  */


/* ================================================== */

header {
    width: 100%;
    /*position: absolute;*/
    left: 0;
    z-index: 1001;
    background: #2b313f;
    margin: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}

header.header-s1 {
    top: 0;
}

header .info {
    display: none;
    color: #fff;
    padding: 10px 0 10px 0;
    width: 100%;
    z-index: 100;
    background: #242424;
}

header .info .col {
    display: inline-block;
    font-size: 12px;
}

header .info .col {
    padding-right: 30px;
}

header .info .col:last-child {
    padding-right: 0px;
}

header .info i {
    font-size: 14px;
    margin-right: 15px;
}

header .info .social.col {
    border: none;
}

header .info .social i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0 10px 0 10px;
    margin: 0;
}

header .info strong {
    font-size: 12px;
}

header.header-bg {
    background: rgba(0, 0, 0, 0.5);
}

header.transparent {
    background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
    top: -120px;
    height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

header.autoshow.scrollOn {
    top: 0;
}

header.autoshow.scrollOff {
    top: -120px;
}

header div#logo {
    font-family: "Oswald", sans-serif;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .logo-2 {
    display: none;
}

header .logo-scroll {
    display: none;
}

header .logo,
header .logo-2 {
    font-family: var(--body-font);
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

header .logo-2 {
    color: #333;
}

header.header-full nav {
    float: left;
}

header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: #555;
}

header.smaller #mainmenu ul ul {
    top: 0px;
}

header.smaller {
    position: fixed;
    top: 0px;
    background: #ffffff;
    /*
     background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    */
}

.dark-scheme header.smaller{
    background: #303539;
}

header.smaller .btn-rsvp {
    height: 100px;
    padding-top: 55px;
}

.boxed header.smaller {
    margin-top: 0px;
}

header.smaller div#logo,
header.s2 div#logo {}

header.smaller.scroll-light {
    background: #ffffff;
}

header.smaller .logo-init{
    display: none;
}

header.smaller #topbar.topbar-dark{
    background: rgba(34, 34, 34, .05);
}

header.smaller #topbar.topbar-dark a{
    color: #333333;
}

header .logo-mobile{
    display: none;
}

header.smaller.scroll-dark {
    background: var(--bg-color-even);
}

header.header-light .h-phone,
header.smaller.scroll-light .h-phone {
    color: #202020;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
    display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
    display: inline-block;
}

header.smaller.header-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light .social-icons i {
    color: #333;
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
    color: #333333;
}

header.smaller.scroll-light #mainmenu li li a:hover {
    color: #ffffff;
}

.logo-smaller div#logo {
    width: 150px;
    height: 30px;
    line-height: 65px;
    font-size: 30px;
}

.logo-smaller div#logo img {
    font-size: 30px;
}

header.smaller div#logo .logo-1 {
    display: none;
}

header.smaller div#logo .logo-2 {
    display: inline-block;
}

.logo-small {
    margin-bottom: 20px;
}

header.de_header_2 {
    height: 125px;
}

header.de_header_2.smaller {
    height: 70px;
}

header.de_header_2.smaller .info {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

header.header-full {
    padding-left: 40px;
    padding-right: 40px;
}

header .header-row {
    text-align: center;
}

header .header-col {
    position: relative;
    height: 100%;
}

/* left col header */
header .header-col.left {
    float: left;
    padding: 0 30px 0 0;
    /* border-right:solid 1px rgba(255,255,255,.2); */
}

/* middle col header */
header .header-col.mid {
    float: right;
}

header .header-col.mid .social-icons {
    float: right;
    /* border-left:solid 1px rgba(255,255,255,.2); */
    padding: 0 30px 0 30px;
}


.header-col-right {
    text-align: right;
}


.de-navbar-left {
    background: #151618;
}

.de-navbar-left #logo {
    padding: 40px;
    text-align: center;
    width: 100%;
}

.de-navbar-left header {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    background: none;
    padding: 30px;
    padding-right: 20px;
}

.de-navbar-left header #mainmenu {
    float: none;
    margin: 0;
    padding: 0;
}

.de-navbar-left header #mainmenu>li {
    display: block;
    margin: 0;
    float: none;
    text-align: center;
    font-family: var(--body-font);
    letter-spacing: 5px;
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.de_light.de-navbar-left header #mainmenu>li {
    border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.de-navbar-left header #mainmenu>li>a {
    padding: 0;
    opacity: .5;
}

.de_light.de-navbar-left header #mainmenu>li>a {
    color: #222;
}

.de-navbar-left header #mainmenu>li a:hover {
    opacity: 1;
}

.de-navbar-left header #mainmenu>li>a:after {
    content: none;
}

.de-navbar-left header nav {
    float: none;
}

/* subheader */

#subheader {
    text-align: center;
    overflow: hidden;
    padding: 50px 0 120px 0;
    position: relative;
}

#subheader h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

#subheader.dark {
    background-color: #1A1C26;
}

#subheader.dark h1 {
    color: #fff;
}

.de-navbar-left #subheader {
    padding-bottom: 120px;
}

#subheader .crumb {
    font-size: 14px;
    letter-spacing: 3px;
}

#subheader.text-light .crumb {
    color: #fff;
}

#subheader .small-border-deco {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

#subheader .small-border-deco span {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 100px;
}

#subheader.dark h2,
#subheader.dark h4 {
    color: #fff;
}

#subheader.dark h2 {
    font-size: 48px;
}

#subheader.s2 {
    text-align: left;
    padding: 120px 0 20px;
    border: solid 1px #ddd;
    border-left: none;
    border-right: none;
}

.rtl #subheader.s2{
    text-align: right;
}


#subheader.s2 h1,
#subheader.s2 .crumb {
    margin: 0;
    padding: 0;
}

#subheader.s2 .crumb {
    float: right;
    margin-top: 10px;
}

.rtl #subheader.s2 .crumb {
    float: left;
}

#subheader.sh-plain {
    padding: 100px 0 60px 0;
}

.de-navbar-left.de_light #subheader h1 {
    color: #222;
}

#profile_banner {
    min-height: 360px;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
    float: none;
}

#mainmenu ul {
    margin: 0px 0px;
    padding: 0px;
    height: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ffffff;
    color: var(--body-font-color);
}

#mainmenu ul:not(.mega) {
    border: solid 1px #dddddd;
}

.dark-scheme #mainmenu ul{
    background: #303539;
    border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme #mainmenu ul.mega{
    background: #101224;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu > li.has-child:after {
    font-family: FontAwesome;
    content: "\f078";
    padding-left: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.rtl #mainmenu li.has-child:after {
    padding-left: 15px;
}

.header-light #mainmenu li.has-child:after{
    color: rgba(0, 0, 0, .5);
}

#mainmenu li > a {
    padding-right: 6px;
    font-weight: bold;
}

#mainmenu li.has-child>a {
    padding-right: 0px;
}

#mainmenu a {
    position: relative;
    display: inline-block;
    padding: 30px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    outline: none;
}

#mainmenu p{
    line-height: 1.8em;
    margin-bottom: 0;
}

header.header-light #mainmenu a{
    color: #35404e;
}

#mainmenu a span:not(.badge) {
    position: relative;
    width: 0%;
    color: #ffffff;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
    width: 100%;
}

#mainmenu li li a span:not(.badge) {
    float: right;
    margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
    width: 100%;
    margin-left: 0%;
}

.header-light {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.header-light #mainmenu>li>a {
    color: #222;
}

#mainmenu li li {
    font-family: var(--body-font);
    font-size: 14px;
}

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

#mainmenu li li a {
    padding: 5px 15px;
    border-top: none;
    color: #606060;
    width: 100%;
    border-left: none;
    text-align: left;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

#mainmenu li:last-child > a{
    border-bottom: none;
}

.dark-scheme #mainmenu li li a{
    color: #ffffff;
}

.rtl #mainmenu li li a {
    text-align: right;
}

#mainmenu li li a:hover {
    color: #111;
}

#mainmenu li li a:after {
    content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
    color: #fff;
}

#mainmenu li ul {
    width: 190px;
    height: auto;
    position: absolute;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
}

#mainmenu ul li b{
    background: #333;
    color: #ffffff;
    padding: 0 3px;
    padding-bottom: 3px;
    font-size: 10px;
    margin-right: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#mainmenu li li {
    font-size: 14px;
    display: block;
    float: none;
    text-transform: none;
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

/* before edited 
#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}
*/

#mainmenu li ul ul {
    top: 0px;
    margin-left: 188px;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #eceff3;
}

#mainmenu select option {
    padding: 10px;
}

#mainmenu .btn-type {
    padding: 0;
    margin: 0;
}

#mainmenu .btn-type a {
    background: #eee;
    padding: 0;
    margin: 0;
}

#mainmenu>li ul.mega {
    position: fixed;
    left: 0;
    height: 0%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

#mainmenu>li ul.mega .sb-menu {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #dddddd;
}

.dark-scheme #mainmenu>li ul.mega .sb-menu{
    background: #101224;
    border-color: rgba(255, 255, 255, .1);
}

#mainmenu li:hover ul.mega {
    visibility: visible;
    opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
    width: 100%;
}

#mainmenu li ul.mega li.title {
    padding: 0px 10px 15px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

#mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
}

#mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
}

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

#mainmenu li ul.mega .menu-content {
    background: #171A21;
    padding: 30px;
}

#mainmenu li ul.mega li.title {
    font-family: var(--main-font);
    padding: 0px;
    text-align: left;
    font-weight: bold;
    color: #586383;
}
#mainmenu ul.mega > li ul {
    border: none;
}

#mainmenu li ul.mega ul li a{
    background: none;
    padding: 2px 0;
}
#mainmenu li ul.mega ul li a:hover{
    color: #35404e;
}

header.header-mobile #mainmenu>li ul.mega {
    visibility: visible;
    opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
    height: auto;
}

/* menu toggle for mobile */

#menu-btn {
    display: none;
    float: right;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: poInter;
    color: #fff;
    margin-top: 5px;
    margin-left: 20px;
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 20px;
}

#menu-btn:hover {
    background: #fff;
}

#menu-btn:hover:before {
    color: #222;
}

.rtl #menu-btn {
    float: left;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
    background: none;
}

header.header-mobile.header-light #menu-btn {
    color: #222;
}

/* ================================================== */


/* Buttons */


/* ================================================== */

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main{
    display: inline-block;
    font-family: var(--title-font);
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: 0;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 40px 6px 40px;
    font-size: 14px;
    border: none;
}

/* ================================================== */


/* Nav extended 8715 */


/* ================================================== */

a.btn-fx:after,
a.btn-fx:hover:after,
a.btn-fx:before,
a.btn-fx:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post li .post-date,
.author_list_pp img,
.items_filter *,
.owl-prev,.owl-next {
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    outline: none;
}

.feature-box:hover i.wm {
    -o-transition: 2s ease;
    -ms-transition: 2s ease;
    -moz-transition: 2s ease;
    -webkit-transition: 2s ease;
    transition: 2s ease;
    outline: none;
}

header.header-mobile #mainmenu>li>span {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    outline: none;
}

/* topbar start here */

#topbar {
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    top: 0;
    background: #262b2f !important;
}

#topbar.topbar-dark{
    background:rgba(34, 34, 34, .2);
}

#topbar a {
    color: #161C2D;
    font-weight: 500;
    text-decoration: none;
}

#topbar.text-light a {
    color: #ffffff;
}

.topbar-left,
.topbar-right {
    display: flex;
}

.topbar-right {
    float: right;
}

.topbar-solid {
    background: #ffffff;
}

.tb-light {
    background: #ffffff;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
    border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-right span:last-child {
    border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right .topbar-widget {
    border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-right span:last-child {
    border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right .topbar-widget {
    border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-right span:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
}

/* topbar left content */
.topbar-left {
    float: left;
}

#topbar:not(.topbar-noborder) .topbar-left .topbar-widget {
    border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-left .topbar-widget {
    border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder) .topbar-left span:first-child {
    border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left .topbar-widget {
    border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .tb-light .topbar-left span:first-child {
    border-left: solid 1px rgba(0, 0, 0, .1);
}

.h-phone {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-family: var(--title-font);
    padding-left: 40px;
    font-size: 20px;
    padding-top: 22px;
}

.h-phone span {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 14px;
    font-weight: 500;
}

.h-phone i {
    display: inline-block;
    position: absolute;
    font-size: 40px;
    left: 0;
    top: 12px
}

/* topbar widget */
.topbar-widget {
    font-size: 14px;
    display: flex;
    padding: 8px 15px;
    font-weight: 400;
    height: 40px;
}

.topbar-widget.widget-text{
    padding-top: 6px;
}

.topbar-widget i {
    font-size: 16px;
    margin-top: 8px;
    margin-right: 10px;
}

.h-sub .topbar-widget {
    padding: 12px;
}

.topbar-widget:before {
    float: left;
    position: relative;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 10px;
}

.topbar-widget.tb-phone:before {
    content: "\f095";
}

.topbar-widget.tb-email:before {
    content: "\f003";
}

.topbar-widget.tb-opening-hours:before {
    content: "\f017";
}

.topbar-widget.tb-social {
    padding: 0;
}

.topbar-widget.tb-social a {
    font-size: 14px;
    display: flex;
    padding: 5px;
    padding-left: 15px;
    display: inline-block;
    text-align: center;
}

.topbar-widget a span{
    font-weight: bold;
    margin-right: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a,
#topbar:not(.topbar-noborder) .topbar-light .topbar-widget.tb-social a:first-child {
    border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder) .topbar-widget.tb-social a {
    border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light .topbar-widget.tb-social a {
    border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget.tb-social a:first-child {
    border: none;
}

/* topbar end here */

#de-sidebar {
    padding: 0px;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
    /*background:url('../images/logo-big.png') -50% center no-repeat var(--primary-color) !important;*/
    padding: 80px 0 0 0;
    font-size: 14px;
}

footer{
    background: #303539;
}

footer.footer-light {
    background: rgba(0, 0, 0, .025);
}

footer.footer-light a {
    color: #5d6371;
}

footer p{
    font-size: 14px;
    line-height: 1.8em;
}

.dark-scheme footer a{
    color: var(--dark-body-font-color);
}

footer.footer-black {
    background: #222222;
}

footer h5,
.de_light footer h5 {
    color: #fff;
    font-size: 18px;
    text-transform: none;
}

footer a {
    color: #ffffff;
    text-decoration: none !important;
}

.de-navbar-left footer {
    padding: 70px 70px 0 70px;
}

.subfooter {
    border-top: solid 1px rgba(255, 255, 255, .1);
    padding: 20px 0 20px 0;
}

.footer-light .subfooter {
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.de-navbar-left .subfooter {
    background: none;
}

header.side-header {
    border-bottom: none;
    margin: 0;
}

header.side-header .social-icons-2 {
    margin: 0 auto;
    margin-top: 50px;
    float: none;
    text-align: center;
}

header.side-header .social-icons-2 a {
    display: inline-block;
    margin: 0 2px 0 2px;
    background: #555;
    width: 36px;
    height: 36px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    opacity: .2;
}

.de_light header.side-header .social-icons-2 a {
    background: #fff;
    color: #333;
}

header.side-header .social-icons-2 a:hover {
    opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
    background: rgba(var(--secondary-color-rgb), .1);
}

header.header-light-transparent {
    background: rgba(255, 255, 255, .5);
}

header.header-solid.header-light #mainmenu>li>a {
    color: #555;
}

header.header-solid.header-light .info {
    background: #eee;
    color: #555;
}

header.header-solid.header-light .info .social i {
    color: #222;
}

header.header-solid {
    background: #fff;
}

header.header-light {
    background: #ffffff;
}

header.smaller.header-dark {
    background: #222222;
    border: none;
}

header.smaller.header-dark #mainmenu a {
    color: #fff;
}

header.s2 {
    background: #ffffff !important;
    border-bottom: solid 1px #eee;
    top: 0;
}

header.s2 #mainmenu>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.side-layout header.smaller.header-dark #mainmenu>li {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.side-layout header.smaller.header-dark #mainmenu>li:last-child {
    border-bottom: none;
}

/* ================================================== */


/* misc */


/* ================================================== */


.de-flex {
    display: flex;
    justify-content: space-between;
}

.de-flex>.de-flex-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================================== */


/* Scrollbar */


/* ================================================== */

body::-webkit-scrollbar,#de_modal::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track,#de_modal::-webkit-scrollbar-track {
  background:#dddddd;
}
body::-webkit-scrollbar-thumb,#de_modal::-webkit-scrollbar-thumb {
  background-color: #A768FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.dark-scheme::-webkit-scrollbar-track,#de_modal::-webkit-scrollbar-track {
  background:#101224;
}

/* mouse scroll icon begin */

.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

/* mouse scroll icon close */