@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
}

html {
    scroll-behavior: smooth;
}


/* 


/*----------------------------------------*/


/*----- 2 General Styles -----*/


/*----------------------------------------*/

body {
	font-family: "Cormorant Garamond", serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fix 1s 1;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

img {
    max-width: 100%;
    opacity: 0.97;
}

p {
    margin: 0 0 10px 0;
}

    p:last-child {
        margin: 0;
    }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.dtr-styled-heading h2 {
    font-weight: 700;
}

.dtr-styled-heading p {
    font-weight: 700;
}

strong {
    font-size: 1.000em;
    line-height: 25px;
    font-weight: 600;
}

.small {
    font-size: 0.750em;
    line-height: 1.8em;
}

.text-size-xxl {
    font-size: 68px;
    line-height: 68px;
}

.text-size-xl {
    font-size: 48px;
    line-height: 52px;
}

.text-size-lg {
    font-size: 30px;
    line-height: 38px;
}

.text-size-md {
    font-size: 24px !important;
    line-height: 36px;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-sm {
    font-size: 12px;
    line-height: 16px;
}

.text-size-xs {
    font-size: 0.750em;
    line-height: 1.4em;
}


/* line height */

.line-height-null {
    line-height: 1em;
}


/* font weights */

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}


/* vertical aligns */

.vert-bottom {
    vertical-align: bottom;
}

.vert-middle {
    vertical-align: middle;
}


/*----------------------------------------*/


/*----- 4 Theme Utilities -----*/


/*----------------------------------------*/


/*== margins ==*/

.dtr-m-auto {
    margin: 0 auto !important
}

.dtr-m-0 {
    margin: 0 !important
}

.dtr-mt-0,
.dtr-my-0 {
    margin-top: 0 !important
}

.dtr-mr-0,
.dtr-mx-0 {
    margin-right: 0 !important
}

.dtr-mb-0,
.dtr-my-0 {
    margin-bottom: 0 !important
}

.dtr-ml-0,
.dtr-mx-0 {
    margin-left: 0 !important
}

.dtr-m-5 {
    margin: 5px !important
}

.dtr-mt-5,
.dtr-my-5 {
    margin-top: 5px !important
}
.dtr-mr-3,
.dtr-mx-3 {
    margin-right: 3px !important
}
.dtr-mr-5,
.dtr-mx-5 {
    margin-right: 5px !important
}

.dtr-mb-5,
.dtr-my-5 {
    margin-bottom: 5px !important
}

.dtr-ml-5,
.dtr-mx-5 {
    margin-left: 5px !important
}

.dtr-m-10 {
    margin: 10px
}

.dtr-mt-10,
.dtr-my-10 {
    margin-top: 10px !important
}

.dtr-mr-10,
.dtr-mx-10 {
    margin-right: 10px !important
}

.dtr-mb-10,
.dtr-my-10 {
    margin-bottom: 10px !important
}

.dtr-ml-10,
.dtr-mx-10 {
    margin-left: 10px !important
}

.dtr-m-15 {
    margin: 15px
}

.dtr-mt-15,
.dtr-my-15 {
    margin-top: 15px !important
}

.dtr-mr-15,
.dtr-mx-15 {
    margin-right: 15px !important
}

.dtr-mb-15,
.dtr-my-15 {
    margin-bottom: 15px !important
}

.dtr-ml-15,
.dtr-mx-15 {
    margin-left: 15px !important
}

.dtr-m-20 {
    margin: 20px !important
}

.dtr-mt-20,
.dtr-my-20 {
    margin-top: 20px !important
}

.dtr-mr-20,
.dtr-mx-20 {
    margin-right: 20px !important
}

.dtr-mb-20,
.dtr-my-20 {
    margin-bottom: 20px !important
}

.dtr-ml-20,
.dtr-mx-20 {
    margin-left: 20px !important
}

.dtr-m-30 {
    margin: 30px !important
}

.dtr-mt-30,
.dtr-my-30 {
    margin-top: 30px !important
}

.dtr-mr-30,
.dtr-mx-30 {
    margin-right: 30px !important
}

.dtr-mb-30,
.dtr-my-30 {
    margin-bottom: 30px !important
}

.dtr-ml-30,
.dtr-mx-30 {
    margin-left: 30px !important
}

.dtr-m-40 {
    margin: 40px !important
}

.dtr-mt-40,
.dtr-my-40 {
    margin-top: 40px !important
}

.dtr-mr-40,
.dtr-mx-40 {
    margin-right: 40px !important
}

.dtr-mb-40,
.dtr-my-40 {
    margin-bottom: 40px !important
}

.dtr-ml-40,
.dtr-mx-40 {
    margin-left: 40px !important
}

.dtr-m-50 {
    margin: 50px !important
}

.dtr-mt-50,
.dtr-my-50 {
    margin-top: 50px !important
}

.dtr-mr-50,
.dtr-mx-50 {
    margin-right: 50px !important
}

.dtr-mb-50,
.dtr-my-50 {
    margin-bottom: 50px !important
}

.dtr-ml-50,
.dtr-mx-50 {
    margin-left: 50px !important
}

.dtr-m-60 {
    margin: 60px !important
}

.dtr-mt-60,
.dtr-my-60 {
    margin-top: 60px !important
}

.dtr-mr-60,
.dtr-mx-60 {
    margin-right: 60px !important
}

.dtr-mb-60,
.dtr-my-60 {
    margin-bottom: 60px !important
}

.dtr-ml-60,
.dtr-mx-60 {
    margin-left: 60px !important
}

.dtr-m-70 {
    margin: 70px !important
}

.dtr-mt-70,
.dtr-my-70 {
    margin-top: 70px !important
}

.dtr-mr-70,
.dtr-mx-70 {
    margin-right: 70px !important
}

.dtr-mb-70,
.dtr-my-70 {
    margin-bottom: 70px !important
}

.dtr-ml-70,
.dtr-mx-70 {
    margin-left: 70px !important
}

.dtr-m-80 {
    margin: 80px !important
}

.dtr-mt-80,
.dtr-my-80 {
    margin-top: 80px !important
}

.dtr-mr-80,
.dtr-mx-80 {
    margin-right: 80px !important
}

.dtr-mb-80,
.dtr-my-80 {
    margin-bottom: 80px !important
}

.dtr-ml-80,
.dtr-mx-80 {
    margin-left: 80px !important
}

.dtr-m-90 {
    margin: 90px !important
}

.dtr-mt-90,
.dtr-my-90 {
    margin-top: 90px !important
}

.dtr-mr-90,
.dtr-mx-90 {
    margin-right: 90px !important
}

.dtr-mb-90,
.dtr-my-90 {
    margin-bottom: 90px !important
}

.dtr-ml-90,
.dtr-mx-90 {
    margin-left: 90px !important
}

.dtr-m-100 {
    margin: 100px !important
}

.dtr-mt-100,
.dtr-my-100 {
    margin-top: 100px !important
}

.dtr-mr-100,
.dtr-mx-100 {
    margin-right: 100px !important
}

.dtr-mb-100,
.dtr-my-100 {
    margin-bottom: 100px !important
}

.dtr-ml-100,
.dtr-mx-100 {
    margin-left: 100px !important
}


/* minus top margins */

.dtr-mt-minus10 {
    margin-top: -10px !important;
}

.dtr-mt-minus20 {
    margin-top: -20px !important;
}

.dtr-mt-minus30 {
    margin-top: -30px !important;
}

.dtr-mt-minus40 {
    margin-top: -40px !important;
}

.dtr-mt-minus50 {
    margin-top: -50px !important;
}

.dtr-mt-minus60 {
    margin-top: -60px !important;
}

.dtr-mt-minus70 {
    margin-top: -70px !important;
}

.dtr-mt-minus80 {
    margin-top: -80px !important;
}

.dtr-mt-minus90 {
    margin-top: -90px !important;
}

.dtr-mt-minus100 {
    margin-top: -100px !important;
}

.dtr-mt-minus110 {
    margin-top: -110px !important;
}

.dtr-mt-minus120 {
    margin-top: -120px !important;
}

.dtr-mt-minus130 {
    margin-top: -130px !important;
}

.dtr-mt-minus140 {
    margin-top: -140px !important;
}

.dtr-mt-minus150 {
    margin-top: -150px !important;
}


/* minus bottom margins */

.dtr-mb-minus10 {
    margin-bottom: -10px !important;
}

.dtr-mb-minus20 {
    margin-bottom: -20px !important;
}

.dtr-mb-minus30 {
    margin-bottom: -30px !important;
}

.dtr-mb-minus40 {
    margin-bottom: -40px !important;
}

.dtr-mb-minus50 {
    margin-bottom: -50px !important;
}

.dtr-mb-minus60 {
    margin-bottom: -60px !important;
}

.dtr-mb-minus70 {
    margin-bottom: -70px !important;
}

.dtr-mb-minus80 {
    margin-bottom: -80px !important;
}

.dtr-mb-minus90 {
    margin-bottom: -90px !important;
}

.dtr-mb-minus100 {
    margin-bottom: -100px !important;
}

.dtr-mb-minus110 {
    margin-bottom: -110px !important;
}

.dtr-mb-minus120 {
    margin-bottom: -120px !important;
}

.dtr-mb-minus130 {
    margin-bottom: -130px !important;
}

.dtr-mb-minus140 {
    margin-bottom: -140px !important;
}

.dtr-mb-minus150 {
    margin-bottom: -150px !important;
}


/*== paddings ==*/

.dtr-p-0 {
    padding: 0 !important
}

.dtr-pt-0,
.dtr-py-0 {
    padding-top: 0 !important
}

.dtr-pr-0,
.dtr-px-0 {
    padding-right: 0 !important
}

.dtr-pb-0,
.dtr-py-0 {
    padding-bottom: 0 !important
}

.dtr-pl-0,
.dtr-px-0 {
    padding-left: 0 !important
}

.dtr-p-5 {
    padding: 5px !important
}

.dtr-pt-5,
.dtr-py-5 {
    padding-top: 5px !important
}

.dtr-pr-5,
.dtr-px-5 {
    padding-right: 5px !important
}

.dtr-pb-5,
.dtr-py-5 {
    padding-bottom: 5px !important
}

.dtr-pl-5,
.dtr-px-5 {
    padding-left: 5px !important
}

.dtr-p-10 {
    padding: 10px !important
}

.dtr-pt-10,
.dtr-py-10 {
    padding-top: 10px !important
}

.dtr-pr-10,
.dtr-px-10 {
    padding-right: 10px !important
}

.dtr-pb-10,
.dtr-py-10 {
    padding-bottom: 10px !important
}

.dtr-pl-10,
.dtr-px-10 {
    padding-left: 10px !important
}

.dtr-p-15 {
    padding: 15px !important
}

.dtr-pt-15,
.dtr-py-15 {
    padding-top: 15px !important
}

.dtr-pr-15,
.dtr-px-15 {
    padding-right: 15px !important
}

.dtr-pb-15,
.dtr-py-15 {
    padding-bottom: 15px !important
}

.dtr-pl-15,
.dtr-px-15 {
    padding-left: 15px !important
}

.dtr-p-20 {
    padding: 20px !important
}

.dtr-pt-20,
.dtr-py-20 {
    padding-top: 20px !important
}

.dtr-pr-20,
.dtr-px-20 {
    padding-right: 20px !important
}

.dtr-pb-20,
.dtr-py-20 {
    padding-bottom: 20px !important
}

.dtr-pl-20,
.dtr-px-20 {
    padding-left: 20px !important
}

.dtr-p-30 {
    padding: 30px !important
}

.dtr-pt-30,
.dtr-py-30 {
    padding-top: 30px !important
}

.dtr-pr-30,
.dtr-px-30 {
    padding-right: 30px !important
}

.dtr-pb-30,
.dtr-py-30 {
    padding-bottom: 30px !important
}

.dtr-pl-30,
.dtr-px-30 {
    padding-left: 30px !important
}

.dtr-p-40 {
    padding: 40px !important
}

.dtr-pt-40,
.dtr-py-40 {
    padding-top: 40px !important
}

.dtr-pr-40,
.dtr-px-40 {
    padding-right: 40px !important
}

.dtr-pb-40,
.dtr-py-40 {
    padding-bottom: 40px !important
}

.dtr-pl-40,
.dtr-px-40 {
    padding-left: 40px !important
}

.dtr-p-50 {
    padding: 50px !important
}

.dtr-pt-50,
.dtr-py-50 {
    padding-top: 50px !important
}

.dtr-pr-50,
.dtr-px-50 {
    padding-right: 50px !important
}

.dtr-pb-50,
.dtr-py-50 {
    padding-bottom: 50px !important
}

.dtr-pl-50,
.dtr-px-50 {
    padding-left: 50px !important
}

.dtr-p-60 {
    padding: 60px !important
}

.dtr-pt-60,
.dtr-py-60 {
    padding-top: 60px !important
}

.dtr-pr-60,
.dtr-px-60 {
    padding-right: 60px !important
}

.dtr-pb-60,
.dtr-py-60 {
    padding-bottom: 60px !important
}

.dtr-pl-60,
.dtr-px-60 {
    padding-left: 60px !important
}

.dtr-p-70 {
    padding: 70px !important
}

.dtr-pt-70,
.dtr-py-70 {
    padding-top: 70px !important
}

.dtr-pr-70,
.dtr-px-70 {
    padding-right: 70px !important
}

.dtr-pb-70,
.dtr-py-70 {
    padding-bottom: 70px !important
}

.dtr-pl-70,
.dtr-px-70 {
    padding-left: 70px !important
}

.dtr-p-80 {
    padding: 80px !important
}

.dtr-pt-80,
.dtr-py-80 {
    padding-top: 80px !important
}

.dtr-pr-80,
.dtr-px-80 {
    padding-right: 80px !important
}

.dtr-pb-80,
.dtr-py-80 {
    padding-bottom: 80px !important
}

.dtr-pl-80,
.dtr-px-80 {
    padding-left: 80px !important
}

.dtr-p-100 {
    padding: 100px !important
}

.dtr-p-90 {
    padding: 90px !important
}

.dtr-pt-90,
.dtr-py-90 {
    padding-top: 90px !important
}

.dtr-pr-90,
.dtr-px-90 {
    padding-right: 90px !important
}

.dtr-pb-90,
.dtr-py-90 {
    padding-bottom: 90px !important
}

.dtr-pl-90,
.dtr-px-90 {
    padding-left: 90px !important
}

.dtr-p-100 {
    padding: 100px !important
}

.dtr-pt-100,
.dtr-py-100 {
    padding-top: 100px !important
}

.dtr-pr-100,
.dtr-px-100 {
    padding-right: 100px !important
}

.dtr-pb-100,
.dtr-py-100 {
    padding-bottom: 100px !important
}

.dtr-pl-100,
.dtr-px-100 {
    padding-left: 100px !important
}

.dtr-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}


/*== images ==*/

.dtr-rounded-img,
.dtr-rounded-img img {
    border-radius: 10px;
}

.img-has-shadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}


/*== borders ==*/

.dtr-border-top {
    border-top: 1px solid #ccc;
}

.dtr-border-right {
    border-right: 1px solid #ccc;
}

.dtr-border-bottom {
    border-bottom: 1px solid #ccc;
}

.dtr-border-left {
    border-left: 1px solid #ccc;
}

.dtr-border-top-2px {
    border-left: 2px solid #ccc;
}

.dtr-border-right-2px {
    border-left: 2px solid #ccc;
}

.dtr-border-bottom-2px {
    border-left: 2px solid #ccc;
}

.dtr-border-left-2px {
    border-left: 2px solid #ccc;
}

.dtr-border-2px {
    border: 2px solid #ccc;
}

.dtr-border-top-none {
    border-top-width: 0;
}

.dtr-border-right-none {
    border-right-width: 0;
}

.dtr-border-bottom-none {
    border-bottom-width: 0;
}

.dtr-border-left-none {
    border-left-width: 0;
}


/*== absolute positions ==*/

.position-relative {
    position: relative;
}

.absolute-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.absolute-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.absolute-top-right {
    position: absolute;
    right: 0;
    top: 0;
}

.absolute-top-left {
    position: absolute;
    left: 0;
    top: 0;
}


/*== spacer == */

.spacer {
    display: block;
    width: 100%;
}

    .spacer::after {
        content: "";
        display: block;
        clear: both;
    }

.spacer-10 {
    height: 10px;
}

.spacer-20 {
    height: 20px;
}

.spacer-30 {
    height: 30px;
}

.spacer-40 {
    height: 40px;
}

.spacer-50 {
    height: 50px;
}

.spacer-100 {
    height: 100px;
}


/*== misc ==*/

.text-decoration-underline {
    text-decoration: underline;
}

.z-index {
    position: relative;
    z-index: 99;
}

.overflow-visible {
    overflow: visible;
}

.overflow-hidden {
    overflow: hidden;
}

.opacity-1 {
    opacity: .7;
}

.opacity-2 {
    opacity: .4;
}

.dtr-shadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}


/*----------------------------------------*/


/*----- 5 Lists -----*/


/*----------------------------------------*/

ul,
ol {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-position: outside;
    display: block;
}

li > ul,
li > ol {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 1.5em;
}

ol li,
ul li {
    margin-bottom: 10px;
}

.dtr-list {
    list-style-type: none;
}

    .dtr-list li {
        display: block;
        margin-bottom: 10px;
    }


/*== 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;
}

.dtr-list-left-spaced li {
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0;
}

.dtr-list-right-spaced li {
    text-align: right;
    padding: 0 0 0 30px;
    margin: 0;
}


/*== icon list ==*/

.dtr-icon-list li {
    position: relative;
    display: flex;
    padding: 10px 0px;
    margin: 0;
    background: none;
    list-style-type: none;
}

.dtr-icon-list i {
    margin-right: 10px;
    line-height: inherit;
}


/*== border list ==*/

.dtr-border-list li {
    border-style: solid;
    border-width: 0 0 1px 0;
}


/*== pipe list ==*/

.dtr-pipe-list {
    margin: 0;
    padding: 0;
}

    .dtr-pipe-list li {
        display: inline-block;
        background: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .dtr-pipe-list li::after {
            content: '';
            border-width: 0 1px 0 0;
            border-style: solid;
            margin: 0 10px 0 12px;
        }

        .dtr-pipe-list li:last-child::after {
            content: none;
        }


/*----------------------------------------*/


/*----- 6 Buttons -----*/


/*----------------------------------------*/

.dtr-btn,
.dtr-btn-flat,
input[type="submit"],
input[type="reset"] {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.dtr-btn-flat {
    padding: 13px 30px 12px 30px;
    border-width: 1px;
}

.dtr-btn i {
    margin-left: 5px;
}

.dtr-btn-left-icon i {
    margin-left: 0;
    margin-right: 15px;
}


/*----------------------------------------*/


/*----- 7 Layout -----*/


/*----------------------------------------*/

.dtr-sidebar {
    width: 450px;
    max-width: 35%;
    margin-top: 0;
    box-sizing: border-box;
}

.dtr-has-right-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .dtr-has-right-sidebar .dtr-main {
        width: 100%;
        padding-right: 50px;
        box-sizing: border-box;
    }

.dtr-has-left-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

    .dtr-has-left-sidebar .dtr-main {
        width: 100%;
        padding-left: 50px;
        box-sizing: border-box;
    }

.page-pt {
    padding-top: 50px;
}

.page-pb {
    padding-bottom: 50px;
}


/*----------------------------------------*/


/*----- 8 Sections -----*/


/*----------------------------------------*/

.dtr-section {
    position: relative;
}

.dtr-section-full-height {
    height: 100vh;
}


/* section backgrounds */

.dtr-section-with-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dtr-section-fixed-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.dtr-bg-size-auto {
    background-size: auto;
}

.dtr-bg-position-top {
    background-position: top;
}

.dtr-bg-position-right {
    background-position: right;
}

.dtr-bg-position-bottom {
    background-position: bottom;
}

.dtr-bg-position-left {
    background-position: left;
}

.dtr-bg-position-center {
    background-position: center center;
}

.dtr-bg-position-center-top {
    background-position: center top;
}

.dtr-bg-position-center-bottom {
    background-position: center bottom;
}


/* overlay */

.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;
}


/*----------------------------------------*/


/*----- 9 Hero Section -----*/


/*----------------------------------------*/


/*===== hero section =====*/


/* padding top equals to height of header */

.dtr-hero-section-top-padding {
    padding-top: 200px;
}


/* padding top for responsive hero section */

@media (max-width: 992px) {
    .dtr-hero-section-padding {
        padding-top: 30px;
    }
	.show-on-mobile {
		display: inline-block !important;
	}
    .hidden-xs {
        display: none !important;
    }
    .name-food {
        font-size: 10px !important;
    }
}

@media (max-width: 1025px) {
	.div-list-order {
		height: 30vh !important;
		overflow-y: auto;
	}
	.hidden-xs {
        display: none;
    }
}


/*----------------------------------------*/


/*----- 10 Header -----*/


/*----------------------------------------*/

#dtr-header-global {
    padding: 30px 0;
    display: block;
    background: #822011;
}

    #dtr-header-global.on-scroll {
        padding: 20px 0;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .03);
        z-index: 999;
    }

.dtr-header-left {
    min-width: 110px;
    /* if long menu - set min-width equal to logo width for actual size logo */
}

.dtr-header-right {
    margin-left: 30px;
}


/*== logo ==*/

#dtr-header-global .logo-alt,
#dtr-header-global.on-scroll .logo-default {
    display: none;
}

#dtr-header-global.on-scroll .logo-alt,
#dtr-header-global .logo-default {
    display: inline-block;
    text-transform: uppercase;
}


/*== Menu  ==*/

.main-navigation {
    position: relative;
    margin-right: -20px;
    padding: 0;
}

    .main-navigation .sf-menu:first-child > li a {
        position: relative;
        padding: 5px 10px 5px 0;
        margin-right: 10px;
        font-size: 17px;
        font-weight: 600;
    }


    /*.main-navigation .sf-menu:first-child > li a::before { content: ""; width: 0px; height: 2px; position: absolute; left: 0; bottom: 0; transition: width .5s; }
.main-navigation .sf-menu:first-child > li a:hover::before, .main-navigation .sf-menu:first-child > li a.active:before { width: 30px; }
.main-navigation .sf-menu:first-child > li a.active:before { transition-delay: .3s; }*/

    .main-navigation .sf-menu:first-child > li li a {
        line-height: 1em;
        padding: 12px 20px;
    }

        .main-navigation .sf-menu:first-child > li li a::before {
            content: none;
            display: none;
        }


/*== page title section ==*/

.dtr-page-title-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border-width: 0;
    border-style: solid;
    text-align: center;
    padding: 0;
}

.dtr-page-title-inner {
    padding: 100px 0;
}

.dtr-page-title-content {
    position: relative;
    z-index: 9;
}

.dtr-entry-title,
.dtr-entry-subtitle {
    margin: 0;
}

.dtr-entry-subtitle {
    font-weight: normal;
}


/*----------------------------------------*/


/*----- 11 Responsive header -----*/


/*----------------------------------------*/

.dtr-responsive-header {
    padding: 30px 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, .05);
    z-index: 999;
}

    .dtr-responsive-header .container {
        position: relative;
    }

    .dtr-responsive-header .dtr-logo.logo-default {
        display: inline-block;
    }

.dtr-responsive-header,
.slicknav_menu,
#dtr-menu-button {
    display: none;
}

#dtr-menu-button {
    padding: 10px;
    z-index: 9999;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -20px;
}

    #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: 9px;
        transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    }

    .dtr-hamburger-lines:after {
        top: 18px;
        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 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slicknav_menu {
    padding: 0;
    margin: 0;
    border: 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 5px;
}

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul,
    .slicknav_nav li {
        display: block;
        margin-bottom: 0;
    }

    .slicknav_nav ul {
        margin: 0;
        padding: 0;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a,
        .slicknav_nav .slicknav_parent-link a {
            display: inline;
        }

.slicknav_menu::before,
.slicknav_menu::after {
    content: "";
    display: table;
}

.slicknav_menu::after {
    clear: both;
}

.slicknav_nav a {
    display: block;
    position: relative;
    outline: medium none;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

.slicknav_nav li {
    border-width: 0 0 1px 0;
    border-style: solid;
    position: relative;
    margin: 0 10px;
}

    .slicknav_nav li:last-child {
        border: 0;
    }

.slicknav_nav .slicknav_arrow {
    font-size: 12px;
    margin: 0 0 0 0.4em;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    margin: 0;
    padding: 0;
}

.slicknav_nav .slicknav_row {
    padding: 15px 0;
    margin: 2px 0;
}

    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
    }

.slicknav_menu .sub-menu {
    margin: 0 0 0 20px;
}

.slicknav_collapsed .slicknav_arrow::after {
    font-family: 'icomoon';
    content: "\e97a";
}

.slicknav_open .slicknav_arrow::after {
    font-family: 'icomoon';
    content: "\e97b";
}

.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 {
    float: right;
    font-size: 20px;
    margin-top: -2px;
}

.slicknav_nav .dropdown-item {
    border-bottom: 1px solid #ccc;
}

.dtr-responsive-header .sf-with-ul:after,
.dtr-responsive-header ul ul .sf-with-ul:after {
    content: none;
}

.dtr-responsive-header ul ul .sf-with-ul:after {
    content: none;
}


/*----------------------------------------*/


/*===== 12 Footer =====*/


/*----------------------------------------*/

.dtr-footer-columns {
    padding: 30px 0;
}

.dtr-copyright {
    padding: 30px 0;
}


/*----------------------------------------*/


/*===== 13 Blog =====*/


/*---------------------------------------*/


/*== widget title ==*/

.widget-title,
.comment-title {
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.comment-title {
    margin-bottom: 10px;
}


/*== entry ==*/

.entry-post {
    margin-bottom: 100px;
}

    .entry-post:last-child {
        margin: 0;
    }

.entry-img {
    margin-bottom: 20px;
}

.entry-title,
.entry-title a {
    font-size: 32px;
    line-height: 40px;
}

.entry-title {
    margin-bottom: 5px;
}

.entry-link {
    display: block;
    margin-top: 40px;
}


/* meta */

.entry-meta {
    width: 100%;
    list-style-type: none;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 25px 0;
    border-width: 0 0 2px 0;
    border-style: solid;
}

    .entry-meta li {
        float: left;
        margin: 0 20px 0 0;
        padding: 0;
    }

        .entry-meta li:last-child {
            margin: 0;
        }

.meta-date:before {
    font-family: 'icomoon';
    content: "\ebca";
    font-weight: normal;
}

.meta-author:before {
    font-family: 'icomoon';
    content: "\eed9";
    font-weight: normal;
}

.entry-meta li:before {
    margin-right: 10px;
}

.entry-meta {
    font-weight: 500;
}


/*== single ==*/

.single-img {
    margin-bottom: 20px;
}

.single-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}

.meta-title {
    font-weight: bold;
    font-weight: 500;
}

.dtr-share {
    display: inline-block;
    width: auto;
}


/*== comments thread ==*/

.dtr-comments {
    margin: 50px 0;
}

.dtr-comment-form {
    margin: 0;
}

.comment-list {
    width: 100%;
    list-style-type: none;
    display: block;
}

    .comment-list li {
        display: block;
        margin: 50px 0;
        padding: 0;
    }

    .comment-list li {
        padding-left: 1.5em;
    }

.comment-meta-data-wrapper {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.comment-list .comment-author,
.comment-list .comment-meta-data {
    display: table-cell;
    vertical-align: middle;
}

.comment-list .comment-author {
    max-width: 80px;
    width: 80px;
    padding-right: 20px;
}

.comment-author-name,
.comment-meta-data-wrapper p {
    margin: 0;
}

.comment-meta-data {
    font-weight: 500;
}

.comment-reply:before {
    display: inline-block;
    font-family: 'icomoon';
    content: "\ef7b";
    margin-right: 10px;
}

.comment-data {
    margin-top: 10px;
    padding-left: 80px;
}

.comment-list img {
    border-radius: 50%;
}


/*----------------------------------------*/


/*===== 14 Widgets =====*/


/*----------------------------------------*/


/*===== Social Widget =====*/

.dtr-social-list {
    margin: 0;
}

    .dtr-social-list li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

    .dtr-social-list a {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 17px;
        text-align: center;
        border: 0;
        border-radius: 0;
        z-index: 9;
    }

.text-left.dtr-social-list li:first-child {
    margin-left: 0;
}

.text-right.dtr-social-list li:first-child {
    margin-right: 0;
}


/*== large size social ==*/

.dtr-social-large .dtr-social-list a {
    font-size: 24px;
    line-height: 24px;
}


/*== circle social ==*/

.dtr-social-circle .dtr-social-list li {
    margin: 0;
}

.dtr-social-circle.text-left .dtr-social-list li:first-child {
    margin-left: 0;
}

.dtr-social-circle.text-right .dtr-social-list li:last-child {
    margin-right: 0;
}

.dtr-social-circle .dtr-social-list a {
    display: inline-block;
    border-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 0;
    text-align: center;
}

.dtr-social-circle .dtr-social a::before {
    line-height: 40px;
    color: inherit;
}


/*== square social ==*/

.dtr-social-square .dtr-social-list li {
    margin: 0;
}

.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: 0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 0;
    text-align: center;
}

.dtr-social-square .dtr-social a::before {
    line-height: 40px;
    color: inherit;
}


/*== styled social ==*/

.dtr-social .dtr-social-button::before {
    font-size: 24px;
    line-height: 55px;
}

.dtr-social-list .dtr-social-button {
    display: inline-block;
    padding: 0 15px;
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
}

    .dtr-social-list .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-list .dtr-social-button:hover span {
        max-width: 400px;
        transform: translateX(15px);
        -webkit-transition: max-width 1.2s;
        transition: max-width 1.2s;
    }

.dtr-styled-social.text-left li {
    margin: 0 1px 0 0;
}

.dtr-social-list .dtr-social-button span::after {
    content: '';
    margin-right: 15px;
}

.dtr-social-list .dtr-social-title {
    position: relative;
    padding-right: 115px;
}

    .dtr-social-list .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 {
    display: inline-block;
    font-family: 'icomoon';
    vertical-align: middle;
    font-weight: normal;
}

.dtr-social a:focus {
    outline: none;
}

.dtr-social a.dtr-facebook::before {
    content: "\e905";
}

.dtr-social a.dtr-twitter::before {
    content: "\e908";
}

.dtr-social a.dtr-pinterest::before {
    content: "\e903";
}

.dtr-social a.dtr-google::before {
    content: "\e90b";
}

.dtr-social a.dtr-linkedin::before {
    content: "\e909";
}

.dtr-social a.dtr-instagram::before {
    content: "\e911";
}

.dtr-social a.dtr-behance::before {
    content: "\e97f";
}

.dtr-social a.dtr-medium::before {
    content: "\e977";
}

.dtr-social a.dtr-skype::before {
    content: "\e97e";
}

.dtr-social a.dtr-vimeo::before {
    content: "\e979";
}

.dtr-social a.dtr-mail::before {
    content: "\e95c";
}

.dtr-social a.dtr-youtube::before {
    content: "\e90e";
}

.dtr-social a.dtr-flickr::before {
    content: "\e97a";
}

.dtr-social a.dtr-dribbble::before {
    content: "\e97d";
}

.dtr-social a.dtr-soundcloud::before {
    content: "\e97c";
}

.dtr-social a.dtr-vk::before {
    content: "\e975";
}

.dtr-social a.dtr-github::before {
    content: "\e97d";
}

.dtr-social a.dtr-whatsapp::before {
    content: "\e901";
}


/*----------------------------------------*/


/*----- 15 Forms -----*/


/*----------------------------------------*/

form {
    margin: 0;
    padding: 0;
    z-index: 0;
}

    form p {
        margin: 0 0 10px 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;
}

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 0 4px 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    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;
}

.antispam {
    display: none;
}

form label.error {
    font-size: 0.765em;
}


/*===== 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;
    margin-bottom: 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%;
    }


/*===== search form =====*/

.dtr-search-form {
    position: relative;
}

.dtr-search-submit {
    display: block;
    width: 80px;
    height: 50px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

    .dtr-search-submit::before {
        font-family: 'icomoon';
        content: "\ef83";
        font-size: 32px;
        line-height: 46px;
        text-align: center;
        font-weight: normal;
        text-decoration: none;
        vertical-align: middle;
    }

.dtr-search-form input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px 0 0 5px;
}

.dtr-search-field-wrapper {
    margin-right: 60px;
}

.dtr-search-submit-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

input.dtr-search-field {
    margin-bottom: 0;
}


/*----------------------------------------*/


/*===== 16 Elements =====*/


/*----------------------------------------*/


/*===== Preloader =====*/

.dtr-preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear .3s ease;
    -moz-transition: linear .3s ease;
    transition: linear .3s ease;
    z-index: 9999;
}

    .dtr-preloader .dtr-preloader-inner {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

.dtr-preloader-img {
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*===== blockquote =====*/


/* bordered quote */

.dtr-bordered-blockquote {
    padding: 5px 0 5px 20px;
    border-left: 2px solid #e5e5e5;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

    .dtr-bordered-blockquote .dtr-quote-source {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
    }


/* icon quote */

.dtr-icon-blockquote {
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

    .dtr-icon-blockquote blockquote {
        margin-bottom: 0;
    }

    .dtr-icon-blockquote:before {
        display: inline-block;
        font-family: 'icomoon';
        content: "\ef79";
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 50px;
        font-style: normal;
        font-weight: normal;
    }

    .dtr-icon-blockquote .dtr-quote-source {
        text-align: right;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }


/*===== feature =====*/

.dtr-feature {
    margin-bottom: 40px;
}

.dtr-feature-img {
    position: relative;
}

    .dtr-feature-img i,
    .dtr-feature-img img {
        position: relative;
        z-index: 9;
    }

.dtr-feature-content p:last-child {
    margin-bottom: 0;
}


/* top img position */

.dtr-feature-top .dtr-feature-img {
    margin-bottom: 30px;
}

.dtr-feature-top.text-center .dtr-feature-img {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.dtr-feature-top.text-left .dtr-feature-img {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

.dtr-feature-top.text-right .dtr-feature-img {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: auto;
}


/* left img position */

.dtr-feature-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
}

    .dtr-feature-left .dtr-feature-img {
        max-width: 50%;
        flex: 0 0 auto;
        margin-right: 25px;
    }


/* right img position */

.dtr-feature-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

    .dtr-feature-right .dtr-feature-img {
        max-width: 50%;
        flex: 0 0 auto;
        margin-left: 25px;
    }


/* icon feature */

.dtr-icon-feature .dtr-feature-img i {
    font-size: 64px;
    line-height: 70px;
    font-weight: normal;
    color: inherit;
}

.dtr-feature-circle-icon .dtr-feature-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
}

    .dtr-feature-circle-icon .dtr-feature-img img {
        max-width: 40px;
        width: 40px;
    }

    .dtr-feature-circle-icon .dtr-feature-img i {
        font-size: 32px;
        line-height: 70px;
        font-weight: normal;
    }

.dtr-feature-square-icon .dtr-feature-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 0;
    text-align: center;
}

    .dtr-feature-square-icon .dtr-feature-img img {
        max-width: 40px;
        width: 40px;
    }

    .dtr-feature-square-icon .dtr-feature-img i {
        font-size: 32px;
        line-height: 70px;
        font-weight: normal;
    }


/*===== styled heading =====*/

.dtr-styled-heading {
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
}

    .dtr-styled-heading h2 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .dtr-styled-heading p {
        font-size: 14px;
        line-height: 24px;
    }


    /*.dtr-styled-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.heading-center {
        text-align: center;
    }

        .dtr-styled-heading.heading-center::before {
            left: 50%;
            margin-left: -30px;
        }

.dtr-pricing {
    position: relative;
    padding: 20px 10px;
    margin: 0 10px;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    height: 170px;
    transition: background 0.4s;
}
    .dtr-pricing span {
        display: none !important;
    }
    .dtr-pricing.click-animation:active {
        border: 5px solid #26b829;
        border-radius: 20px;
    }
    .dtr-pricing.active {
        background: #f9f1ed !important;
        border: solid 2px #822011;
        outline: none;
    }

.dtr-pricing-img {
    margin-bottom: 10px;
}

    .dtr-pricing-img i {
        font-size: 48px;
    }

.dtr-price {
    font-size: 36px;
    margin: 0
}

    .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;
        background-color: inherit;
    }

.dtr-pricing-heading {
    font-size: 24px;
    font-weight: 500;
    color: gray;
}

.dtr-list-pricing li {
    list-style-type: none;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

    .dtr-list-pricing li:last-child {
        border: 0;
    }


/*===== progress =====*/

.dtr-progress {
    position: relative;
    margin: 0 0 35px 0;
    height: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}

.progress-bar {
    border-radius: 10px;
}

.dtr-progress-title i {
    margin-right: 5px;
    font-size: 34px;
    line-height: 34px;
    vertical-align: bottom;
}


/*===== timeline =====*/

.dtr-timeline-item {
    display: flex;
    margin-bottom: 40px;
}

.dtr-timeline-title {
    min-width: 35%;
    position: relative;
    padding-right: 30px;
}

    .dtr-timeline-title::after {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        font-family: 'icomoon';
        content: "\e95a";
        font-size: 18px;
        line-height: 18px;
    }

    .dtr-timeline-title::before {
        position: absolute;
        right: 8px;
        top: 17px;
        content: '';
        width: 2px;
        height: 50px;
    }

.dtr-timeline-item:hover .dtr-timeline-title::after {
    font-family: 'icomoon';
    content: "\e959";
}

.dtr-timeline-item:hover .dtr-timeline-title::before {
    height: 100%;
}

.dtr-timeline-text {
    padding-left: 30px;
    padding-bottom: 10px;
}


/*===== team =====*/

.dtr-team {
    overflow: hidden;
    text-align: center;
}

.dtr-team-content {
    position: relative;
    padding: 30px;
}

.dtr-team-social {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 200px;
}

    .dtr-team-social a {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

.dtr-team:hover .dtr-team-social a {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*===== servicebox =====*/

.dtr-service-box {
    position: relative;
    margin-bottom: 30px;
    padding: 50px;
    border-radius: 12px;
    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-service-box: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: 12px;
    }

    .dtr-service-box:hover:before {
        border-radius: 12px;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .dtr-service-box i {
        font-size: 48px;
        line-height: 48px;
        display: block;
        margin-bottom: 30px;
    }

    .dtr-service-box img {
        margin-bottom: 25px;
    }

.dtr-service-heading {
    margin-bottom: 20px;
}

.dtr-service-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-service-box:hover .dtr-service-number {
    -webkit-transform: scale(2);
    transform: scale(2);
    top: 30px;
    right: 30px;
}

.dtr-border-table th {
    font-weight: 500;
}

.dtr-border-table th,
.dtr-border-table td {
    padding: 10px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.dtr-border-table tr td:nth-child(2) {
    padding-left: 20px;
    text-align: right;
}


/*===== services tab =====*/

.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;
    }


/*===== Testimonial =====*/


/*== 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 {
    text-align: left;
}

    .dtr-testimonial-style-left .dtr-testimonial-content-wrapper {
        float: left;
        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;
        float: left;
        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: 0;
    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;
}

.dtr-client-info 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:after,
.dtr-stars-4:after {
    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: "\e96a";
}

.dtr-stars-3:before {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a";
}

.dtr-stars-3:after {
    font-family: 'icomoon';
    content: "\e96a\e96a";
}

.dtr-stars-2:before {
    font-family: 'icomoon';
    content: "\e96a\e96a";
}

.dtr-stars-2:after {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a";
}

.dtr-stars-1:before {
    font-family: 'icomoon';
    content: "\e96a";
}

.dtr-stars-1:after {
    font-family: 'icomoon';
    content: "\e96a\e96a\e96a\e96a";
}


/*== Video button ==*/

.dtr-video-wrapper {
    position: relative;
}

.dtr-video-wrapper-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dtr-video-button {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

    .dtr-video-button::after {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -26px;
        margin-left: -26px;
        display: inline-block;
        font-family: 'icomoon';
        content: '\e977';
        font-size: 52px;
        line-height: 52px;
        z-index: 99;
    }

.dtr-video-button-wrap-inner {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 99;
}

.dtr-border-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20px;
    border-style: solid;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    animation: pulse-border 4s linear 0s infinite;
    -webkit-animation: pulse-border 4s linear 0s infinite;
    -ms-animation: pulse-border 4s linear 0s infinite;
    -o-animation: pulse-border 4s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    z-index: 9;
}

.dtr-border-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.dtr-video-button:hover .dtr-border-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.dtr-video-heading {
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
}


/*== pulse border ==*/

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes pulse-border {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-o-keyframes pulse-border {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}


/*===== blog carousel =====*/


/* .dtr-blog-item {  margin-top: 40px; }  */


/* border-width: 1px; border-style: solid; border-radius: 10px; padding: 10px; */

.dtr-post-img {
    position: relative;
}

    .dtr-post-img img {
        border-radius: 15px;
        transition: transform 550ms ease;
    }

.dtr-blog-item:hover .dtr-post-img img {
    transform: scale(1.02);
    opacity: 1;
}

.dtr-post-content {
    padding: 12px 0;
}

.first .dtr-post-content {
    padding: 30px 0;
    position: relative;
}

.dtr-blog-item h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.dtr-blog-sub h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.dtr-blog-meta {
    width: 100%;
    font-size: 14px;
}

    .dtr-blog-meta li {
        list-style: none;
        display: inline-block;
        padding: 0 3px;
        margin-bottom: 0px;
    }


        /* .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;
        }

.dtr-read-more {
    display: block;
    font-size: 17px;
    line-height: 24px;
}

    .dtr-read-more i {
        font-size: 12px;
        vertical-align: middle;
    }

.dtr-read-more {
    position: relative;
    padding: 5px 0;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
}


    /* .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%;
    }

.dtr-category {
    font-size: 20px;
    /*  line-height: 1.2em;*/
    /* letter-spacing: 1px; */
    font-weight: 550;
}


/*===== portfolio grid =====*/

.dtr-portfolio-grid-2col,
.dtr-portfolio-grid-3col,
.dtr-portfolio-grid-4col,
.dtr-portfolio-grid-5col {
    margin: 0 -15px;
}

    .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 15px;
    }

    .dtr-portfolio-grid-3col .dtr-portfolio-item {
        width: 33.33333333%;
        padding: 0 5px;
    }

    .dtr-portfolio-grid-4col .dtr-portfolio-item {
        width: 25%;
        padding: 0 15px;
    }

    .dtr-portfolio-grid-5col .dtr-portfolio-item {
        width: 20%;
        padding: 0 15px;
    }

    .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;
    padding: 10px 0;
    background-color: #fff;
}

    .dtr-filter-nav li {
        padding: 0;
        margin: 0 4px;
        display: inline;
        list-style-type: none;
    }

    .dtr-filter-nav a {
        position: relative;
        display: inline-block;
        padding: 5px 0;
        margin: 0;
        font-size: 18px;
    }

        .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: 100%;
        }


/*== portflio item ==*/

.dtr-portfolio-item {
    position: relative;
    float: left;
    margin-bottom: 30px;
}


/* .dtr-portfolio-item 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-item:hover .dtr-portfolio-overlay {
    opacity: 1;
    border-radius: 10px;
}

.dtr-portfolio-overlay,
.dtr-portfolio-overlay img,
.dtr-portfolio-content {
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
}

.img-item {
    transition: all .5s ease;
}

.dtr-portfolio-item:hover .img-item {
    transform: scale(1.02);
    opacity: 1;
}


/*.dtr-portfolio-item: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-rounded-img .dtr-portfolio-content {
    border-radius: 10px;
}

.dtr-portfolio-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/*== 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: "\e94c";
    font-size: 20px;
    line-height: 60px;
}

.dtr-portfolio-style-2 .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 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.dtr-portfolio-style-2 .dtr-portfolio-item:hover .media-zoom,
.dtr-portfolio-style-2 .dtr-portfolio-item:hover .media-link {
    opacity: 1;
    transform: scale(1);
    z-index: 99;
}

.dtr-portfolio-style-2 .dual-icons .media-zoom {
    margin-left: -62px;
}

.dtr-portfolio-style-2 .dual-icons .media-link {
    margin-left: 2px;
}


/* overlay content */

.dtr-portfolio-hover-content {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.dtr-portfolio-item:hover .dtr-portfolio-hover-content {
    bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.dtr-portfolio-heading {
    margin-bottom: 0;
}


/*----------------------------------------*/


/*----- 17 Sliders -----*/


/*----------------------------------------*/


/*===== Slick Slider =====*/

.dtr-slick-slider img {
    max-width: auto;
}

.dtr-slick-has-dots {
    padding-bottom: 50px;
}


/*----------------------------------------*/


/*----- 18 Misc -----*/


/*----------------------------------------*/


/*===== Common transitions =====*/

.dtr-logo,
a:link,
.dtr-btn,
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"],
#dtr-header-global,
.dtr-social a,
.dtr-timeline-title::after,
.dtr-timeline-title::before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.avatar {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    object-fit: cover;
}

.f-w-600 {
    font-weight: 600;
}

.description {
    font-size: 16px;
    overflow: hidden;
    /* margin-bottom: 10px; */
    /* background: cyan; */
    width: 100%;
    /* height: 123px; */
}

.author {
    padding-top: 70px !important;
    /* background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.91) 50%,#fff 55%); */
    padding-top: 75px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.display_inherit {
    display: none;
}

.title-video h5 {
    font-size: 22px;
    /*line-height: 30px;*/
    font-weight: 600;
}

.site-footer__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.site-footer__shape-3 {
    position: absolute;
    top: 20%;
    left: 0%;
}

.site-footer__shape-4 {
    position: absolute;
    top: 40%;
    left: 50%;
}

.dtr-copyright a,
.dtr-copyright p {
    font-size: 22px;
    font-weight: 600;
}

.dtr-copyright span {
    font-size: 16px;
    font-weight: 400;
    color: #e8e4f4 !important;
}

.fox {
    color: #ff7500 !important;
}

.social {
    display: inline-block;
    /* float: right; */
}

.header_footer {
    border-bottom: solid 1px #e8e4f4;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.copyright_mobile {
    padding: 20px 0px;
    padding-bottom: 0px;
}

.container-blog {
    padding: 0 45px;
}

.blog-content p {
    margin: 18px 0;
}

.blog-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}

.blog-content {
    font-size: 18px;
    text-align: justify;
}

    .blog-content p {
        font-size: 18px !important;
        line-height: 28px;
    }

.tag-cat {
    font-size: 14px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
}

.tags {
    background: #6c757d;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 4px;
    border: 1px solid #fff;
}

    .tags:hover {
        background: #fff;
        border: 1px solid #6c757d;
        color: #6c757d !important;
    }


/*.logo-pitech:hover {
    transform: rotate(-1deg) scale(1.09);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/

.post-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .post-pagination a.active {
        cursor: auto;
        border: solid 1px #2B98F4;
    }

    .post-pagination a {
        border-radius: 50%;
        /* border: solid 1px #6138bd; */
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding: 1px 10px;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* width: 32px; */
        /* height: 32px; */
        transition: all .4s ease;
    }

.banner .clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .banner .clouds img {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        opacity: 0.15;
        animation: animate calc(7s * var(--i)) linear infinite;
    }

@-webkit-keyframes animate {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.dtr-pt-150 {
    padding-top: 150px;
}

.backgroundthink {
    /* background-image: url('/theme/assets/images/Group3477.jpg'); */
    background-size: auto;
    background-repeat: round;
}

.dtr-styled-heading .customer {
    font-size: 32px;
    margin-bottom: 5px;
    color: #11204d;
    font-weight: 600;
}

.title-home {
    font-size: 50px;
}

.sub-home {
    color: #2E485E;
    font-size: 18px;
}

.solution {
    color: #929DB8;
    font-size: 16px;
}

.banner-home {
    background-image: url(/theme/assets/images/bannerHome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home {
    text-align: center;
}

.sub-solution {
    color: #2E485E;
    font-size: 18px;
    line-height: 1.5;
}

.dtr-solution-item {
    box-shadow: 0px 5px 15px 0px rgba(43, 152, 244, 0.2);
    border-radius: 15px;
}

.dtr-solution-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: transform 550ms ease;
    width: 100%;
}

.dtr-solution-content {
    padding: 20px 30px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: transform 450ms ease;
}

.digital {
    color: #4963FB;
    font-size: 75px;
    font-weight: 600;
    margin: -10px;
}

.sub-digital {
    font-size: 22px;
}

.product-solution {
    margin: 0 75px;
}

.dtr-solution-item:hover .dtr-solution-content {
    transform: translateY(-55px);
}

.dtr-solution-item:hover .dtr-solution-img {
    opacity: 0.9;
}

.boss-said::before {
    content: 'Ã¢â‚¬Å“';
    font-size: 280px;
    color: #5AB2FC;
    position: absolute;
    top: 43px;
    opacity: 0.9;
    left: 6px;
}

.confirm-VN {
    position: relative;
}

    .confirm-VN::after {
        content: 'Ã¢â‚¬Â';
        position: absolute;
        font-size: 200px;
        top: 147%;
        right: 43px;
        opacity: 0.09;
    }

.bossHoang {
    transition: transform 900ms ease;
}

    .bossHoang:hover {
        transform: translateX(50px);
    }

.btn-home {
    width: 195px;
    border-radius: 5px;
}

    .btn-home a {
        color: #fff;
        font-weight: 600;
    }

        .btn-home a:hover {
            color: inherit;
        }

.logo {
    margin-left: 60px;
}

.blog-content ul,
ol {
    padding-inline-start: 30px;
}

.section-ev:nth-child(odd) {
    background-color: #f7f8fa;
}

select {
    outline: 0;
    box-shadow: none;
    border: solid 1px;
    /* flex: 1; */
    padding: 0.5em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
}

    select::-ms-expand {
        display: none;
    }

    select:focus {
        border: solid 1px #2B98F4;
    }

.btn-detail {
    border: none;
    background: transparent;
    cursor: pointer;
}

.hashtag {
    background: #6c757d;
    padding: 1px 8px;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 4px;
    border: 1px solid #fff;
    font-size: 14px;
}

.imageintroduction {
    height: 700px;
}

.bg-boxfoxs {
    height: 950px;
    background-image: url('/theme/assets/images/hopfoxs.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-boxfox {
    height: 800px;
    background-image: url('/theme/assets/images/hopfox.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.des-foxs {
    position: absolute;
    top: 12%;
    right: 17%;
    text-align: right;
    margin-bottom: 0;
}

    .des-foxs h1 {
        font-size: 90px;
    }

.des-fox {
    position: absolute;
    top: 15%;
    left: 17%;
    text-align: left;
    margin-bottom: 0;
}

    .des-fox h1 {
        font-size: 90px;
    }

.color-black {
    color: #222;
}

.title-home-mb {
    position: absolute;
    bottom: 14%;
    left: 9%;
    z-index: 2;
}

.bg-background {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0 / 1), transparent);
    z-index: 1;
}

.title-home-mb h4 {
    font-size: 17px;
}

.icon-caret-right-fill {
    border: solid 1px;
    border-radius: 50%;
    padding: 3px;
}

.box-same-series {
    height: 580px;
    overflow-y: scroll
}

.same-series-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#dtr-header-global {
    padding: 10px 0;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.modal-backdrop {
    background-color: #00000059;
}
.icon-tabler-cookie {
    position: absolute;
    bottom: 0;
    right: 0;
    color:red;
    z-index:1;
}
.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.btn-login-comtam {
    width: 100% !important;
}

.dtr-orderList {
    background-color: #fff;
    height: 100%;
}

.dtr-orderList-content {
    padding: 15px 20px;
    height: 95vh;
}

.table-list-order{
    cursor:pointer;
}
.table-list-order thead {
    border-bottom: solid 1px #eee;
    font-size: 15px;
}

    .table-list-order thead th {
        font-size: 12px;
        padding: 2px;
    }

    .table-list-order tbody tr {
        border-bottom: solid 1px #eee;
        text-align: center;
        outline: none;
    }
    .table-list-order tr {
        text-align: center;
    }
.table-list-order td {
    text-align: center;
}
.div-list-order {
    height: 75vh;
    overflow-y: auto;
 /*   overflow-x: hidden;*/
}

.current-order {
    background: #f9f1ed;
    border-left: solid 5px #822011;
   /* transition: .1s ease-in-out;*/
}
thead tr th {
    height: 30px;
    line-height: 30px;
}

.menuOrder-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.btn-filter-food {
    background: #fff;
    border: solid 1px #822011;
    padding: 5px 20px !important;
    border-radius: 5px;
    font-size: 15px !important;
    color: #822011;
    font-weight: 600;
	margin-bottom: 5px !important;
}

.list-food {
    height: 82.4vh;
    overflow-y: auto;
    overflow-x: hidden;
	border: 2px solid #eee;
    background: #fffdf6;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 7px 7px;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.badge-gradient-success {
    background: rgba(25, 177, 89, 0.2);
    color: #19b159;
}

.badge-gradient-warning {
    background-color: #fdf5e2;
    color: #ebb322;
}

.badge-gradient-error {
    background-color: rgba(219, 4, 15,0.5);
    color: #222;
}

.badge-gradient-info {
    background-color: rgba(98, 89, 202, 0.16);
    color: #6259c9;
}

.badge-gradient-danger {
    background-color: #ffe7e8;
    color: #f16d75;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f7f3f3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #822011;
    border-radius: 12px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #823a1ef2;
    }

.box-img-food {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.name-food {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.name-food span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #7c7c7c;
}

.price-food {
    font-weight: 600;
    color: #822011;
    font-size: 20px;
}

.dtr-pricing:hover {
    background: #f9f1ed;
    cursor: pointer;
}

    .close-order {
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        color: #822011;
    }

.dtr-type-order {
    width: 100%;
    display: block;
    padding: 3px 0;
    margin:0;
    top: 0;
    z-index: 998;
}

    .dtr-type-order li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style-type: none;
    }

.btn-type-order {
    background: #fff;
    border: solid 1px #822011;
    padding: 5px 20px !important;
    border-radius: 5px;
    font-size: 15px !important;
    color: #822011;
    font-weight: 600;
    margin-bottom: 5px;
}
    .btn-type-order:hover, .btn-filter-food:hover {
        background: #f9f1ed;
        color: #822011;
    }
    .btn-type-order.active {
        background: #822011;
        color: #fff;
    }
   

    .table-list-orderdetail tr {
        border-bottom: solid 1px #eee;
    }

.table-list-orderdetail td, .table-list-orderdetail th {
    padding: 2px 3px;
    text-align: center;
}

.orderdetail-food {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .orderdetail-food p {
        font-size: 12px;
        text-align: left;
    }

.minus-btn, .plus-btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 5px 3px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.note-orderdetail {
    font-size: 12px !important;
    padding: 12px 10px !important;
}

.textarea-orderdetail {
    height: 50px !important;
    font-size: 12px !important;
    padding: 0px 7px;
}
.remove-orderdetail-btn {
    background: #f9f1ed;
    padding: 7px 8px;
    height: 20px;
    border: solid 1px #822011;
    border-radius: 5px;
    color: #822011;
    cursor: pointer;
}

.box-table-orderdetail {
    height: 38vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.div-border-bottom {
    border-bottom: solid 1px #eee;
}

.btn-payment {
    padding: 5px 10px !important;
    font-size: 15px !important;
}
button:focus {
    outline: none;
}
.input-search-food {
    width: 220px !important;
    border-radius: 20px !important;
}
.new-order-content {
    height: 100%;
    display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	gap: 20px;
}
.icon-empty-order {
    height: 100px;
    width: 100px;
    background: #f9f1ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .icon-empty-order i {
        font-size: 60px;
        color: #822011;
    }
.input-quantity-orderdetail {
    padding: 0px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: inherit;
    display: inline-block;
    border: none;
    outline: none
}

.print-parent{
    display:none;
}
.print-food-note-parent{
    display: none;
}
.print-in-shift-parent {
    display: none;
}


@media print {
    body * {
        visibility: hidden;
        display:none;
    }
    .print-parent{
        display:none;
    }
    .print-food-note-parent{
        display: none;
    }
    .print-in-shift-parent {
        display: none;
    }
    .div-print, .div-print * {
        visibility: visible;
    }
    .div-print-food-note, .div-print-food-note * {
        visibility: visible;
    }
    .div-print-in-shift, .div-print-in-shift * {
        visibility: visible;
    }

    .div-print {
        position: fixed;
        left: 0;
        top: 0;
        height:100%;
        width:100%;
        margin:0;
        padding:1px;
    }
    .div-print-food-note {
        position: fixed;
        left: 0;
        top: 0;
        height:100%;
        width:100%;
        margin:0;
        padding:1px;
    }
    .div-print-in-shift {
        position: fixed;
        left: 0;
        top: 0;
        height:100%;
        width:100%;
        margin:0;
        padding:1px;
    }
}
@page {
    size: auto;
    margin: 0;
}
.div-list-table .hide{
    display:none;
}
.btn-reload-data {
    background-color: #f9f1ed;
    padding: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #822011;
    outline: none;
    transition:ease-in-out 0.3s;
}
.btn-reload-data:hover {
    background-color: #822011;
    color: #f9f1ed;
}
.click-animation {
    position: relative;
}
    .click-animation:after {
        content: "";
        background: #e08b627d;
        display: block;
        position: absolute;
        opacity: 0;
        transition: ease-in-out 0.7s;
        height: 100%;
        width: 100%;
        top: 0;
        left:0;
        border-radius: 15px;
    }

    .click-animation:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0.1s;
    }
.dinein-type {
    font-weight: 600;
    color: #d24c18;
}
.takeaway-type {
    font-weight: 600;
    color: #2db338;
}
.cook-quantity-warehouse {
    font-size: 22px !important;
    font-weight: 600;
    color: #822011;
}
.wrapper-sm{
    overflow:hidden
}
.btn-table {
    padding: 0px 10px !important;
    width: 40px;
    font-size: 13px !important;
}
.orderdetail-note{
    padding: 2px 3px !important;
}
.time-order{
    font-size:15px;
}
.td-remove-orderdetail{
    padding:5px 0px !important;
}
.redirect-home {
    color: #822011 !important;
    padding: 10px;
    background: #f9f1ed;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}
.btn-code {
    font-size: 12px !important;
    padding: 2px 4px !important;
    margin-right: 2px;
}
.hover-food:hover{
    text-decoration: underline;
}
.modal-table-topping {
    height: 450px;
}


@keyframes ldio-38kv49b32s {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}
.ldio-38kv49b32s div {
    position: absolute;
    animation: ldio-38kv49b32s 1s linear infinite;
    width: 152px;
    height: 152px;
    top: 24px;
    left: 24px;
    border-radius: 50%;
    box-shadow: 0 4.6px 0 0 #822011;
    transform-origin: 76px 78.3px;
}
.loadingio-spinner-eclipse-jb8z68h9rka {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-38kv49b32s {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; 
}
.ldio-38kv49b32s div { box-sizing: content-box; }
.loading-box {
    position: absolute;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background: #f9f1ed;
}

.icon-tabler-lock-off {
    cursor: grab;
    margin-left:5px;
    margin-bottom: 50px;
}
.icon-tabler-lock-open {
    cursor: grab;
    margin-left:5px;
    margin-bottom: 50px;
}

.out-of-stock-title {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}
.mobile-cover-button {
    height: 100%;
    width: 99%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 15px;
    border: none;
    color: #822011;
    background: #fbfbfb;
    Font-size: 20px;
    font-style: bold;
    transition: all 0.6s;
    cursor:pointer;
}