@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*heartness-lp-preview*/
body {
    -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%;
}
p {
    margin: 0 0 10px 0;
}
p:last-child {
    margin: 0;
}
/*----------------------------------------*/
/*----- 3 Font Settings -----*/
/*----------------------------------------*/
body {
   font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font-family {
   font-family: "Lato", sans-serif;
    font-weight: 500;
}
.dtr-nav.navbar-nav .nav-link,
.dtr-btn,
.dtr-btn-flat,
input[type="submit"],
input[type="reset"],
.text-link {
   font-family: "Lato", sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 3.25em;
    line-height: 1.5em;
}
h2 {
    font-size: 3em;
    line-height: 1.5em;
}
h3 {
    font-size: 2.25em;
    line-height: 1.5em;
}
h4 {
    font-size: 1.5em;
    line-height: 1.5em;
}
h5 {
    font-size: 1.063em;
    line-height: 1.5em;
}
h6 {
    font-size: 1em;
    line-height: 1.5em;
}
strong {
    font-size: 1em;
    line-height: 25px;
    font-weight: 700;
}
.small {
    font-size: 0.765em;
    line-height: 1.8em;
}
/* text sizes */
.text-size-xxl {
    font-size: 48px;
    line-height: 56px;
}
.text-size-xl {
    font-size: 36px;
    line-height: 52px;
}
.text-size-lg {
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
}
.text-size-md {
    font-size: 18px;
    line-height: 24px;
}
.text-size-md-alt {
    font-size: 24px;
    line-height: 32px;
}
.text-size-sm {
    font-size: 0.882em;
    line-height: 1.9em;
}
.text-size-xs {
    font-size: 0.765em;
    line-height: 1.6em;
}
.text-size-xs-alt {
    font-size: 10px;
    line-height: 16px;
}
/* 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-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;
}
.dtr-m-120 {
    margin: 100px !important;
}
.dtr-mt-120,
.dtr-my-120 {
    margin-top: 120px !important;
}
.dtr-mr-120,
.dtr-mx-120 {
    margin-right: 120px !important;
}
.dtr-mb-120,
.dtr-my-120 {
    margin-bottom: 120px !important;
}
.dtr-ml-120,
.dtr-mx-120 {
    margin-left: 120px !important;
}
/* minus 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-minus150 {
    margin-top: -150px !important;
}
.dtr-mt-minus170 {
    margin-top: -170px !important;
}
.dtr-mt-minus200 {
    margin-top: -200px !important;
}
.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-minus120 {
    margin-bottom: -120px !important;
}
.dtr-mb-minus150 {
    margin-bottom: -150px !important;
}
.dtr-mb-minus170 {
    margin-bottom: -170px !important;
}
.dtr-mb-minus200 {
    margin-bottom: -200px !important;
}
.dtr-ml-minus10 {
    margin-left: -10px !important;
}
.dtr-ml-minus20 {
    margin-left: -20px !important;
}
.dtr-ml-minus30 {
    margin-left: -30px !important;
}
.dtr-ml-minus40 {
    margin-left: -40px !important;
}
.dtr-ml-minus50 {
    margin-left: -50px !important;
}
.dtr-ml-minus60 {
    margin-left: -60px !important;
}
.dtr-ml-minus70 {
    margin-left: -70px !important;
}
.dtr-ml-minus80 {
    margin-left: -80px !important;
}
.dtr-ml-minus90 {
    margin-left: -90px !important;
}
.dtr-ml-minus100 {
    margin-left: -100px !important;
}
.dtr-mr-minus10 {
    margin-right: -10px !important;
}
.dtr-mr-minus20 {
    margin-right: -20px !important;
}
.dtr-mr-minus30 {
    margin-right: -30px !important;
}
.dtr-mr-minus40 {
    margin-right: -40px !important;
}
.dtr-mr-minus50 {
    margin-right: -50px !important;
}
.dtr-mr-minus60 {
    margin-right: -60px !important;
}
.dtr-mr-minus70 {
    margin-right: -70px !important;
}
.dtr-mr-minus80 {
    margin-right: -80px !important;
}
.dtr-mr-minus90 {
    margin-right: -90px !important;
}
.dtr-mr-minus100 {
    margin-right: -100px !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-p-120 {
    padding: 120px !important;
}
.dtr-pt-120,
.dtr-py-120 {
    padding-top: 120px !important;
}
.dtr-pr-120,
.dtr-px-120 {
    padding-right: 120px !important;
}
.dtr-pb-120,
.dtr-py-120 {
    padding-bottom: 120px !important;
}
.dtr-pl-120,
.dtr-px-120 {
    padding-left: 120px !important;
}
/*== rounded corners ==*/
.dtr-rounded-corner,
.dtr-rounded-corner img {
    border-radius: 8px;
}
.dtr-rounded-corner-xl {
    border-radius: 20px;
}
/*== borders ==*/
/* 1px border */
.dtr-border {
    border: 1px solid #ccd2d9;
}
.dtr-border-y {
    border-top: 1px solid #ccd2d9;
    border-bottom: 1px solid #ccd2d9;
}
.dtr-border-x {
    border-left: 1px solid #ccd2d9;
    border-right: 1px solid #ccd2d9;
}
.dtr-border-top {
    border-top: 1px solid #ccd2d9;
}
.dtr-border-right {
    border-right: 1px solid #ccd2d9;
}
.dtr-border-bottom {
    border-bottom: 1px solid #ccd2d9;
}
.dtr-border-left {
    border-left: 1px solid #ccd2d9;
}
/* 2px border */
.dtr-border-2px {
    border: 2px solid #ccd2d9;
}
.dtr-border-2px-y {
    border-top: 2px solid #ccd2d9;
    border-bottom: 2px solid #ccd2d9;
}
.dtr-border-2px-x {
    border-left: 2px solid #ccd2d9;
    border-right: 2px solid #ccd2d9;
}
.dtr-border-top-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-right-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-bottom-2px {
    border-left: 2px solid #ccd2d9;
}
.dtr-border-left-2px {
    border-left: 2px solid #ccd2d9;
}
/* null border */
.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 {
    display: block;
    clear: both;
    content: "";
}
.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-100 {
    height: 100px;
}
/*== shadow == */
.dtr-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.img-has-shadow {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
/*== misc ==*/
.text-decoration-underline {
    text-decoration: underline;
}
.z-index {
    position: relative;
    z-index: 99;
}
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
.dtr-rotate-minus20 {
    transform: rotate(-20deg);
}
/*----------------------------------------*/
/*----- 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,
.dtr-list-simple {
    list-style-type: none;
}
.dtr-list li {
    display: block;
    margin-bottom: 2px;
}
.dtr-list-simple li {
    display: block;
    margin-bottom: 10px;
}
.dtr-list-simple li:last-child {
    margin-bottom: 0;
}
.dtr-list-hover li:hover {
    display: block;
    margin-left: 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 {
    text-align: right;
}
.dtr-list-right li {
    text-align: right;
    padding: 0 0 0 20px;
    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 {
    position: relative;
    padding: 20px 0px;
    margin: 0;
    background: none;
    list-style-type: none;
    border-width: 0 0 1px 0;
    border-style: solid;
}
.dtr-border-list li:first-child {
    padding-top: 0;
}
.dtr-border-list li:last-child {
    padding-bottom: 0;
    border: 0;
}
/*----------------------------------------*/
/*----- 6 Buttons -----*/
/*----------------------------------------*/
.dtr-btn,
.dtr-btn-flat,
input[type="submit"],
input[type="reset"] {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dtr-btn-flat {
    padding: 13px 30px 12px 30px;
    border-width: 1px;
}
.dtr-btn i {
    margin-left: 10px;
}
.text-link {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*----------------------------------------*/
/*----- 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 Common-----*/
/*----------------------------------------*/
.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 !important;
}
.dtr-bg-position-top {
    background-position: top;
}
.dtr-bg-position-right {
    background-position: right;
}
.dtr-bg-position-bottom {
    background-position: bottom;
}
.dtr-bg-position-bottom-right {
    background-position: bottom right;
}
.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;
}
.dtr-bg-position-center-left {
    background-position: center left;
}
.dtr-bg-position-center-right {
    background-position: center right;
}
/* 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 Sections Misc -----*/
/*----------------------------------------*/
/*===== Hero Section =====*/
/* this will be equal to overall height of header */
.hero-section-top-padding {
    padding-top: 90px;
}

.dtr-feature-img img {
    /*filter: brightness(0) invert(1);*/
    height: 50px;
}
.dtr-feature-top:hover {
    transform: scale(1.1);
}
.dtr-feature-top {
    text-align: center;
    background: white;
    height: 312px;
    padding: 25px 20px;
    /* border-radius: 12px; */
    transition: all 0.3s ease-out;
    clip-path: polygon(40px 0, /* top-left angle */ calc(100% - 0px) 0, /* top-right angle */ 100% 10px, 100% calc(100% - 40px), /* bottom-right angle */ calc(100% - 40px) 100%, 10px 100%, /* bottom-left angle */ 0 calc(100% - 1px), 0 40px);
}
h2 {
    font-size: 2.5em;
}
h2.head-s span {
    font-weight: 200;
}
.head-s {
    font-size: 42px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 20px 0;
}
span.color-orange {
    font-weight: 200;
}
/* padding for responsive header */
@media (max-width: 992px) {
    .hero-section-top-padding {
        padding-top: 130px;
    }
}
/* rotating image */
.rotating-img-wrapper {
    position: relative;
    /*z-index: -1;*/
}
.rotating-img-inner {
    width: 230px;
    height: 230px;
    position: absolute;
    top: -200px;
    right: 0;
}
img.rotating-img {
    background: white;
    border-radius: 50%;
}

.rotating-img {
    animation: spin 10s linear infinite;
}
.static-img {
    position: absolute;
    top: 48px;
    right: 49px;
    width: 135px;
}
/*----------------------------------------*/
/*----- 10 Header -----*/
/*----------------------------------------*/
#dtr-header-global {
    padding: 5px 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}
div#vision {
    height: 85vh;
    display: flex;
    align-items: center;
}
#dtr-header-global.on-scroll {
    padding: 8px 0;
    border-width: 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, 0.05);
    z-index: 999;
}
.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: block;
}
/*== Menu  ==*/
.main-navigation {
    position: relative;
    margin-right: -20px;
    padding: 0;
}
.dtr-nav.navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFC107;
}
/*== Navbar Custom ==*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav li {
    margin: 0;
}
.dropdown-menu {
    margin: 0;
}
.dropdown-menu {
    padding: 20px 0;
    margin: 0;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler:hover {
    background-color: transparent;
}
.dropdown-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: dropdownSlideIn;
    -webkit-animation-name: dropdownSlideIn;
}
.dropdown-toggle::after {
    display: none;
    font-family: "iconfonts";
    content: "\ec04";
    font-size: 12px;
    border: 0;
    margin: 0 0 0 2px;
    vertical-align: middle;
}
/*----------------------------------------*/
/*----- 11 Responsive header -----*/
/*----------------------------------------*/
.dtr-responsive-header {
    padding: 20px 0;
    box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, 0.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;
    right: 0;
    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: 0.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: 0.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 0.13s;
}
.dtr-hamburger-lines:before {
    top: 9px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dtr-hamburger-lines:after {
    top: 18px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dtr-hamburger.is-active .dtr-hamburger-lines {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.dtr-hamburger.is-active .dtr-hamburger-lines:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.dtr-hamburger.is-active .dtr-hamburger-lines:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.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: left;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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: "iconfonts";
    content: "\ec04";
}
.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;
}
/*----------------------------------------*/
/*===== 12 Footer =====*/
/*----------------------------------------*/
#dtr-footer {
    padding: 3px 0;
    font-size: 16px;
}---------------------------------------*/
/*===== 13 Widgets =====*/
/*----------------------------------------*/
/*===== Social Widget =====*/
.dtr-social-list {
    margin: 0;
}
.dtr-social-list li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.dtr-social-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    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: 32px;
    line-height: 32px;
}
/*== 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: 35px;
    height: 35px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}
.dtr-social-circle .dtr-social a::before {
    line-height: 35px;
    color: inherit;
}
/*== square social ==*/
.dtr-social-square .dtr-social-list li {
    margin: 0 1px;
    border-radius: 8px;
}
.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: 8px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0;
    text-align: center;
}
.dtr-social-square .dtr-social a::before {
    line-height: 50px;
    color: inherit;
}
/*== social icons ==*/
.dtr-social li a::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    z-index: -1;
}
.dtr-social li a:hover::after {
    opacity: 1;
    transform: scale(1);
}
.dtr-social li a::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dtr-social a::before {
    display: inline-block;
    font-family: "iconfonts";
    vertical-align: middle;
    font-weight: normal;
}
.dtr-social a:focus {
    outline: none;
}
.dtr-social a.dtr-facebook::before {
    content: "\e982";
}
.dtr-social a.dtr-twitter::before {
    content: "\ea80";
}
.dtr-social a.dtr-pinterest::before {
    content: "\ea24";
}
.dtr-social a.dtr-google::before {
    content: "\e9b1";
}
.dtr-social a.dtr-linkedin::before {
    content: "\e9e8";
}
.dtr-social a.dtr-instagram::before {
    content: "\e9ca";
}
.dtr-social a.dtr-behance::before {
    content: "\e921";
}
.dtr-social a.dtr-medium::before {
    content: "\e9f5";
}
.dtr-social a.dtr-reddit::before {
    content: "\ea34";
}
.dtr-social a.dtr-skype::before {
    content: "\ea52";
}
.dtr-social a.dtr-vimeo::before {
    content: "\ea93";
}
.dtr-social a.dtr-mail::before {
    content: "\ed64";
}
.dtr-social a.dtr-yahoo::before {
    content: "\eaaf";
}
.dtr-social a.dtr-youtube::before {
    content: "\eab7";
}
.dtr-social a.dtr-flickr::before {
    content: "\e98f";
}
.dtr-social a.dtr-rss::before {
    content: "\ee04";
}
.dtr-social a.dtr-dribbble::before {
    content: "\e970";
}
.dtr-social a.dtr-tumblr::before {
    content: "\ea7d";
}
.dtr-social a.dtr-soundcloud::before {
    content: "\ea59";
}
.dtr-social a.dtr-forumbee::before {
    content: "\e999";
}
.dtr-social a.dtr-quora::before {
    content: "\ea2d";
}
.dtr-social a.dtr-snapchat::before {
    content: "\ea56";
}
.dtr-social a.dtr-digg::before {
    content: "\e969";
}
.dtr-social a.dtr-delicious::before {
    content: "\e962";
}
.dtr-social a.dtr-stumbleupon::before {
    content: "\ea6b";
}
.dtr-social a.dtr-deviantart::before {
    content: "\e966";
}
.dtr-social a.dtr-yelp::before {
    content: "\eab5";
}
.dtr-social a.dtr-viadeo::before {
    content: "\ea90";
}
.dtr-social a.dtr-foursquare::before {
    content: "\e99a";
}
.dtr-social a.dtr-xing::before {
    content: "\eaad";
}
.dtr-social a.dtr-vk::before {
    content: "\ea97";
}
.dtr-social a.dtr-spotify::before {
    content: "\ea5d";
}
.dtr-social a.dtr-vine::before {
    content: "\ea96";
}
.dtr-social a.dtr-slack::before {
    content: "\ea53";
}
.dtr-social a.dtr-etsy::before {
    content: "\e97f";
}
.dtr-social a.dtr-github::before {
    content: "\e9a5";
}
.dtr-social a.dtr-whatsapp::before {
    content: "\ea9e";
}
/*----------------------------------------*/
/*----- 14 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: 12px 20px;
    margin: 0 0 4px 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    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: 12px;
}
/*===== 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%;
}
/*===== subscribe form =====*/
.subscribe-form-wrapper {
    width: 100%;
}
.subscribe-form-email {
    position: relative;
}
.subscribe-form-email input[type="email"],
.subscribe-form-email input[type="text"] {
    height: 64px;
    border-radius: 8px;
}
.subscribe-form-email input[type="email"] {
    padding-right: 170px;
}
.subscribe-form-submit {
    position: absolute;
    right: 5px;
    top: 5px;
}
/*----------------------------------------*/
/*===== 15 Elements =====*/
/*----------------------------------------*/
/*===== Preloader =====*/
.dtr-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear 0.3s ease;
    -moz-transition: linear 0.3s ease;
    transition: linear 0.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: "iconfonts";
    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;
}
/*===== dashed divider =====*/
.divider-dashed {
    display: block;
    width: 100%;
    height: 1px;
    border-width: 1px 0 0 0;
    border-style: dashed;
}
/*===== box =====*/
.dtr-box {
    padding: 60px 30px;
}
/*===== blog posts =====*/
.dtr-post-item {
    display: table;
    margin-bottom: 20px;
}
.dtr-post-item:last-child {
    margin-bottom: 0;
}
.dtr-post-item-img {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding-right: 30px;
}
.dtr-post-item-content {
    display: table-cell;
    vertical-align: top;
}
.dtr-post-meta {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.meta-title {
    margin-left: 20px;
}
.dtr-post-item-heading {
    margin-bottom: 10px;
}
.dtr-post-item-list h5 {
    margin-bottom: 0;
}
/*===== stories / case slider =====*/
.dtr-case-content {
    padding: 20px;
}
.dtr-case-content .text-link {
    margin-top: 20px;
}
/*===== 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-img i {
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: inherit;
}
.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;
}
/*===== highlight =====*/
.dtr-highlight {
    display: inline-block;
    padding: 5px 40px;
}
.dtr-highlight-rounded {
    border-radius: 200px;
}
/*===== Video Box =====*/
.dtr-video-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dtr-video-box img {
    max-width: 100%;
    width: 100%;
}
.dtr-video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dtr-video-button {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    z-index: 9;
}
.dtr-video-button:after {
    font-family: "iconfonts";
    content: "\ef73";
    font-size: 48px;
    line-height: 100px;
    margin-left: 10px;
}
/*===== image scale on hover =====*/
.dtr-img-scale {
    overflow: hidden;
}
.dtr-img-scale img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dtr-img-scale:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
/*===== Accordion =====*/
.dtr-accordion .card-header {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.dtr-accordion.accordion > .card {
    border: 0;
    border-radius: 0;
}
.dtr-accordion.accordion > .card .card-header {
    margin: 0;
}
.dtr-accordion .card-body {
    padding: 0 0 10px 0;
    border-radius: 0;
    margin: 0;
    line-height: 1.4;
}
.dtr-accordion .card-header:first-child,
.dtr-accordion.accordion > .card:not(:first-of-type) .card-header:first-child {
    padding: 0;
    margin: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    background: none;
}
.dtr-accordion .dtr-btn.accordion-btn-link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    padding: 15px 40px 15px 17px;
    margin: 0 0 8px 0;
    text-transform: capitalize;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    background: #defffa !important;
}

.dtr-accordion .dtr-btn.accordion-btn-link:after {
    font-family: "iconfonts";
    content: "\ef74";
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 58%;
    margin-top: -12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dtr-accordion .dtr-btn.accordion-btn-link.collapsed:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dtr-accordion .dtr-btn.accordion-btn-link:focus {
    outline: none;
}
.dtr-accordion .card {
    background: none;
}
/*----------------------------------------*/
/*----- 16 Sliders -----*/
/*----------------------------------------*/
/*===== Slick Slider =====*/
.dtr-slick-slider img {
    max-width: auto;
}
.dtr-slick-has-dots {
    padding-bottom: 50px;
}
/* dots - show / hide */
.dtr-slick-slider .slick-dots {
    display: none !important;
}
.dtr-slick-slider.dtr-slick-has-dots .slick-dots {
    display: block !important;
}
/*----------------------------------------*/
/*----- 17 Misc -----*/
/*----------------------------------------*/
/*===== Simple Table =====*/
.dtr-table {
    border: 1px solid #ccc;
    margin: 10px 0 20px 0;
    text-align: left;
}
.dtr-table th {
    border: 1px solid #ccc;
    padding: 5px 20px;
    background-color: #e5e5e5;
    font-weight: 600;
}
.dtr-table td {
    border: 1px solid #ccc;
    padding: 5px 20px;
}
.dtr-table-head td,
.dtr-table-head td {
    padding: 10px 20px;
    background-color: #e5e5e5;
}
/*===== 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-list-hover li,
.nav-link,
.dtr-social-circle .dtr-social-list li,
.dtr-social-square .dtr-social-list li {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*== map embed ==*/
.dtr-map iframe {
    max-width: 100%;
    border: none;
    float: left;
}
.mapouter,
.gmap_canvas,
#gmap_canvas {
    width: 100%;
}
#gmap_canvas {
    min-height: 400px;
    padding: 0;
    margin: 0;
}
.mapouter {
    position: relative;
    text-align: left;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
}
.dtr-slick-slider .slick-slide img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 25px;
}
.video-dv:before {
    content: '';
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(90deg, #0d176c 19%, #c3cfe200 67%);
}
.video-dv {
    position: relative;
}
h1.video-text {
    position: absolute;
    top: 61%;
    left: 55%;
    transform: translateX(-92%) translateY(-50%);
    z-index: 9;
    font-size: 37px;
    width: 44%;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 3px 10px #00000047;
}
h1.video-text span {
    font-size: 58px;
    display: block;
    margin-bottom: 14px;
    color: #f4c027;
}
.banner-sec video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative;
    top: 75px;
    display: block;
    margin-bottom: 82px;
}
.flat-why-choose2 .images {
    margin-right: -10px;
    margin-top: 2px;
}
.curved-group.home4 {
    top: 17%;
    left: 44.2%;
    background-color: unset;
}
.curved-group {
    position: absolute;
    top: 47%;
    left: 55.5%;
    border-radius: 50%;
    width: 146px;
    align-items: center;
    transform: translate(-50%, -50%);
    height: 146px;
    background-color: #FFF5E0;
}
.flat-why-choose2 .heading-section {
    margin-top: 90px;
    margin-bottom: 50px;
}
.text-color-4 {
    font-size: 21px;
    line-height: 30px;
    color: #525252;
}
.flat-why-choose2 .wrap-icon {
    padding-right: 55px;
}
.flat-why-choose2 .wrap-icon .box {
    margin-bottom: 39px;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flat-why-choose2 .wrap-icon .box .icon {
    margin-right: 14px;
}
.flat-why-choose2 .wrap-icon .box .content {
    padding-top: 1px;
}
.flat-why-choose2 .wrap-icon .box .content h4 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 12px;
}
.flat-why-choose2 .wrap-icon .box .content p {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 16px;
}
.heading-section h2 {
    font-size: 50px;
}
.icon {
    overflow: hidden;
}
.icon img {
    width: 74px;
    filter: drop-shadow(0px 100px 0 #4aa0af);
    transform: translateY(-100px);
}
.dtr-header-left img {
    /* width: 230px; */
    height: 80px;
    /* padding: 8px 0; */
    /* box-shadow: 0 0 5px #fefefe3b; */
    /* padding: 9px; */
    /* position: absolute; */
    top: 0;
    z-index: 9;
    /* background: #0f196a; */
    /* border-radius: 0 0 25px 25px; */
}
div#vision h4 {
    margin-bottom: 0;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
* {
    font-family: "Roboto", sans-serif;
}
button.wh-ap-btn {
    outline: none;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
    content: "";
    background-image: url("../images/whatsapp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity: 1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
}

.wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}

.wh-fixed > a {
    display: block;
    text-decoration: none;
}

button.wh-ap-btn::before {
    content: "Chat with me";
    display: block;
    position: absolute;
    margin-left: -136px;
    margin-top: 16px;
    height: 25px;
    background: #49654e;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 0px;
    padding-left: 17px;
    padding-right: 18px;
    /* width: 100px; */
    /* font-size: 12px; */
    line-height: 1.8;
}

/* animacion pulse */

.whatsapp-pulse {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #10b418;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.focus .wrap-icon .box .content h4 {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    font-weight: 500;
}
.focus img {
    filter: initial !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
/*--------------------*/
#IntegratedBusiness .item {
    width: 100%;
    height: 100%;
    inset: 0%;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    overflow: hidden;
    background-color: #e1eef0;
    border-radius: 20px;
    border: solid 1px #46a6b5;
}
#IntegratedBusiness .interatedCards {
    height: 100%;
    padding: 16px;
}
#IntegratedBusiness .item_number {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: .6rem;
    color: #46a6b5;
}
#IntegratedBusiness .interatedCards p {
    line-height: 22px;
    font-size: 16px;
}
#IntegratedBusiness .interatedCards h6 {
    font-weight: 400;
    color: #46a6b5;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#IntegratedBusiness .interatedCards ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 4px;
    margin-bottom: 16px;
}
#IntegratedBusiness .interatedCards ul li {
    background: url(../images/pink-arrow.png) no-repeat left 3px;
    background-size: 12px;
    padding-left: 20px;
    margin-bottom: 13px;
    line-height: 1.3;
    font-size: 15px;
}
.interatedCards img {
    margin-bottom: 17px;
    border-radius: 18px;
    clip-path: polygon(25px 0, /* top-left angle */ calc(100% - 0px) 0, /* top-right angle */ 100% 10px, 100% calc(100% - 35px), /* bottom-right angle */ calc(100% - 35px) 100%, 10px 100%, /* bottom-left angle */ 0 calc(100% - 1px), 0 25px);
    height: 300px;
    object-fit: cover;
}
.indicatorstabs .nav {
    border-radius: 0px;
    border: none;
    margin-top: 40px;
    margin-bottom: 20px;
}
.indicatorstabs .nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    border: none;
    color: #000;
    padding: 0px;
    position: relative;
    background: url(../images/tabs-bg.svg) no-repeat left bottom;
    background-size: 100%;
    width: 300px;
    height: 46px;
    text-align: center;
    padding: 0 35px;
    line-height: normal;
}
.indicatorstabs .nav li:nth-child(2), .indicatorstabs .nav li:nth-child(3), .indicatorstabs .nav li:nth-child(4) {
    margin-left: -35px;
}
.indicatorstabs .nav .nav-link:focus {
    outline: none;
}
.indicatorstabs .nav .nav-link.active {
    color: #fff;
    background: url(../images/tabs-bg-active.svg) no-repeat left bottom;
    background-size: cover;
}
:root{
  --muted:#6c757d;
  --card-bg: #ffffff;
  --section-bg: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.qc-section {
    padding: 50px 0;
    background: #46a7b62e;
}
.criteria-icon i {
    font-size: 23px;
}
.qc-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.qc-badge{background:#46a4b3;color:#fff;padding:.6rem .9rem;border-radius:.6rem;box-shadow:0 6px 18px rgba(0,102,204,.12)}
.qc-title{font-size:1.6rem;font-weight:700;margin:0}
.qc-sub{color:var(--muted);margin:0}

/* Modern table styling */
.qc-table{background:transparent;border-radius:.8rem;box-shadow:0 6px 30px rgba(35,47,63,.06)}
.qc-table thead th{background:#fff;border-bottom:0;padding:1rem 1.25rem}
.qc-table tbody tr{background:var(--card-bg);border-bottom:1px solid rgba(0,0,0,.04)}
.qc-table td, .qc-table th{vertical-align:middle;padding:1rem 1.25rem}

.criteria-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04);font-size:1.1rem}
.small-muted{font-size:.9rem;color:var(--muted)}

.info-cards .card{border:0;border-radius:.9rem;box-shadow:0 10px 30px rgba(16,24,40,.04)}
.info-cards .card-body{padding:1.25rem}

/* Hover micro-interaction */
.card-hover{transition:transform .28s cubic-bezier(.22,.9,.32,1), box-shadow .28s}
.card-hover:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(16,24,40,.08)}

/* Responsive adjustments */
@media (max-width:767.98px){
  .qc-header{flex-direction:column;align-items:flex-start}
  .qc-title{font-size:1.25rem}
}














@media only screen and (max-width:767px){
.dtr-slick-slider .slick-slide img {
    margin-bottom: 20px;
}
div#vision {
    margin-top: 0 !important;
}
h2 {
    font-size: 2em;
    line-height: 1.5em;
}
h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.flat-why-choose2 .wrap-icon .box .content h4 {
    font-size: 20px;
    line-height: 1.2;
}
.dtr-responsive-header.fixed-top img {
    width: 80px;
}
.dtr-responsive-header {
    padding: 6px 0;
}
div#vision {
    height: auto;
}
.dtr-slick-slider .slick-slide img {
    height: auto;
    width: 74%;
}
.banner-sec video {
    height: 340px;
}
h1.video-text {
    font-size: 25px;
    width: 57%;
    left: 60%;
}
h1.video-text span {
    font-size: 28px;
}
.video-dv:before, .banner-sec video {
    top: 50px;
}
div#about .row {
    padding-top: 0 !important;
}
.head-s {
    font-size: 26px;
    margin: 14px 0;
}
.dtr-pl-20, .dtr-px-20 {
    padding-left: 0;
}
.heading-section h2 {
    font-size: 38px;
}
.nav-tabs .nav-item {
    width: 100% !important;
}
.indicatorstabs .nav li:nth-child(2), .indicatorstabs .nav li:nth-child(3), .indicatorstabs .nav li:nth-child(4) {
    margin-left: 0;
}
.tab-pane {
    padding: 0 !important;
}
.indicatorstabs .nav .nav-link{
    width: 100%;
    margin-bottom: 15px;
}
.interatedCards img {
    height: auto;
}
#IntegratedBusiness .item_number {
    font-size: 27px;
    line-height: normal;
}

















}

@media (min-width: 992px) {
   body{
        zoom: 80%;
    }
}
@media (min-width: 1200px) {
    body{
        zoom: 90%;
    }
}
@media (min-width: 1400px) {
    body{
        zoom: 100%;
    }
}