
body {
    overflow-x: hidden;
    font-family: 'Comfortaa', sans-serif;
    color: #505962;
    line-height: 2.5;
}

a {
  outline: 0;
  text-decoration: none;
}

a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

.danger { outline: 1px solid red; }

.banner {
  margin: 0;
}

.banner__text {
  padding: 20px 40px;
  text-align: justify;
}

.banner__text a {
  color: #4f86c6;
}

.banner__text h2 {
  color: #4f86c6;
  text-align: left;
  line-height: 60px;
}

@media (max-width: 575px) {
  .banner__text p {
    line-height: 2;
  }
}

#Dorian-Home .banner__text {
  margin: auto;
  width: 50%;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
    #Dorian-Home .banner__text {
        width: 75%;
    }
}

.banner__image__box {
  margin: 0;
  padding: 0;
}

.banner__image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.offset:before {
    display: block;
    content: "";
    height: 4rem;
    margin-top: -4rem;
}

.layout {
  /*padding-top: 80px;*/
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .layout {
    /*padding-top: 60px;*/
  }
}

.gap {
  padding-top: 30px;
  padding-bottom: 80px;
}

.slogan {
  text-align: center;
  width: 60%;
}

@media (max-width: 767px) {
  .slogan {
    width: 80%;
  }
}

/*--------------------------------------------------------------
    Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  color: #4f86c6;
}

.section-title h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3vw;
  font-weight: 400;
  padding: 8px 20px;
  margin: 0;
  display: inline-block;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

@media (min-width: 576px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.35vw;
    font-weight: 400;
    padding: 8px 20px;
    margin: 0;
    display: inline-block;
  }

  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.4vw;
    font-weight: 400;
    padding: 8px 20px;
    margin: 0;
    display: inline-block;
  }

  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.4vw;
    font-weight: 400;
    padding: 8px 20px;
    margin: 0;
    display: inline-block;
  }

  .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 28px;
    font-weight: 700;
  }
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 75%;
  }
}

.separator {
  height: 120px;
}

@media (max-height: 575px) and (orientation: landscape) {
  .separator {
    height: 50px;
  }
}

@media (min-height: 576px) and (max-height: 767px) and (orientation: landscape) {
  .separator {
    height: 80px;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .separator {
    height: 100px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .separator {
    height: 80px;
  }
}

@media (max-width: 575px) and (orientation: portrait) {
  .separator {
    height: 50px;
  }
}

/* ------------------------
          Navbar
------------------------ */

.navbar {
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #88bcbd !important;
    padding: 0 5% !important;
    min-height: 80px
}

.navbar {
  border-bottom: 1px solid #fff !important;
  background: rgba(0,0,0,0.4);
}

.navbar-brand {
  padding: 0;
  margin: 15px 0;
}

.nav-item {
    margin: 0.3rem 1.4rem !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #fff !important;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}

#NavLoginModal a {
  background-color: rgba(0,0,0,0.0) !important;
  border-radius: 5px;
  border-color: #ffffff !important;
  border: 1px solid !important;
  padding-left: 12px;
  padding-right: 12px;
}

#NavLoginModal .nav-link::before {
  height: 0px;
}

.showpwd {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 95%;
  color: #bcbcbc;
}

#NavLoginModal a:hover {
  color: #88bcbd !important;
  background-color: #ffffff !important;
  border-color: #88bcbd !important;
}

#NavLogout a {
  background-color: rgba(0,0,0,0.0) !important;
  border-radius: 5px;
  border-color: #ffffff !important;
  border: 1px solid !important;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 575px) {
  #NavLogout a {
    border-radius: 5px;
  }
}

#NavLogout .nav-link::before {
  height: 0px;
}

#NavLogout a:hover {
  color: #88bcbd !important;
  background-color: #ffffff !important;
  border-color: #88bcbd !important;
}

#NavLogout .show a {
  color: #88bcbd !important;
  background-color: #ffffff !important;
  border-color: #88bcbd !important;
}

#dropdownLogout {
  border-radius: 0 0 5px 5px !important;
}

.dropdown-menu {
  background-color: transparent !important;
  padding: 0px;
  margin: 21px 0 0;
  width: fit-content;
}

@media (max-width: 575px) {
  .dropdown-menu {
    padding: 0px;
    margin: 0px;
  }
}

.logged_user {
  color: #fff;
  font-weight: 450;
  font-size: 14px;
}

/* ---------- Navbar Dorian Logo properties on scrolling ---------- */

.navbar.fixed-top img {
  content: url("https://www.dorian-tech.com/img/logos/logo_Dor_Tech_light_2.png");
  height: 40px;
}

.navbar.fixed-top.scrolled img {
  content: url("https://www.dorian-tech.com/img/logos/logo_Dor_Tech_dark_2.png");
  transition: 200ms ease;
}

@media (max-height: 575px) and (orientation: landscape) {
  /* Dorian Technologies logo */
  .navbar.fixed-top img {
    content: url("https://www.dorian-tech.com/img/logos/logo_light.png");
  }

  /* Dorian Technologies logo */
  .navbar.fixed-top.scrolled img {
    content: url("https://www.dorian-tech.com/img/logos/logo_dark.png");
    transition: 200ms ease;
  }
}

@media (max-width: 991px) {
  #DT__navbar .navbar-collapse ul {
    padding-bottom: 10px;
  }

  /* Dorian Technologies logo */
  .navbar.fixed-top img {
    content: url("https://www.dorian-tech.com/img/logos/logo_light.png");
  }

  /* Dorian Technologies logo */
  .navbar.fixed-top.scrolled img {
    content: url("https://www.dorian-tech.com/img/logos/logo_dark.png");
    transition: 200ms ease;
  }
}


/* ---------- Changing navbar properties on scrolling ---------- */

/* border and background colors */
.navbar.fixed-top.scrolled {
  border-bottom: 1px solid #88bcbd !important;
  background-color: #fff !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled .navbar-toggler {
  border-color: #88bcbd !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(136, 188, 189, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled a {
  color: #88bcbd !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled .nav-link::before {
  background-color: #88bcbd !important;
}

.navbar.fixed-top.scrolled .nav-item > .active {
  color: #59a09f !important;
}

.navbar.fixed-top.scrolled #NavLoginModal a {
  color: #ffffff !important;
  background-color: #88bcbd !important;
  border-color: #88bcbd !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled #NavLoginModal a:hover {
  color: #88bcbd !important;
  background-color: #ffffff !important;
  border-color: #88bcbd !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled #NavLogout a {
  color: #ffffff !important;
  background-color: #88bcbd !important;
  border-color: #88bcbd !important;
  transition: 200ms ease;
}

.navbar.fixed-top.scrolled #NavLogout a:hover {
  color: #88bcbd !important;
  background-color: #ffffff !important;
  border-color: #88bcbd !important;
  transition: 200ms ease;
}

@media (max-width: 1199px) {
  .nav-item {
      margin: 0.3rem 1rem !important;
  }
}

#DT__navbar .navbar-collapse ul {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* navbar expand changes on mobile on orientation landscape */

@media (max-height: 575px) and (orientation: landscape) {
  #DT__navbar .navbar-collapse ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media (max-width: 991px) {
  #DT__navbar .navbar-collapse ul {
    padding-bottom: 10px;
  }
}

.nav-item a {
    color: #fff;
    font-weight: 450;
    font-size: 14px;
}

.nav-link {
  padding: 0;
  display: table;
  position: relative;
}

.nav-link-ltr > .active {
  width: 100%;
}

.nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 4px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

@media (max-width: 991px) {
  .nav-link-ltr:hover::before {
    width: 0%;
  }
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
  border-top: none;
  border-radius: 0;
  border: none;
}

.dropdown-item a {
  text-transform:lowercase;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}

@media (max-width: 991px) {
  .navbar {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 60px;
  }

  .dropdown-menu {
      border: none;
  }
}

/* ------------------------
          Header
------------------------ */

.masthead {
  height: 100vh;
  background-color: #88bcbd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.masthead .masthead_title {
  position: relative;
  margin: 0 5vw;
}

.align-title {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}

.page-title h1 {
  text-align: left;
  position: absolute;
  margin-left: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 48px;
  margin-top: -72px;
  float: left;
}

@media (min-width: 576px) and (orientation: portrait) {
  .page-title h1 {
    font-size: 64px;
    margin-top: -96px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .page-title h1 {
    font-size: 96px;
    margin-top: -144px;
  }
}

@media (min-width: 992px) and (orientation: portrait) {
  .page-title h1 {
    font-size: 124px;
    margin-top: -186px;
  }
}

@media (min-width: 1201px) and (orientation: portrait) {
  .page-title h1 {
    font-size: 156px;
    margin-top: -234px;
  }
}

@media (min-width: 576px) and (orientation: landscape) {
  .page-title h1 {
    font-size: 64px;
    margin-top: -96px;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .page-title h1 {
    font-size: 72px;
    margin-top: -108px;
  }
}

@media (min-width: 992px) and (orientation: landscape) {
  .page-title h1 {
    font-size: 96px;
    margin-top: -144px;
  }
}

@media (min-width: 1201px) and (orientation: landscape) {
  .page-title h1 {
    font-size: 156px;
    margin-top: -234px;
  }
}

#Dorian-Home .masthead {
  background-image: url("https://www.dorian-tech.com/img/headings/DT_Home.jpg");
}

#Dorian-Biomarkers .masthead {
  height: 60vh;
  /*background-image: url("https://www.dorian-tech.com/img/headings/try_dolab.png");*/
  background-image: url("https://www.dorian-tech.com/img/headings/system-3699542.jpg.2022_05_09_11_26_45.0.svg");
}

#Dorian-Biomarkers .masthead .page-title h1{
  color: #ffffff;
}

#Dorian-Contacts .masthead {
  height: 60vh;
  background-image: url("https://www.dorian-tech.com/img/headings/DT_Contact.jpg");
}

#Dorian-Resources .masthead {
  height: 60vh;
  background-image: url("https://www.dorian-tech.com/img/headings/DT_Resources.png");
}

#Dorian-Solutions .masthead {
  height: 60vh;
  /*background-image: url("https://www.dorian-tech.com/img/headings/brainz_escher.png");*/
}

#Dorian-Private .masthead {
  height: 60vh;
  background-image: url("https://www.dorian-tech.com/img/headings/try_dolab.png");
}

#Dorian-About .masthead {
  height: 60vh;
}

#Dorian-Privacy .masthead {
  height: 60vh;
}

@media (orientation: portrait) {
  #Dorian-try_dolab .masthead {
    height: 80vh;
    background-image: url("https://www.dorian-tech.com/img/headings/try_dolab_portrait.svg");
  }
}

/* ------------------------
    Scroll Up Button
------------------------ */

#ScrollUpBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #273469; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding-left: 15px; /* Some padding */
  padding-right: 15px; /* Some padding */
  padding-top: 0px; /* Some padding */
  padding-bottom: 0px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 20px; /* Increase font size */
  transition: background-color 0.4s, opacity .5s, visibility .5s;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
  }

  #ScrollUpBtn:hover {
    background-color: #fff; /* Add a dark-grey background on hover */
    border: 1px; /* borders */
    border-color: #273469; /* Set a border color */
  }

  #ScrollUpBtn:hover i {
    color: #273469 !important;
  }

/*---------------------------------------------------------
    DT Modal
---------------------------------------------------------*/
.form-elegant .font-small {
    font-size: 0.8rem; }

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); }

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15); }

.form-elegant .modal-header {
    border-bottom: none; }

.modal-dialog .form-elegant .btn .fab {
    color: #88bcbd !important; }

.form-elegant .modal-body, .form-elegant .modal-footer {
    font-weight: 400; }

@media (max-width: 575px) {
  .modal-content {
    max-width: 80%;
    margin: 30px;
  }
}

/*---------------------------------------------------------
    DT Home Custom
---------------------------------------------------------*/

.DT__home__section {
  background-color: #ffffff;
  color: #505962;
  align: center;
}

.DT__home__section p {
  color: #505962;
}

.DT__home__section h1 {
  color: #4f86c6;
  line-height: 60px;
  letter-spacing: 0.5vw;
  font-weight: 400;
}

.DT__home__section h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

/*------ Home Carousel style ------*/

.DT__home__section__carousel {
  background-color: #ffffff;
  color: #4f86c6;
  padding: 0;
}

.DT__home__section__carousel .news__text {
  padding: 20px;
  padding-left: 40px;
}

@media (min-width: 992px) {
  #carouselImages {
    width: 50%;
    float: left;
  }

  #carouselText {
    width: 50%;
    float: right;
  }
}

.DT__home__section__carousel h2 {
  padding-bottom: 20px;
}

.DT__home__section__carousel p {
  padding-right: 20px;
  line-height: 1.4;
  font-size: 18px;
}

.carousel-item img {
  object-fit: cover;
}

@media (min-width: 1201px) {
  .DT__home__section__carousel .news__text {
    padding: 80px;
  }

  .DT__home__section__carousel h2 {
    padding-bottom: 40px;
  }

  .DT__home__section__carousel p {
    padding-right: 40px;
    line-height: 2;
  }
}

/*------ Home Solutions section style ------*/

.DT__home__solutions__section {
  background-color: #4f86c6;
  color: #ffffff;
}

.DT__home__solutions__section .section-title{
  color: #ffffff;
}

.DT__home__solutions__section p {
  padding-top: 3rem;
}

.DT__home__solutions__section h3 {
  padding-bottom: 3rem;
}

/*------ Home Final section style ------*/

.DT__home__final__section {
  background-color: #f6f9fe;
  color: #505962;
}

.DT__home__final__section h2 {
  text-align: left;
  color: #88bcbd;
}

.DT__home__final__section p {
  text-align: left;
  color: #505962;
}

.DT__home__final__section img {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .DT__home__final__section img {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .DT__home__final__section img {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .DT__home__final__section img {
    max-width: 400px;
    margin: auto;
  }

  .DT__home__final__img__box {
    position: relative;
  }

  .DT__home__final__img__box img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
  }

}

/*------ Home Solution section style ------*/

.DT__home__solution {
  padding: 3rem 0;
}

.DT__home__solution p {
  font-size: 14px;
}

@media (min-width: 576px) {
  .DT__home__solution p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .DT__home__solution p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .DT__home__solution p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .DT__home__solution p {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .DT__home__solution {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.DT__home__solution h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.DT__home__solution h3 span {
  font-weight: 700;
}

.feature img {
  height: 3rem;
  margin: 0.2rem 0;
}

/*---------------------------------------------------------
    DT Solutions Custom
---------------------------------------------------------*/

.DT__solutions__dolab {
  background-color: #ffffff;
}

.DT__solutions__dolab h2 {
  font-weight: 300;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  color: #4f86c6;
}

.DT__solutions__dolab h4 {
  text-align: left;
  color: #505962;
}

.DT__solutions__dolab h2 span {
  font-weight: 700;
}

.DT__solutions__dolab p {
  padding: 0 2%;
  line-height: 1.5;
  text-align: left;
  color: #505962;
}

.DT__solutions__dolab__text ul { padding-left:20px; list-style:none; }
.DT__solutions__dolab__text li { margin-bottom:20px; }
.DT__solutions__dolab__text li:before {
    font-family: 'bootstrap-icons';
    content: '\f4cd';
    margin: 0 5px 0 -18px;
    font-size: 10px;
    color: #4f86c6;
    line-height: 1.5;
}

.DT__solutions__img__box img {
  max-width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DT__solutions__img__box img {
    max-width: 300px;
    margin: 40px 0 0 0;
  }
}

@media (min-width: 992px) {
  .DT__solutions__img__box img {
    max-width: 400px;
    margin-top: 50px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .DT__solutions__img__box img {
    max-width: 450px;
  }
}

.DT__solutions__dostat {
  background-color: #4f86c6;
}

.DT__solutions__dostat h2 {
  font-weight: 300;
  text-align: right;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
}

.DT__solutions__dostat h4 {
  text-align: right;
  color: #ffffff;
}

.DT__solutions__dostat h2 span {
  font-weight: 700;
}

.DT__solutions__dostat p {
  padding: 0 2%;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 767px) {
  .DT__solutions__dostat h2 {
    text-align: left;
  }

  .DT__solutions__dostat h4 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .DT__solutions__dostat img {
    float: right;
  }
}

.DT__solutions__dolearn {
  background-color: #f6f9fe;
}

.DT__solutions__dolearn h2 {
  font-weight: 300;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  color: #88bcbd;
}

.DT__solutions__dolearn h4 {
  text-align: left;
  color: #505962;
}

.DT__solutions__dolearn h2 span {
  font-weight: 700;
}

.DT__solutions__dolearn p {
  padding: 0 2%;
  line-height: 1.5;
  text-align: left;
  color: #505962;
}

.DT__solutions__dolearn__text ul { padding-left:20px; list-style:none; }
.DT__solutions__dolearn__text li { margin-bottom:20px; }
.DT__solutions__dolearn__text li:before {
    font-family: 'bootstrap-icons';
    content: '\f4cd';
    margin: 0 5px 0 -18px;
    font-size: 10px;
    color: #88bcbd;
    line-height: 1.5;
}

/*---------------------------------------------------------
    DT About Custom
---------------------------------------------------------*/

.DT__about__history__section {
  background-color: #f6f9fe;
}

.DT__about__history__section p {
  color: #505962;
}


/*--------------------------------------------------------------
    Testimonial
--------------------------------------------------------------*/

.DT__home__testimonial__section {
  background-color: #0D3B66;
}

.DT__home__testimonial__section .section-title {
    color: #ffffff;
}

.testimonial_card {
  margin: 20px 0px;
}

@media (max-width: 767px) {
  .testimonial_card {
    margin: 20px 40px;
  }
}

@media (max-width: 575px) {
  .testimonial_card {
    margin: 20px 20px;
  }
}

.user-content p {
  line-height: 1.5;
  font-size: 0.9rem;
}

.user-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-image img {
  width: 100px;
}

@media (max-width: 1199px) {
  .user-image img {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .user-image img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .user-image img {
    width: 100px;
  }
}

.user-description {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.user-content p {
  text-align: justify;
}

.user-content i {
  font-size: 8px;
  vertical-align: top;
}

.user-description h5 {
  line-height: 1;
  font-size: 18px;
}

.user-description span {
  color: #4f86c6;
  line-height: 1;
  font-size: 10px;
}

.user-description h6 {
  color: #4f86c6;
  line-height: 1.5;
  font-size: 10px;
}

.user-description p {
  line-height: 1;
  font-size: 12px;
}

/*--------------------------------------------------------------
    Partners
--------------------------------------------------------------*/
.DT__about__partner__section {
  background-color: #ffffff;
  text-align: center;
}

.DT__about__partner__section img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  margin: 30px 0;
}

.DT__about__partner__section img:hover {
  transform: scale(1.15);
}

@media (min-width: 768px) {
  .DT__about__partner__section img {
    max-width: 40%;
    margin: 0;
  }
}

.DT__partners {
  width: 70%;
}

/* ------------------------
  Previous Releases Page
------------------------ */

.DT__previous__changelog ul { padding-left:20px; list-style:none; line-height: 1.5;}
.DT__previous__changelog li { margin-bottom:10px; }
.DT__previous__changelog li:before {
    font-family: 'bootstrap-icons';
    content: '\f4cd';
    margin: 0 5px 0 -18px;
    font-size: 10px;
    color: #4f86c6;
}

.DT__previous__releases {
  line-height: 1.5;
}

.DT__previous__releases p {
  font-size: 10px; line-height: 1.5;
}

.DT__previous__releases a {
  margin-bottom:10px;
}

/* ------------------------
       Private Page
------------------------ */

.DT__private__dolab__requirements ul { padding-left:20px; list-style:none; }
.DT__private__dolab__requirements li { margin-bottom:10px; }
.DT__private__dolab__requirements li:before {
    font-family: 'bootstrap-icons';
    content: '\f4cd';
    margin: 0 5px 0 -18px;
    font-size: 10px;
    color: #4f86c6;
}

/* ------------------------
          Buttons
------------------------ */

.btn-dor {
    color: #f8f9fa;
    background-color: #4f86c6;
    transition: 0.3s;
}

.btn-dor:hover {
  background-color: #88bcbd;
  color: #f8f9fa;
}

.btn-dor-2 {
    color: #ffffff;
    background-color: #88bcbd;
    transition: 0.3s;
}

.btn-dor-2:hover {
  background-color: #ffffff;
  color: #88bcbd;
  border-color: #88bcbd;
}

/* ------------------------
          Footer
------------------------ */
.ft__border {
    margin: 0px !important;
    padding: 0px !important;
    height: 10px !important;
    width: 100%;
    background-image: url('../../img/border.png');
}

.footer {
    background-color: #88bdbc;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 40px;
}

.footer__social > a {
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 8px;
  color: #ffffff;
  opacity: 0.75;
}

.footer__social > a > i {
  font-size: 12px;
  vertical-align: -5%;
}

@media (min-width: 576px) {
  .footer__social > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .footer__social > a > i {
    font-size: 14px;
    vertical-align: -10%;
  }
}

@media (min-width: 768px) {
    .footer__social {
      margin: 0;
      padding: 0 60px;
    }

    .footer__social > a > i {
      font-size: 16px;
    }
}

@media (min-width: 992px) {
    .footer__social {
      padding: 0;
    }

    .footer__social > a > i {
      font-size: 20px;
    }
}

.footer__logo__dorian img {
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
    .footer__logo__dorian img {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .footer__logo__dorian img {
        max-width: 400px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .footer__logo__dorian img {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .footer__logo__dorian img {
        max-width: 600px;
        margin-bottom: 80px;
    }
}

.footer__info {
    width: 100%;
}

.footer__info ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer__info__item {
    padding: 0;
    text-align: center;
}

.footer__info__item a {
    line-height: 1.5;
    font-size: 10px;
    color: #f8f9fa !important;
}

@media (min-width: 992px) {
  .footer__info__item {
      text-align: left;
  }
}

.footer__menu {
    width: 100%;
}

.footer__menu ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer__menu__item {
    text-transform: uppercase !important;
    text-align: right !important;
    padding: 0.5rem 1rem;
}

.footer__menu__item a {
    color: #f8f9fa !important;
    font-weight: 450;
    font-size: 10px;
}

@media (min-width: 576px) {
    .footer__menu__item a {
        font-size: 12px;
    }

    .footer__info__item a {
        font-size: 12px;
    }
}

.footer__menu__item a:hover,
.footer__menu__item a:focus {
    color: #cbd3da !important;
}

.footer-link:hover,
.footer-link:focus {
    text-decoration: none;
}

.footer-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

/* --------------------------
          Policy
-------------------------- */
.policy {
    padding: 0 50px;
	  background-color: #517070ff;
    line-height: normal;
}

.privacy__policy, .policy__rights {
	margin: 20px 0;
}

.privacy__policy {
    font-size: 12px;
    color: #f8f9fa !important;
}

.privacy__policy a {
    color: #f8f9fa !important;
}

.policy__rights {
  text-align: right !important;
  font-size: 12px;
  color: #f8f9fa !important;
}

.privacy__policy a:hover,
.privacy__policy a:focus {
  text-decoration: none;
}

@media (max-width: 575px) {
    .policy {
        padding: 20px 0px;
    }

    .privacy__policy {
        text-align: center !important;
        padding: 0;
    }

    .policy__rights {
        text-align: center !important;
        font-size: 12px;
        padding: 0;
    }
}

@media (max-width: 767px) {
  .privacy__policy {
      padding: 0;
  }

  .policy__rights {
      padding: 0;
  }
}

/* --------------------------
      Policy Page
-------------------------- */
#Dorian-Privacy p {
  text-align: justify;
}

/* --------------------------
      Private
-------------------------- */

.AgreementBox {
  padding: 10px;
  margin: 20px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}

@media (max-width: 1199px) {
  .AgreementBox {
    display: block;
  }
}
