/*----------------------------------------*/
/*----- TABLE OF CONTENTS -----*/
/*----------------------------------------*/
/*
1  Generate Google Fonts
2  General Styles
3  Font Settings
4  Theme Utilities
5  Lists
6  Buttons
7  Layout
8  Sections
9  Hero Section
10 Header
11 Responsive header
12 Footer
13 Forms
14 Elements
15 Sliders
16 Misc
*/
/*----------------------------------------*/
/*----- 1 Generate Google Fonts  -----*/
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

/*----------------------------------------*/
/*----- 2 General Styles -----*/
/*----------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fix 1s 1;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 10px 0;
}

p:last-child {
    margin-bottom: 0;
}

/*----------------------------------------*/
/*----- 3 Font Settings -----*/
/*----------------------------------------*/
body {
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Lexend Deca', sans-serif;
}

/* sizes */
h1,
h1 a {
    font-size: 3.529em;
    line-height: 1.2em;
    letter-spacing: -2px;
}

h2,
h2 a {
    font-size: 2.824em;
    line-height: 1.2em;
    letter-spacing: -2px;
}

h3,
h3 a {
    font-size: 2.118em;
    line-height: 1.2em;
    letter-spacing: -2px;
}

h4,
h4 a {
    font-size: 1.765em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

h5,
h5 a {
    font-size: 1.412em;
    line-height: 1.2em;
}

h6,
h6 a {
    font-size: 1.000em;
    line-height: 1.2em;
}

strong {
    font-size: 1.000em;
    line-height: 25px;
    font-weight: 700;
}

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

/* text sizes */
.text-size-xxl {
    font-size: 57px;
    line-height: 64px;
}

.text-size-xl {
    font-size: 47px;
    line-height: 52px;
}

.text-size-lg {
    font-size: 29px;
    line-height: 38px;
}

.text-size-md {
    font-size: 23px;
    line-height: 36px;
}

.text-size-sm {
    font-size: 15px;
    line-height: 24px;
}

.text-size-xs {
    font-size: 0.764em;
    line-height: 1.4em;
}

/* font weights */
.font-weight-thin {
    font-weight: 200;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 600;
}

.font-weight-extrabold {
    font-weight: 700;
}

/* line height */
.line-height-null {
    line-height: 1em;
}

/* vertical aligns */
.vert-bottom {
    vertical-align: bottom;
}

.vert-middle {
    vertical-align: middle;
}

/*===== common text styles =====*/
/* section heading */
.dtr-section-heading-wrapper {
    text-align: center;
    font-size: 1.235em;
    line-height: 35px;
    margin-bottom: 40px;
}

.dtr-section-heading-wrapper h2,
.dtr-section-heading {
    font-size: 2.824em;
    line-height: 1.2em;
}

/* others */
.tagline-style1 {
    font-size: 37px;
    line-height: 42px;
}

.tagline-style2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

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

/* minus left margins */
.dtr-ml-minus10 {
    margin-left: -10px !important;
}

.dtr-ml-minus15 {
    margin-left: -15px !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;
}

/* 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-p-130 {
    padding: 130px !important
}

.dtr-pt-130,
.dtr-py-130 {
    padding-top: 130px !important
}

.dtr-pr-130,
.dtr-px-130 {
    padding-right: 130px !important
}

.dtr-pb-130,
.dtr-py-130 {
    padding-bottom: 130px !important
}

.dtr-pl-130,
.dtr-px-130 {
    padding-left: 130px !important
}

.dtr-p-150 {
    padding: 150px !important
}

.dtr-pt-150,
.dtr-py-150 {
    padding-top: 150px !important
}

.dtr-pr-150,
.dtr-px-150 {
    padding-right: 150px !important
}

.dtr-pb-150,
.dtr-py-150 {
    padding-bottom: 150px !important
}

.dtr-pl-150,
.dtr-px-150 {
    padding-left: 150px !important
}

/*== images / shodow ==*/
.dtr-rounded-img,
.dtr-rounded-img img,
.dtr-rounded {
    border-radius: 8px;
}

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

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

/*== borders ==*/
.dtr-border-top {
    border-top: 1px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-right {
    border-right: 1px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-bottom {
    border-bottom: 1px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-left {
    border-left: 1px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-top-2px {
    border-left: 2px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-right-2px {
    border-left: 2px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-bottom-2px {
    border-left: 2px solid rgba(23, 50, 164, 0.05);
}

.dtr-border-left-2px {
    border-left: 2px solid rgba(23, 50, 164, 0.05);
}

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

.dtr-border-none {
    border-width: 0 !important;
}

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

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

.dtr-list,
.dtr-list-compact {
    list-style-type: none;
}

.dtr-list li {
    display: block;
    margin-bottom: 10px;
}

.dtr-list-compact li {
    display: block;
    margin-bottom: 0;
}

/*== inline list ==*/
.dtr-list-inline {
    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;
}

.text-left.dtr-list-inline li {
    text-align: left;
    padding: 0 20px 0 0;
    margin: 0;
}

.text-right.dtr-list-inline li {
    text-align: right;
    padding: 0 0 0 20px;
    margin: 0;
}

/*== icon list ==*/
.dtr-icon-list li {
    position: relative;
    display: flex;
    padding: 15px 25px;
    margin: 0;
    background: none;
    list-style-type: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 0;
    border-color: #e7eaf6;
}

.dtr-icon-list li:hover {
    border-radius: 8px;
    background-color: rgba(23, 50, 164, 0.05);
}

.dtr-icon-list:hover li {
    border-color: transparent !important;
}

.dtr-icon-list i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
}

/*== border list ==*/
.dtr-list-border li {
    background: none;
    list-style-type: none;
    display: block;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.dtr-list-border li:last-child {
    border: 0;
    margin-bottom: 0;
}

/*----------------------------------------*/
/*----- 6 Buttons -----*/
/*----------------------------------------*/
.dtr-btn,
.dtr-link-btn,
input[type="submit"],
input[type="reset"] {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 18px 6px;
    width: 285px;
}

.dtr-btn .btn-span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
}

.dtr-btn .btn-span i {
    line-height: 30px;
}

/* First button (View Properties) icon color */
.dtr-btn.btn-dark-blue .btn-span i {
    color: #0981cd;
}

/* Second button (Get In Touch) icon color */
.dtr-btn.btn-blue .btn-span i {
    color: rgb(246, 129, 33);
}

.dtr-btn-left-icon .btn-span {
    margin-left: 0;
    margin-right: 12px;
}

.dtr-btn-right-icon .btn-span {
    margin-right: 0;
    margin-left: 12px;
}

.dtr-btn-only-icon {
    font-size: 24px;
    line-height: 30px;
}

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

.page-pb {
    padding-bottom: 100px;
}

/*----------------------------------------*/
/*----- 8 Sections -----*/
/*----------------------------------------*/
/* boxed layout */
.dtr-box-layout {
    margin: 0 50px;
}

.dtr-box-padding {
    padding: 100px;
}

.dtr-box-wrapper-flat {
    border-radius: 0;
}

.dtr-box-wrapper-round {
    border-radius: 0 200px 0 200px;
    overflow: hidden;
}

.dtr-box-full-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.dtr-rounded-left-bottom {
    border-radius: 0 0 0 200px;
}

/* sections */
.dtr-section {
    position: relative;
}

.dtr-section h1

/* section background classes */
.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;
}



/*----------------------------------------*/
/*----- 9 Hero Section -----*/
/*----------------------------------------*/
/*===== hero section =====*/
/* padding top equals to height of header */
.dtr-hero-section-top-padding {
    background: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 93%)), url(../images/hero-img.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}


/*----------------------------------------*/
/*----- 10 Header -----*/
/*----------------------------------------*/
#dtr-header-global {
    padding: 20px 40px;
    display: block;
}

#dtr-header-global.on-scroll {
    padding: 20px 50px;
    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;
}

.dtr-header-contact {
    font-size: 17px;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
}

.dtr-header-contact i {
    font-size: 24px;
    vertical-align: middle;
}

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

.main-navigation .sf-menu:first-child>li a {
    position: relative;
    padding: 5px 10px 5px 0;
    margin-right: 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.main-navigation .sf-menu:first-child>li li a {
    line-height: 1em;
    padding: 12px 20px;
}

/*----------------------------------------*/
/*----- 11 Responsive header -----*/
/*----------------------------------------*/
.dtr-responsive-header {
    padding: 20px 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;
    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: .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: left;
    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_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: "\e92a";
}

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

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

.slicknav_collapsed .slicknav_arrow::after,
.slicknav_open .slicknav_arrow::after,
.slicknav_open .slicknav_collapsed .slicknav_arrow::after {
    float: right;
    font-size: 17px;
    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-main {
    padding: 100px 0 100px 0;
    font-size: 15px;
}


/*----------------------------------------*/
/*----- 13 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: 2px;
    border-style: solid;
    border-radius: 6px;
    font-size: 1.235em;
    font-weight: normal;
    line-height: 32px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    width: 100% !important;
    height: auto;
}

.antispam {
    display: none;
}

form label.error {
    font-size: 0.665em;
    letter-spacing: 0.2px;
}

/*===== form styled =====*/
.dtr-form-styled .dtr-form-field {
    position: relative;
}

.dtr-form-styled .dtr-form-subtext {
font-size: .882em;
    color: black;
    
}

.dtr-form-styled textarea,
.dtr-form-styled input[type="text"],
.dtr-form-styled input[type="email"],
.dtr-form-styled input[type="url"],
.dtr-form-styled input[type="password"],
.dtr-form-styled input[type="number"],
.dtr-form-styled input[type="tel"],
.dtr-form-styled input[type="search"] {
    padding: 35px 20px 15px 20px;
}

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

/*----------------------------------------*/
/*----- 14 Elements -----*/
/*----------------------------------------*/
/*===== Feature =====*/
.dtr-feature {
    margin-bottom: 50px;
}

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

/*===== cta box =====*/
.dtr-cta-img {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
}

.dtr-cta-content {
    display: flex;
}

.dtr-cta-content-left {
    padding-right: 20px;
}

/*===== 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: 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:last-child {
    margin-right: 0;
}

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

/*== 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: 16px;
    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: 16px;
    padding: 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*== social share ==*/
.dtr-share {
    position: relative;
    display: inline-block;
}

.dtr-share-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.dtr-share-list {
    margin: 0;
}

.dtr-share-list li {
    list-style: none;
    display: block;
    margin: 5px 0;
}

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

.dtr-share-list a {
    color: #7cc1f0;
}

/*----------------------------------------*/
/*----- 15 Sliders -----*/
/*----------------------------------------*/
/*===== Slick Slider =====*/
.slick-slide {
    outline: none;
}

.dtr-slick-slider img {
    max-width: 100%;
}

.dtr-slick-has-dots {
    padding-bottom: 50px;
}

/*----------------------------------------*/
/*----- 16 Misc -----*/
/*----------------------------------------*/
/*===== Common transitions =====*/
.dtr-btn,
button,
input[type="submit"],
input[type="reset"],
.dtr-form-btn,
.dtr-logo,
a:link,
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-icon-list li,
.dtr-slick-slider ul.slick-dots li button:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

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

.dtr-entry-title,
.dtr-entry-subtitle {
    margin: 0;
}

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

.dtr-entry-title {
    font-size: 2.824em;
    line-height: 1.2em;
    letter-spacing: -2px;
}

.widget-title {
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

/*== entry data ==*/
.entry-img {
    margin-bottom: 20px;
}

.entry-meta {
    width: 100%;
    list-style-type: none;
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
}

.entry-meta li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.entry-meta li:last-child {
    margin: 0;
}

.entry-meta li:before {
    font-family: 'icomoon';
    content: "\f192";
    font-weight: normal;
    margin-right: 10px;
    font-size: 6px;
}

/*----------------------------------------*/
/*----- CUSTOM ADDITIONS -----*/
/*----------------------------------------*/

/* Universal Placeholder Styling for All Forms */
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #999;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #999;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #999;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 1;
}

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
    color: #bbb;
    transition: color 0.2s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #bbb;
    transition: color 0.2s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #bbb;
    transition: color 0.2s ease;
}

/* Modern Contact Form Styling */
.modern-contact-form {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    margin: 0 35px;
    margin-top: -85px;
    z-index: 9999;
    position: relative;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.form-field {
    grid-column: span 1;
}

.form-field-full {
    grid-column: span 4;
}

.modern-input {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    font-size: 0.9rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.2s;
    font-family: inherit;
}

.modern-input:focus {
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.08);
    outline: none;
}

.modern-textarea {
    height: 100px;
    padding: 0.75rem 1rem;
    resize: none;
}

.modern-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.modern-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.modern-checkbox:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}

.modern-checkbox-label {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

.modern-submit-btn {
    height: 48px;
    padding: 0 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    background: #1565c0;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.modern-submit-btn:hover {
    background: #0d47a1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
}

.btn-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.modern-submit-btn:hover .btn-arrow {
    transform: translateX(4px);
}

/* Hero Section Typography */
.dtr-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.dtr-section p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.25rem;
}

.dtr-section .tagline-style2 {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    margin-top: 14px;
}

.dtr-section .text-size-xxl {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.dtr-section .text-size-xxl a {
    transition: opacity 0.3s ease;
}

.dtr-section .text-size-xxl a:hover {
    opacity: 0.8;
}

/* Feature Icons Styling */
.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.feature-icon-wrapper i {
    font-size: 2.5rem;
    color: #fff;
}

.dtr-feature:hover .feature-icon-wrapper {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(33, 150, 243, 0.3);
}

.dtr-feature h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0981CD;
    margin-bottom: 1rem;
    text-align: center;
}

.dtr-feature p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
}

.dtr-section-heading-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0981CD;
    margin-bottom: 1rem;
}

.dtr-section-heading-wrapper p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.hero-sec-text {
    padding: 150px 320px;
    text-align: center;
}

.hero-sec-text .dtr-btn {
    width: 250px;
}

.logo-default img,
.logo-alt img {
    width: 115px;
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-field {
        grid-column: span 1;
    }

    .dtr-section h1 {
        font-size: 2.5rem;
    }

    .dtr-section p {
        font-size: 0.95rem;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
.breadcrumb-section {
    padding: 70px 0 !important;
}
.image-content {
    padding: 28px 0 !important;
}
.founder {
    padding: 22px 0 !important;
}
    .hero-sec-text {
        padding: 24px;
    }

    .modern-contact-form {
        padding: 1rem;
        margin: 0 10px;
        margin-top: -12px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .form-field {
        grid-column: span 1;
    }

    .modern-input {
        height: 44px;
        font-size: 0.875rem;
    }

    .modern-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .dtr-section h1 {
        font-size: 1.5em;
        line-height: 1.3;
    }

    .dtr-section p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .dtr-section .text-size-xxl {
        font-size: 2rem;
    }

    .dtr-section .tagline-style2 {
        font-size: 0.85rem;
    }

    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .feature-icon-wrapper i {
        font-size: 2rem;
    }

    .dtr-feature h4 {
        font-size: 1.25rem;
    }

    .dtr-feature p {
        font-size: 0.9rem;
    }

    .dtr-section-heading-wrapper h2 {
        font-size: 1.3rem;
    }

    .dtr-section-heading-wrapper p {
        font-size: 1rem;
    }
}

.steps-container {
    position: relative;
    padding: 20px 0;
    max-width: 900px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.step:nth-child(1) {
    animation-delay: 0.1s;
}

.step:nth-child(2) {
    animation-delay: 0.2s;
}

.step:nth-child(3) {
    animation-delay: 0.3s;
}

.step:nth-child(4) {
    animation-delay: 0.4s;
}

.step:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-number-wrapper {
    position: relative;
    flex-shrink: 0;
}

.step-number {
    width: 80px;
    height: 80px;
    background: #0981CD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step:hover .step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.step-connector {
    position: absolute;
    left: 40px;
    top: 80px;
    width: 3px;
    height: calc(100% + 40px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
    z-index: 1;
}

.step:last-child .step-connector {
    display: none;
}

.step-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.step:hover .step-content {
    transform: translateX(10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

.step-content h5 {
    font-size: 1.4rem;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

.cta-section {
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.7s forwards;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #0981CD;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .header h2 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1rem;
    }

    .step {
        gap: 20px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .step-connector {
        left: 30px;
        top: 60px;
    }

    .step-content {
        padding: 20px 25px;
    }

    .step-content h5 {
        font-size: 1.1rem;
    }

    .step-content p {
        font-size: 0.95rem;
    }
}



.comparison-image-wrapper {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 300px;
}

.comparison-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparison-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.benefits-list {
    padding-left: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.benefit-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.benefit-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.benefit-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .comparison-image-wrapper {
        margin-bottom: 2rem;
        padding: 0;
    }

    .benefits-list {
        padding-left: 0;
        margin-top: 2rem;
    }

    .benefit-item {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .benefit-icon {
        width: 45px;
        height: 45px;
    }

    .benefit-icon i {
        font-size: 1.3rem;
    }

    .benefit-content h5 {
        font-size: 1rem;
    }

    .benefit-content p {
        font-size: 0.875rem;
    }
}

/* Contact Info Box Styling */
.contact-info-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 35px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(9, 129, 205, 0.1);
}

.contact-info-box h4 {
    color: #0981CD;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 25px;
    border-bottom: 2px solid #0981CD;
    padding-bottom: 10px;
}

.contact-detail {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-detail:hover {
    background: rgba(9, 129, 205, 0.05);
    transform: translateX(5px);
}

.contact-detail i {
    font-size: 22px;
    color: #0981CD;
    margin-top: 3px;
    min-width: 22px;
    transition: transform 0.3s ease;
}

.contact-detail:hover i {
    transform: scale(1.1);
}

.contact-detail strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.contact-detail p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.contact-detail a {
    color: #0981CD;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-detail a:hover {
    color: #065a92;
    text-decoration: underline;
}

/* Form Wrapper */
.contact-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

/* Consent Checkbox */
.consent-field {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #0981CD;
}

.consent-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
}

.consent-checkbox input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #0981CD;
}

.consent-checkbox span {
    color: #555;
    line-height: 1.6;
}

/* Legal Text Styling */
.legal-text {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    border-left: 4px solid #0981CD;
}

.legal-text .legal-heading {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.legal-text .legal-content {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.legal-text a {
    color: #0981CD;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.legal-text a:hover {
    color: #065a92;
}

/* Anti-spam Hidden Field */
.antispam {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-box {
        margin-bottom: 30px;
    }

    .contact-form-wrapper {
        padding: 20px;
        margin-top: 28px;
    }

  .dtr-footer-main {
    padding: 0 !important;
}

    .contact-info-box h4 {
        font-size: 1.3rem;
    }
}

/* Footer Main Styling */
/* Footer Main Styling */
#dtr-footer {
    background: transparent;
    color: #333;
    border-top: 2px solid #e9ecef;
}

.dtr-footer-main {
    padding-bottom: 40px;
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
}

.footer-description {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.footer-widget-title {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0981CD;
    display: inline-block;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links li a i {
    font-size: 10px;
    color: #0981CD;
    transition: transform 0.3s ease;
}

.footer-links li a:hover {
    color: #0981CD;
}

.footer-links li a:hover i {
    transform: translateX(3px);
}

/* Footer Contact Info */
.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-info li i {
    color: #0981CD;
    font-size: 18px;
    margin-top: 3px;
    min-width: 18px;
}

.footer-contact-info li a {
    color: #0981CD;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-contact-info li a:hover {
    color: #065a92;
    text-decoration: underline;
}

/* Social Icons */
.dtr-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.dtr-social li a {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0981CD;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #0981CD;
}

.dtr-social li a:hover {
    background: #0981CD;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(9, 129, 205, 0.3);
}

/* Footer Bottom */
.dtr-footer-bottom {
    background: transparent;
    padding: 25px 0;
    border-top: 1px solid #e9ecef;
}

.footer-copyright {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-bottom-links li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
}

.footer-bottom-links li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0981CD;
    transition: width 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #0981CD;
}

.footer-bottom-links li a:hover::after {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 35px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #dtr-footer {
        padding-top: 40px;
    }

    .footer-widget-title {
        font-size: 16px;
    }

    .footer-logo {
        max-width: 150px;
    }

    .dtr-social {
        justify-content: center;
    }
}

.steps-sec {
    padding: 50px 30px;
}

@media (max-width: 992px) {
    .dtr-box-layout {
        margin: 0 15px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    #dtr-header-global,
    #dtr-header-global.header-fixed {
        display: none !important;
    }

    .dtr-responsive-header,
    .slicknav_menu,
    #dtr-menu-button {
        display: block !important;
    }

    .dtr-box-padding {
      padding: 10px 0 !important;
    }

    /* layout */
    .dtr-sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .dtr-has-right-sidebar,
    .dtr-has-left-sidebar {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .dtr-has-right-sidebar .dtr-main {
        padding-right: 0;
    }

    .dtr-has-left-sidebar .dtr-main {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    .dtr-responsive-header img {
        width: 135px;
    }

    .small-device-space {
        margin: 25px 0 !important;
    }

    .small-device-center {
        text-align: center;
    }

    .footer-col-2 {
        margin-top: 30px;
        text-align: left;
    }

    .dtr-pt-100,
    .dtr-py-100 {
        padding-top: 50px !important;
    }

    .dtr-pb-100,
    .dtr-py-100 {
        padding-bottom: 50px !important;
    }

    .btn-blue {
        width: auto;
    }

    .dtr-cta-content {
        flex-direction: column;
    }

    .steps-sec {
        padding: 30px 0 80px 0;
    }

    .dtr-footer-main .dtr-list-inline,
    .dtr-footer-main .dtr-social-list {
        margin-left: -10px;
    }

    .dtr-btn,
    .dtr-link-btn,
    input[type="submit"],
    input[type="reset"] {
        margin: 8px 6px;
    }

    /* forms */
    .dtr-form-row,
    .dtr-form-row-2col,
    .dtr-form-row-3col,
    .dtr-form-row-unequal,
    .dtr-form-row-2col-unequal {
        margin-right: 0;
        margin-left: 0;
    }

    .dtr-form-column {
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .dtr-form-row-2col .dtr-form-column,
    .dtr-form-row-3col .dtr-form-column,
    .dtr-form-row-unequal .dtr-form-column,
    .dtr-form-row-unequal .dtr-form-column:last-child,
    .dtr-form-row-2col-unequal .dtr-form-column,
    .dtr-form-row-2col-unequal .dtr-form-column:last-child {
        width: 100%;
    }

    .dtr-box-wrapper-round {
        border-radius: 0;
        padding: 34px 12px;
    }

    .dtr-section-heading-wrapper {
        padding-bottom: 0px;
    }

    .dtr-box-full-img {
        min-height: 300px;
    }

    .dtr-rounded-left-bottom {
        border-radius: 0;
    }
}

@media (max-width:576px) {

    /* utilities for small screen */
    /*== margins ==*/
    .dtr-sm-m-auto {
        margin: 0 auto !important
    }

    .dtr-sm-m-0 {
        margin: 0 !important
    }

    .dtr-sm-mt-0,
    .dtr-sm-my-0 {
        margin-top: 0 !important
    }

    .dtr-sm-mr-0,
    .dtr-sm-mx-0 {
        margin-right: 0 !important
    }

    .dtr-sm-mb-0,
    .dtr-sm-my-0 {
        margin-bottom: 0 !important
    }

    .dtr-sm-ml-0,
    .dtr-sm-mx-0 {
        margin-left: 0 !important
    }

    .dtr-sm-m-5 {
        margin: 5px !important
    }

    .dtr-sm-mt-5,
    .dtr-sm-my-5 {
        margin-top: 5px !important
    }

    .dtr-sm-mr-5,
    .dtr-sm-mx-5 {
        margin-right: 5px !important
    }

    .dtr-sm-mb-5,
    .dtr-sm-my-5 {
        margin-bottom: 5px !important
    }

    .dtr-sm-ml-5,
    .dtr-sm-mx-5 {
        margin-left: 5px !important
    }

    .dtr-sm-m-10 {
        margin: 10px
    }

    .dtr-sm-mt-10,
    .dtr-sm-my-10 {
        margin-top: 10px !important
    }

    .dtr-sm-mr-10,
    .dtr-sm-mx-10 {
        margin-right: 10px !important
    }

    .dtr-sm-mb-10,
    .dtr-sm-my-10 {
        margin-bottom: 10px !important
    }

    .dtr-sm-ml-10,
    .dtr-sm-mx-10 {
        margin-left: 10px !important
    }

    .dtr-sm-m-15 {
        margin: 15px
    }

    .dtr-sm-mt-15,
    .dtr-sm-my-15 {
        margin-top: 15px !important
    }

    .dtr-sm-mr-15,
    .dtr-sm-mx-15 {
        margin-right: 15px !important
    }

    .dtr-sm-mb-15,
    .dtr-sm-my-15 {
        margin-bottom: 15px !important
    }

    .dtr-sm-ml-15,
    .dtr-sm-mx-15 {
        margin-left: 15px !important
    }

    .dtr-sm-m-20 {
        margin: 20px !important
    }

    .dtr-sm-mt-20,
    .dtr-sm-my-20 {
        margin-top: 20px !important
    }

    .dtr-sm-mr-20,
    .dtr-sm-mx-20 {
        margin-right: 20px !important
    }

    .dtr-sm-mb-20,
    .dtr-sm-my-20 {
        margin-bottom: 20px !important
    }

    .dtr-sm-ml-20,
    .dtr-sm-mx-20 {
        margin-left: 20px !important
    }

    .dtr-sm-m-30 {
        margin: 30px !important
    }

    .dtr-sm-mt-30,
    .dtr-sm-my-30 {
        margin-top: 30px !important
    }

    .dtr-sm-mr-30,
    .dtr-sm-mx-30 {
        margin-right: 30px !important
    }

    .dtr-sm-mb-30,
    .dtr-sm-my-30 {
        margin-bottom: 30px !important
    }

    .dtr-sm-ml-30,
    .dtr-sm-mx-30 {
        margin-left: 30px !important
    }

    .dtr-sm-m-40 {
        margin: 40px !important
    }

    .dtr-sm-mt-40,
    .dtr-sm-my-40 {
        margin-top: 40px !important
    }

    .dtr-sm-mr-40,
    .dtr-sm-mx-40 {
        margin-right: 40px !important
    }

    .dtr-sm-mb-40,
    .dtr-sm-my-40 {
        margin-bottom: 40px !important
    }

    .dtr-sm-ml-40,
    .dtr-sm-mx-40 {
        margin-left: 40px !important
    }

    .dtr-sm-m-50 {
        margin: 50px !important
    }

    .dtr-sm-mt-50,
    .dtr-sm-my-50 {
        margin-top: 50px !important
    }

    .dtr-sm-mr-50,
    .dtr-sm-mx-50 {
        margin-right: 50px !important
    }

    .dtr-sm-mb-50,
    .dtr-sm-my-50 {
        margin-bottom: 50px !important
    }

    .dtr-sm-ml-50,
    .dtr-sm-mx-50 {
        margin-left: 50px !important
    }

    .dtr-sm-m-60 {
        margin: 60px !important
    }

    .dtr-sm-mt-60,
    .dtr-sm-my-60 {
        margin-top: 60px !important
    }

    .dtr-sm-mr-60,
    .dtr-sm-mx-60 {
        margin-right: 60px !important
    }

    .dtr-sm-mb-60,
    .dtr-sm-my-60 {
        margin-bottom: 60px !important
    }

    .dtr-sm-ml-60,
    .dtr-sm-mx-60 {
        margin-left: 60px !important
    }

    .dtr-sm-m-70 {
        margin: 70px !important
    }

    .dtr-sm-mt-70,
    .dtr-sm-my-70 {
        margin-top: 70px !important
    }

    .dtr-sm-mr-70,
    .dtr-sm-mx-70 {
        margin-right: 70px !important
    }

    .dtr-sm-mb-70,
    .dtr-sm-my-70 {
        margin-bottom: 70px !important
    }

    .dtr-sm-ml-70,
    .dtr-sm-mx-70 {
        margin-left: 70px !important
    }

    .dtr-sm-m-80 {
        margin: 80px !important
    }

    .dtr-sm-mt-80,
    .dtr-sm-my-80 {
        margin-top: 80px !important
    }

    .dtr-sm-mr-80,
    .dtr-sm-mx-80 {
        margin-right: 80px !important
    }

    .dtr-sm-mb-80,
    .dtr-sm-my-80 {
        margin-bottom: 80px !important
    }

    .dtr-sm-ml-80,
    .dtr-sm-mx-80 {
        margin-left: 80px !important
    }

    .dtr-sm-m-90 {
        margin: 90px !important
    }

    .dtr-sm-mt-90,
    .dtr-sm-my-90 {
        margin-top: 90px !important
    }

    .dtr-sm-mr-90,
    .dtr-sm-mx-90 {
        margin-right: 90px !important
    }

    .dtr-sm-mb-90,
    .dtr-sm-my-90 {
        margin-bottom: 90px !important
    }

    .dtr-sm-ml-90,
    .dtr-sm-mx-90 {
        margin-left: 90px !important
    }

    .dtr-sm-m-100 {
        margin: 100px !important
    }

    .dtr-sm-mt-100,
    .dtr-sm-my-100 {
        margin-top: 100px !important
    }

    .dtr-sm-mr-100,
    .dtr-sm-mx-100 {
        margin-right: 100px !important
    }

    .dtr-sm-mb-100,
    .dtr-sm-my-100 {
        margin-bottom: 100px !important
    }

    .dtr-sm-ml-100,
    .dtr-sm-mx-100 {
        margin-left: 100px !important
    }

    /* minus margins */
    .dtr-sm-mb-minus10 {
        margin-bottom: -10px !important;
    }

    .dtr-sm-mb-minus20 {
        margin-bottom: -20px !important;
    }

    .dtr-sm-mb-minus30 {
        margin-bottom: -30px !important;
    }

    .dtr-sm-mb-minus40 {
        margin-bottom: -40px !important;
    }

    .dtr-sm-mb-minus50 {
        margin-bottom: -50px !important;
    }

    .dtr-sm-mb-minus60 {
        margin-bottom: -60px !important;
    }

    .dtr-sm-mb-minus70 {
        margin-bottom: -70px !important;
    }

    .dtr-sm-mb-minus80 {
        margin-bottom: -80px !important;
    }

    .dtr-sm-mb-minus90 {
        margin-bottom: -90px !important;
    }

    .dtr-sm-mb-minus100 {
        margin-bottom: -100px !important;
    }

    .dtr-sm-mb-minus110 {
        margin-bottom: -110px !important;
    }

    .dtr-sm-mb-minus120 {
        margin-bottom: -120px !important;
    }

    .dtr-sm-mb-minus130 {
        margin-bottom: -130px !important;
    }

    .dtr-sm-mb-minus140 {
        margin-bottom: -140px !important;
    }

    .dtr-sm-mb-minus150 {
        margin-bottom: -150px !important;
    }

    /*== paddings ==*/
    .dtr-sm-p-0 {
        padding: 0 !important
    }

    .dtr-sm-pt-0,
    .dtr-sm-py-0 {
        padding-top: 0 !important
    }

    .dtr-sm-pr-0,
    .dtr-sm-px-0 {
        padding-right: 0 !important
    }

    .dtr-sm-pb-0,
    .dtr-sm-py-0 {
        padding-bottom: 0 !important
    }

    .dtr-sm-pl-0,
    .dtr-sm-px-0 {
        padding-left: 0 !important
    }

    .dtr-sm-p-5 {
        padding: 5px !important
    }

    .dtr-sm-pt-5,
    .dtr-sm-py-5 {
        padding-top: 5px !important
    }

    .dtr-sm-pr-5,
    .dtr-sm-px-5 {
        padding-right: 5px !important
    }

    .dtr-sm-pb-5,
    .dtr-sm-py-5 {
        padding-bottom: 5px !important
    }

    .dtr-sm-pl-5,
    .dtr-sm-px-5 {
        padding-left: 5px !important
    }

    .dtr-sm-p-10 {
        padding: 10px !important
    }

    .dtr-sm-pt-10,
    .dtr-sm-py-10 {
        padding-top: 10px !important
    }

    .dtr-sm-pr-10,
    .dtr-sm-px-10 {
        padding-right: 10px !important
    }

    .dtr-sm-pb-10,
    .dtr-sm-py-10 {
        padding-bottom: 10px !important
    }

    .dtr-sm-pl-10,
    .dtr-sm-px-10 {
        padding-left: 10px !important
    }

    .dtr-sm-p-15 {
        padding: 15px !important
    }

    .dtr-sm-pt-15,
    .dtr-sm-py-15 {
        padding-top: 15px !important
    }

    .dtr-sm-pr-15,
    .dtr-sm-px-15 {
        padding-right: 15px !important
    }

    .dtr-sm-pb-15,
    .dtr-sm-py-15 {
        padding-bottom: 15px !important
    }

    .dtr-sm-pl-15,
    .dtr-sm-px-15 {
        padding-left: 15px !important
    }

    .dtr-sm-p-20 {
        padding: 20px !important
    }

    .dtr-sm-pt-20,
    .dtr-sm-py-20 {
        padding-top: 20px !important
    }

    .dtr-sm-pr-20,
    .dtr-sm-px-20 {
        padding-right: 20px !important
    }

    .dtr-sm-pb-20,
    .dtr-sm-py-20 {
        padding-bottom: 20px !important
    }

    .dtr-sm-pl-20,
    .dtr-sm-px-20 {
        padding-left: 20px !important
    }

    .dtr-sm-p-30 {
        padding: 30px !important
    }

    .dtr-sm-pt-30,
    .dtr-sm-py-30 {
        padding-top: 30px !important
    }

    .dtr-sm-pr-30,
    .dtr-sm-px-30 {
        padding-right: 30px !important
    }

    .dtr-sm-pb-30,
    .dtr-sm-py-30 {
        padding-bottom: 30px !important
    }

    .dtr-sm-pl-30,
    .dtr-sm-px-30 {
        padding-left: 30px !important
    }

    .dtr-sm-p-40 {
        padding: 40px !important
    }

    .dtr-sm-pt-40,
    .dtr-sm-py-40 {
        padding-top: 40px !important
    }

    .dtr-sm-pr-40,
    .dtr-sm-px-40 {
        padding-right: 40px !important
    }

    .dtr-sm-pb-40,
    .dtr-sm-py-40 {
        padding-bottom: 40px !important
    }

    .dtr-sm-pl-40,
    .dtr-sm-px-40 {
        padding-left: 40px !important
    }

    .dtr-sm-p-50 {
        padding: 50px !important
    }

    .dtr-sm-pt-50,
    .dtr-sm-py-50 {
        padding-top: 50px !important
    }

    .dtr-sm-pr-50,
    .dtr-sm-px-50 {
        padding-right: 50px !important
    }

    .dtr-sm-pb-50,
    .dtr-sm-py-50 {
        padding-bottom: 50px !important
    }

    .dtr-sm-pl-50,
    .dtr-sm-px-50 {
        padding-left: 50px !important
    }

    .dtr-sm-p-60 {
        padding: 60px !important
    }

    .dtr-sm-pt-60,
    .dtr-sm-py-60 {
        padding-top: 60px !important
    }

    .dtr-sm-pr-60,
    .dtr-sm-px-60 {
        padding-right: 60px !important
    }

    .dtr-sm-pb-60,
    .dtr-sm-py-60 {
        padding-bottom: 60px !important
    }

    .dtr-sm-pl-60,
    .dtr-sm-px-60 {
        padding-left: 60px !important
    }

    .dtr-sm-p-70 {
        padding: 70px !important
    }

    .dtr-sm-pt-70,
    .dtr-sm-py-70 {
        padding-top: 70px !important
    }

    .dtr-sm-pr-70,
    .dtr-sm-px-70 {
        padding-right: 70px !important
    }

    .dtr-sm-pb-70,
    .dtr-sm-py-70 {
        padding-bottom: 70px !important
    }

    .dtr-sm-pl-70,
    .dtr-sm-px-70 {
        padding-left: 70px !important
    }

    .dtr-sm-p-80 {
        padding: 80px !important
    }

    .dtr-sm-pt-80,
    .dtr-sm-py-80 {
        padding-top: 80px !important
    }

    .dtr-sm-pr-80,
    .dtr-sm-px-80 {
        padding-right: 80px !important
    }

    .dtr-sm-pb-80,
    .dtr-sm-py-80 {
        padding-bottom: 80px !important
    }

    .dtr-sm-pl-80,
    .dtr-sm-px-80 {
        padding-left: 80px !important
    }

    .dtr-sm-p-100 {
        padding: 100px !important
    }

    .dtr-sm-p-90 {
        padding: 90px !important
    }

    .dtr-sm-pt-90,
    .dtr-sm-py-90 {
        padding-top: 90px !important
    }

    .dtr-sm-pr-90,
    .dtr-sm-px-90 {
        padding-right: 90px !important
    }

    .dtr-sm-pb-90,
    .dtr-sm-py-90 {
        padding-bottom: 90px !important
    }

    .dtr-sm-pl-90,
    .dtr-sm-px-90 {
        padding-left: 90px !important
    }

    .dtr-sm-p-100 {
        padding: 100px !important
    }

    .dtr-sm-pt-100,
    .dtr-sm-py-100 {
        padding-top: 100px !important
    }

    .dtr-sm-pr-100,
    .dtr-sm-px-100 {
        padding-right: 100px !important
    }

    .dtr-sm-pb-100,
    .dtr-sm-py-100 {
        padding-bottom: 100px !important
    }

    .dtr-sm-pl-100,
    .dtr-sm-px-100 {
        padding-left: 100px !important
    }
}

#about {
    padding-top: 48px;
    border-bottom: 1px solid #efe4e4;
}

/* about us page */
/* BREADCRUMB SECTION */
/* .breadcrumb-section {
    background: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 93%)),
        url("../images/breadcrumb-img.jpg") center/cover no-repeat;
    padding: 120px 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
} */

.breadcrumb-section {
    padding: 120px 0;
    color: black;
    text-align: center;
/*     margin-bottom: 30px; */
}
.breadcrumb-section h1 {
    font-size: 46px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: black;
}

.breadcrumb {
    font-size: 16px;
    color: #000000;
    background: none;
}

/* IMAGE + CONTENT */
.image-content {
    padding: 80px 0;
    background: #ffffff;
}

.image-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.image-content-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #0981CD;
}

.image-content-text p {
    color: #666666;
    font-size: 17px;
    margin-bottom: 15px;
}

.image-content img {
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-left: 6px solid rgb(246, 129, 33);
}

/* FOUNDER SECTION */
.founder {
    background: linear-gradient(135deg, #f4f9fd, #ffffff);
    padding: 90px 0;
}

.founder-card {
    max-width: 420px;
    margin: auto;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.founder-card img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid #0981CD;
}

.founder-card h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #0981CD;
}

.founder-card span {
    display: block;
    color: #666666;
    margin-bottom: 15px;
}

.founder-card a {
    color: rgb(246, 129, 33);
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .image-content-grid {
        grid-template-columns: 1fr;
    }

    .breadcrumb-section h1 {
        font-size: 34px;
    }
}

#map-section p {
    color: #065a92;
}


.term-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    margin-bottom: 30px;
    transition: transform 0.2s ease;
}

.term-box:hover {
    transform: translateY(-5px);
}

.term-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0981CD;
    margin-bottom: 1rem;
}

.term-box p {
    margin-bottom: 12px;
    color: #555;
}

.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #0981CD;
    text-decoration: none;
}

.policy-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    margin-bottom: 30px;
    transition: transform 0.2s ease;
}

.policy-box:hover {
    transform: translateY(-5px);
}

.policy-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0981CD;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}

.policy-box p,
.policy-box ul {
    margin-bottom: 12px;
    color: #555;
}

.policy-box ul {
    list-style: none;
    padding-left: 20px;
}

.policy-box ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}

/* Custom colored bullet */
.policy-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #0981CD;
    font-size: 20px;
    line-height: 1;
}


.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #0981CD;
    text-decoration: none;
}


/* ===== Left Info Box ===== */
.info-box {
    flex: 1 1 400px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-box img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.info-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0981CD;
    /* Primary blue */
}

.info-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
     color: grey;
}

.info-box .legal {
    font-size: 12px;
    color: #777;
}

.info-box .legal a {
    color: rgb(246, 129, 33);
    /* Accent orange */
    font-weight: bold;
}

/* ===== Right Form Box ===== */
.form-box {
    flex: 1 1 400px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.form-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0981CD;
    /* Primary blue */
}

.form-box form {
    display: flex;
    flex-direction: column;
}

.form-box form .form-row {
    margin-bottom: 15px;
}

.form-box form .form-row input[type="text"],
.form-box form .form-row input[type="email"],
.form-box form .form-row input[type="tel"],
.form-box form .form-row input[type="password"] {
    flex: 1 1 200px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-box form .form-row input:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 2px rgba(79,70,229,0.15);
}

.form-box form button {
    padding: 15px;
    background-color: #0981CD;
    /* Primary blue */
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-box form button:hover {
    background-color: rgb(246, 129, 33);
    /* Accent orange */
}
.wpcf7-form br {
    display: none;
}