/*-------------------------------------------------
        Font
  -------------------------------------------------*/

ul,
ol {
  margin: 0;
}
/*-------------------------------------------------
        Reset
  -------------------------------------------------*/
p,
label {
  margin: 0;
}

button,
input,
p,
textarea {
  outline: none;
}

h1,
h2,
h3,
h4 {
  margin-top: 0px;
}

/*-------------------------------------------------
        Base Structure
  -------------------------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  font-family: Montserrat;
  background-color: #111921;
}

.d-header {
  position: fixed;
  width: 100vw;
  height: 70px;
}

.d-body {
  min-height: 100vh;
}

.d-footer {
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 60px;
}

.d-page-nav {
  border: 1px solid #00d9ff;
  border-radius: 100px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -60px;
  right: 83px;
  z-index: 50000;
}

.d-page-nav:hover {
  border: 1px solid #968edf;
  border-radius: 100px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -60px;
  right: 83px;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.1);
}

.d-page-nav div {
  border: 2px solid #00d9ff;
  width: 14px;
  height: 14px;
  border-right: 0;
  border-bottom: 0;
  transform: translateX(-50%) rotateZ(45deg);
  margin-left: 50%;
  margin-top: 12px;
}

#st-1 {
  z-index: 1 !important;
}

.home-title-container {
  font-family: MontserratBold;
  font-size: 32px;
  letter-spacing: 0.93px;
  color: #fff;
  height: 84px;
  margin-bottom: 20px;
}

.mobile-app-development-title-container {
  font-family: MontserratBold;
  font-size: 32px;
  letter-spacing: 0.93px;
  color: #1a2129;
  height: 84px;
  margin-bottom: 20px;
  /* max-width: 500px; */
  max-width: 550px;
}

.console-underscore {
  display: inline-block;
  position: relative;
  top: -0.14em;
  left: 10px;
}
/*-------------------------------------------------
        Menu/Header
  -------------------------------------------------*/
.d-header {
  height: 80px;
  z-index: 999999;
  background-color: black;
}

.d-top-menu {
  height: 0px;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
}

.d-top-menu .d-menu-list {
  display: table;
  float: right;
  padding-top: 32px;
}

.mobile-menu {
  display: none;
}

.d-top-menu .d-menu-list .d-menu-item {
  margin-left: 40px;
  color: white;
  text-decoration: none;
  padding-bottom: 25px;
}

.d-top-menu .d-menu-list .d-menu-item:first-child {
  margin-left: 0px;
}

.d-top-menu .d-menu-list .d-menu-item:hover {
  color: #00d9ff;
  cursor: pointer;
}

.d-top-menu .d-top-menu-logo {
  display: table;
  float: left;
  height: 20px;
  margin-top: 12px;
}

.d-top-menu .d-top-menu-logo img {
  height: 60px;
  width: 240px;
  object-fit: contain;
}

.d-top-menu .d-menu-list .d-menu-item[data-selected="true"] {
  border-bottom: 4px solid #00add8;
}

.d-page-pre-title {
  margin-bottom: 25px;
}

.d-page-thirdparty {
  margin: 0;
  position: absolute;
  bottom: 40px;
  padding: 0;
  height: 75px;
  display: inline-flex;
  align-items: center;
  left: 80px;
}

.d-page-thirdparty .good-firms {
  margin-right: 30px;
}

.d-page-thirdparty .wadline-img {
  width: 110px;
}

.d-page-thirdparty h1 {
  font-size: 16px;
}

.d-page-thirdparty .d-page-verified {
  display: flex;
  vertical-align: top;
  margin-right: 20px;
  text-align: center;
  align-items: baseline;
}

.d-page-thirdparty .d-page-verified img {
  margin-right: 30px;
}

.d-page-thirdparty .d-page-clutch {
  display: inline-block;
  vertical-align: top;
  width: 187px;
  margin-top: 15px;
  margin-right: 20px;
}

.d-page-thirdparty .d-page-isme {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-top: 15px;
}

.d-page-thirdparty .d-page-isme img {
  max-height: 40px;
  object-fit: contain;
}

.d-page-thirdparty iframe {
  height: 70px;
}

.d-page-thirdparty img {
  width: 100%;
  cursor: pointer;
}

.desktop-menu {
  display: inline-flex;
}

.desktop-menu > div {
  padding: 0 15px;
  position: relative;
}

.category-projects,
.category-servecies {
  display: flex;
  justify-content: space-between;
}

.category-entry {
  display: flex;
  flex-flow: column;
}

.category-title {
  font-family: MontserratBold;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  color: #ffffff;
  margin-bottom: 13px;
}

.category-listing {
  display: flex;
  flex-flow: column;
}

.project-title {
  margin-bottom: 5px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.63;
  color: #ffffff;
  cursor: pointer;
}

.project-title:hover {
  color: #00d9ff;
}

.desktop-menu .d-tooltip .category-servecies {
   /* width: 750px;*/
    width: 900px;
}

.desktop-menu .d-tooltip .category-projects {
  width: 880px;
}

.desktop-menu .current-page {
  border-bottom: 4px solid #00add8;
}

.mobile-menu .current-page {
  color: #00add8 !important;
}

/********D-Tooltip********/
/* <div class="d-tooltip-head">
            <div class="d-tooltip">  HEAD-hover
                        <div class="d-tooltip-body">
                              CONTENT
                        </div>
                    </div>
             </div>
     </div>*/
.d-tooltip-head:hover .d-tooltip {
  visibility: visible;
}

.d-tooltip {
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #222536;
  border-radius: 2px;
  box-shadow: 1px 12px 33px -16px rgba(0, 0, 0, 0.43);
  padding: 27px 30px 14px 30px;
}

.d-tooltip::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
  background-color: #222536;
  position: absolute;
  left: 50%;
  top: -7px;
}

.d-tooltip-child .d-tooltip-body {
  width: 100%;
  height: 100%;
}

/********END D-Tooltip********/

/****************ProjectMenu******************/

.d-projects-menu {
  height: 0px;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100vw;
}

.d-projects-menu .d-menu-list {
  display: table;
  float: right;
  margin-right: 68px;
}

.d-projects-menu .d-menu-list .d-menu-item {
  margin-left: 40px;
  color: white;
  text-decoration: none;
  padding-bottom: 15px;
}

.d-projects-menu .d-menu-list .d-menu-item:first-child {
  margin-left: 0px;
}

.d-projects-menu .d-menu-list .d-menu-item:hover {
  color: #00d9ff;
  cursor: pointer;
}

.d-projects-menu .d-top-menu-logo {
  display: table;
  float: left;
  margin-left: 85px;
  height: 20px;
}

.d-projects-menu .d-top-menu-logo img {
  height: auto;
  width: 240px;
  object-fit: cover;
}

/****************/

.element-body[data-collapsed="true"] {
  display: none !important;
}

.element-body[data-collapsed="false"] {
  display: flex !important;
}

.accordion-arrow[data-collapsed="false"] {
  border: solid #00d7ff;
  border-width: 0 3.6px 3.6px 0;
}

i {
  border: solid #ffffff;
  border-width: 0 3.6px 3.6px 0;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 70px;
  width: 14px;
  height: 14px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  cursor: pointer;
}

*[data-collapsed="false"].accordion-arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

*[data-collapsed="true"].accordion-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.current .accordion-title {
  color: #00d7ff;
}

/****************/

.accordion-container {
  position: relative;
}

.accordion-title {
  margin-bottom: 20px;
  padding-left: 30px;
  margin-right: 118px;
}

.accordion-body {
  display: flex;
  flex-flow: column;
  padding-left: 30px;
  padding-top: 30px;
  background-color: #000000;
}

.element-body > div {
  margin-bottom: 30px;
}

.element-body > a {
  margin-bottom: 30px;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .d-page-our-projects .d-tabs-header {
    display: none !important;
  }
}

.selected-project {
  margin-left: 45px;
  margin-bottom: 45px;
}

.selected-project-value {
  font-family: MontserratBold;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.88px;
  color: #5a7085;
}

.selected-project-title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.88px;
  color: #1d2127;
}

.selected-project label img {
  margin-left: 8px;
  width: 16px;
}

.d-projects-menu[data-show="false"] {
  display: none;
}

.d-projects-menu[data-show="true"] {
  display: inherit;
}

.header-menu {
  display: inline-flex;
  margin-bottom: 73px;
  justify-content: space-between;
  padding-left: 20px;
}

.d-projects-close {
  margin-right: 37px;
  cursor: pointer;
  padding-top: 16px;
}

.d-projects-close img {
  height: 36px;
  width: 36px;
}

.d-project-list {
  width: 100vw;
  height: 100vh;
  background-color: #171d23;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 20px;
  z-index: 999999;
  position: fixed;
}

.d-project-list a img {
  height: 63px;
}

.d-project-list .menu-items > div {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  cursor: pointer;
}

@media (max-width: 700px) {
  .d-project-list .menu-items > div {
    font-size: 16px;
  }

  .d-projects-close {
    margin-right: 20px;
    cursor: pointer;
    padding-top: 5px;
  }

  .d-projects-close img {
    height: 24px;
    width: 24px;
  }

  .d-project-list a img {
    height: 32px;
  }

  i {
    right: 40px;
  }

  .selected-project {
    margin-left: 21px;
  }
}

/*-------------------------------------------------
        Other Projects
  -------------------------------------------------*/

.other-projects-container {
  background-color: #f0f5fa;
  padding: 50px 0;
}

.other-projects-container label {
  font-family: MontserratBold;
  font-size: 24px;
  font-weight: bold;
  color: #151a1f;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.other-projects {
  max-width: 1111px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.other-project {
  width: 250px;
}

.other-project .photo-container {
  width: 250px;
  height: 283px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
}

.after-photo-container {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  visibility: hidden;
}

.other-project .photo-container:hover .after-photo-container {
  visibility: initial;
}

.view-project-button {
  width: 160px;
  height: 44px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  text-align: center;
  margin: auto;
  margin-top: 120px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 11px;
}

.other-project .photo-container img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.other-project-title {
  font-family: MontserratBold;
  font-size: 18px;
  color: #5f687a;
  margin-bottom: 6px;
}

.other-project-category {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #5f687a;
}

@media (max-width: 1024px) {
  .other-projects {
    padding: 0 150px;
  }

  .other-project {
    margin: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .other-projects {
    padding: 0 50px;
  }
}

@media (max-width: 600px) {
  .other-projects {
    padding: 0px 0px;
  }
}

/*-------------------------------------------------
       END Other Projects
  -------------------------------------------------*/

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}
/*-------------------------------------------------
        Footer
  -------------------------------------------------*/
.d-social-links a {
  text-decoration: none !important;
}

.d-footer {
  background-color: black;
  line-height: 60px;
  z-index: 500;
}

.d-footer .d-social-links {
  font-size: 0px;
  float: left;
  line-height: 0px;
  padding-top: 19px;
  padding-left: 81px;
}

.d-footer .d-copyright {
  color: black;
  float: right;
  margin-right: 81px;
}

.d-copyright {
  background-color: black;
  padding: 0px 83px 30px 83px;
  color: #55545a;
}

.d-menu-list.site-menu img.menu-bg {
  width: 100vw !important;
  margin: 0 !important;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  top: auto;
  opacity: 0.4;
}

.d-projects-menu.site-menu img.menu-bg {
  width: 100vw !important;
  margin: 0 !important;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  top: auto;
  opacity: 0.4;
}

@media (max-width: 550px) {
  .d-footer .d-copyright {
    margin-right: 0px;
    padding: 10px;
    float: none;
    text-align: center;
  }

  .d-footer {
    height: auto;
  }
}
@media (max-width: 600px) {
  .d-copyright {
    margin-right: 0px;
    padding: 10px;
    float: none;
    text-align: center;
  }
}
/*-------------------------------------------------
        DSocialLinks
  -------------------------------------------------*/
.d-social-link {
  width: 24px;
  height: 24px;
  border: 1px solid #00d9ff;
  border-radius: 100px;
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
}

.d-social-link.facebook-link {
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-facebook.svg")
    no-repeat;
  background-position: center;
}

.d-social-link.linkedin-link {
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-linkedin.svg")
    no-repeat;
  background-position: center;
}

.d-social-link.twitter-link {
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-twitter.svg")
    no-repeat;
  background-position: center;
}

.d-social-link.instagram-link {
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-instagram.svg")
    no-repeat;
  background-position: center;
}
.d-social-link.youtube-link {
  background: url("../ImageResource/img/app/icons/social-youtube.svg")
    no-repeat;
  background-position: center;
}
.d-social-link.vimeo-link {
  background: url("../ImageResource/img/app/icons/social-vimeo.svg")
    no-repeat;
  background-position: center;
}
.d-social-link.medium-link {
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-medium.svg")
    no-repeat;
  background-position: center;
}

/*-------------------------------------------------
        Page Structure
  -------------------------------------------------*/

.d-page-first-section {
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.d-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(to left, rgba(19, 26, 39, 0.64), #131a27);
  z-index: 1;
}

.d-page-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 280px;
  padding-left: 83px;
  padding-right: 83px;
}

.d-page-content {
}

.d-page-content .d-copyright {
  float: right;
  margin-right: 30px;
  color: #646f79;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

/*-------------------------------------------------
        Elements
  -------------------------------------------------*/

.d-play-button {
  display: block;
}

.d-section-title {
  font-family: MontserratBold;
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #0f1419;
  display: block;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 38px;
}

.m-section-title {
    font-family: MontserratBold;
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #0f1419;
    display: block;
    text-align: left;
    margin: auto;
    max-width: 1280px;
}

.d-subtitle {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  color: #5a7085;
  margin: auto;
  max-width: 1200px;
}

.m-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: start;
    color: #5a7085;
    margin: 20px auto;
    max-width: 1280px;
}

.d-primary-button {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  min-width: 180px;
  text-align: center !important;
  font-size: 18px;
  color: black;
  border: 1px solid #00d9ff;
  border-radius: 40px;
  text-transform: uppercase;
  font-family: Montserrat;
  background-color: #00d9ff;
  font-weight: bold;
}

.d-primary-button:hover {
  border-color: #00d9ff;
  background-color: #00d9ff;
  color: #000;
}

/*-------------------------------------------------
        Projects/Products cards
  -------------------------------------------------*/

.d-card {
  height: 500px;
  width: 548px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/*.d-card[data-iseaven="false"] {
        margin-right: 0px;
    }*/

.d-card .d-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.d-card .d-card-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.d-card .d-card-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.04)
  );
  z-index: 1;
}

.d-card .d-card-logo {
  position: absolute;
  left: 0;
  bottom: 56px;
  z-index: 2;
  height: 35px;
  object-fit: contain;
  object-position: left;
  padding-left: 30px;
}

.d-card .d-card-subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 75px;
  padding-left: 30px;
  color: white;
  text-align: left;
  padding-top: 10px;
}

/*-------------------------------------------------
        DSlider
  -------------------------------------------------*/
.d-slider .d-slider-menu {
  font-size: 0px;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

.d-slider .d-slider-menu .d-slider-menu-entry {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  display: inline-block;
  background-color: #3f5366;
  margin-right: 20px;
}

.d-slider .d-slider-menu .d-slider-menu-entry:last-child {
  margin-right: 0px;
}

.d-slider .d-slider-menu .d-slider-menu-entry:hover {
  background-color: #546576;
  cursor: pointer;
}

.d-slider .d-slider-menu .d-slider-menu-entry[data-selected] {
  background-color: #00d9ff;
}

.d-slider .d-slider-menu .d-slider-menu-entry[data-selected]:hover {
  background-color: #63e8ff;
}

.d-slider .d-slider-menu .d-slider-menu-entry {
}

.d-top-menu .d-menu-list [data-selected-child="true"] {
  color: #00d9ff;
}

/*-------------------------------------------------
        Testimonials Slider
  -------------------------------------------------*/
.d-testimonials-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: visible;
}

.d-testimonials-slider .d-slider-list {
  font-size: 0px;
  overflow: hidden;
  white-space: nowrap;
  overflow: visible;
}

.d-page-testimonials .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: -45px;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: -45px;
}

.prev-icon {
  background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/png/left_arrow.png");
  background-image: -webkit-image-set(
    url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/webp/left_arrow.webp")
      1x
  );
  background-repeat: no-repeat;
  background-size: 38px 38px;
  background-position: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.next-icon {
  background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/png/right_arrow.png");
  background-image: -webkit-image-set(
    url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/webp/right_arrow.webp")
      1x
  );
  background-repeat: no-repeat;
  background-size: 38px 38px;
  background-position: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.d-testimonials-slider .d-slider-card {
  width: 75%;
  height: 430px;
  border-radius: 8px;
  background-color: #1a2530;
  position: relative;
  overflow-y: visible;
  font-size: 14px;
  white-space: normal;
  padding-top: 50px;
  margin-top: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  text-align: center;
}

.d-testimonials-slider .d-testimonial-container-user {
  position: absolute;
  margin: auto;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

@media (min-width: 1450px) {
  .d-testimonials-slider .d-slider-card {
    width: 350px;
    border-radius: 8px;
    position: relative;
    overflow-y: visible;
    font-size: 14px;
    white-space: normal;
    margin-top: 40px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .d-testimonials-slider .d-slider-card {
    width: 350px;
    border-radius: 8px;
    position: relative;
    overflow-y: visible;
    font-size: 14px;
    white-space: normal;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .d-testimonials-slider .d-slider-card .d-testimonial-desc {
    height: 140px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1450px) {
  .d-testimonials-slider .d-slider-card {
    width: 310px;
  }
}

.slick-dots {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.slick-dots > li {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.slick-dots > li:last-child {
  margin-right: 0px;
}

.slick-dots > li > button {
  width: 16px;
  height: 16px;
  border: 0px;
  border-radius: 100px;
  background-color: #3f5366;
}

.slick-dots > li.slick-active > button {
  background-color: #00d9ff;
}

.d-testimonials-slider .d-slider-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 20px;
}

.d-testimonials-slider .d-slider-card .d-testimonial-title {
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00d9ff;
  margin-bottom: 6px;
  height: 35px;
}

.d-testimonials-slider .d-slider-card .d-testimonial-subtitle {
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8b9cae;
  margin-bottom: 5px;
}

.d-testimonials-slider .d-slider-card .d-testimonial-role {
  display: block;
  text-align: center !important;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8b9cae;
}

.d-testimonials-slider .d-slider-card .d-testimonial-desc {
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  height: 120px;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.d-project-slider .d-slider-card img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.d-project-slider-phones .d-slider-card img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.testimonial-slider {
  max-width: calc(100% - 140px);
  margin: auto;
}

@media (max-width: 1280px) {
  /*.testimonial-slider {
        max-width: 1110px;
    }*/
}

@media (max-width: 1024px) {
  .testimonial-slider {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .d-testimonials-slider .d-slider-card {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .d-testimonials-slider .d-slider-card {
    width: 90%;
  }

  .d-testimonials-slider .slick-arrow {
    display: none !important;
  }
}
/*-------------------------------------------------
        Launched mobile apps Slider
-------------------------------------------------*/
.d-page-mobileApps {
  position: relative;
  background-color: #fff;
  padding: 50px;
}

.d-page-mobileApps .d-section-title {
  color: #1a2129;
}

.d-page-mobileApps-column {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  width: 190px;
}

.d-page-mobileApps-column img {
  margin: auto;
}

.d-page-mobileApps .d-page-mobileApps-column {
  height: 300px;
}

.d-page-mobileApps .d-page-mobileApps-column img {
  height: 100%;
}

.d-page-mobileApps .mobileApps-slide {
  margin: auto;
  max-width: calc(100% - 50px);
}

@media (max-width: 1024px) {
  .d-page-mobileApps .mobileApps-slide {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .d-page-mobileApps .mobileApps-slide {
    flex-flow: column;
    align-items: center;
  }
}

.d-page-mobileApps .mobileApps-slide {
  margin: auto;
}

@media (max-width: 1024px) {
  .d-page-mobileApps .mobileApps-slide {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .d-page-mobileApps .acknowledged-logo {
    flex-flow: column;
    align-items: center;
  }
}

/*-------------------------------------------------
        Scrollbar
  -------------------------------------------------*/
::-webkit-scrollbar {
  /* entire scrollbar scope */
  background-color: transparent;
  width: 5px;
}

::-webkit-scrollbar-button {
  /* directional buttons at the top and bottom of the scrollbar */
}

::-webkit-scrollbar-track {
  /* space below the scrollbar */
}

::-webkit-scrollbar-track-piece {
  /* not covered area by the scrollbar-thumb */
}

::-webkit-scrollbar-thumb {
  /* draggable scrollbar itself */
  background-color: #40cbe4;
  border-radius: 100px;
}

::-webkit-resizer {
  /* resizser at the bottom of the scrollbar */
}

::-webkit-scrollbar-corner {
  /* bottom of the scrollbar without resizse */
}

/*-------------------------------------------------
        TopSection

  -------------------------------------------------*/
.d-page-first-section {
  /*background: url("../../img/app/pages/home-top-section.jpg") no-repeat;*/
  background-color: #333;
  background-size: cover;
}

/*-------------------------------------------------
        Our Projects
  -------------------------------------------------*/

.d-page-our-projects {
  background-color: #ffffff;
  color: black;
  padding-top: 70px;
}

.d-page-our-projects .d-section-title {
  margin-bottom: 38px;
}

.d-tab-body {
  display: table;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  max-width: 1160px;
  margin: auto;
  justify-content: space-between;
  display: flex;
  flex-flow: wrap;
/*  gap: 10px;*/
}

.d-tab-body .card-container {
  width: 50%;
}

.d-page-our-projects .btn-container {
  text-align: center;
  padding-bottom: 60px;
  margin-top: -40px;
}

.d-page-our-partners {
  background-color: white;
  font-size: 0px;
  padding-top: 60px;
}

.d-page-our-partners .d-partners-conainer {
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  margin-top: 90px;
  padding-bottom: 100px;
}

.d-page-our-partners .d-partners-conainer .d-partner-card {
  width: 200px;
  height: 115px;
  display: inline-block;
}

.d-page-our-partners .d-partners-conainer .d-partner-card img {
  /*width: 180px;
                height: 40px;
                object-fit: contain;*/
  height: 35px;
}

@media (max-width: 1100px) {
  .d-page-our-projects .btn-container {
    margin-top: -20px;
  }
}

/*-------------------------------------------------
        Testimonials
  -------------------------------------------------*/

.d-page-testimonials {
  background-color: #f3f6f8;
}

.d-page-testimonials .d-section-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0f1419;
  background-color: #f3f6f8;
  padding-top: 55px;
  margin-bottom: 0px;
}

/*-------------------------------------------------
        Our Services
  -------------------------------------------------*/
.d-page-our-services {
  background-color: #f0f5f8;
  padding-top: 60px;
  padding-bottom: 80px;
}

.d-page-our-services .d-page-services {
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d-page-our-services .d-page-services .d-page-service {
  width: 260px;
  display: flex;
  flex-flow: column;
  vertical-align: top;
  margin-top: 60px;
  max-height: 350px;
}

.d-page-our-services .d-page-services .d-page-service a {
  height: 200px;
}

.d-page-our-services .d-page-services .d-page-service[islast="true"] {
  margin-right: 0px;
}

.d-page-our-services .d-page-services .d-page-service img {
  object-fit: contain;
  width: 100%;
  max-height: 185px;
  margin: auto;
}

.d-page-our-services .d-page-services .d-page-service .title {
  font-family: MontserratSemiBold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f1419;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 80%;
}

.d-page-our-services .d-page-services .d-page-service .description label,
.d-page-our-services .d-page-services .d-page-service .description p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #738a98;
  display: block;
}

.d-page-our-services .d-page-services .d-page-service .link-service p:hover,
.d-page-our-services .d-page-services .d-page-service .link-service h3:hover {
  color: #17a4e8;
}

@media (min-width: 1441px) {
  .d-page-our-services .d-page-services {
    justify-content: space-around;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 1440px) {
  .d-page-our-services .d-page-services {
    justify-content: space-around;
  }
}

@media (max-width: 1024px) {
  .d-page-our-services .d-page-services {
    justify-content: space-around;
  }

  .d-page-our-services .d-page-services .d-page-service {
    width: initial;
    width: 380px;
  }
}

@media (max-width: 768px) {
  .d-page-our-services .d-page-services .d-page-service {
    width: 260px;
  }
}

/*-------------------------------------------------
        Mobile development
-------------------------------------------------*/
.d-page-mobile-development {
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d-page-mobile-development {
  vertical-align: top;
  margin-top: 60px;
}

.d-page-mobile-development img {
  object-fit: contain;
  width: 100%;
  max-height: 185px;
  margin: auto;
}

.d-page-mobile-development .title {
  font-family: MontserratSemiBold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f1419;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 80%;
}

.d-page-mobile-development .description p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #738a98;
  display: block;
}

/*-------------------------------------------------
    Reliable Partner
-------------------------------------------------*/
.d-page-reliable-partner {
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d-page-reliable-partner {
  vertical-align: top;
  margin-top: 60px;
}

.exad-infobox-icon {
  height: 80px;
  width: 80px;
  border-radius: 50px 50px 50px 50px;
  margin-top: 0;
  margin-bottom: 20px;
  background: #1a2129;
}

.exad-infobox-icon {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.exad-infobox-icon {
  margin: 0 auto;
  text-align: center;
}

.exad-infobox-icon i {
  font-size: 35px;
  color: #00d9ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  right: 0;
  border: none;
}

.exad-infobox-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0);
  transform-origin: center center;
  transition: 0.3s ease;
}

.d-page-reliable-partner .title {
  font-family: MontserratSemiBold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f1419;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 80%;
}

.d-page-reliable-partner .description p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #738a98;
  display: block;
}

.elementor-icon-wrapper {
  text-align: center;
}

.elementor-icon {
  color: #00d9ff;
  border-color: #00d9ff;
}

.elementor-icon .user-icon,
.elementor-icon .chart-line {
  width: auto;
  height: auto;
  position: inherit;
  font-size: 50px;
  border: none;
}

/*-------------------------------------------------
    Members
-------------------------------------------------*/
.member-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: -90px;
  padding: 50px 0 50px 0;
  z-index: 1;
  background-color: #eaeaea;
  position: relative;
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.elementor-column,
.elementor-column-wrap {
  position: relative;
  display: flex;
}

.elementor-column {
  min-height: 1px;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-widget {
  position: relative;
}

.elementor-element.elementor-element-2bb {
  text-align: center;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-heading-title {
  color: #1a2129;
  font-size: 36px;
}

.elementor-element.elementor-element-5d2b {
  text-align: center;
  color: #1a2129;
}

.elementor-element.elementor-element-3bfb > .elementor-element-populated {
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #1a2129;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-element.elementor-element-50a5 > .elementor-element-populated {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #1a2129;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
  .elementor-section .elementor-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .elementor-element.elementor-element-3bfb > .elementor-element-populated {
    border-style: none;
  }
  .elementor-element.elementor-element-50a5 > .elementor-element-populated {
    border-style: none;
  }
}

/*-------------------------------------------------
        Number Section
  -------------------------------------------------*/

.number {
  color: #0ed1f5;
  font-size: 85px;
}

.number-icon-box-icon {
  margin-right: 15px;
}

.numbers-box-wrapper {
  display: flex;
  align-items: center;
}

.number-box-description {
  color: #8b8d94;
}

.wireframing-process-button {
  text-align: center;
  padding: 20px 30px 10px 30px;
}

.wireframing-process-button a {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.wireframing-process-button a:hover {
  color: #0ed1f5;
}

@media (max-width: 600px) {
  .numbers-box-wrapper {
    padding: 0px 0px 20px 0px;
  }
  .number-icon-box-icon {
    width: 20%;
  }
  .enumber-box-content {
    width: 80%;
  }
  .wireframing-process-button {
    text-align: center;
    padding: 20px 0px 10px 0px;
  }
  .wireframing-process-button button {
    max-width: 100%;
    display: initial;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*-------------------------------------------------
        Get A Quote
  -------------------------------------------------*/
.get-a-quote label {
  padding-bottom: 5px;
}

.get-a-quote input,
.get-a-quote textarea,
.get-a-quote .select2-selection--single {
  border-radius: 5px !important;
  background: #fff;
  background-color: #fff !important;
  border-bottom: none !important;
}

.input-section-left {
  margin-bottom: 12px;
  width: 49%;
  float: left;
}
.input-section-right {
  width: 49%;
  float: right;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .input-section-left {
    margin-bottom: 12px;
    width: 100%;
    float: left;
  }
  .input-section-right {
    width: 100%;
    float: right;
    margin-bottom: 12px;
  }
}

/*-------------------------------------------------
        Our Mission
  -------------------------------------------------*/

.d-page-our-projects .d-tab-style-1 .d-tabs-header {
  margin-bottom: 60px;
}

.d-page-our-projects .d-tab-style-1 .d-tab {
  font-weight: 600;
  color: black;
  margin-left: 15px;
  margin-right: 15px;
}

.d-page-our-projects .d-tab-style-1 .d-tab:hover {
  background-color: #00d9ff;
  color: #0f1419;
}

.d-page-our-projects .d-tab-style-1 .d-tab[data-d-tab-active="true"] {
  background-color: #00d9ff;
  color: #0f1419;
  font-weight: 600;
}

.d-page-our-mission {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 80px;
}

.d-page-our-mission .d-section-info {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  color: #5a7085;
  margin-top: 40px;
  max-width: 1200px;
  margin: auto;
}

.d-page-our-projects .d-subtitle {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  color: #5a7085;
  margin: auto;
  margin-bottom: 50px;
  max-width: 1200px;
}

.d-page-our-mission .d-page-missions {
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  margin-top: 80px;
}

.d-page-our-mission .d-page-missions .d-page-mission {
  width: 210px;
  height: 320px;
  border-radius: 8px;
  background-color: #0f1419;
  display: inline-block;
  padding: 20px;
  margin-bottom: 30px;
}

/*.d-page-our-mission .d-page-missions .d-page-mission:last-child {
            margin-right: 0px;
        }*/

.d-page-our-mission .d-page-missions .d-page-mission img {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  padding: 10px;
  border: 2px solid white;
  margin-top: 20px;
  object-fit: cover;
  background-color: #fff;
}

.d-page-our-mission .d-page-missions .d-page-mission .d-page-mission-title {
  display: block;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.d-page-our-mission .d-page-missions .d-page-mission .d-page-mission-subtitle {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

/*-------------------------------------------------
        Key People
  -------------------------------------------------*/

.d-page-keypeople {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 80px;
}

.d-page-keypeople .d-page-keypoeple-list {
  margin-top: 80px;
  font-size: 0px;
  text-align: center;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people {
  width: 355px;
  height: 520px;
  text-align: center;
  display: inline-block;
  margin-right: 60px;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people:last-child {
  margin-right: 0px;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  object-fit: cover;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people .d-people-title {
  display: block;
  font-family: MontserratBold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f1419;
  margin-top: 20px;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people .d-people-info {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #5a7085;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people .d-people-email {
  color: #00d9ff;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people .d-people-info {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #5a7085;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.d-page-keypeople .d-page-keypoeple-list .d-page-people .d-people-links {
  margin-top: 40px;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 0;
  margin-right: 20px;
  background-color: transparent;
  outline: none;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button:last-child {
  margin-right: 0px;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button.LinkedIn {
  background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/linkedin/png/social-linkedin.png");
  background-image: -webkit-image-set(
    url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/linkedin/webp/social-linkedin.webp")
      1x
  );
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button.Twitter {
  background-image: url("../../img/app/icons/social-twitter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #191c20;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button.Facebook {
  background-image: url("../../img/app/icons/social-facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #191c20;
}

.d-page-keypeople .d-page-keypoeple-list .d-people-links button.Instagram {
  background-image: url("../../img/app/icons/social-instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #191c20;
}

/*-------------------------------------------------
        Contact
  -------------------------------------------------*/

.d-page-contact {
  background-color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact-page .d-page-contact {
  padding-top: 0px;
  padding-bottom: 0px;
}

.d-page-contact #thank-you {
  color: black;
}

.d-page-contact-form {
  width: 806px;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}

.d-form-entry {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.d-form-entry .container-phone {
  display: flex;
  flex-flow: row;
}

.d-form-entry label {
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #54677b;
  text-align: left;
}

.d-form-entry input,
.d-form-entry textarea {
  width: 100%;
  height: 38px;
  border: 0;
  border: solid 1px transparent;
  border-bottom: solid 1px #d6e0ea;
  outline: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0f1419;
  background-color: transparent;
}

.select2-selection--single {
  border: solid 1px transparent;
  border-bottom: solid 1px #d6e0ea;
}

.select2-selection--single:focus {
  outline: -webkit-focus-ring-color auto 0px;
  border: solid 1px #00d9ff;
  border-bottom: solid 1px #00d9ff !important;
  background-color: #e6fbff;
}

#contact-page .select2-selection--single {
  color: #171717 !important;
  border-bottom: solid 1px #3a4b5c;
}

#contact-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

#book-of-demo-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

#submit-project .phone-prefix .select2-selection__rendered {
  line-height: 45px !important;
}

#submit-project
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}

#contact-page .select2-selection--single:focus {
  outline: -webkit-focus-ring-color auto 0px;
  border: solid 1px #00d9ff;
  border-bottom: solid 1px #00d9ff !important;
  background-color: #161d25 !important;
}

.bg-black-border input,
.bg-black-border textarea {
  border-bottom: solid 1px #3a4b5c !important;
}

.d-form-entry textarea {
  min-height: 60px;
  min-width: 100%;
  max-width: 100%;
}

.d-form-entry input:focus,
.d-form-entry textarea:focus {
  background-color: transparent;
}

.d-form-entry textarea:focus {
  padding: 20px;
}

.d-page-contact-form .d-form-entry input[aria-invalid="true"] {
  border-color: red !important;
  padding-left: 20px;
}

.d-page-contact-form .d-form-entry .field-validation-error {
  position: absolute;
  color: #f00 !important;
  width: 100%;
  text-align: right;
  bottom: -20px;
  right: 0;
  padding-right: 10px;
  font-size: 12px;
}

.d-page-contact-form .d-form-entry .field-validation-error span {
  color: #f00 !important;
}

.d-form-entry input:focus,
.d-form-entry textarea:focus {
  border: solid 1px #00d9ff;
  padding-left: 20px;
  padding-right: 20px;
}

#home-page .d-page-contact-form .d-form-entry input:focus,
#home-page .d-page-contact-form .d-form-entry textarea:focus {
  background-color: #e6fbff;
}

#mobile-app-development-page .d-page-contact-form .d-form-entry input:focus,
#mobile-app-development-page .d-page-contact-form .d-form-entry textarea:focus {
  background-color: #e6fbff;
}

#about-us-page .d-page-contact-form .d-form-entry input:focus,
#about-us-page .d-page-contact-form .d-form-entry textarea:focus {
  background-color: #e6fbff;
}

#projects-page .d-page-contact-form .d-form-entry input:focus,
#projects-page .d-page-contact-form .d-form-entry textarea:focus {
  background-color: #e6fbff;
}

/*.d-form-entry input:focus + label {
        color: #00d9ff;
    }*/

.d-page-contact-form .d-page-contact-form-1 {
  font-size: 0px;
}

.d-page-contact-form .d-page-contact-form-1 .d-form-entry:nth-child(2n) {
  padding-left: 20px;
}

.d-page-contact-form .d-page-contact-form-1 .d-form-entry:nth-child(2n + 1) {
  padding-right: 20px;
}

.d-page-contact-form .d-page-contact-form-1 .d-form-entry {
  width: 50%;
  margin-bottom: 30px;
}

.d-page-contact button {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-right: 38px;
  border-radius: 100px;
  border: 0;
  margin-top: 60px;
  background-color: #00d9ff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: center;
  color: #0f1419;
  transition: background-color 0.2s ease;
  font-family: MontserratBold;
}

.d-page-contact button:hover {
  background-color: #49e2fc;
}

.d-page-contact .button-sumbit-project {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-right: 38px;
  border-radius: 100px;
  border: 0;
  margin: auto;
  margin-top: 60px;
  background-color: #00d9ff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: center;
  color: #0f1419;
  transition: background-color 0.2s ease;
  font-family: MontserratBold;
  max-width: 250px;
}

.d-page-contact .button-sumbit-project:hover {
  background-color: #49e2fc;
}

.d-page-contact .d-section-title {
  margin-bottom: 103px;
}

/*-------------------------------------------------
        Start a project
  -------------------------------------------------*/

/*.d-page-start-project {
    padding-bottom: 123px;
    padding-top: 123px;
    background-color: #eff5fa;
    font-size: 0px;
    text-align: center;
}

    .d-page-start-project .d-page-start-project-left {
        display: inline-block;
        vertical-align: top;
        width: 533px;
        height: 355px;
    }

        .d-page-start-project .d-page-start-project-left img {
            width: 533px;
            height: 355px;
            object-fit: cover;
        }

    .d-page-start-project .d-page-start-project-right {
        width: 533px;
        height: 355px;
        display: inline-block;
        font-size: 14px;
        text-align: left;
        padding-left: 64px;
    }

        .d-page-start-project .d-page-start-project-right .d-page-start-project-title {
            font-family: Montserrat;
            font-size: 24px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 1px;
            text-align: center;
            color: #0f1419;
            margin-top: 10px;
            margin-bottom: 45px;
        }

        .d-page-start-project .d-page-start-project-right .d-page-start-project-desc {
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: normal;
            color: #5f687a;
            height: 160px;
            overflow-y: auto;
            margin-bottom: 35px;
        }

        .d-page-start-project .d-page-start-project-right button {
            border-radius: 28px;
            border: 0;
            background-color: #00d9ff;
            height: 52px;
            padding-left: 31px;
            padding-right: 31px;
            font-family: MontserratMedium;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.14;
            letter-spacing: 1px;
            text-align: center;
            color: #0f1419;
            transition: background-color 0.2s ease;
        }

            .d-page-start-project .d-page-start-project-right button:hover {
                background-color: #49e2fc;
            }*/

.d-page-start-project {
  background-color: #eff5fa;
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.d-page-start-project .d-page-start-project-left {
  padding-bottom: 70px;
  padding-top: 70px;
  width: 100%;
}

.d-page-start-project .d-page-start-project-right {
  padding-bottom: 60px;
  padding-top: 70px;
  width: 100%;
  background-color: #ffffff;
}

.d-page-start-project .d-section-subtitle {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #0f1419;
  display: block;
  text-align: center;
  font-weight: bold;
}

.d-page-start-project button {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 100px;
  border: 0;
  margin-top: 30px;
  background-color: #00d9ff;
  font-family: MontserratBold;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: center;
  color: #0f1419;
  transition: background-color 0.2s ease;
}

.d-page-start-project button:hover {
  background-color: #00add8;
}

.d-page-start-project .header-title label {
  text-align: center;
}

.d-page-start-project .d-page-contact-form {
  margin-left: 0px;
  width: unset;
  transform: unset;
  margin: auto;
  width: 60%;
}

.d-page-start-project .d-page-contact-form .header-title {
  margin-bottom: 60px;
}

.d-page-start-project .d-page-contact-form .d-page-contact-form-1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.d-page-start-project
  .d-page-contact-form
  .d-page-contact-form-1
  .d-form-entry {
  display: block;
  width: 30%;
  margin-bottom: 20px;
}

.d-page-start-project
  .d-page-contact-form
  .d-page-contact-form-1
  .message-input {
  width: 100%;
}

.d-page-start-project
  .d-page-contact-form
  .d-page-contact-form-1
  .d-form-entry:nth-child(2n) {
  padding-left: 0px;
}

.d-page-start-project
  .d-page-contact-form
  .d-page-contact-form-1
  .d-form-entry:nth-child(2n + 1) {
  padding-right: 0px;
}

.d-page-start-project .d-page-our-services {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*.d-page-start-project .d-page-our-services .d-page-services .d-page-service[islast='true'] {
            margin-right: 0px;
        }*/

.d-page-start-project .d-page-our-services .d-page-services {
  display: flex;
  flex-flow: row;
  width: 90%;
  margin: auto;
  justify-content: space-between;
}

.d-page-start-project .d-page-our-services .d-page-services .d-page-service {
  margin-right: 0px;
}

.d-page-start-project
  .d-page-our-services
  .d-page-services
  .d-page-service
  img {
  margin: auto;
}

/*-------------------------------------------------
        Page acknowledged
  -------------------------------------------------*/

.d-page-acknowledged {
  position: relative;
  background-color: #1a2129;
  padding: 50px;
}

.d-page-acknowledged-column {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  width: 190px;
}

.d-page-acknowledged-column img {
  margin: auto;
}

.d-page-acknowledged .d-section-title {
  color: #ffffff;
}

.acknowledged-section .acknowledged-heading {
  color: #1a2129;
}

.d-page-acknowledged .acknowledged-logo {
  margin: auto;
}

.d-page-acknowledged .d-page-acknowledged-clutch {
  padding-top: 10px;
  width: 190px;
}

.d-page-acknowledged-clutch img {
  height: 50px !important;
}

.d-page-acknowledged .d-page-acknowledged-column {
  height: 80px;
}

.d-page-acknowledged .mobile-dev {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.d-page-acknowledged .mobile-dev label {
  color: #ffffff;
  margin-left: 10px;
  font-size: 11px;
}

.d-page-acknowledged .d-page-acknowledged-column img {
  height: 100%;
}

.d-page-acknowledged .d-page-acknowledged-extract {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.d-page-acknowledged .d-page-acknowledged-extract label {
  color: #ffffff;
  margin-left: 10px;
  font-size: 11px;
}

@media (max-width: 1024px) {
  .d-page-acknowledged .acknowledged-logo {
    width: 100%;
  }

  .d-page-thirdparty {
    left: 30px;
  }
}

@media (max-width: 700px) {
  .d-page-acknowledged .acknowledged-logo {
    flex-flow: column;
    align-items: center;
  }

  .d-page-start-project button {
    width: 280px;
  }
}

/*-------------------------------------------------
        Page Footer
  -------------------------------------------------*/
.d-page-footer {
  background-color: #000000;
  text-align: center;
  padding-bottom: 52px;
  padding-left: 83px;
  padding-right: 83px;
  padding-top: 124px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d-page-footer .d-page-footer-clutch {
  width: 207px;
}

.d-page-footer .d-page-footer-column {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
  text-align: left;
  min-width: 154px;
}

.d-page-footer-verified {
  text-align: center !important;
}

.d-page-footer .d-page-footer-column label {
  color: #ffffff;
  font-family: MontserratMedium;
}

.d-page-footer .d-page-footer-column img {
  height: 20px;
  width: 155px;
  object-fit: cover;
}

.d-page-footer .d-page-footer-column .wadline-img {
  width: 110px;
  height: auto;
}

.d-page-footer .d-page-footer-column .footer-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  height: 40px;
  margin-top: 0px;
  text-align: left;
  font-family: MontserratMedium;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
}

.d-page-footer-verified > img {
  width: 74px !important;
  height: 74px !important;
}

.d-page-footer .d-page-footer-column a {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}

.d-page-footer .d-page-footer-column a:hover {
  color: #49e2fc;
  text-decoration: none;
}

.d-page-footer .d-page-footer-column .contact-us {
  font-size: 14px;
  color: #00d9ff;
  cursor: pointer;
  font-weight: bold;
}

.d-page-footer .d-page-footer-column button {
  margin: auto;
  display: block;
  padding-left: 47px;
  padding-right: 47px;
  height: 52px;
}
.d-page-footer .subscribe-btn {
  margin: auto;
  display: block;
  padding-left: 44px !important;
  padding-right: 44px !important;
  height: 52px;
}

.d-page-footer-legal a {
  display: block;
}

.d-page-footer-menu {
  text-align: left;
}

.d-page-footer-menu > a {
  display: block;
}

.d-page-footer-logo-container > img,
.d-page-footer-logo-container > a > picture > img {
  height: 60px;
  width: 240px;
  object-fit: contain;
}

.d-page-footer-logo-container {
  position: absolute;
  top: 50px;
}

.d-page-footer-our-offices > h1 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.d-page-footer-our-offices div {
}

.d-page-footer-our-offices div label {
}

.d-page-footer-our-offices div p {
  font-family: Montserrat;
  color: white;
}

.d-page-footer .d-social-links {
  display: block;
  margin-top: 20px;
}

.d-page-footer .container-badges {
  display: inline-block;
}

@media (max-width: 800px) {
}

@media (max-width: 550px) {
  .d-page-footer {
    flex-flow: column;
    align-items: center;
  }

  .d-page-footer .d-page-footer-column {
    align-items: center;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}

/*-------------------------------------------------
        Project Page Basic Structure
  -------------------------------------------------*/

.d-page-first-section.d-project-page {
}

.d-page-first-section.d-project-page .d-page-top {
  padding-top: 170px;
}

.d-page-first-section.d-project-page .d-page-top .d-page-top-center {
  max-width: 1280px;
  margin: auto;
}

.d-page-first-section.d-project-page .d-page-top > img {
}

.d-page-first-section.d-project-page .d-page-top .d-page-location {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.d-page-first-section.d-project-page .d-page-top .d-page-industry {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}

.d-page-first-section.d-project-page .d-page-top .d-page-tags {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.18px;
  text-align: left;
  color: white;
  margin-top: 20px;
  max-width: 500px;
  line-height: 22px;
  opacity: 70%;
}

.d-page-first-section.d-project-page .d-page-top .d-page-social-media {
  margin-top: 65px;
}

.d-page-first-section.d-project-page
  .d-page-top
  .d-page-social-media
  > a
  > div {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
}

.d-page-first-section.d-project-page .d-page-top .d-page-info {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 50px;
  width: 500px;
  display: block;
}

.d-page-first-section.d-project-page .d-page-top .d-play-button {
  padding-left: 20px;
  padding-right: 20px;
}

.d-page-first-section.d-project-page .d-page-top .d-presentation-button {
  border: 0;
  background-color: transparent;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #00d7ff;
  margin-top: 50px;
}

.d-page-first-section.d-project-page .d-page-top button span.d-play-icon {
  width: 24px;
  height: 24px;
  background: url("https://deventuretraining.blob.core.windows.net/website/img/app/icons/play-icon-light.png")
    no-repeat 24px 24px;
  background-position: center;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 100px;
  vertical-align: middle;
}

.d-page-first-section.d-project-page > img,
.d-page-first-section.d-project-page > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.d-project-page-body {
  background-color: white;
  text-align: center;
}

.d-project-page-body .d-project-section {
}

.d-project-page-body .d-project-section {
  font-size: 0;
  margin-bottom: 30px;
}

.d-project-page-body .d-project-section:last-child {
  margin-bottom: 0;
}

.d-project-page-body .d-project-section .d-project-section-first,
.d-project-page-body .d-project-section .d-project-section-second {
  display: inline-block;
  width: 500px;
  font-size: 14px;
  vertical-align: top;
  padding: 20px;
  padding-left: 0px;
  overflow: visible;
  position: relative;
  text-align: left;
}

.d-project-page-body .d-project-section .d-project-section-first p {
  color: #9092a6;
}

.d-project-page-body .d-project-section .d-project-section-second {
  width: 680px;
}

.d-project-page-body .d-project-section .d-project-section-first:last-child,
.d-project-page-body .d-project-section .d-project-section-second:last-child {
  padding-left: 30px;
}

.d-project-page-body .d-project-section .d-project-section-second > img,
.d-project-page-body
  .d-project-section
  .d-project-section-second
  > picture
  > img {
  width: 100%;
  height: 100%;
}

/*.d-project-page-body .d-project-section .d-project-section-second > a {
                width: 100%;
                height: 100%;
            }*/

.d-project-page-body
  .d-project-section[data-type="0"]
  .d-project-section-first {
}

.d-project-page-body
  .d-project-section[data-type="0"]
  .d-project-section-second {
  padding-left: 208px;
}

.d-project-page-body
  .d-project-section[data-type="0"]
  .d-project-section-second
  > img,
.d-project-page-body
  .d-project-section[data-type="0"]
  .d-project-section-second
  > picture
  > img {
  position: absolute;
  object-fit: contain;
  width: 900px;
  height: 810px;
  top: -654px;
  right: -210px;
  z-index: 500;
}

/*.d-project-page-body .d-project-section[data-type="0"] .d-project-section-second > a {
                position: absolute;
                object-fit: contain;
                width: 577px;
                height: 700px;
                top: -580px;
                right: 0;
                z-index: 500;
            }*/

.d-project-page-body
  .d-project-section
  .d-project-section-second
  .d-project-section-links {
  margin-top: 150px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-second
  .d-project-section-links
  img {
  cursor: pointer;
  margin-right: 20px;
  height: 52px;
  width: 182px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-second
  .d-project-section-links
  label {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: justify;
  color: #726b6b;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title {
  position: relative;
  height: 80px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label {
  white-space: nowrap;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label
  span {
  margin-right: 10px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label:first-child {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
  font-family: MontserratBold;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f5f5f5;
  z-index: 0;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label:last-child {
  font-family: MontserratBold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292b55;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 10px;
}

.d-project-gallery {
  padding-top: 50px;
  background-color: white;
}

.d-project-gallery .d-section-title {
}

.d-project-gallery .d-slider {
  padding-bottom: 100px;
}

.d-project-gallery .d-slider-list {
  height: 500px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.d-project-gallery .d-slider-list .d-slider-card {
  display: inline-block;
  vertical-align: middle;
}

.d-project-gallery .d-slider-list .d-slider-card:last-child {
  margin-right: 0px;
}

.d-project-gallery .d-slider-list .d-slider-card img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.d-project-feedback-list {
  display: flex;
  justify-content: center;
  background-color: white;
  padding-bottom: 30px;
  padding-top: 30px;
}

.d-project-feedback {
  background-color: white;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.d-project-feedback label {
  display: block;
  text-align: center;
}

.d-project-feedback img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  margin-bottom: 21px;
}

.d-project-feedback .d-project-feedback-name {
  font-family: MontserratBold;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5f687a;
}

.d-project-feedback .d-project-feedback-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5f687a;
}

.d-project-feedback p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #607195;
  padding-left: 150px;
  padding-right: 150px;
  margin: auto;
  margin-top: 23px;
  max-width: 900px;
}

@media (max-width: 1450px) {
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    height: 600px;
    top: -500px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:first-child
    span {
    font-size: 38px;
  }
}

@media (max-width: 1280px) {
  .d-page-first-section.d-project-page .d-page-top .d-page-info {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .d-project-feedback-list {
    flex-flow: column;
  }
}

@media (max-height: 700px) {
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    height: 600px;
    top: -500px;
  }
}

@media (max-height: 580px) {
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    height: 550px;
    top: -400px;
  }
}

@media (max-width: 1281px) and (min-width: 1260px) {
  .d-project-page-body .d-project-section .d-project-section-first {
    width: 450px;
  }
}

/*-------------------------------------------------
       PLATFORM SHARETHIS PAGE TOOL
  -------------------------------------------------*/
.st-close {
  top: 25px;
}

/*-------------------------------------------------------------------------------------------------------------------
                           ######################## RESPONSIVE ##############################
  -------------------------------------------------------------------------------------------------------------------*/
.d-page-first-section {
}

.d-top-menu[data-show="false"] .d-menu-close,
.d-top-menu[data-show="false"] .d-menu-show,
.d-top-menu[data-show="false"] .d-menu-list img {
  display: none;
}

.header-video {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.d-page-footer-our-offices h1 {
  display: block;
  width: 100%;
  text-align: left;
}

.d-page-footer-our-offices .container-location-footer {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.d-page-footer-our-offices .container-location-footer :current(div):last-child {
  margin-right: 0px;
}

.d-page-footer-our-offices .container-location-footer .row-footer {
  display: flex;
}

.d-page-footer-our-offices .container-location-footer > div > div {
  width: 240px;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 50px;
}
@media (max-width: 600px) {
  .d-page-footer-our-offices .container-location-footer > div > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.d-page-footer-our-offices .container-location-footer > div label {
  margin-bottom: 5px;
}

#description-left .description {
  margin-right: 15px;
}

#description-left .photo {
  margin-left: 15px;
}

#description-rigth .description {
  margin-left: 15px;
}

#description-right .photo {
  margin-right: 15px;
}

@media (max-width: 1280px) {
  .d-page-top {
    padding-top: 240px;
  }
}

@media (max-height: 777px) {
  .d-page-top {
  }

  .d-page-footer-our-offices .container-location-footer {
    flex-flow: column;
  }

  .d-page-footer-our-offices .container-location-footer > div {
    margin-right: 0px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .desktop-menu > div {
    padding: 0 10px;
  }
}
/* For Mobile Landscape View Start */
@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .d-page-first-section.d-project-page .d-page-top {
    padding-top: 85px !important;
  }
  .d-page-first-section {
    height: 112vh !important;
  }
  .d-top-menu .d-menu-list > div {
    height: 320px !important;
    overflow: scroll;
  }
  .menu-items {
    height: 320px !important;
    overflow: scroll;
  }
  .d-top-menu[data-show="true"] .d-menu-close{
    top: 15px !important;
    width: 25px !important;
  }
  .mobile-menu .d-menu-close img {
    width: 32px !important;
    height: 32px !important;
  }
  .d-top-menu[data-show="false"] div.d-menu-show {
    display: block !important;
    position: absolute;
    right: 28px;
    top: 20px;
    border: 1px solid #00d9ff;
    z-index: 500;
    font-size: 0px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100px;
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/icons/burger-closed@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  }
  .home-title-container {
    height: 60px !important;
  }
  .buttons-home-header .home-button {
    width: 220px !important;
  }
  .d-page-footer .subscribe-btn {
    margin: auto;
    display: block;
    padding-left: 44px !important;
    padding-right: 44px !important;
    height: 52px;
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100% !important;
  }
  .d-page-footer-our-offices .container-location-footer > div > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .d-copyright {
    margin-right: 0px;
    padding: 10px;
    float: none;
    text-align: center;
  }
  #blog-page .d-tab-style-1 .d-tabs-header {
    margin-left: 0% !important;
    transform: initial !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #blog-page .d-tab-style-1 .d-tab {
    width: 100%;
  }
  .d-tab-style-1 .d-tabs-header {
    white-space: initial !important;
  }
}
/* landscape Media Queries End*/
@media (max-width: 1200px) {
  .mobile-menu .d-menu-list {
    padding-top: 118px;
  }

  .mobile-menu {
    display: block;
  }

  .d-desktop-container-menu {
    display: none;
  }

  .d-page-our-projects {
    padding-top: 50px;
  }

  .d-top-menu .d-menu-list > div {
    position: absolute;
    width: 100%;
  }

  .d-top-menu {
    padding: 0;
  }

  .d-top-menu .site-menu {
  }

  .d-menu-list {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 65px;
    padding-top: 146px;
    z-index: 700;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*background-image: url("../img/gifs/menu/menu@2x.gif");*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    right: -100vw;
  }

  .d-top-menu .d-menu-list img {
    position: absolute;
    top: 20px;
    width: 223px;
    height: 54px;
    object-fit: contain;
  }

  .d-top-menu[data-show="true"] .d-menu-list {
    right: 0;
  }

  .d-top-menu[data-show="true"] .d-menu-close {
    display: block !important;
    position: fixed;
    right: 33px;
    top: 0px;
    z-index: 800;
    border-radius: 100px;
    font-size: 54px;
    color: red;
  }

  .d-top-menu[data-show="true"] .d-menu-close {
    width: 36px;
    height: 36px;
  }

  .d-top-menu .d-menu-show:hover {
    cursor: pointer;
    background-color: #00788d;
  }

  .d-top-menu[data-show="false"] div.d-menu-show {
    display: block !important;
    position: absolute;
    right: 28px;
    top: 20px;
    border: 1px solid #00d9ff;
    z-index: 500;
    font-size: 0px;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/icons/burger-closed@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  }

  .d-header * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  }

  .d-top-menu .d-menu-list .d-menu-item[data-selected="true"] {
    border-bottom: none;
    color: #00d9ff;
  }

  .d-top-menu .d-menu-list .d-menu-item {
    margin: 0;
    font-size: 20px;
  }
  .show {
    display: block !important;
  }
  .d-menu-list a {
    display: block;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    padding: 0;
  }

  .d-page-keypeople .d-page-keypoeple-list .d-page-people {
    width: 300px;
  }

  .d-top-menu .d-top-menu-logo {
    margin: 0;
    margin-left: 20px;
    margin-top: 12px;
  }

  .d-page-first-section.d-project-page .d-page-top .d-page-info {
    text-align: center;
    width: auto;
    font-size: 13px;
    line-height: 17px;
  }

  .d-page-first-section {
  }

  .d-page-first-section .d-page-top {
    text-align: center;
    padding-top: calc(20vh);
  }

  .d-page-first-section .d-page-top .d-page-info {
    margin: auto;
  }

  .buttons-home-header {
    margin-top: 50px;
    margin: auto;
  }

  .d-page-start-project {
    padding: 0;
    flex-flow: column;
  }

  .d-page-start-project .d-page-start-project-left {
    width: 100%;
  }

  .d-page-start-project .d-page-start-project-right {
    width: 100%;
  }

  .d-page-start-project .header-title label {
    text-align: center;
  }

  .d-page-start-project button {
    float: unset;
  }

  #home-page .d-page-first-section .picture-header-home {
    display: none;
  }

  #mobile-app-development-page .d-page-first-section .picture-header-home {
    display: none;
  }

  #home-page .d-page-first-section .picture-header-home .d-page-info {
    display: none;
  }

  #mobile-app-development-page
    .d-page-first-section
    .picture-header-home
    .d-page-info {
    display: none;
  }

  /*.d-page-start-project .d-page-start-project-left,
        .d-page-start-project .d-page-start-project-right {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
        }


        .d-page-start-project .d-page-start-project-left {
        }

        .d-page-start-project .d-page-start-project-right {
            text-align: center;
            padding-top: 30px;
        }


        .d-page-start-project .d-page-start-project-left img {
            width: 100%;
        }

        .d-page-start-project .d-page-start-project-right .d-page-start-project-desc {
            display: table;
            padding: 0;
            margin: 0;
            height: auto;
            margin-bottom: 50px;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
        }

        .d-page-start-project .d-page-start-project-right button {
            margin-bottom: 20px;
        }*/

  .d-project-section {
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second {
    padding: 0;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    position: relative;
    margin: 0;
    top: 0;
    width: calc(100vw - 40px);
    height: auto;
    max-height: 400px;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > a
    img {
    position: relative;
    margin: 0;
    top: 0;
    width: calc(100vw - 40px);
    height: auto;
    max-height: 400px;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > a {
    position: relative;
    margin: 0;
    top: 0;
    width: calc(100vw - 40px);
    height: auto;
    max-height: 400px;
  }

  .d-project-page-body .d-project-section[data-type="2"] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }

  .d-project-page-body .d-project-section .d-project-section-first {
    width: auto;
    display: block;
  }

  .d-project-page-body .d-project-section .d-project-section-second {
    display: block;
    width: auto;
    flex-direction: column-reverse;
  }

  .d-project-page-body .d-project-section .d-project-section-title-underlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-project-page-body .d-project-section .d-project-section-title-underlay {
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:first-child {
    display: none;
  }

  .d-project-page-body .d-project-section .d-project-section-first p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-project-page-body .d-project-section .d-project-section-first:last-child,
  .d-project-page-body .d-project-section .d-project-section-second:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-second
    .d-project-section-links {
    margin-top: 20px;
    text-align: center;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-second
    .d-project-section-links
    label {
    display: none;
  }

  .d-project-mobile-gallery
    .d-slider-card.d-project-gallery
    .d-project-web-gallery
    .d-slider-card {
    width: calc(100vw - 40px) !important;
  }

  .d-project-web-gallery {
    margin-top: 0px;
  }

  .d-project-gallery .d-slider-list {
    height: auto;
    padding: 0;
  }

  .d-project-feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .d-project-feedback p {
    text-align: center;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-project-gallery .d-slider-list .d-slider-card img {
    max-height: 600px;
    object-fit: contain;
  }

  .d-project-page-body .d-project-section .d-project-section-second > img,
  .d-project-page-body
    .d-project-section
    .d-project-section-second
    > picture
    > img {
    max-height: 600px;
    object-fit: contain;
  }

  .d-page-footer .clutch-widget iframe {
    width: 187px;
  }

  .d-social-links {
    margin-top: 10px;
  }

  .d-tab-body {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1440px) {
  .d-page-start-project .d-page-our-services .d-page-services {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .d-page-start-project .d-page-our-services .d-page-services {
    flex-flow: wrap;
    justify-content: unset;
  }

  .d-page-start-project .d-page-our-services .d-page-services .d-page-service {
    width: 50%;
  }

  .d-tab-body .card-container {
    width: 50%;
    margin-top: 50px;
  }

  .d-card {
    margin: auto !important;
  }

  .d-page-testimonials .d-section-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 970px) {
  /*.d-page-our-mission .d-page-missions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: center;
        padding: 10px;
    }*/

  /*.d-page-our-mission .d-page-mission {
        margin: 10px !important;
        padding: 0;
        flex-grow: 1;
    }*/

  .d-project-gallery .d-slider-list .d-slider-card img {
    max-height: 400px;
    object-fit: contain;
  }

  .book-a-demo .d-page-contact-form {
    margin: auto;
    transform: translateX(0);
  }

  .header-video {
    display: none;
  }

  .d-page-footer {
    padding-bottom: 0px !important;
  }

  .d-page-nav {
    right: 50%;
    transform: translateX(50%);
  }

  .d-page-nav:hover {
    right: 50%;
    transform: translateX(50%);
  }

  .d-page-keypeople .d-page-keypoeple-list .d-page-people {
    width: 300px;
    margin-right: 10px;
  }
}

@media (max-width: 898px) {
  .d-card {
    /*margin-right: 0px !important;*/
    display: block;
    padding: 0px;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .d-page-first-section {
    background-position: center !important;
  }

  .d-page-first-section .d-page-top {
  }

  .d-page-first-section .d-page-top .d-play-button {
  }

  .d-page-first-section .d-page-top .d-social-links {
  }

  .d-page-contact .d-page-contact-form {
    margin: 0;
    transform: translateX(0);
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .d-page-contact-form .d-page-contact-form-1 {
  }

  .d-page-contact
    .d-page-contact-form
    .d-page-contact-form-1
    .d-form-entry:nth-child(2n + 1) {
    margin-left: 0;
    padding: 0;
  }

  .d-page-contact
    .d-page-contact-form
    .d-page-contact-form-1
    .d-form-entry:nth-child(2n) {
    padding: 0;
  }

  .d-page-contact-form .d-form-entry {
    width: 100% !important;
  }

  .d-tab-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }

  .d-card {
    /*margin-left: unset;*/
    transform: unset;
    height: 410px;
    width: 290px;
  }
}

@media (max-width: 800px) {
  .d-page-top {
    padding-top: 150px;
  }

  .d-page-start-project .d-page-start-project-right {
    padding-bottom: 80px;
  }

  /*.d-page-our-mission .d-page-missions .d-page-mission {
        flex-basis: auto;
        flex: 1 0 15%;
    }*/
}

@media (max-width: 800px) {
  .d-page-keypeople .d-page-keypoeple-list {
    text-align: left;
  }

  .d-page-keypeople .d-page-people {
    position: relative;
    text-align: left;
    padding-left: 66px;
    padding-right: 66px;
    width: 100% !important;
    height: 230px !important;
    display: table;
    margin: 0;
    margin-bottom: 20px;
  }

  .d-page-keypeople .d-page-people:last-child {
    margin-bottom: 0px;
  }

  .d-page-keypeople .d-page-people img {
    float: left;
    display: table;
  }

  .d-page-keypeople .d-page-people .d-people-title {
    float: left;
    display: table;
    clear: none;
    margin-left: 22px;
    margin-top: 45px !important;
  }

  .d-page-keypeople .d-page-people strong > .d-people-info {
    clear: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 190px;
    top: 50px;
  }

  .d-page-keypeople .d-page-people > .d-people-info {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    word-break: inherit;
    margin-top: 16px !important;
    text-align: justify !important;
  }

  .d-page-keypeople .d-page-people .d-people-links {
    position: absolute;
    display: table;
    right: 63px;
    top: 0px;
  }

  #description-left .description {
    margin-right: auto;
  }

  #description-left .photo {
    margin-left: auto;
  }

  #description-rigth .description {
    margin-left: auto;
  }

  #description-right .photo {
    margin-right: auto;
  }

  .d-page-our-projects .d-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .d-page-missions {
    padding: 0px 20px;
  }
}

@media (max-width: 750px) {
  .d-header {
    height: 60px;
  }

  .d-top-menu .d-menu-list {
    padding-top: 80px;
    padding-left: 20px;
  }

  .d-page-first-section {
  }

  .d-page-first-section .d-page-title {
    font-size: 20px;
    padding: 0 20px;
  }

  .d-page-first-section .d-page-info {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-page-first-section .d-play-button {
    font-size: 13px;
  }

  .d-page-first-section .d-page-top {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 92px;
    padding-top: 140px !important;
  }

  .d-page-first-section .d-page-top .d-play-button {
    margin: auto;
  }

  .d-page-first-section .d-page-top .d-social-links {
    margin-top: 120px;
  }

  .d-page-testimonials .d-slider-list {
    padding: 0;
  }

  .d-page-testimonials .d-slider-card {
    width: calc(100%);
    margin-right: 20px;
    margin-left: 50%;
    margin-top: 40px;
    padding: 30px;
  }

  .d-page-testimonials .d-slider-card .d-testimonial-card {
    width: calc(100vw - 40px);
  }

  .d-testimonials-slider .d-slider-card .d-testimonial-desc {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    height: 160px;
    line-height: 24px;
  }

  .d-page-our-partners .d-partners-conainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }

  .d-page-our-partners .d-partners-conainer .d-partner-card {
    width: auto;
    flex-grow: 1;
    flex: 1 1 30%;
  }

  .d-page-our-partners .d-partners-conainer .d-partner-card img {
    object-fit: contain;
    object-position: center;
    flex-grow: 1 1;
  }

  .d-footer .d-social-links {
    display: none;
  }

  .d-footer .d-copyright {
    float: none;
    margin: auto;
    text-align: center;
  }

  .d-page-footer .d-page-footer-column {
    display: block;
    text-align: center;
    padding: 0;
  }

  .d-page-footer .d-page-footer-column .footer-section-title {
    display: block;
    text-align: center;
  }

  .d-page-footer-our-offices > div {
    width: 100%;
    text-align: center;
  }

  .d-page-footer-our-offices .container-location-footer {
    flex-flow: column;
    align-items: center;
  }

  .d-page-footer-our-offices .container-location-footer > div {
    margin-right: 0px;
    text-align: center;
  }

  .d-page-footer-logo-container {
    text-align: center;
  }

  .d-page-footer .clutch-widget iframe {
    transform: translateX(-50%);
    margin-left: 50%;
  }

  .d-top-menu .d-top-menu-logo {
    margin-top: 0px;
  }

  .d-top-menu .d-top-menu-logo img {
    width: 155px;
    margin-top: 0px;
  }

  .d-tab-body .card-container {
    width: 100%;
  }

  #about-us-page .d-page-title,
  #projects-page .d-page-title,
  #process-page .d-page-title {
    font-size: 20px !important;
  }

  #about-us-page .d-page-top,
  #projects-page .d-page-top,
  #process-page .d-page-top {
    padding-top: 160px !important;
  }

  .buttons-home-header {
    /* margin-top: 100px !important; */
    margin-top: 25px !important;
  }
}

@media (max-width: 751px) {
  .d-page-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-page-footer .d-page-footer-column {
    flex-basis: 100%;
  }

  .d-page-footer .d-page-footer-column .footer-section-title {
    height: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
  }

  .d-page-footer .d-page-footer-column > div {
    font-size: 13px;
  }

  .d-page-footer .d-page-footer-column a {
    margin-bottom: 40px;
  }

  .d-page-footer .d-page-footer-column a:last-child {
    margin-bottom: 0px;
  }

  .d-page-footer .d-page-footer-clutch .clutch-widget {
    height: 60px;
  }

  .d-page-footer-logo-container {
    top: 43px;
    height: 27px;
  }

  .d-page-footer-logo-container img {
    width: 210px;
  }
}

@media (max-width: 620px) {
  .d-card {
  }

  .d-section-title {
    font-size: 24px;
    font-family: MontserratBold;
  }

  .d-testimonials-slider {
    padding-top: 0px;
  }

  .d-page-keypeople {
    padding-bottom: 40px;
  }

  .d-page-first-section {
  }

  .d-page-first-section .d-page-top {
  }

  .d-page-first-section .d-page-top .d-play-button {
  }

  .d-page-first-section .d-page-top .d-social-links {
  }

  .d-page-our-projects .d-tabs.d-tab-style-1 .d-tabs-header {
  }

  .d-page-our-services {
  }

  .d-page-our-services .d-page-services {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }

  .d-page-our-services .d-page-services .d-page-service {
    margin: auto;
    height: auto;
    margin-top: 20px;
    flex-grow: 1;
    flex: 1 1 50%;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .d-page-our-services .d-page-services .d-page-service[islast="true"] {
    display: inline-block;
    margin: auto;
    margin-top: 20px;
  }

  .d-page-our-services .d-page-services .d-page-service img {
    margin: auto;
  }

  .d-page-our-mission .d-section-info {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  /*.d-page-our-mission .d-page-missions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }*/

  .d-page-our-mission .d-page-missions .d-page-mission {
    margin: 0;
    margin-bottom: 30px;
    width: calc(100vw - 80px);
  }

  .d-page-our-mission .d-page-missions .d-page-mission img {
    display: block;
    margin: auto;
    margin-top: 40px;
  }

  .d-page-keypeople .d-people-info {
    font-size: 14px;
  }

  .d-page-start-project .d-page-our-services .d-page-services {
    flex-flow: column;
    width: 100%;
  }

  .d-page-start-project .d-page-our-services .d-page-services .d-page-service {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .d-page-footer-our-offices .container-location-footer .row-footer {
    flex-flow: column;
  }

  .d-card {
  }

  .d-page-first-section {
  }

  .d-page-first-section .d-page-top {
  }

  /*.d-page-first-section .d-page-top .d-play-button {
                width: 280px;
            }*/

  .d-page-first-section .d-page-top .d-social-links {
  }

  .d-page-our-projects .d-tabs.d-tab-style-1 .d-tabs-header {
    white-space: normal;
    background-color: transparent;
  }

  .d-page-our-projects .d-tabs.d-tab-style-1 .d-tabs-header > div {
    display: block;
  }

  .d-page-first-section.d-project-page .d-page-top {
    padding-top: 150px ;
  }

  .d-project-page-body .d-project-section .d-project-section-first p {
    padding-left: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:last-child {
    padding: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .d-project-page-body .d-project-section .d-project-section-first {
    padding-left: 20px;
  }

  .d-page-keypeople .d-page-keypoeple-list {
    text-align: center !important;
  }

  .d-page-keypeople .d-page-people {
    position: relative;
    text-align: center !important;
    padding-left: 66px;
    padding-right: 66px;
    width: 100% !important;
    height: auto !important;
    display: table;
    margin: 0;
    margin-bottom: 50px;
  }

  .d-page-keypeople .d-page-people:last-child {
    margin-bottom: 0px;
  }

  .d-page-keypeople .d-page-people img {
    display: block !important;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .d-page-keypeople .d-page-people .d-people-title {
    float: none;
    clear: both;
    display: block;
    margin-left: 0px;
    margin-top: 55px !important;
    padding-top: 10px;
  }

  .d-page-keypeople .d-page-people strong > .d-people-info {
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    display: table !important;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .d-page-keypeople .d-page-people > .d-people-info {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    word-break: inherit;
    margin-top: 16px !important;
    text-align: justify !important;
  }

  .d-page-keypeople .d-page-people .d-people-links {
    position: initial !important;
    display: table !important;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-right: 0px;
    right: auto;
    left: auto;
  }
}

@media (max-width: 550px) {
  .d-page-first-section {
  }

  .d-page-first-section .d-page-top {
    padding-top: 94px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .d-page-first-section .d-page-top .d-play-button {
  }

  .d-page-first-section .d-page-top .d-social-links {
    margin-top: 60px;
  }

  .d-menu-list {
    background-position: bottom;
    background-size: 100% auto;
    padding-top: 50px;
  }

  .d-top-menu .d-menu-list img {
    position: absolute;
    top: 20px;
    width: 150px;
    height: 38px;
    object-fit: contain;
  }

  .d-top-menu[data-show="false"] div.d-menu-show {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .d-card {
    margin: 0;
    transform: translateX(0);
    width: 100% !important;
  }

  .d-page-first-section {
  }

  .d-page-first-section .d-page-top {
  }

  .d-page-first-section .d-page-top .d-play-button {
  }

  .d-page-first-section .d-page-top .d-social-links {
    margin-top: 40px;
  }

  .d-page-contact button {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }

  .d-page-contact {
    padding-top: 30px;
  }

  .d-page-contact .d-section-title {
    margin-bottom: 30px;
  }

  .d-page-our-projects {
    padding-top: 30px;
  }

  .d-page-start-project .d-page-start-project-left {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .d-page-start-project .d-page-start-project-right {
    padding-top: 50px;
  }

  .d-page-start-project .d-page-contact-form {
    width: 100%;
  }

  .d-page-start-project .d-page-start-project-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-page-start-project .d-page-start-project-left img {
    height: 174px;
  }

  .d-page-start-project
    .d-page-start-project-right
    .d-page-start-project-title {
    font-size: 14px;
    font-family: MontserratMedium;
    margin: 0;
    margin-bottom: 30px;
  }

  .d-page-start-project .d-page-start-project-right .d-page-start-project-desc {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .d-page-start-project .d-page-start-project-right button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: MontserratBold;
    letter-spacing: 1px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 30px;
  }

  .d-page-first-section.d-project-page .d-page-top {
    padding-top: 70px !important;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second {
    padding: 0;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    max-height: 200px !important;
    padding: 0;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > a
    img {
    padding: 0;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > a {
    padding: 0;
  }

  .d-page-keypeople .d-page-keypoeple-list .d-page-people {
    width: 100%;
  }

  .d-page-footer {
    padding-bottom: 60px;
  }

  .d-page-footer-clutch {
    height: 100px;
  }

  .d-page-our-mission .d-page-missions .d-page-mission {
    flex-basis: auto;
    /*flex: 1 0 45%;*/
  }

  .buttons-home-header .get-a-quote {
    margin-bottom: 40px;
    width: 210px !important;
  }

  .buttons-home-header {
    flex-flow: column;
  }

  .buttons-home-header button {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .buttons-home-header button {
    width: 90% !important;
  }
}

@media (max-width: 400px) {
  .d-page-first-section .d-page-top .d-social-links {
    margin-top: 55px;
  }

  .d-footer .d-copyright {
    font-size: 12px;
  }

  .d-page-keypeople .d-page-people {
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-top-menu .d-menu-list .d-menu-item {
    padding-bottom: 0px;
  }

  .d-page-first-section.d-project-page .d-page-top .d-presentation-button {
    margin-top: 20px;
  }

  #description-right .photo,
  #description-left .photo {
    margin: 0;
    padding: 0;
  }

  #description-right .photo img,
  #description-left .photo img {
    width: calc(100vw - 50px);
  }
}

@media (max-width: 360px) {
  .d-tab-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-page-first-section.d-project-page .d-page-top {
    padding-top: 100px !important;
  }
}

@media (max-width: 320px) {
  .d-page-first-section .d-page-top {
    padding-top: 76px !important;
  }

  .d-page-first-section .d-page-title {
    font-size: 16px;
  }

  .d-page-first-section .d-page-info {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  /* Align logos */
  .d-page-our-partners .d-partners-conainer .d-partner-card:nth-child(1) {
    text-align: left !important;
  }

  .d-page-our-partners .d-partners-conainer .d-partner-card:nth-child(5) {
    text-align: right !important;
  }

  .d-page-our-partners .d-partners-conainer .d-partner-card:nth-child(7) {
    text-align: left !important;
  }

  .d-page-our-partners .d-partners-conainer .d-partner-card:nth-child(11) {
    text-align: right !important;
  }
  /* /Align logos */
}

.lSPager.lSGallery {
  text-align: center;
  display: block !important;
  width: 100vw !important;
}

.lSPager li {
  display: inline-block;
  vertical-align: top;
}

/*-------------------------------------------------
        general
  -------------------------------------------------*/

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-10 {
  margin: 10px;
}

/*APPLY CSS ONLY FOR INTERNET EXPLORER*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .d-testimonials-slider .d-slider-card img {
    width: 20% !important;
  }

  .d-page-start-project .d-page-contact-form {
    width: 60% !important;
    transform: translateX(0%);
  }

  .d-page-our-services .d-page-services .d-page-service img {
    height: 100%;
  }
}

@media screen and (min-width: 0\0) {
  .d-testimonials-slider .d-slider-card img {
    width: 23% !important;
  }

  .d-page-start-project .d-page-contact-form {
    width: 60% !important;
    transform: translateX(0%);
  }

  .d-page-our-services .d-page-services .d-page-service img {
    height: 100% !important;
  }

  .d-page-our-services .d-page-services .d-page-service img {
    height: 100% !important;
  }
}

/*************new Design services**************/

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11;
  /*background-color: rgba(0, 0, 0, 0.30);*/
  display: block;
}

.pp-card {
  position: relative;
  height: 620px;
  width: 548px;
  margin-bottom: 60px;
  cursor: pointer;
}

.p-card {
  position: absolute;
  height: 620px;
  width: 548px;
  z-index: 10;
}

.p-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-card a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card {
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 40px 0 rgba(42, 45, 53, 0.5);
  z-index: 5;
  transition: transform 0.5s, width 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  -moz-transition: transform 0.5s, width 0.5s;
  -webkit-transition: transform 0.5s, width 0.5s;
}

.t-right:hover .c-card,
.t-left:hover .c-card {
  transition: transform 0.5s, width 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  -moz-transition: transform 0.5s, width 0.5s;
  -webkit-transition: transform 0.5s, width 0.5s;
}

.t-right:hover .c-card {
  width: 612px;
  transform: translate(548px, 0px);
}

.t-left:hover .c-card {
  width: 612px;
  transform: translate(-612px, 0px);
}

.pp-card-mobile,
.selected-project,
.d-projects-menu {
  display: none;
}

@media (max-width: 1109px) {
  .pp-card {
    margin: auto;
    margin-bottom: 20px;
  }

  .pp-card-mobile {
    margin: auto;
    margin-bottom: 20px;
  }

  .pp-card {
    display: none;
  }

  .pp-card-mobile,
  .selected-project,
  .d-projects-menu {
    display: block;
  }
}

/*******************/

.t-right .c-card {
  padding: 154px 113px 154px 113px;
  box-shadow: inset 10px 0px 51px -27px rgba(0, 0, 0, 0.75);
}

.t-left .c-card {
  padding: 154px 113px 153px 113px;
  box-shadow: inset -10px 0px 51px -27px rgba(0, 0, 0, 0.75);
}

.t-left:hover {
  box-shadow: 0 10px 40px 0 rgba(19, 26, 43, 0.5);
}

.t-right:hover {
  box-shadow: 0 10px 40px 0 rgba(42, 45, 53, 0.5);
}

.t-right .c-card .title,
.t-right .c-card .region,
.t-right .c-card .subtitle,
.t-right .c-card .preview,
.t-left .c-card .preview,
.t-left .c-card .title,
.t-left .c-card .region,
.t-left .c-card .subtitle {
  text-align: left;
}

.c-card .title {
  font-family: Montserrat;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 10px;
}

.c-card .region {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #ffffff;
  margin-bottom: 50px;
}

.c-card .subtitle {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  color: #ffffff;
  margin-bottom: 30px;
}

.c-card .preview {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 26px;
  width: 386px;
}

.button-card {
  width: 180px;
  height: 52px;
  border-radius: 26px;
  border: solid 1px #ffffff;
  font-family: MontserratBold;
  font-size: 13px;
  font-weight: bold;
  text-align: justify;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  float: left;
  padding: 15px 0px;
}

/*.button-card:hover {
        background-color: #ffffff;
        color: black;
    }*/

.slide:hover,
.slide:focus {
  box-shadow: inset 180px 0 0 0 #ffffff;
  transition: 0.5s;
  color: black;
}

/**********************************/
.pp-card-mobile {
  width: 316px;
  height: 358px;
  margin-bottom: 36px;
}

.pp-card-mobile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pp-card-mobile a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pp-card-mobile a {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .pp-card-mobile {
    width: 411px;
    height: initial;
  }
}

@media (max-width: 768px) {
  .pp-card-mobile {
    width: 316px;
    height: initial;
  }
}

@media (max-width: 700px) {
  .d-tab-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-card-mobile {
    height: initial;
    width: 100%;
  }
}

/*************END new Design services**************/
.container-section-info {
  background-color: #f0f5f8;
  padding: 50px 0px 50px 0px;
}

.container-section-info .container-center {
  width: 50%;
  margin: auto;
  text-align: center;
}

.container-section-info .container-center h4,
.container-section-info .container-center h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #21364b;
  margin-bottom: 15px;
}

.container-section-info .container-center label,
.container-section-info .container-center p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  text-align: center;
  color: #738a98;
  margin-bottom: 15px;
}

.buttons-home-header {
  margin-top: 60px;
  display: flex;
  max-width: 476px;
  justify-content: space-between;
}

.buttons-home-header .home-button {
  width: 220px;
}

.h-primary-button {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
  border: 0;
  background-color: #00d9ff;
  font-family: MontserratBold;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  text-align: center;
  color: #0f1419;
  transition: background-color 0.2s ease;
}

.h-primary-button:hover {
  background-color: #00add8;
}

.home-go-to-products {
  background-color: #132131 !important;
}

.d-page-launch-a-project.home-go-to-products {
  padding: 60px;
}

.home-go-to-products .d-page-launch-a-project-container {
  max-width: 1160px;
  justify-content: space-between;
}

.home-go-to-products .d-launch-a-project-title,
.home-go-to-products .d-launch-a-project-description {
  color: #fff;
}

.home-go-to-products .d-launch-a-project-description {
  font-size: 18px;
  color: #9ba0a9;
}

.home-go-to-products .d-page-launch-a-project-right,
.home-go-to-products .d-page-launch-a-project-left {
  width: 50%;
  padding: 0px;
}

.home-go-to-products .d-page-launch-a-project-right {
  padding-left: 10px;
}

.home-go-to-products .d-page-launch-a-project-left {
  padding-top: 60px;
}

.home-go-to-products .d-page-launch-a-project-right img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1280px) {
  .buttons-home-header {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .home-go-to-products .d-page-launch-a-project-right,
  .home-go-to-products .d-page-launch-a-project-left {
    width: 100%;
  }

  .home-go-to-products .d-page-launch-a-project-left {
    margin-bottom: 30px;
  }

  .d-page-launch-a-project.home-go-to-products {
    padding: 51px 51px;
  }
}

@media (max-width: 800px) {
  .container-section-info .container-center {
    width: 100%;
    padding: 0 20px 0 20px;
  }

  .other-project-product-page label {
    width: 100% !important;
    padding: 0 20px 0 20px;
  }

  .d-page-launch-a-project.home-go-to-products {
    padding: 21px 21px;
  }
}

.required-label,
#contact-page .required-contact-label {
  color: #00d9ff;
}

/* 1920px UP */
.d-project-page-body .d-project-section .d-project-section-first p {
  font-size: 16px;
  line-height: 25px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label:last-child {
  font-size: 36px;
}

.d-project-page-body
  .d-project-section
  .d-project-section-first
  .d-project-section-title
  label:first-child {
  font-size: 56px;
}

/* 1920px UP */

/* 1280px  */

@media (max-width: 1280px) {
  .d-project-page-body .d-project-section .d-project-section-first p {
    font-size: 14px;
    line-height: 21px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:last-child {
    font-size: 24px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:first-child {
    font-size: 48px;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    width: 626px;
    height: 657px;
    right: -20px;
    top: -535px;
  }

  /*.d-page-first-section {
        height: 780px !important;
    }*/

  .d-page-first-section.d-project-page .d-page-top {
    padding-top: 120px;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second {
    padding-left: 261px;
    padding-right: 0px;
  }

  .mobile-menu .d-menu-close img {
    width: 42px;
    height: 42px;
  }
}

/* 1280px */

/* 1024px DOWN */

@media (max-width: 1024px) {
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > img,
  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second
    > picture
    > img {
    right: 0px;
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    top: 0px;
  }

  .d-project-page-body
    .d-project-section[data-type="0"]
    .d-project-section-second {
    padding-left: 0px;
  }

  .d-page-first-section {
    height: 100vh;
  }

  .d-project-page-body .d-project-section .d-project-section-first p {
    font-size: 24px;
    line-height: 40px;
  }
}

/* 1024px DOWN */

@media (max-width: 768px) {
  .d-project-page-body .d-project-section .d-project-section-first p {
    font-size: 18px;
    line-height: 26px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:last-child {
    font-size: 32px;
    left: 20px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title {
    height: 100px;
  }

  .d-project-page-body .d-project-section .d-project-section-first:last-child,
  .d-project-page-body .d-project-section .d-project-section-second:last-child,
  .d-project-page-body .d-project-section .d-project-section-first,
  .d-project-page-body .d-project-section .d-project-section-second {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .d-page-first-section {
    height: 100vh !important;
  }

  .d-page-first-section .d-page-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-first
    .d-project-section-title
    label:last-child {
    font-size: 28px;
    left: 0px;
    text-align: left;
  }

  .d-project-page-body .d-project-section .d-project-section-first p {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 16px;
  }

  .d-project-page-body
    .d-project-section
    .d-project-section-second
    .d-project-section-links
    img {
    margin-bottom: 20px;
  }

  .d-page-first-section.d-project-page .d-page-top .d-page-social-media {
    margin-top: 50px;
  }
}

/*-------------------------------------------------
       Testimonials Contact
  -------------------------------------------------*/

.testimonial-listing .t-item {
  padding: 20px;
  margin-bottom: 33px;
  text-align: left;
}

.t-item-title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  color: #00d9ff;
  margin-bottom: 20px;
}

.t-item-message {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 26px;
  opacity: 70%;
  width: 405px;
}

.t-item-person {
  height: 50px;
  display: flex;
}

.t-item-person img {
  height: 100%;
  width: 50px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: contain;
}

.t-item-person > div {
  padding: 5px 0;
}

.t-item-person > div > .t-person-name {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  color: #8b9cae;
  margin-bottom: 3px;
}

.t-item-person > div > .t-person-details {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  color: #8b9cae;
}

/*****************************************/

.d-page-contact-and-testimonials {
  max-width: 1078px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.d-page-contact-and-testimonials .d-page-contact-form {
  width: 520px;
  margin-left: 0px;
  transform: translateX(0);
  text-align: left;
  padding-top: 25px;
}

.d-page-contact-testimonials {
  width: 483px;
}

@media (max-width: 1024px) {
  .d-page-contact-testimonials {
    display: none;
  }

  .d-page-contact-and-testimonials .d-page-contact-form {
    width: auto;
    margin: auto;
  }

  .d-page-contact-and-testimonials .d-page-contact-form button {
    margin: auto;
    display: block;
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .d-page-first-section.d-project-page {
    height: 500px;
  }

  .header-video {
    height: 500px;
  }

  .d-project-page .buttons-home-header .h-primary-button {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .d-page-contact-and-testimonials .d-page-contact-form button {
    width: 100%;
  }

  #contact-page .d-page-first-section {
    padding-top: 60px;
  }

  .button-start-a-project input {
    width: 90%;
  }

  .button-start-a-project {
/*    margin-top: 20px;*/
  }

  .container-upload-file {
    width: 160px;
    margin: auto;
  }

  .start-a-project-container .project-section-subtitle {
    text-align: center !important;
  }

  .d-top-menu[data-show="true"] .d-menu-close {
    display: block !important;
    position: fixed;
    right: 15px;
    top: -11px;
    z-index: 800;
    border-radius: 100px;
    font-size: 54px;
    color: red;
  }

  .mobile-menu .d-menu-close img {
    width: 22px;
    height: 22px;
  }

  #blog-item-page .d-page-first-section {
    height: 500px !important;
  }
}
/*--------------------------------------------------*/

/*-------------------------------------------------
       Error 404
  -------------------------------------------------*/

.sample-page {
  height: 100vh;
  display: flex;
  background-color: #0f1419;
}

.s-page-container {
  max-width: 550px;
  margin: auto;
}

.s-page-image {
  width: 100%;
  margin-bottom: 54px;
}

.s-page-image img {
  width: 100%;
  object-fit: contain;
}

.s-page-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5px;
}

.s-page-details {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 23px;
}

.back-to-home {
  text-align: center;
  display: flex;
  cursor: pointer;
  width: 170px;
  margin: auto;
}

.back-to-home img {
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

.back-to-home-text {
}

.back-to-home-text {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #00d9ff;
  cursor: pointer;
}

@media (max-width: 700px) {
  .s-page-container {
    padding: 0 20px;
  }

  .home-title-container {
    height: 100px;
    font-size: 21px;
  }

  .mobile-app-development-title-container {
    height: 100px;
    font-size: 21px;
  }
}
@media (max-width: 700px) {
  .mobile-app-development-title-container {
    height: 80px;
    font-size: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  #home-page .d-page-title {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  #mobile-app-development-page .d-page-title {
    margin: auto;
    margin-bottom: 20px;
  }
}
/*-------------------------------------------*/

@media (max-width: 1024px) {
  .d-page-our-mission .d-section-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-page-title {
    max-width: unset !important;
  }
}

.heading-invisible {
  visibility: hidden;
  margin: 0px;
  font-size: 0px;
}

.start-a-project-redirect .d-section-title {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .d-project-mobile-gallery .slick-dots,
  .d-project-web-gallery .slick-dots {
    display: none;
  }
}

.default_blue_color {
  color: #00d9ff !important;
  cursor: pointer;
}

/*-------------------------------------------------
       DEVICE TYPE
  -------------------------------------------------*/

#st-el-3 {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .desktop-device {
    display: none;
  }

  .mobile-device {
    display: inherit;
    width: 280px !important;
    height: 330px !important;
  }

  .other-project {
    width: 280px;
  }
}

@media (min-width: 1025px) {
  .desktop-device {
    display: inherit;
  }

  .mobile-device {
    display: none;
  }
}

/*-------------------------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .s-page-image {
    margin-top: 50%;
  }
}

@media (max-width: 1450px) {
  .d-top-menu {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/****Acordion menu**/

.show-image > i {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-image {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 25px;
  right: 70px;
  width: 11px;
  height: 11px;
}

.accordion-title {
  position: relative;
}

.inner {
  display: none;
}

.submenu-elemnt-item {
  margin-left: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 30px;
}

.accordion-content {
  padding-left: 20px;
}

.accordion-content a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.0933333px;
  color: #ffffff;
  margin-bottom: 20px;
}

.menu-acordion {
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}

.menu-acordion .arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.menu-acordion.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

*[data-collapsed="false"] .accordion-arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

*[data-collapsed="true"] .accordion-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 9px;
}

.element-body[data-collapsed="true"] > * {
  display: none !important;
}

.element-body[data-collapsed="false"] > * {
  display: flex !important;
  flex-flow: column;
}

.menu-acordion {
  padding: 0px !important;
  border: none !important;
  margin: 0px;
}

.menu-acordion .accordion-arrow {
  border: solid #ffff;
  border-width: 0 2.6px 2.6px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 60px;
  top: 25px;
  width: 11px;
  height: 11px;
}

.menu-acordion .element-body {
  padding: 0px 15px;
  max-height: 250px;
}

.menu-acordion .elemnt-item {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
}

#home-page .d-page-first-section .d-page-info {
  max-width: 610px;
}

@media (max-width: 1400px) {
  #home-page .d-page-first-section .d-page-info {
    max-width: 520px;
  }
}

#mobile-app-development-page .d-page-first-section .d-page-info {
  max-width: 610px;
}

@media (max-width: 1400px) {
  #mobile-app-development-page .d-page-first-section .d-page-info {
    max-width: 520px;
  }
}

.d-page-achievements-home {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 30px 83px;
}

.d-page-achievements-home .d-achievement-item {
  display: flex;
  flex-flow: column;
}

.d-page-achievements-home
  .d-achievement-item
  .d-achievement-item-number
  > label {
  font-size: 36px;
}

.d-page-achievements-home .d-achievement-item .d-achievement-item-number {
  margin-bottom: 10px;
}

.d-page-achievements-home .d-achievement-item .d-achievement-item-text > label {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .d-page-achievements-home {
    flex-flow: column;
  }

  .d-page-achievements-home .d-achievement-item {
    margin-bottom: 20px;
  }

  .d-page-achievements-home .d-achievement-item .d-achievement-item-number {
    margin-bottom: 5px;
  }
}

/*-------------------------------------------------
  News Letter Modal
  -------------------------------------------------*/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #333;
  float: right;
  font-size: 40px;
  font-weight: bold;
  display: block;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 550px) {
  .subscribe-btn {
    font-size: 14px !important;
    padding: 20px !important;
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100% !important;
  }
  #blog-page .d-tab-style-1 .d-tabs-header {
    margin-left: 0% !important;
    transform: initial !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #blog-page .d-tab-style-1 .d-tab {
    width: 100%;
  }
  .d-tab-style-1 .d-tabs-header {
    white-space: initial !important;
  }
}

/*-------------------------------------------------
     Generic
  -------------------------------------------------*/
#home-page .d-body, #about-us-page .d-body, #projects-page .d-body, #position-page .d-body, #process-page .d-body {
    color: white;
}

#about-us-page .d-page-first-section, #projects-page .d-page-first-section, #process-page .d-page-first-section {
    background-size: cover;
    background-position: center;
    height: 550px !important;
}

#about-us-page .d-page-top, #projects-page .d-page-top, #process-page .d-page-top {
    padding-top: 160px;
}

#about-us-page .d-page-pre-title, #projects-page .d-page-pre-title, #process-page .d-page-pre-title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    color: #ffffff;
}

#about-us-page .d-page-title, #projects-page .d-page-title, #process-page .d-page-title {
    font-family: MontserratBold;
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    max-width: 596px;
    margin-bottom: 28px;
}

#about-us-page .d-page-info, #projects-page .d-page-info, #process-page .d-page-info {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 840px;
}

#about-us-page .d-page-top .d-page-achievements {
    display: flex;
    color: white;
    justify-content: space-between;
    padding-top: 20px;
}

    #about-us-page .d-page-top .d-page-achievements div div:first-of-type label {
        font-size: 36px;
    }

    #about-us-page .d-page-top .d-page-achievements div div:last-of-type label {
        font-size: 16px;
        padding-top: 10px;
    }

#position-page .d-section-title {
    color: white;
}

#position-page .products-page-subtitle {
    margin-bottom: 0px;
}

@media(max-width:700px) {
    #about-us-page .d-page-top .d-page-achievements {
        display: none;
    }
}

@media(max-width:1190px) {
    #about-us-page .d-page-first-section, #projects-page .d-page-first-section, #process-page .d-page-first-section {
        height: 100vh !important;
    }

    #position-page .products-page-subtitle {
        margin-bottom: 30px;
    }
}


/*-------------------------------------------------
    End generic
  -------------------------------------------------*/


/*-------------------------------------------------
    sib forms
-------------------------------------------------*/
#sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    color: #c0ccda;
}
/*-------------------------------------------------
    End sib forms
-------------------------------------------------*/






/*-------------------------------------------------
        HomePage
  -------------------------------------------------*/

#home-page .d-page-first-section {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/png/home_header.jpg");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/webp/home_header.webp") 1x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    #home-page .d-page-first-section .picture-header-home {
        position: absolute;
        width: 850px;
        z-index: 500;
        right: 151px;
        top: 15%;
        border-radius: 10px;
    }

        #home-page .d-page-first-section .picture-header-home video {
            width: 100%;
        }

#home-page .d-section-overlay {
    background-image: none;
    z-index: 1;
    opacity: 0.88;
    background-color: #000000;
}
/*-------------------------------------------------
    End Home Page
  -------------------------------------------------*/



/*-------------------------------------------------
        Mobile App Development Page
  -------------------------------------------------*/

#mobile-app-development-page .d-page-first-section {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/mobile-app-development/Base.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/mobile-app-development/Base.webp") 1x);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 74% auto;
    background-color: #FFF !important;
}

    #mobile-app-development-page .d-page-first-section .picture-header-home {
        position: absolute;
        width: 850px;
        z-index: 500;
        right: 0px;
        top: 15%;
        border-radius: 10px;
    }

        #mobile-app-development-page .d-page-first-section .picture-header-home video {
            width: 100%;
        }

.elementor-background-overlay {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/mobile-app-development/hero_mockup.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 39% auto;
    height: 100%;
    width: 100%;
    bottom: 65px;
    left: 0;
    position: absolute;
}

.page-info-text {
    color: #1A2129;
}

@media(max-width: 600px) {

    #mobile-app-development-page .d-page-first-section {
        background-image: none;
        height: 70vh !important;
    }

        #mobile-app-development-page .d-page-first-section .d-page-top {
            padding-top: 100px !important;
        }

    .elementor-background-overlay {
        background-image: none;
    }

    #mobile-app-development-page .buttons-home-header {
        margin-top: 65px !important;
    }
}
/*-------------------------------------------------
    Start  Mobile App Development Page
  -------------------------------------------------*/


/*-------------------------------------------------
    End  Thank You Page
  -------------------------------------------------*/

#thank-you-page .left-side-text-section {
    display: flex;
    position: relative;
    width: 100%;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#thank-you-page .heading-title {
    color: #1A2129;
    font-family: "Montserrat", Sans-serif;
    font-size: 46px;
    line-height: 56px;
    width: 100%;
    font-weight: 800;
    text-align: left;
}

#thank-you-page .d-subtitle {
    font-size: 20px;
    text-align: left;
}

/*-------------------------------------------------
        Testimonials Single Grid
  -------------------------------------------------*/

.d-page-testimonials-single {
    background-color: #f3f6f8;
}

    .d-page-testimonials-single .d-section-title {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #0f1419;
        background-color: #f3f6f8;
        padding-top: 55px;
        margin-bottom: 0px;
    }



.d-testimonials-slider-single {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-y: visible;
}

    .d-testimonials-slider-single .d-slider-list {
        font-size: 0px;
        overflow: hidden;
        white-space: nowrap;
        overflow: visible;
    }

.d-page-testimonials-single .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: -45px;
}

.slick-next {
    position: absolute;
    top: 50%;
    right: -45px;
}

.prev-icon {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/png/left_arrow.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/webp/left_arrow.webp") 1x);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.next-icon {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/png/right_arrow.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/sliderArrows/webp/right_arrow.webp") 1x);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
}


.d-testimonials-slider-single .d-slider-card-single {
    width: 90%;
    height: 430px;
    border-radius: 8px;
    background-color: #1a2530;
    position: relative;
    overflow-y: visible;
    font-size: 14px;
    white-space: normal;
    padding-top: 50px;
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    text-align: center;
}

.d-testimonials-slider-single .d-testimonial-container-single {
    position: absolute;
    margin: auto;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

@media (min-width:1450px) {
    .d-testimonials-slider-single .d-slider-card-single {
        width: 350px;
        border-radius: 8px;
        position: relative;
        overflow-y: visible;
        font-size: 14px;
        white-space: normal;
        margin-top: 40px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}


@media (min-width:1024px) {
    .d-testimonials-slider-single .d-slider-card-single {
        width: 350px;
        border-radius: 8px;
        position: relative;
        overflow-y: visible;
        font-size: 14px;
        white-space: normal;
        margin-left: 50%;
        transform: translateX(-50%);
    }

        .d-testimonials-slider-single .d-slider-card-single .d-testimonial-desc-single {
            height: 140px !important;
        }
}


@media (min-width:1024px) and (max-width:1450px) {
    .d-testimonials-slider-single .d-slider-card-single {
        width: 310px;
    }
}

.slick-dots {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

    .slick-dots > li {
        display: inline-block;
        vertical-align: top;
        font-size: 0px;
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

        .slick-dots > li:last-child {
            margin-right: 0px;
        }

#thank-you-page .slick-dots > li > button {
    width: 10px;
    height: 12px;
    border: 0px;
    border-radius: 100px;
}

.slick-dots > li.slick-active > button {
    background-color: #00d9ff;
}

.d-testimonials-slider-single .d-slider-card-single img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    margin-bottom: 20px;
}

.d-testimonials-slider-single .d-slider-card-single .d-testimonial-title {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00d9ff;
    margin-bottom: 6px;
    height: 35px;
}

.d-testimonials-slider-single .d-slider-card-single .d-testimonial-subtitle {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8b9cae;
    margin-bottom: 5px;
}

.d-testimonials-slider-single .d-slider-card-single .d-testimonial-role {
    display: block;
    text-align: center !important;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8b9cae;
}

.d-testimonials-slider-single .d-slider-card-single .d-testimonial-desc-single {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    height: 120px;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.d-project-slider .d-slider-card-single img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.d-project-slider-phones .d-slider-card-single img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}


.testimonial-slider-single {
    max-width: 100%;
    margin: auto;
}

@media(max-width: 1280px) {
    /*.testimonial-slider-single {
        max-width: 1110px;
    }*/
}


@media(max-width: 1024px) {
    .testimonial-slider-single {
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .d-testimonials-slider-single .d-slider-card-single {
        width: 50%;
    }
}

@media(max-width: 500px) {
    .d-testimonials-slider-single .d-slider-card-single {
        width: 90%;
    }

    .d-testimonials-slider-single .slick-arrow {
        display: none !important;
    }
}




/*-------------------------------------------------
End  Thank You Page
-------------------------------------------------*/






/*-------------------------------------------------
        About Us Page
  -------------------------------------------------*/
#about-us-page .d-page-first-section {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/png/about_us_header.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/webp/about_us_header.webp") 1x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 550px !important;
}

/*-------------------------------------------------
        End About Us Page
  -------------------------------------------------*/

/*-------------------------------------------------
        Projects Page
  -------------------------------------------------*/

#projects-page .d-page-first-section {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/png/our_projects_header.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/webp/our_projects_header.webp") 1x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px !important;
}

.slick-slide:focus {
    outline: none !important;
}
/*-------------------------------------------------
        End Projects Page
  -------------------------------------------------*/
/*-------------------------------------------------
        Products Page
  -------------------------------------------------*/
#products-page .d-page-first-section {
    background: url("https://deventuretraining.blob.core.windows.net/website/img/app/pages/home-top-section.jpg") no-repeat;
    background-size: cover;
    opacity: 0.4;
}

#products-page .body-index {
    padding-top: 120px;
    padding-bottom: 100px;
}

#products-page .title-page {
    font-family: MontserratBold;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#products-page #description-right {
    flex-flow: row-reverse;
}

#products-page #description-left {
    flex-flow: row;
}

#products-page .conatainer {
    max-width: 1190px;
    margin: auto;
    margin-top: 80px;
    margin-top: 25px;
}

#products-page .conatainer-chid {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#products-page .conatainer .description {
    width: 44%;
    padding: 80px 80px 80px 80px;
}

    #products-page .conatainer .description .title {
        font-family: MontserratBold;
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    #products-page .conatainer .description .subtitle {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        text-align: justify;
        color: #ffffff;
        text-align: left;
        margin-bottom: 20px;
    }

    #products-page .conatainer .description .text {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.57;
        color: #ffffff;
        margin-top: 18px;
    }

    #products-page .conatainer .description input[type=button] {
        margin: 0px;
        margin-top: 50px;
    }

#products-page .conatainer .photo {
    max-width: 620px;
}

    #products-page .conatainer .photo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

#products-page .body-index .dev {
    position: absolute;
    left: -306px;
    top: 104px;
}

    #products-page .body-index .dev img {
        height: 650px;
        opacity: 0.2;
    }

#products-page .body-index .dev1 {
    position: absolute;
    bottom: 0px;
    right: -318px;
}

    #products-page .body-index .dev1 img {
        height: 650px;
        opacity: 0.2;
    }

.container-child {
    width: 100%;
    background-image: linear-gradient(217deg, #00d8fe, #004f70);
    display: inline-flex;
    border-radius: 4px;
}

.products-page-title {
    font-family: MontserratBold;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.92px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}

.products-page-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin: auto;
    margin-bottom: 50px;
    max-width: 1200px;
}

@media(max-width: 1380px) {
    #products-page .body-index .dev {
        position: absolute;
        left: -400px;
    }

        #products-page .body-index .dev img {
            height: 600px;
            opacity: 0.2;
        }

    #products-page .body-index .dev1 {
        position: absolute;
        bottom: 80px;
        right: -300px
    }

        #products-page .body-index .dev1 img {
            height: 600px;
            opacity: 0.2;
        }
}

/**Tablet**/
@media (max-width: 1200px) {
    #products-page .body-index .dev1 img {
        height: unset;
    }

    #products-page .body-index .dev img {
        height: unset;
    }

    #products-page .body-index .dev {
        left: -300px;
    }

    #products-page #description-left {
        flex-flow: column-reverse;
    }

    #products-page #description-right {
        flex-flow: column-reverse;
    }

    #products-page .conatainer-chid {
        flex-flow: row wrap;
        width: auto;
    }

    #products-page .conatainer .photo img {
        margin: auto;
    }

    #products-page .conatainer .description {
        margin: auto;
        padding-bottom: 40px;
        width: 500px;
    }

    #products-page .conatainer .photo {
        margin: auto;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    #products-page .conatainer .description input[type=button] {
        margin-left: 130px;
    }

    #products-page .title-page {
        margin-left: 0px;
        margin-top: 100px;
        margin-bottom: 40px;
    }
}


/*end Tablet*/
/*region Mobile*/

@media(max-width: 1204px) {
    #products-page .conatainer .description {
        padding: 0px 0 40px 0;
    }

    #products-page .conatainer {
        padding: 0 50px;
    }

        #products-page .conatainer .description .title {
            font-size: 28px;
        }

        #products-page .conatainer .description .subtitle {
            font-size: 14px;
        }

        #products-page .conatainer .description .text {
            font-size: 13px;
        }
}

@media(max-width: 1024px) {
    .products-page-subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 700px) {

    #products-page .conatainer .description .title {
        font-size: 22px;
    }

    .products-page-title {
        margin-bottom: 20px !important;
    }

    #products-page .conatainer {
        padding: 0px 0px;
        margin-top: 0px;
    }

    #products-page .container-child {
        background-image: initial;
    }

    .container-child .photo {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        background-image: linear-gradient(217deg, #00d8fe, #004f70);
        margin-bottom: 29px !important;
        margin-top: 40px !important;
        height: 300px;
    }

    #products-page .conatainer .photo img {
        object-fit: contain;
        object-position: center;
        margin: auto;
        height: 300px;
        margin-left: 52%;
        transform: translateX(-50%);
        width: 95% !important;
    }


    #products-page .conatainer .description {
        margin: 0;
        display: block;
        width: 100vw;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #products-page .title-page {
        margin: 0px;
    }

    #products-page .conatainer .description input[type=button] {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #products-page .body-index .dev {
        visibility: hidden;
    }

    #products-page .body-index .dev1 {
        visibility: hidden;
    }
}
/*end Mobile*/
@media (max-width: 400px) {
    #products-page .body-index {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

/*-------------------------------------------------
        End Products Page
  -------------------------------------------------*/

/*-------------------------------------------------
         Process Page
  -------------------------------------------------*/

#process-page .d-page-first-section {
    background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/png/our_process_header.png");
    background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/webp/our_process_header.webp") 1x);
    background-size: cover;
    background-position: center;
    height: 550px !important;
}

/*-------------------------------------------------
        End Process Page
  -------------------------------------------------*/

/*-------------------------------------------------
        Deventure Training Page
  -------------------------------------------------*/

#deventure-training-page .body-training {
    padding-top: 70px;
}

#deventure-training-page .title-page {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 130px;
    z-index: 1;
    position: relative;
    margin-bottom: 70px;
}

/*region Welcome*/
#deventure-training-page .welcome {
    background-image: linear-gradient(215deg, #00d8fe, #004f70);
    padding-bottom: 90px;
    padding-top: 100px;
}

#deventure-training-page .welcome-child {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    position: relative;
    width: 1190px;
    margin: auto;
}

#deventure-training-page .welcome .description {
    margin-left: 80px;
    width: 460px;
    padding-top: 70px;
}

    #deventure-training-page .welcome .description .title {
        font-family: MontserratBold;
        font-size: 40px;
        color: #ffffff;
        letter-spacing: -0.25px;
        line-height: 44px;
        text-align: left;
    }

    #deventure-training-page .welcome .description .text {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.57;
        color: #ffffff;
        margin-top: 18px;
    }

#deventure-training-page #site-container input[type=button] {
    margin: auto;
    margin-top: 50px;
    transform: translateX(-0%);
}

    #deventure-training-page #site-container input[type=button]:hover {
        background-color: #00d9ff;
        color: #0c2953;
    }

#deventure-training-page .body-training .button2 {
    margin: auto;
    width: 200px;
}

#deventure-training-page .welcome .photo img, #deventure-training-page .welcome .photo a {
    width: 576px;
    height: 440px;
    object-fit: contain;
}

#deventure-training-page .body-training .dev {
    position: absolute;
    left: -300px;
}

    #deventure-training-page .body-training .dev img {
        height: 800px;
        opacity: 0.2;
    }

#deventure-training-page .body-training .dev2 {
    position: absolute;
    right: -600px;
    top: 40%;
}

    #deventure-training-page .body-training .dev2 img {
        height: 1000px;
        opacity: 0.2;
    }

#deventure-training-page .body-training .dev1 {
    position: absolute;
    bottom: 190px;
    left: -300px
}

    #deventure-training-page .body-training .dev1 img {
        height: 800px;
        opacity: 0.2;
    }


#deventure-training-page .d-all-projects-btn {
    margin: unset;
}

@media(max-width: 1380px) {
    #deventure-training-page .body-training .dev {
        position: absolute;
        left: -400px;
    }

        #deventure-training-page .body-training .dev img {
            height: 800px;
            opacity: 0.2;
        }

    #deventure-training-page .body-training .dev2 {
        position: absolute;
        right: -600px;
        top: 40%;
    }

        #deventure-training-page .body-training .dev2 img {
            height: 1000px;
            opacity: 0.2;
        }

    #deventure-training-page .body-training .dev1 {
        bottom: 480px;
        left: -300px
    }

        #deventure-training-page .body-training .dev1 img {
            height: 800px;
            opacity: 0.2;
        }
}

/**Tablet**/
@media (max-width: 1200px) {
    #deventure-training-page .body-training .dev2 img {
        height: unset;
    }

    #deventure-training-page .body-training .dev1 img {
        height: unset;
    }

    #deventure-training-page .body-training .dev img {
        height: unset;
    }

    #deventure-training-page .body-training .dev2 {
        right: -280px;
    }

    #deventure-training-page .body-training .dev {
        left: -300px;
    }

    #deventure-training-page .welcome {
        flex-flow: row wrap;
        width: auto;
    }

        #deventure-training-page .welcome .photo img, #deventure-training-page .welcome .photo a {
            margin: auto;
        }

        #deventure-training-page .welcome .description {
            margin: auto;
            padding-bottom: 40px;
            width: 500px;
            padding-top: 150px;
        }

        #deventure-training-page .welcome .photo {
            margin: auto;
        }

        #deventure-training-page .welcome .description input[type=button] {
            margin-left: 0px;
        }

    #deventure-training-page .title-page {
        margin-left: 0px;
        margin-top: 116px;
    }

    #deventure-training-page .body-training {
        padding-top: 20px;
    }
}
/*end Tablet*/
/*region Mobile*/
@media (max-width: 700px) {

    #deventure-training-page .body-training .dev img {
        width: 280px;
    }

    #deventure-training-page .welcome .photo img, #deventure-training-page .welcome .photo a {
        width: 280px;
        margin: auto;
    }

    #deventure-training-page .welcome .description {
        margin: auto;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100vw;
        padding-top: 40px;
    }

    #deventure-training-page .welcome .photo {
        margin: auto;
    }

    #deventure-training-page .title-page {
        margin: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #deventure-training-page .welcome .description input[type=button] {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #deventure-training-page #site-container input[type=button] {
        width: 100%;
    }

    #deventure-training-page .site-navbar .main-nav {
        width: 10px;
    }

    #deventure-training-page .body-training {
        padding-bottom: 35px;
    }

    #deventure-training-page .welcome .description .title {
        font-size: 20px;
        line-height: 36px;
    }
}
/*end Mobile*/
/*end region Welcome*/
/*region Features*/
#deventure-training-page .features {
    height: 500px;
    margin-bottom: 170px;
    width: 1220px;
    margin: auto;
    margin-bottom: 30px;
}


#deventure-training-page .right {
    display: inline-flex;
    flex-flow: row-reverse;
}

    #deventure-training-page .right .description-right {
        padding: 50px 25px 0 100px;
    }

    #deventure-training-page .right .photo-left {
    }

        #deventure-training-page .right .photo-left img {
            width: 615px;
            height: auto;
        }


    #deventure-training-page .right .description-right .number-right {
        font-family: MontserratBold;
        font-size: 60px;
        color: #00d9ff;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    #deventure-training-page .right .description-right .title-right {
        font-family: MontserratBold;
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 30px;
        text-align: left;
        margin-bottom: 16px;
    }

    #deventure-training-page .right .description-right .text-right {
        font-size: 14px;
        color: #dfe6ea;
        letter-spacing: 0;
        text-align: justify !important;
        line-height: 21px;
        margin-top: 50px;
    }

#deventure-training-page .left {
    display: inline-flex;
}

    #deventure-training-page .left .description-left {
        padding: 25px 100px 0 35px;
    }

    #deventure-training-page .left .photo-right {
    }

        #deventure-training-page .left .photo-right img {
            width: 615px;
            height: auto;
        }

    #deventure-training-page .left .description-left .number-left {
        font-family: MontserratBold;
        font-size: 60px;
        color: #03e4ff;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    #deventure-training-page .left .description-left .title-left {
        font-family: MontserratBold;
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 30px;
        text-align: left;
        margin-bottom: 16px;
    }

    #deventure-training-page .left .description-left .text-left {
        font-size: 14px;
        color: #dfe6ea;
        letter-spacing: 0;
        text-align: justify;
        line-height: 18px;
        margin-top: 50px;
    }

/**Tablet**/
@media (max-width: 1200px) {

    #deventure-training-page .features {
        height: unset;
        width: auto;
    }

    #deventure-training-page .right .description-right {
        position: unset;
        margin: auto;
        right: 0px;
        padding: 0px;
        width: 500px;
    }

    #deventure-training-page .right .photo-left {
        position: unset;
        left: 0px;
        margin: auto;
        width: 660px;
    }

    #deventure-training-page .left .description-left {
        position: unset;
        left: 0px;
        margin: auto;
        padding: 0px;
        width: 500px;
    }

    #deventure-training-page .left .photo-right {
        position: unset;
        right: 0px;
        margin: auto;
        width: 660px;
    }

        #deventure-training-page .left .photo-right img {
            width: 660px;
        }

    #deventure-training-page .right .photo-left img {
        width: 660px;
    }
}
/*end Tablet*/

@media(max-width: 1024px) {
    #deventure-training-page .right {
        display: flex;
        flex-direction: column-reverse;
    }

    #deventure-training-page .left {
        flex-flow: column-reverse;
        display: flex;
    }

    #deventure-training-page .welcome-child {
        flex-flow: column-reverse;
        display: flex;
        width: 100%;
    }

    #deventure-training-page .right .description-right, #deventure-training-page .left .description-left, #deventure-training-page .welcome .description {
        width: 90%;
    }
}

/*Mobile*/

@media(max-width: 700px) {
    #deventure-training-page .features {
        margin-bottom: 50px;
    }

    #deventure-training-page .left .description-left {
        width: 100%;
    }

    #deventure-training-page .welcome .description .title {
        margin-bottom: 50px;
        text-align: center;
        font-size: 24px;
    }

    #deventure-training-page .welcome .photo {
        width: 100%;
        height: auto;
        padding: 20px;
    }

        #deventure-training-page .welcome .photo img, #deventure-training-page .welcome .photo a {
            width: 100%;
            height: auto;
            margin-left: auto;
        }

    #deventure-training-page .right .photo-left img {
        width: 100%;
        height: auto;
    }

    #deventure-training-page .left .photo-right img {
        width: 100%;
        height: auto;
    }

    #deventure-training-page .left .photo-right {
        width: 100%;
    }

    #deventure-training-page .right .photo-left {
        width: 100%;
    }

    #deventure-training-page .features {
        height: unset;
        margin-top: 50px;
        width: 100vw;
        padding: 20px;
    }

    #deventure-training-page .body-training .dev {
        visibility: hidden;
    }

    #deventure-training-page .body-training .dev2 {
        visibility: hidden;
    }

    #deventure-training-page .body-training .dev1 {
        visibility: hidden;
    }

    #deventure-training-page .body-training .button2 {
        margin-bottom: 50px;
        width: 280px;
    }

    #deventure-training-page .right .description-right,
    #deventure-training-page left .description-left {
        width: 100%;
    }

        #deventure-training-page .left .description-left .text-left, #deventure-training-page .right .description-right .text-right, #deventure-training-page .welcome .description .text {
            text-align: center;
        }
}
/*end Mobile*/
/*end region Features*/
/*end Tablet*/
/*-------------------------------------------------
        End Deventure Training Page
  -------------------------------------------------*/

/*-------------------------------------------------
        Book a Demo Training Page
  -------------------------------------------------*/
#book-of-demo-page body {
    background-color: #06131A;
}

#book-of-demo-page .d-page-content {
    height: 100vh;
}

#book-of-demo-page .body-demo {
    padding-top: 120px;
    background-repeat: no-repeat;
    height: 100%;
}

#book-of-demo-page .title-response {
    margin-bottom: 30px !important;
}

#book-of-demo-page .project-section .dev-btn-action {
    margin-bottom: 40px;
}

#book-of-demo-page h2 {
    font-size: 26px;
}

#book-of-demo-page .body-demo.book-a-demo > div:last-child {
    width: 100vw;
}

#book-of-demo-page .book-a-demo .d-page-contact-form {
    width: 500px;
}

#book-of-demo-page .book-a-demo .d-form-entry {
    margin-bottom: 20px;
}

    #book-of-demo-page .book-a-demo .d-form-entry input,
    #book-of-demo-page .book-a-demo .d-form-entry label,
    #book-of-demo-page .book-a-demo .d-form-entry textarea,
    #book-of-demo-page .book-a-demo .d-form-entry span {
        color: white;
    }

.date-pickers span {
    color: black !important;
}

.date-pickers .text-span {
    color: white !important;
}

#book-of-demo-page .book-a-demo .d-page-contact-form {
}

#book-of-demo-page .body-demo .container {
    position: relative;
}

#book-of-demo-page .bookademo-title {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

#book-of-demo-page .row {
    margin-top: 30px;
}

    #book-of-demo-page .row .text-span {
        color: white;
        font-size: 16px;
    }

    #book-of-demo-page .row .valid {
        color: white;
    }

#book-of-demo-page .input-date input {
    margin-top: 10px;
}

#book-of-demo-page .row input[type=text] {
    height: 40px;
    border: 1px solid #283543;
    background: none;
    margin-bottom: 15px;
    margin-top: 0px;
    z-index: 5;
    padding-left: 10px;
}

    #book-of-demo-page .row input[type=text]:focus {
        border: 1px solid #00d9ff;
    }

#book-of-demo-page .project-section img {
    width: 36px;
    cursor: pointer;
}

#book-of-demo-page .input-date .delete {
    position: absolute;
    right: -30px;
    top: -28px;
    width: 18px;
    height: 18px;
}

#book-of-demo-page .input-date .date {
    position: absolute;
    right: 20px;
    top: -28px;
    width: 18px;
    height: 18px;
    z-index: -1;
}

#book-of-demo-page .date-pickers {
    width: 500px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#book-of-demo-page .input-date .position {
    position: absolute;
    width: 100%;
}

#book-of-demo-page .input--madoka--left {
    margin-right: 95px;
    width: calc(100%); /*Alex-added this for structure*/
}

/*rEGION FHD*/

#book-of-demo-page .body-demo .dev {
    position: absolute;
    left: -200px;
}

    #book-of-demo-page .body-demo .dev img {
        height: 650px;
        opacity: 0.2;
    }

#book-of-demo-page .body-demo .dev1 {
    position: absolute;
    bottom: 80px;
    right: -200px
}

    #book-of-demo-page .body-demo .dev1 img {
        height: 650px;
        opacity: 0.2;
    }


@media(max-width: 1380px) {
    #book-of-demo-page .body-demo .dev {
        position: absolute;
        left: -400px;
    }

        #book-of-demo-page .body-demo .dev img {
            height: 600px;
            opacity: 0.2;
        }

    #book-of-demo-page .body-demo .dev1 {
        position: absolute;
        bottom: 80px;
        right: -300px
    }

        #book-of-demo-page .body-demo .dev1 img {
            height: 600px;
            opacity: 0.2;
        }

    #book-of-demo-page h2 {
        font-size: 24px;
    }
}
/*end region FHD*/

/*tablet region*/
@media (max-width: 1100px) {
    .input--madoka.textarea, .textarea.input--madoka textarea {
        width: 70vw !important;
    }

    #book-of-demo-page .project-section {
        width: 70vw;
    }

    #book-of-demo-page .body-demo .dev1 img {
        height: unset;
    }

    #book-of-demo-page .body-demo .dev img {
        height: unset;
    }

    #book-of-demo-page .body-demo .dev {
        left: -300px;
    }
}
/*end tablet region*/

@media (max-width: 670px) {
    .input--madoka {
        width: 70vw !important;
    }

    #book-of-demo-page .body-demo .dev {
        visibility: hidden;
    }

    #book-of-demo-page .body-demo .dev1 {
        visibility: hidden;
    }

    #book-of-demo-page #submit-book-a-demo .button {
        margin-bottom: 100px;
    }

    #book-of-demo-page .global-wrap {
        padding-bottom: unset;
    }

    #book-of-demo-page .date-pickers {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 50px !important;
    }

    #book-of-demo-page .d-page-contact-form {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 420px) {
    #book-of-demo-page .body-demo {
        padding-top: 80px;
    }

    #book-of-demo-page .bookademo-title {
        margin-bottom: 50px;
    }
}

#book-of-demo-page .d-page-content {
    display: table;
    width: 100%;
    background-position: -50% 0;
    background-size: contain;
    padding-bottom: 50px;
}

/*-------------------------------------------------
        End Deventure Training Page
  -------------------------------------------------*/


/*-------------------------------------------------
        Start a project Page
  -------------------------------------------------*/

#book-of-demo-page .project-form .d-form-entry input, #book-of-demo-page .project-form .d-form-entry label, #book-of-demo-page .project-form .d-form-entry textarea {
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}

#book-of-demo-page .project-form .d-form-entry input, #book-of-demo-page .project-form .project-form .d-form-entry textarea {
    margin-bottom: 10px;
}

#book-of-demo-page .project-form .d-form-entry .field-validation-error {
    position: absolute;
    color: red;
    width: 100%;
    text-align: right;
    bottom: -10px;
    right: 0;
    padding-right: 10px;
    font-size: 12px;
}

#book-of-demo-page .d-body {
    color: white;
}

#book-of-demo-page .icon-bg .dev {
    position: absolute;
    left: -200px;
    z-index: -1;
}

    #book-of-demo-page .icon-bg .dev img {
        height: 600px;
        opacity: 0.2;
    }

#book-of-demo-page .icon-bg .dev1 {
    position: absolute;
    bottom: 130px;
    right: -200px;
    z-index: -1;
}

    #book-of-demo-page .icon-bg .dev1 img {
        height: 600px;
        opacity: 0.2;
    }


#book-of-demo-page .project-section .dev-btn-action {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media(max-width: 1380px) {
    #book-of-demo-page .icon-bg .dev {
        position: absolute;
        left: -400px;
    }

        #book-of-demo-page .icon-bg .dev img {
            height: 600px;
            opacity: 0.2;
        }

    #book-of-demo-page .icon-bg .dev1 {
        position: absolute;
        bottom: 80px;
        right: -300px
    }

        #book-of-demo-page .icon-bg .dev1 img {
            height: 600px;
            opacity: 0.2;
        }
}

#book-of-demo-page #timeline, #budget {
    color: white;
    margin-top: 20px;
}

#book-of-demo-page .project-form {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

    #book-of-demo-page .project-form * {
        transition: all .2s ease-in-out;
    }

#book-of-demo-page .project-title {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
}

    #book-of-demo-page .project-title h2, #book-of-demo-page .project-title h1 {
        font-family: MontserratBold;
        color: white;
        text-align: center;
        padding-top: 120px;
        font-size: 24px;
        margin-top: 0px;
        font-weight: bold;
    }

    #book-of-demo-page .project-title p {
        color: #01C1E3;
        text-align: center;
        font-size: 22px;
    }



#book-of-demo-page .project-section:last-child {
    padding-top: 40px;
}

#book-of-demo-page .project-section > * {
    text-align: left;
}

#book-of-demo-page .project-section > .input-wrapper {
    position: relative;
    height: auto;
}

#book-of-demo-page .project-section-name {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

#book-of-demo-page .project-input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 390px;
    margin-bottom: 30px;
    border: 0 !important;
}

    #book-of-demo-page .project-input.right {
        margin-left: 15px;
    }

    #book-of-demo-page .project-input:focus {
        outline: solid 2px #01C1E3 !important;
    }

#book-of-demo-page textarea.project-input {
    width: 800px;
    max-width: 800px !important;
    max-width: 800px !important;
    min-height: 120px;
}

#book-of-demo-page .project-checkbox-wrapper {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    color: white;
    font-size: 16px;
    user-select: none;
}

#book-of-demo-page .project-checkbox {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 0;
}

#book-of-demo-page .project-checkbox-wrapper.third {
    width: 240px;
    margin-right: 20px;
}

#book-of-demo-page .project-checkbox-wrapper.half {
    width: 380px;
    margin-right: 10px;
}

#book-of-demo-page .budget-selection [radio-item] {
    width: 295px;
    margin: 0 50px;
    margin-bottom: 10px;
}

#book-of-demo-page .budget-selection .input--madoka--short {
    width: 200px;
}

#book-of-demo-page .phone-prefix .select2-container .select2-selection--single {
    height: 43px;
    border-bottom: solid 1px #3a4b5c !important;
}

#book-of-demo-page .phone-prefix-demo .select2-container .select2-selection--single {
    height: 38px;
}

#book-of-demo-page .select2-selection--single:focus {
    background-color: transparent !important;
}

.input--madoka--left {
    margin-right: 95px;
    width: calc(100%); /*Alex-added this for structure*/
}

.input-validation-error + * > .graphic--madoka {
    stroke: red !important;
}

#thank-you {
    text-align: center;
    color: #01C1E3;
}

#client-name {
    color: white;
}

#book-of-demo-page .slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
#book-of-demo-page .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1px !important;
    border-radius: 1px;
    background: #3a4b5c;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    /* Mouse-over effects */
    #book-of-demo-page .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    #book-of-demo-page .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00d9ff;
        cursor: pointer;
        line-height: 88px;
    }

    #book-of-demo-page .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #00d9ff;
        cursor: pointer;
    }


#book-of-demo-page .project-section {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .project-row .d-form-entry {
        width: 45%;
    }


.budget-slide-container input {
    border-bottom: none;
}

    .budget-slide-container input:focus {
        padding: 0px;
        border: none;
        border-bottom: solid 1px #00d9ff;
    }

.display-none {
    display: none;
}

.project-section .project-section-subtitle {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 15px;
}

.container-upload-file {
    display: flex;
    flex-flow: row;
    align-items: center;
}

    .container-upload-file .label-file {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.3px;
        color: #00d9ff;
        cursor: pointer;
    }

    .container-upload-file .label-clear {
        color: red;
        margin-left: 10px;
    }

    .container-upload-file .icon-upload-container {
        width: 24px;
        height: 24px;
        border: solid 1px #00d9ff;
        border-radius: 50%;
        position: relative;
        margin-right: 10px;
    }


        .container-upload-file .icon-upload-container img {
            width: 12px !important;
            height: 12px;
            position: absolute !important;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

#book-of-demo-page .project-section .d-all-projects-btn {
    text-align: center;
}

.start-a-project-container {
    display: flex;
    margin: auto;
    max-width: 1078px;
    justify-content: space-between;
}

.button-start-a-project {
    margin-bottom: 30px;
}

.start-a-project-container .d-page-contact-testimonials {
    padding-top: 50px;
}

.start-a-project-container .project-form {
    padding-bottom: 0px !important;
}

#book-of-demo-page .project-section {
    width: 550px;
}

#book-of-demo-page .project-form {
    margin: unset;
    width: 550px;
}

#book-of-demo-page .project-section .d-all-projects-btn {
}

@media(max-width: 750px) {
    .project-row {
        display: flex;
        flex-flow: column;
        margin-bottom: 20px;
    }

        .project-row .d-form-entry {
            width: 100%;
        }

    #book-of-demo-page .project-section-name {
        margin-bottom: 30px !important;
    }
}
/*validation inputs
/*end validation inputs*/
@media(max-width: 1380px) {
    #book-of-demo-page .project-title h2 {
        padding-top: 120px;
        font-size: 24px;
    }

    #book-of-demo-page .icon-bg .dev1 img, #book-of-demo-page .icon-bg .dev img {
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}

@media (max-width: 1100px) {

    #book-of-demo-page .icon-bg .dev1 img {
        height: unset;
    }

    #book-of-demo-page .icon-bg .dev img {
        height: unset;
    }

    #book-of-demo-page .icon-bg .dev {
        left: -300px;
    }

    #book-of-demo-page .project-form {
        width: 96vw;
        margin: auto;
    }

    #book-of-demo-page .project-title {
        width: 96vw;
    }

        #book-of-demo-page .project-title h2 {
        }

        #book-of-demo-page .project-title p {
            font-size: 2.5vw;
            padding: 0 10vw;
        }

    #book-of-demo-page .project-section {
        width: 100%;
        padding: 0 20px 0 20px;
        /*padding-bottom: 5vh;*/
    }

    #book-of-demo-page .project-section-name {
        font-size: 2.3vw;
        margin-bottom: 1vw;
    }

    #book-of-demo-page .project-input {
        height: 6vw;
        line-height: 6vw;
        padding-left: 2vw;
        width: 43vw;
        margin-bottom: 3vw;
        font-size: 2vw;
    }

        #book-of-demo-page .project-input.right {
            margin-left: 3vw;
        }

    #book-of-demo-page textarea.project-input {
        width: 70vw !important;
        max-width: 90vw !important;
        min-height: 20vw;
        line-height: 4vw;
        padding: 0 2vw;
    }

    #book-of-demo-page .project-checkbox-wrapper {
        height: 6vw;
        line-height: 6vw;
        padding-left: 5vw;
        font-size: 2vw;
    }

    #book-of-demo-page .project-checkbox {
        height: 3vw;
        width: 3vw;
        top: 1.5vw;
    }

    #book-of-demo-page .project-checkbox-wrapper.third {
        width: 29vw;
        margin: 0;
    }

    #book-of-demo-page .project-checkbox-wrapper.half {
        width: 44vw;
        margin: 0;
    }

    .input--madoka {
        width: 70vw !important;
    }

        .input--madoka.textarea,
        .textarea.input--madoka textarea {
            width: 70vw !important;
            max-width: 90vw !important;
        }

    #book-of-demo-page .budget-selection [radio-item] {
        width: 29vw;
        min-width: 29vw;
        margin: 0;
        margin-bottom: 3vw;
    }

        #book-of-demo-page .budget-selection [radio-item]:last-child {
            width: 80vw;
            min-width: 80vw;
        }
}

@media (max-width: 670px) {
    #book-of-demo-page .project-section-name {
        font-size: 4vw;
    }

    #book-of-demo-page .input--madoka {
        width: 70vw !important;
    }

    #book-of-demo-page .budget-selection [radio-item] {
        width: 70vw !important;
        margin: 0;
        margin-bottom: 2.5vw;
    }

    #book-of-demo-page .input--madoka.input--madoka--short {
        width: 65vw !important;
    }

    #book-of-demo-page .icon-bg .dev {
        visibility: hidden;
    }

    #book-of-demo-page .icon-bg .dev1 {
        visibility: hidden;
    }

    #book-of-demo-page .button {
        margin-bottom: 60px;
    }
}

#book-of-demo-page .input-validation-message {
    height: 20px;
    /*min-width: 280px;*/
    display: inline-block;
    position: absolute;
    bottom: -10px;
    color: red !important;
    z-index: 3;
    opacity: 1 !important;
    font-size: 13px;
    right: 0px;
}

#book-of-demo-page .input-date .input-validation-message {
    right: 10px;
}

#book-of-demo-page .input-validation-message * {
    color: inherit;
    opacity: 1;
}

#book-of-demo-page [radio-item] .input-validation-message {
    min-width: 200px;
}

#book-of-demo-page .textarea + .input-validation-message {
    min-width: 400px;
}

/*-------------------------------------------------
        End  Start a project Page
  -------------------------------------------------*/

/*-------------------------------------------------
       Position Page
  -------------------------------------------------*/

#position-page .d-page-postions {
    padding-top: 120px;
    text-align: center;
    padding-bottom: 80px;
}

    #position-page .d-page-postions .d-card {
        height: 600px;
        margin: 75px 25px 25px 25px;
        background-color: unset;
    }

        #position-page .d-page-postions .d-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #position-page .d-page-postions h3 {
        color: white;
    }

@media (max-width: 1024px) {
    #position-page .d-page-postions .d-card {
        height: 400px;
        margin-bottom: 30px !important;
        margin: 75px 0px 0px 0px;
    }

    #book-of-demo-page .project-form {
        min-height: initial;
    }
}


@media (max-width: 550px) {

    #position-page .d-page-postions h3 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #position-page .d-page-postions {
        padding: 20px 20px;
    }

        #position-page .d-page-postions .d-card {
            object-fit: contain;
            width: auto;
        }

        #position-page .d-page-postions .d-card {
            height: 400px;
            margin-bottom: 30px !important;
        }
}

@media (max-width: 550px) {
    #position-page .d-page-postions {
        padding-top: 90px !important;
    }
}
/*-------------------------------------------------
        End  Position Page
  -------------------------------------------------*/
/*-------------------------------------------------
       Position Item Page
  -------------------------------------------------*/
#position-itme-page .job-container p, #position-itme-page .title {
    color: white;
    font-size: 16px;
}

#position-itme-page .display-none {
    display: none !important;
}

#position-itme-page .height-auto {
    height: auto !important;
}

#position-itme-page .text-container, #position-itme-page .apply-text, #position-itme-page .apply-button-container, #position-itme-page .vimeo-link {
    width: 80%;
    margin: 0 auto;
}

    #position-itme-page .text-container .row .row-entry:first-child {
        padding-right: 50px;
    }

#position-itme-page .header-image-container img {
    width: 100%
}

#position-itme-page .title {
    font-size: 64px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    #position-itme-page .title .hiring, #position-itme-page .title .what-hiring {
        font-size: 64px;
    }

    #position-itme-page .title .what-hiring {
        font-weight: bolder;
    }

        #position-itme-page .title .what-hiring .blue-text-color {
            font-weight: bolder;
        }

#position-itme-page .icons-section {
    margin-bottom: 65px;
}

#position-itme-page .blue-text-color {
    color: #00d9ff;
}

#position-itme-page .bolder-text {
    /*font-weight: bolder !important;*/
}

#position-itme-page .title-section > p {
    font-family: 'MontserratBold';
    text-transform: capitalize;
    font-size: 24px !important;
    margin-bottom: 38px !important;
    text-align: left;
}

#position-itme-page .general-summary {
    margin-bottom: 90px;
}

    #position-itme-page .general-summary .title-section {
        margin-top: 80px;
    }

    #position-itme-page .general-summary .text p {
        font-size: 16px;
        text-align: left;
        font-weight: 100;
    }

#position-itme-page .last-quote-container {
    padding: 0 90px;
}

#position-itme-page .section > .text {
    margin: 50px 0;
}

#position-itme-page .margin-bottom-30 {
    margin-bottom: 30px !important;
}

#position-itme-page .margin-bottom-16 {
    margin-bottom: 16px !important;
}

#position-itme-page .section > .title-section {
    border-bottom: 2px solid #00d9ff;
    display: inline-block;
}

#position-itme-page .inline-block {
    display: inline-block;
}

#position-itme-page .icons-section > .skills-qualification-icon {
    width: 32%;
    position: relative;
    height: 150px;
}

    #position-itme-page .icons-section > .skills-qualification-icon img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

#position-itme-page .text-container .job-row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 80px;
    display: table;
    width: 100%;
}

#position-itme-page .job-row .row-entry {
    width: 50%;
    float: left;
}

    #position-itme-page .job-row .row-entry:first-child {
        padding-right: 60px;
    }

    #position-itme-page .job-row .row-entry:last-child {
        padding-right: 60px;
    }

#position-itme-page .general-summary > .title-section {
    text-align: center;
}

#position-itme-page .apply-text {
    text-align: center;
    margin-bottom: 77px;
}

    #position-itme-page .apply-text p {
        font-size: 24px;
    }

#position-itme-page .global-wrap {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-bottom: 80px;
}

#position-itme-page .header-image-container {
    text-align: center;
    position: relative;
    height: 600px;
}

    #position-itme-page .header-image-container > div:first-child {
        position: relative;
        height: 100%;
    }

        #position-itme-page .header-image-container > div:first-child img {
            height: 100%;
            object-fit: cover;
        }

/**/

#position-itme-page .header-text-container {
    position: absolute;
    top: 42%;
    width: 100%;
}

    #position-itme-page .header-text-container .header-text-chid {
        width: 80%;
        display: flex;
        flex-flow: column;
        margin: auto;
    }

        #position-itme-page .header-text-container .header-text-chid div:first-child {
            font-family: MontserratBold;
            font-size: 32px;
            color: #ffffff;
            text-align: left;
        }

        #position-itme-page .header-text-container .header-text-chid div:nth-child(2) {
            font-family: MontserratBold;
            font-size: 32px;
            color: #00d9ff;
            text-align: left;
            margin-bottom: 20px;
        }

        #position-itme-page .header-text-container .header-text-chid div:nth-child(3) {
            max-width: 700px;
            font-family: Montserrat;
            font-size: 16px;
            color: #ffffff;
            text-align: left;
            line-height: 1.63;
        }

/**/

#position-itme-page .remove-logo {
    display: none;
}

#position-itme-page .remove-burger-btn {
    display: none;
}

#position-itme-page .add-logo {
    display: block;
}

#position-itme-page .add-burger-btn {
    display: block;
}

#position-itme-page .apply-button-container {
    position: relative;
    height: 78px;
    margin-bottom: 92px;
}

    #position-itme-page .apply-button-container .apply-button {
        position: absolute;
        background: #00d9ff;
        border: 1px solid #00d9ff;
        border-radius: 50px;
        width: 318px;
        height: 78px;
        line-height: 78px;
        text-align: center;
        font-size: 24px;
        color: black;
        font-weight: bolder;
        text-transform: uppercase;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }

        #position-itme-page .apply-button-container .apply-button:hover {
            background: #004a57;
            border: 1px solid #004a57;
            color: white;
        }

#position-itme-page .vimeo-link {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

    #position-itme-page .vimeo-link p {
        font-size: 24px;
    }

#position-itme-page .header-img {
    height: 100vh;
    position: relative;
}

    #position-itme-page .header-img .header-text {
        position: absolute;
        bottom: 80px;
        color: white;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

        #position-itme-page .header-img .header-text h1 {
            text-transform: uppercase;
        }

    #position-itme-page .header-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

#position-itme-page li .project-image:hover .project-title h2 {
    box-shadow: 0px 2px 0 0px #00d9ff;
}

#position-itme-page .text-center {
    text-align: center;
}

#position-itme-page .font-24 {
    font-size: 24px;
}

#position-itme-page .job-container {
    margin-bottom: 50px;
}

#position-itme-page .text p {
    line-height: 30px;
    word-spacing: 2px;
}


#position-itme-page .picture-web {
    display: block;
}

#position-itme-page .picture-mobile {
    display: none;
}

@media(max-width: 900px) {
    #position-itme-page .picture-mobile {
        display: block;
    }


    #position-itme-page .picture-web {
        display: none;
    }

    #position-itme-page .header-image-container {
        height: 500px;
    }

    #position-itme-page .header-img .header-text {
        position: absolute;
        bottom: 80px;
        color: white;
        text-align: center;
        left: 0;
        transform: none;
        padding: 20px;
    }


    #position-itme-page .text-container .job-row {
        display: flex;
        flex-flow: column;
    }

    #position-itme-page .job-row .row-entry {
        width: 100%;
        padding-right: 0;
    }

    #position-itme-page .title {
        text-align: center;
        padding: 0;
    }

        #position-itme-page .title .hiring, #position-itme-page .title .what-hiring {
            font-size: 37px;
        }

    #position-itme-page .job-row .row-entry:first-child {
        padding: 0;
        margin-bottom: 30px;
    }

    #position-itme-page .title-section > p {
        margin-bottom: 10px !important;
    }

    #position-itme-page .last-quote-container {
        padding: 0px 30px;
    }

    #position-itme-page .font-24 {
        font-size: 18px;
    }

    #position-itme-page .icons-section {
        margin-bottom: 0px;
    }

    #position-itme-page .general-summary {
        margin-bottom: 30px;
    }
}

/*-------------------------------------------------
        End  Position Item Page
  -------------------------------------------------*/

/*-------------------------------------------------
     Contact Page
  -------------------------------------------------*/

#contact-page d-body {
    color: white;
}

#contact-page .d-page-first-section {
    background-color: #111921;
    background-image: none;
    height: 100% !important;
}

#contact-page .d-page-contact {
    background-color: #111921;
    color: white;
}

    #contact-page .d-page-contact .d-page-contact-form .d-form-entry label {
        color: white;
    }

    #contact-page .d-page-contact .d-page-contact-form .d-form-entry input,
    #contact-page .d-page-contact .d-page-contact-form .d-form-entry textarea {
        color: white;
        border-bottom: solid 1px #3a4b5c;
    }

    #contact-page .d-page-contact .d-page-contact-form .d-form-entry textarea {
        min-height: 150px;
    }

        #contact-page .d-page-contact .d-page-contact-form .d-form-entry input:focus,
        #contact-page .d-page-contact .d-page-contact-form .d-form-entry textarea:focus {
            border: solid 1px #00d9ff;
            background-color: #161d25;
            padding-left: 20px;
            padding-right: 20px;
        }

    #contact-page .d-page-contact .d-section-title {
        color: white;
    }


#contact-page .d-page-first-section {
    height: auto
}

#contact-page .d-page-content {
    background-color: #141d26;
    padding-top: 80px;
}

    #contact-page .d-page-content .d-page-contact-people {
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        flex-flow: row wrap;
        /*margin-left: 50%;
        max-width: 500px;
        transform: translateX(-50%);
        max-width: 850px;*/
        width: 80%;
        margin: auto;
    }

        #contact-page .d-page-content .d-page-contact-people .d-page-people {
            display: flex;
            flex-flow: column;
            margin-bottom: 30px;
        }

            #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-header {
                display: flex;
                align-items: center;
            }

                #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-header img {
                    height: 48px;
                    width: 48px;
                    border-radius: 50%;
                    margin-right: 20px;
                    object-fit: cover;
                }

            #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-title {
                position: relative;
                color: #fff;
            }

            #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-country {
                opacity: 0.1;
                font-family: MontserratBold;
                font-size: 100px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #a0a0a0;
                min-width: 157px;
            }

            #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-name {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                font-size: 15px;
                font-weight: bold;
            }

            #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-info {
                display: flex;
                flex-flow: column;
                align-items: center;
                margin-bottom: 20px;
            }

                #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-info a {
                    color: #fff;
                    margin-bottom: 5px;
                }

                    #contact-page .d-page-content .d-page-contact-people .d-page-people .d-people-info a:first-child {
                        color: #00d5ff;
                    }


        #contact-page .d-page-content .d-page-contact-people .d-people-links {
            display: flex;
            justify-content: center;
        }

            #contact-page .d-page-content .d-page-contact-people .d-people-links .button-contact-people.LinkedIn {
                background-image: url(https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-linkedin.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 28px 28px;
                margin-right: 20px;
            }

            #contact-page .d-page-content .d-page-contact-people .d-people-links .button-contact-people {
                width: 28px;
                height: 28px;
                border-radius: 100px;
                border: 0;
                background-color: transparent;
                outline: none;
            }

                #contact-page .d-page-content .d-page-contact-people .d-people-links .button-contact-people.Twitter {
                    background-image: url(https://deventuretraining.blob.core.windows.net/website/img/app/icons/social-twitter.svg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 28px 28px;
                }

#contact-page #thank-you {
    color: white !important;
}

#contact-page #thank-you {
    color: white !important;
}

#contact-page #map {
    height: 600px;
    margin-top: 20px;
}

#contact-page .gm-style-iw.gm-style-iw-c {
    color: black;
}

@media(max-width: 1280px) {
    #contact-page .d-page-contact {
    }

    .d-page-contact .d-section-title {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

@media (max-width:550px) {
    #contact-page #map {
        height: 100vh;
    }

    #contact-page .d-page-content .d-page-contact-people .d-page-people {
        align-items: center;
    }
}

@media (max-width: 480px) {
    #contact-page .d-page-contact {
        padding-top: 30px;
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    #contact-page .d-page-contact {
    }

    #contact-page .d-page-contact-form textarea {
        min-height: 32px !important;
    }

    #contact-page .d-page-contact > button {
        margin-top: 20px;
    }
}

@media (max-height: 850px) {
    #contact-page .d-page-contact {
        margin-top: 0px;
    }

    #contact-page .d-page-contact-form textarea {
    }

    #contact-page .d-page-contact > button {
    }
}

/*-------------------------------------------------
        End  Contact Page
  -------------------------------------------------*/

/*-------------------------------------------------
        Blog Page
  -------------------------------------------------*/

#blog-page .d-body {
    color: white;
}


#blog-page .d-tab-body {
    justify-content: unset !important;
}


#blog-page {
    background-color: #0f1419;
}

.d-page-blogs-header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#blog-page .d-page-first-section {
    background-color: #0f1419;
    height: 205px !important;
    text-align: center;
    padding-bottom: 0px;
}

#blog-page .d-page-top {
    padding-top: 120px;
    background-color: #14181e;
}

#blog-page .d-highlights-list .d-section-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.39) 55%, #0a0909);
}

#blog-page .d-highlights-list .d-card .d-card-subtitle {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.45px;
    color: #ffffff;
}

#blog-page .d-page-pre-title {
    font-family: MontserratBold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 0px;
}

#blog-page .d-tab-style-1 .d-tabs-header {
    transform: none;
    margin-left: 0px;
    padding: 0 18px;
}

#blog-page .d-page-highlights {
    background-color: #14181e;
}

    #blog-page .d-page-highlights .d-section-title, #blog-page .d-page-blogs .d-section-title {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #ffffff;
    }

#blog-page .d-page-title {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

#blog-page .d-page-info {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 840px;
}

#blog-page .d-tab-style-1 .d-tab {
    border-radius: 40px;
    background-color: #243343;
    margin-right: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#blog-page .d-tab-body {
    /*width: 70%;*/
    margin: auto;
}

#blog-page .d-page-blogs {
    padding: 50px 0px;
    max-width: 1160px;
    margin: auto;
}

#blog-page .d-highlights-list {
    text-align: center;
    margin: auto;
    padding-bottom: 70px;
}

    #blog-page .d-highlights-list .d-card {
        width: 514px;
        height: 333px;
        margin-right: 47px;
        margin-top: 20px;
        background-color: transparent !important;
    }

#blog-page .d-page-blogs .d-page-search {
    text-align: center;
}

    #blog-page .d-page-blogs .d-page-search .d-form-entry input {
        width: 300px;
        color: #fff;
    }

#blog-page .d-page-blogs .d-tab-body .card-container {
    width: 25%;
}

#blog-page .d-page-blogs .d-card {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 249px;
    height: auto;
    border-radius: 0px;
    margin-top: 30px;
    background-color: transparent;
}

    #blog-page .d-page-blogs .d-card .d-card-bg {
        height: 169px;
        position: relative;
        border-radius: 10px;
    }

    #blog-page .d-page-blogs .d-card .d-card-subtitle {
        position: relative;
        padding-left: 0px;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.43px;
        color: #ffffff;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 67px;
    }

    #blog-page .d-page-blogs .d-card .d-card-date {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #5d7286;
        text-align: start;
        margin-top: 5px;
    }

#blog-page .d-tab-style-1 .d-tab[data-d-tab-active="true"] {
    /* background-color: #00d9ff; */
    color: #00d9ff;
}

#blog-page .d-page-blogs .d-card .d-card-read-more {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #00d9ff;
}

@media(min-width: 1200px) and (max-width:1600px) {
    #home-page .d-page-first-section .picture-header-home {
        width: 600px;
        right: 64px;
        top: 23%;
    }

    .d-tab-body {
        /*max-width: unset;*/
        width: 100%;
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

    .d-card {
        height: 450px;
        width: 300px;
    }

    #position-page .d-card {
        height: 450px;
        width: 500px;
    }
}

@media(min-width: 1100px) and (max-width:1300px) {
    #home-page .d-page-first-section .picture-header-home {
        width: 600px;
        right: 46px;
        top: 25%;
    }

    #blog-page .d-highlights-list .d-card {
        width: 533px;
    }
}

@media(min-width: 1200px) and (max-width:1600px) {
    #mobile-app-development-page .d-page-first-section .picture-header-home {
        width: 600px;
        right: 0px;
        top: 23%;
    }

    .d-tab-body {
        /*max-width: unset;*/
        width: 100%;
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }

    .d-card {
        height: 450px;
        width: 300px;
    }

    #position-page .d-card {
        height: 450px;
        width: 500px;
    }
}

@media(min-width: 1100px) and (max-width:1300px) {
    #mobile-app-development-page .d-page-first-section .picture-header-home {
        width: 600px;
        right: 46px;
        top: 25%;
    }

    #blog-page .d-highlights-list .d-card {
        width: 533px;
    }
}

@media(max-width:1280px) {
    #blog-page .d-page-blogs .d-card, #blog-page .d-highlights-list .d-card {
        margin-right: 47px !important;
        margin-top: 40px !important;
    }

        #blog-page .d-highlights-list .d-card .d-card-subtitle {
            font-size: 14px;
            left: -5px;
            bottom: 15px;
        }

    .d-page-blogs-header {
        padding: 0 0;
    }

    #blog-page .d-tab-style-1 .d-tabs-header {
        padding: 0 0;
    }
}

@media(max-width:1140px) {
    #blog-page .d-page-blogs .d-card, #blog-page .d-highlights-list .d-card {
        /*width: 200px;*/
        margin-right: 10px;
    }
}

@media(max-width:1190px) {
    #blog-page .d-page-first-section {
        /*height: 50vh !important;*/
    }

    #blog-page .d-page-blogs .d-tab-body .card-container {
        width: 50%;
    }
}

@media(max-width:1190px) {
    #blog-page .d-page-blogs .d-card, #blog-page .d-highlights-list .d-card {
        margin: auto !important;
        margin-bottom: 40px !important;
    }
}

@media(max-width: 1024px) {
    #blog-page .d-tab-style-1 .d-tabs-header {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .d-page-blogs-header {
        flex-flow: column;
        padding: 0 20px;
        margin-bottom: 25px;
    }
}

@media(max-width:750px) {
    #blog-page .d-highlights-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    #blog-page .d-tabs-container {
        padding: 0px 20px;
    }

    #blog-page .d-tab-style-1 .d-tabs-header .d-tab {
        margin-bottom: 10px;
    }

    #blog-page .d-page-first-section {
        height: 20vh !important;
    }

    #blog-page .d-page-blogs .d-tab-body .card-container {
        width: 100%;
    }

    #blog-page .d-tab-body {
        padding: 0px;
    }

    #blog-page .d-page-blogs .d-page-search .d-form-entry input {
        width: 100%;
    }

    #blog-page .d-page-top {
        padding-top: 90px !important;
    }
}
/*-------------------------------------------------
        End Blog Page
  -------------------------------------------------*/
/*-------------------------------------------------
        End Blog Item Page
  -------------------------------------------------*/
#blog-item-page .d-page-first-section {
    height: 53vh;
    margin-top: 80px;
}

    #blog-item-page .d-page-first-section.d-blog-item-page > img,
    #blog-item-page .d-page-first-section.d-blog-item-page > picture > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }


    #blog-item-page .d-page-first-section.d-blog-item-page > a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }


    #blog-item-page .d-page-first-section.d-blog-item-page > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    #blog-item-page .d-page-first-section.d-blog-item-page .d-page-title {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #ffffff;
        max-width: 55%;
        margin: auto;
        margin-bottom: 50px;
    }

    #blog-item-page .d-page-first-section.d-blog-item-page .d-page-info {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #ffffff;
    }

#blog-item-page .d-blog-item-page .d-page-top {
    padding-top: 0px;
    height: auto;
    bottom: 20px;
    top: auto;
}

#blog-item-page .d-blog-page-body {
    background-color: #0f1419;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    #blog-item-page .d-blog-page-body .d-blog-info {
        display: flex;
        width: 50%;
        margin: auto;
        flex-flow: row;
        justify-content: space-between;
        margin-bottom: 50px;
        align-items: center;
    }

        #blog-item-page .d-blog-page-body .d-blog-info .d-blog-about {
            display: flex;
            flex-flow: row;
            align-items: baseline;
        }

            #blog-item-page .d-blog-page-body .d-blog-info .d-blog-about .d-blog-tags {
                display: flex;
                flex-flow: row;
                margin-right: 20px;
            }

                #blog-item-page .d-blog-page-body .d-blog-info .d-blog-about .d-blog-tags div {
                    border-radius: 18px;
                    background-color: #243343;
                    padding: 9px 30px;
                    color: #fff;
                    font-family: Montserrat;
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                }

            #blog-item-page .d-blog-page-body .d-blog-info .d-blog-about .d-blog-date {
                font-family: Montserrat;
                font-size: 13px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 2;
                letter-spacing: normal;
                color: #ffffff;
            }

#blog-item-page .d-blog-section {
    width: 50%;
    margin: auto;
    text-align: start;
    font-family: Montserrat;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 50px;
}

    #blog-item-page .d-blog-section h4, #blog-item-page .d-blog-section h2, #blog-item-page .d-blog-section h4, #blog-item-page .d-blog-section h1 {
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 20px;
    }

    #blog-item-page .d-blog-section label, #blog-item-page .d-blog-section p {
        font-weight: 300;
        margin-bottom: 20px;
        line-height: 1.5;
    }

#blog-item-page .d-blog-section-image {
    margin-bottom: 50px;
}

    #blog-item-page .d-blog-section-image img {
        object-fit: contain;
    }

    #blog-item-page .d-blog-section-image img {
        width: 50%;
        object-fit: contain;
        margin: auto;
    }

    #blog-item-page .d-blog-section-image .blog-width {
        width: 100% !important;
        object-fit: contain;
        margin: auto;
    }


.logo-image-blog {
    width: 20% !important;
}

#blog-item-page .d-blog-section-image a {
    width: 50%;
    object-fit: contain;
    margin: auto;
}

#blog-item-page .d-blog-section-galery {
    display: flex;
    flex-flow: row wrap;
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
}

    #blog-item-page .d-blog-section-galery picture {
        width: 50%;
    }

        #blog-item-page .d-blog-section-galery picture img {
            width: 100%;
            height: 100%;
        }

    #blog-item-page .d-blog-section-galery a {
        width: 50%;
    }

        #blog-item-page .d-blog-section-galery a img {
            width: 100%;
            height: 100%;
        }

.image-source {
    display: flex;
    flex-flow: column;
}

    .image-source span {
        margin-top: 10px;
    }


#blog-item-page .share-container {
    display: inline-flex;
    align-items: center;
}

    #blog-item-page .share-container .share-this-page {
        margin-right: 20px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

@media (max-width: 1100px) {
    #blog-item-page .d-blog-section-image img, #blog-item-page .d-blog-section, #blog-item-page .d-blog-page-body .d-blog-info, #blog-item-page .d-blog-section-galery {
        width: 70%;
    }
}

@media (max-width: 700px) {
    #blog-item-page .d-blog-page-body .d-blog-info {
        flex-flow: column;
    }

    #blog-item-page .d-blog-section-image img, #blog-item-page .d-blog-section, #blog-item-page .d-blog-page-body .d-blog-info, #blog-item-page .d-blog-section-galery {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #blog-item-page .d-blog-section-image img {
        width: 100%;
    }

    #blog-item-page .d-blog-section-image a {
        width: 100%;
    }

    #blog-page .d-tab-style-1 .d-tabs-header {
        margin-bottom: 0px;
    }

    .logo-image-blog {
        width: 50% !important;
    }
}

.video-section video {
    width: 100%
}

/*-------------------------------------------------
        End Blog Item Page
  -------------------------------------------------*/

/*-------------------------------------------------
       TandC and Policy Page
  -------------------------------------------------*/
.d-policy-page {
    padding-top: 200px;
    color: white;
    padding-bottom: 30px;
}

    .d-policy-page .d-title {
        display: block;
        text-align: center;
        font-size: 24px;
        margin-bottom: 60px;
    }

    .d-policy-page p {
        margin-top: 10px;
        width: 966px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-bottom: 30px;
    }

    .d-policy-page .d-subtitle {
        width: 966px;
        margin-left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        text-align: left;
    }


    .d-policy-page ul {
        margin-top: 20px;
        width: 966px;
        margin-left: 50%;
        transform: translateX(-50%);
        padding-left: 40px;
    }

    .d-policy-page li {
        display: list-item;
        margin-bottom: 20px;
        list-style-type: disc !important;
    }

@media(max-width:970px) {

    .d-policy-page {
        padding-top: 120px;
    }

        .d-policy-page p {
            width: 100vw;
            padding-left: 20px;
            padding-right: 20px;
        }

        .d-policy-page .d-subtitle {
            width: 100vw;
            padding-left: 20px;
            padding-right: 20px;
        }

        .d-policy-page .d-subtitle {
            width: 100vw;
            padding-left: 20px;
            padding-right: 20px;
        }

        .d-policy-page ul {
            width: 100vw;
            padding-left: 60px;
            padding-right: 20px;
        }
}

/*-------------------------------------------------
        End   TandC and Policy Page
  -------------------------------------------------*/

.other-project-product-page {
    margin-top: 50px;
    background-color: #25313d;
}

    .other-project-product-page label {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: 0.67px;
        text-align: center;
        color: #ffffff;
        width: 50%;
        margin: auto;
        margin-bottom: 40px;
    }

    .other-project-product-page .other-project-title, .other-project-product-page .other-project-category {
        color: #fff;
    }

    .other-project-product-page .other-projects {
        margin-bottom: 40px;
    }

    .other-project-product-page .d-all-projects-btn {
        margin: auto !important;
    }


/******Blog item*****/
.feature-articles-container {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    max-width: 1160px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    flex-flow: wrap;
}

    .feature-articles-container .card-container {
        width: 25%;
    }

    .feature-articles-container .d-card {
        box-shadow: none;
        -webkit-box-shadow: none;
        width: 249px;
        height: auto;
        background-color: transparent;
        border-radius: 0px;
    }

        .feature-articles-container .d-card .d-card-bg {
            height: 169px;
            position: relative;
            border-radius: 10px;
        }

        .feature-articles-container .d-card .d-card-subtitle {
            position: relative;
            padding-left: 0px;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.43px;
            color: #ffffff;
            margin-bottom: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 67px;
        }

        .feature-articles-container .d-card .d-card-read-more {
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 1px;
            text-align: left;
            color: #00d9ff;
        }

.container-last-article p {
    color: #fff;
    text-align: center;
    font-size: 19px;
}

.container-last-article {
    padding: 50px;
}

@media (max-width: 1100px) {
    .container-last-article {
        padding: 20px;
    }

    .feature-articles-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .feature-articles-container .card-container {
            width: 50%;
        }

        .feature-articles-container .d-card {
            box-shadow: none;
            -webkit-box-shadow: none;
            width: 249px;
            height: auto;
            border-radius: 0px;
            margin: auto !important;
            margin-top: 40px !important;
        }
}

@media(max-width:750px) {
    .container-last-article {
        padding: 50px;
    }

    .feature-articles-container .card-container {
        width: 100%;
    }

    .feature-articles-container .d-card {
        margin: auto !important;
        margin-top: 40px !important;
    }
}


/*-------------------------------------------------
     Technologies
  -------------------------------------------------*/

.d-technology-container {
    background-color: #ecf0f7;
}

.d-technology-slider {
    padding: 15px 0;
    margin: auto;
}

    .d-technology-slider .d-slider-card-single {
        height: 60px;
        display: flex;
        align-items: center;
    }

        .d-technology-slider .d-slider-card-single picture {
            max-width: 100%;
            width: auto;
            max-height: 100%;
            margin-left: 50%;
            transform: translateX(-50%);
            object-fit: contain;
        }

/*@media(max-width: 1280px) {
    .d-technology-slider .d-slider-card-single {
        height: 28px;
        margin-right: 30px;
    }
}*/

@media(max-width: 1024px) {
    .d-technology-slider .d-slider-card-single {
        margin-right: 0px;
    }
}

/*----------------------Start Hover Effect---------------------------*/
#blog-page .d-highlights-list .d-card .d-card-bg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

#blog-page .d-highlights-list .d-card:hover .d-card-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/**/
#blog-page .d-card-bg-parent {
    overflow: hidden;
    border-radius: 10px;
}

#blog-page .d-card .d-card-bg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

#blog-page .d-card:hover .d-card-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*----------------------End Hover Effect---------------------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #contact-page .d-page-content .d-page-contact-people {
        width: 80%;
        margin: auto;
    }

        #contact-page .d-page-content .d-page-contact-people .d-page-people {
            margin: auto;
        }

    .d-form-entry .container-phone {
        display: inline-flex;
    }

    .phone-prefix {
        display: block !important;
    }
}

/***********Service Page************/
#service-page, #service-item-page {
    margin-top: 60px;
}

    #service-page .container-center-service, #service-item-page .container-center-service {
        max-width: 1280px;
        margin: auto;
    }


        #service-page .container-center-service .d-page-title, #service-item-page .container-center-service .d-page-title {
            margin-bottom: 20px;
        }

    #service-page .d-subtitle {
        max-width: 1280px;
    }

    #service-page .d-page-top, #service-item-page .d-page-top {
        padding: 40px 60px 0px 60px;
        padding-top: 160px;
    }

    #service-page .d-page-first-section, #service-item-page .d-page-first-section {
        background-image: url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/png/service-header.png");
        /*background-image: -webkit-image-set(url("https://deventuretraining.blob.core.windows.net/website/img/app/headers/webp/our_projects_header.webp") 1x);*/
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px !important;
/*        background-position: center;*/
        background-position: center 65%;
    }

    #service-page .d-page-pre-title, #service-item-page .d-page-pre-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        color: #fff;
    }


.d-page-content .d-service-page-header {
    padding: 40px 60px 0px 60px;
    background: #F0F5FA;
}

.d-page-content .d-container-row-center {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    gap: 10px;
}
.d-page-content .d-common-container-row-center {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    gap: 10px;
}


.d-page-content .d-service-page-header .container-title {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap:20px;
}

    .d-page-content .d-service-page-header .container-title h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        font-family: MontserratBold;
    }

    .d-page-content .d-service-page-header .container-title p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        /*        max-width: 462px;*/
        max-width: 570px;
        color: #818C94;
        margin-bottom: 40px;
    }

.d-page-content .d-service-page-header .container-scroll-items {
    display: flex;
    flex-flow: row wrap;
    max-width: 600px;
    justify-content: space-around;
}
.d-page-content .d-service-page-header .container-scroll-verical-items {
    display: flex;
    flex-flow: row wrap;
    max-width: 600px;
    flex-direction:column;
    justify-content:space-around;
}

.d-page-content .d-service-page-header .container-scroll-items .item-scroll {
    display: flex;
    flex-flow: row;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 30px;
    /*        width: 270px;*/
    width: 355px;
    height: 95px;
    cursor: pointer !important;
}

        .d-page-content .d-service-page-header .container-scroll-items .item-scroll img {
            width: 44px !important;
            height: 44px;
            object-fit: contain;
        }


    .d-page-content .d-service-page-header .container-scroll-items .item-scroll picture {
        /*            width: 40% !important;*/
        width: 30% !important;
    }


        .d-page-content .d-service-page-header .container-scroll-items .item-scroll:hover {
            background: #00D9FF;
        }


        .d-page-content .d-service-page-header .container-scroll-items .item-scroll p {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            color: #000000;
            margin-left: 14px;
        }


.d-page-content .d-service-page-body {
    background-color: #ffff;
    padding: 80px 60px;
}


    .d-page-content .d-service-page-body .d-container-row-center {
        justify-content: space-between;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .d-page-content .d-service-page-body .d-common-container-row-center {
        justify-content: space-between;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

.d-page-content .d-other-services-page-body .d-container-row-center {
    justify-content: space-between;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 88px !important;
}
.d-page-content .d-other-services-page-body .d-common-container-row-center {
    justify-content: space-between;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 88px !important;
    gap: 10px
}

#service-page .d-page-content .d-container-row-center .d-container-description {
    width: 40%;
}
#service-page .d-page-content .d-common-container-row-center .d-container-description {
    width: 30%;
}

#service-page .d-page-content .d-container-row-center .d-container-each-service {
    width: 48.5%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
    padding: 24px;
    cursor: pointer;
    transition: transform .5s;
}

#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service {
    width: 32.5%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
    padding: 24px;
    cursor: pointer;
    transition: transform .5s;
}

    #service-page .d-page-content .d-container-row-center .d-container-each-service .d-section-bg {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }

#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service .d-common-section-bg {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
    #service-page .d-page-content .d-container-row-center .d-container-each-service::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(.165, .84, .44, 1);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
        content: '';
        opacity: 0;
        z-index: -1;
        border-radius: 8px;
    }

#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
    content: '';
    opacity: 0;
    z-index: -1;
    border-radius: 8px;
}

    #service-page .d-page-content .d-container-row-center .d-container-each-service:hover,
    #service-page .d-page-content .d-container-row-center .d-container-each-service:focus {
        transform: scale3d(1.006, 1.006, 1);
        &::after

{
    opacity: 1;
}

}
#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service:hover,
#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service:focus {
    transform: scale3d(1.006, 1.006, 1);
    &::after

{
    opacity: 1;
}

}

    #service-page .d-page-content .d-container-row-center .d-container-each-service picture {
        width: 100% !important;
    }
#service-page .d-page-content .d-common-container-row-center .d-common-container-each-service picture {
    width: 100% !important;
}

#service-page .d-page-content .d-container-row-center picture {
    width: 40%;
}
#service-page .d-page-content .d-common-container-row-center picture {
    width: 32.5%;
}

.d-page-content .d-container-row-center .d-container-each-service img {
/*    max-width: 500px;*/
    min-height: 417px;
    /*object-fit: cover;*/
    object-fit: contain;
    margin-bottom: 30px;
}

.d-page-content .d-common-container-row-center .d-common-container-each-service img {
    max-width: 100%;
/*    min-height: 317px;*/
    /*object-fit: cover;*/
    object-fit: contain;
    margin-bottom: 30px;
}

.d-page-content .d-container-row-center img {
    max-width: 480px !important;
}
.d-page-content .d-common-container-row-center img {
    max-width: 360px;
}


.d-page-content .d-container-row-center .d-container-description h2, .d-page-content .d-container-row-center .d-container-each-service h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #0F1419;
    margin-bottom: 30px;
    font-family: MontserratBold;
}
.d-page-content .d-common-container-row-center .d-container-description h2, .d-page-content .d-common-container-row-center .d-common-container-each-service h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #0F1419;
    margin-bottom: 30px;
    font-family: MontserratBold;
}

.d-page-content .d-container-row-center .d-container-description .container-list, .d-page-content .d-container-row-center .d-container-each-service .container-list {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}
.d-page-content .d-common-container-row-center .d-container-description .container-list, .d-page-content .d-common-container-row-center .d-common-container-each-service .container-list {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}

.d-page-content .d-container-row-center .d-container-description .container-list .item-list, .d-page-content .d-container-row-center .d-container-each-service .container-list .item-list {
        display: flex;
        flex-flow: row;
        margin-bottom: 20px;
 }
.d-page-content .d-common-container-row-center .d-container-description .container-list .item-list, .d-page-content .d-common-container-row-center .d-common-container-each-service .container-list .item-list {
    display: flex;
    flex-flow: row;
    margin-bottom: 20px;
}

        .d-page-content .d-container-row-center .d-container-description .container-list .item-list picture {
            width: 16px !important;
            height: 16px;
            margin-right: 10px;
        }
.d-page-content .d-common-container-row-center .d-container-description .container-list .item-list picture {
    width: 16px !important;
    height: 16px;
    margin-right: 10px;
}

            .d-page-content .d-container-row-center .d-container-description .container-list .item-list picture img {
                width: 16px !important;
                max-width: 16px !important;
            }
.d-page-content .d-common-container-row-center .d-container-description .container-list .item-list picture img {
    width: 16px !important;
    max-width: 16px !important;
}


    .d-page-content .d-container-row-center .d-container-description .container-list h3, .d-page-content .d-container-row-center .d-container-each-service .container-list h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #818C94;
        margin-bottom: 00px;
    }
.d-page-content .d-common-container-row-center .d-container-description .container-list h3, .d-page-content .d-common-container-row-center .d-common-container-each-service .container-list h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #818C94;
    margin-bottom: 00px;
    max-height: calc(1.6em * 14);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

        .d-page-content .d-container-row-center .d-container-description .container-list h3 span {
            margin-right: 25px;
        }
.d-page-content .d-common-container-row-center .d-container-description .container-list h3 span {
    margin-right: 25px;
}



.d-page-content .d-container-row-center .d-container-description a, .d-page-content .d-container-row-center .d-container-each-service a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #00D9FF;
    cursor: pointer !important;
    text-decoration: none;
    font-family: MontserratBold;
}
.d-page-content .d-common-container-row-center .d-container-description a, .d-page-content .d-common-container-row-center .d-common-container-each-service a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #00D9FF;
    cursor: pointer !important;
    text-decoration: none;
    font-family: MontserratBold;
}


@media(max-width: 1280px) {
    /*  .d-page-content .d-container-row-center, .d-service-page-body .d-subtitle {
        max-width: 1280px;
    }*/
}

@media(max-width: 970px) {
    .d-page-content .d-container-row-center {
        justify-content: space-evenly;
    }
    .d-page-content .d-common-container-row-center {
        justify-content: space-evenly;
    }

    .d-page-content .d-service-page-header .container-title {
/*        width: 40%;*/
        justify-content: center;
    }

    .d-page-content .d-service-page-header .container-scroll-items {
        flex-flow: column;
    }
}



/***Service Item****/
#service-item-page .d-tab[data-d-tab-active="true"] {
    background-color: #00D9FF;
    font-family: MontserratBold;
}

#service-item-page .d-tabs {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    #service-item-page .d-tabs .d-tab {
        display: flex;
        flex-flow: row;
        border-bottom: 1px solid #DFE8F1;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        cursor: pointer;
        padding: 30px 20px;
    }


#service-item-page .d-tabs-container, #service-item-page .d-tabs-header {
    width: 40%;
}

#service-item-page .d-tab-body h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0F1419;
    font-family: MontserratBold;
    margin-top: 30px;
}

#service-item-page .d-tab-body p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #818C94;
    text-align: initial;
    margin-bottom: 30px;
}


#service-item-page .d-tab-body a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #00D9FF;
    cursor: pointer !important;
    font-family: MontserratBold;
}


#service-item-page .d-page-content .d-container-row-center .d-container-description {
    width: 40%;
}

.d-page-content .d-container-row-center .d-container-description p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #818C94;
    margin-bottom: 30px;
}

#service-item-page .section-item:nth-child(2n) {
    background-color: #F0F5FA;
}


#service-item-page .section-item-other-service:nth-child(1n) {
    background-color: #F0F5FA !important;
}

#service-item-page .section-item-other-service:nth-child(2n) {
    background-color:transparent !important;
}

#service-item-page .d-page-content .d-service-page-body .d-container-row-center, #service-item-page .section-item {
    padding: 40px 30px;
    justify-content: space-between;
}


#service-item-page .d-page-content .d-service-page-body {
    padding: 0px 0px;
}

.other-service-container {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    max-width: 1280px;
    margin: auto;
}

    .other-service-container h2 {
        font-family: MontserratBold;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 50px;
    }

    .other-service-container .other-service-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
    }

        .other-service-container .other-service-list .item-other-service {
            display: flex;
            flex-flow: column;
            text-align: center;
            padding: 60px 100px;
            background-color: #F0F5FA;
            border-radius: 16px;
            margin-bottom: 20px;
        }

            .other-service-container .other-service-list .item-other-service h3 {
                font-style: normal;
                font-weight: bold;
                font-size: 22px;
                line-height: 27px;
                margin-top: 20px;
                margin-bottom: 50px;
                color: #0F1419;
                font-family: MontserratBold;
            }


            .other-service-container .other-service-list .item-other-service a {
                font-style: normal;
                font-weight: bold;
                font-size: 18px;
                line-height: 22px;
                color: #00D9FF;
                cursor: pointer !important;
            }


.tools-slider-container {
    background-color: #ffff;
    text-align: center;
    padding: 20px;
    max-width: 1280px;
    margin: auto;
}

    .tools-slider-container h2 {
        font-family: MontserratBold;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        color: #0F1419;
        margin-bottom: 50px;
    }

.d-tools-container {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-y: visible;
}

    .d-tools-container .d-slider-list {
        font-size: 0px;
        overflow: hidden;
        white-space: nowrap;
        overflow: visible;
    }

    .d-tools-container .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
        width: 200px !important;
        height: 80px !important;
    }


.d-tools-container {
    margin: auto;
    /*max-width: calc(100% - 160px);*/
}

    .d-tools-container .d-slider-card-single {
        display: flex;
        align-items: center;
        width: 200px !important;
        height: 80px !important;
        width: auto;
        margin: 0 20px;
    }

        .d-tools-container .d-slider-card-single picture img {
            max-width: 100%;
            width: auto;
            max-height: 100%;
            margin-left: 50%;
            transform: translateX(-50%);
            object-fit: contain;
        }


    /**/
    .d-tools-container .slick-track {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        /* width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;*/
    }
/**/
.tools-slider-container .d-tools-list {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

/*.tools-slider-container .d-tools-slider {
    display: none;
}*/

.d-tools-container .d-slider-card-single picture {
    margin: auto;
}

@media(max-width: 1024px) {
    .d-tools-container .d-slider-card-single {
        margin-right: 0px;
    }
    .d-page-content .d-container-row-center {
        flex-flow: column;
    }
        .d-page-content .d-container-row-center img, .d-page-content .d-container-row-center .d-container-each-service img {
            max-width: 100% !important;
        }
    .d-page-content .d-common-container-row-center img, .d-page-content .d-common-container-row-center .d-common-container-each-service img {
        max-width: 100%;
    }
    #service-page .d-page-content .d-common-container-row-center .d-common-container-each-service {
        width:100%
    }
    .d-page-content .d-service-page-body .d-container-row-center {
        padding: 50px 20px;
    }
    .d-page-content .d-service-page-body .d-common-container-row-center {
        padding: 50px 20px;
    }

    #service-item-page .d-tabs-container, #service-item-page .d-tabs-header {
        width: 100%;
    }

    .d-page-content .d-service-page-header .container-scroll-items {
        max-width: 100%;
    }

        .d-page-content .d-service-page-header .container-scroll-items .item-scroll {
            width: 220px;
        }
}


@media(max-width: 767px) {
    .tools-slider-container .d-tools-list {
        display: none;
    }

    .tools-slider-container .d-tools-slider {
        display: block;
    }


    #service-item-page .d-tabs {
        display: flex;
        flex-flow: column;
    }


    #service-item-page .d-page-content .d-container-row-center .d-container-description {
        margin-bottom: 50px;
        width: 100%;
    }
    #service-item-page .d-page-content .d-common-container-row-center .d-container-description {
        margin-bottom: 50px;
        width: 100%;
    }

    #service-item-page .d-tabs-container, #service-item-page .d-tabs-header {
        width: 100%;
        margin-bottom: 30px;
    }


    .d-page-content .d-service-page-header .container-scroll-items .item-scroll {
        margin-left: 0px;
        width: 100%;
    }

    .d-page-content .d-container-row-center {
        flex-flow: column;
    }
    .d-page-content .d-common-container-row-center {
        flex-flow: column;
    }
    .d-page-content .d-service-page-header .container-title {
        width: 100%;
        text-align: center;
    }

    .d-page-content .d-service-page-body .d-container-row-center {
        flex-flow: column;
    }
    .d-page-content .d-service-page-body .d-common-container-row-center {
        flex-flow: column;
    }
        .d-page-content .d-service-page-body .d-common-container-row-center:nth-child(2n) {
            flex-flow: column-reverse;
        }
    .d-page-content .d-service-page-body .d-container-row-center:nth-child(2n) {
        flex-flow: column-reverse;
    }

    .d-page-content .d-container-row-center .d-container-description {
        margin-bottom: 60px;
    }
    .d-page-content .d-common-container-row-center .d-container-description {
        margin-bottom: 60px;
    }

    .d-page-content .d-container-row-center .d-container-each-service {
        margin-bottom: 60px;
    }
    .d-page-content .d-common-container-row-center .d-common-container-each-service {
        margin-bottom: 60px;
    }

    .d-page-content .d-container-row-center .d-container-description h4, .d-page-content .d-container-row-center .d-container-description a {
        text-align: center;
    }
    .d-page-content .d-common-container-row-center .d-container-description h4, .d-page-content .d-common-container-row-center .d-container-description a {
        text-align: center;
    }

    .d-page-content .d-service-page-body .d-container-row-center img {
        width: 100%;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .d-page-content .d-service-page-body .d-common-container-row-center img {
        width: 100%;
        object-fit: contain;
        margin-bottom: 30px;
    }

    #service-page .d-page-content .d-container-row-center .d-container-description, #service-page .d-page-content .d-container-row-center .d-container-each-service, #service-page .d-page-content .d-container-row-center picture {
        width: 100%;
    }
    #service-page .d-page-content .d-common-container-row-center .d-container-description, #service-page .d-page-content .d-container-row-center .d-common-container-each-service, #service-page .d-page-content .d-common-container-row-center picture {
        width: 100%;
    }

    .other-service-container .other-service-list .item-other-service {
        padding: 40px;
    }

    #service-item-page .d-tab-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    #service-page .d-page-top, #service-item-page .d-page-top {
        padding: 70px 20px 0px 20px !important;
    }

        #service-page .d-page-top .d-page-info,
        #service-item-page .d-page-info {
            padding-left: 0px !important;
            padding-right: 0px !important;
            font-size: 14px !important;
        }

    #service-page .d-page-content .d-service-page-header, #service-item-page .d-page-content .d-service-page-header {
        padding: 40px 20px 0px 20px;
    }

    #service-item-page .d-page-content .d-service-page-body .d-container-row-center, #service-item-page .section-item {
        padding: 10px 10px;
    }
    #service-item-page .d-page-content .d-service-page-body .d-common-container-row-center, #service-item-page .section-item {
        padding: 10px 10px;
    }

    .d-page-content .d-service-page-body {
        padding: 60px 20px;
    }

    .d-tools-container {
        max-width: calc(100% - 100px)
    }

    .tools-slider-container h2 {
        margin-bottom: 0px;
    }

    .tools-slider-container {
        padding-top: 0px;
    }

    .other-service-container {
        padding: 30px 20px;
    }

    #service-item-page .d-tab-body {
        padding-bottom: 0px;
    }

    .d-page-content .d-service-page-header .container-title p {
        font-size: 14px;
    }

    .other-service-container .other-service-list .item-other-service img {
        width: 100%;
    }

    #service-item-page .d-page-first-section .d-page-title,
    #service-page .d-page-first-section .d-page-title, .d-page-content .d-service-page-header .container-title h2 {
        font-size: 18px;
    }
}


/*************Timeline Section ****************/
.d-page-process section {
    padding: 50px 0;
}

.d-page-process html, body {
    overflow-x: hidden;
}

.d-page-process body {
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    background-color: #eee;
}

.d-page-process h1 {
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.d-page-process header {
    background: #3f51b5;
    color: #fff;
    padding: 150px 0;
}

    .d-page-process header p {
        font-family: 'Allura';
        color: rgba(255, 255, 255, .2);
        margin-bottom: 0;
        font-size: 60px;
        margin-top: -30px;
    }

.d-page-process .timeline {
    position: relative;
}

.timeline::before {
    content: '';
    background: #b4c2cb;
    width: 1px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
}

    .timeline-item:nth-child(even) .timeline-content {
        float: right;
    }

        .timeline-item:nth-child(even) .timeline-content .date {
            right: auto;
            left: 0;
        }

        .timeline-item:nth-child(even) .timeline-content::after {
            content: '';
            position: absolute;
            border-style: solid;
            width: 0;
            height: 0;
            top: 30px;
            left: -15px;
            border-width: 20px 18px 20px 0;
            border-color: transparent #e7edf1 transparent transparent;
        }

    .timeline-item::after {
        content: '';
        display: block;
        clear: both;
    }

.timeline-content {
    position: relative;
    width: 45%;
    padding: 30px 30px 30px 20px;
    border-radius: 4px;
    background: #e7edf1;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}

    .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        right: -15px;
        border-width: 20px 0 20px 18px;
        border-color: transparent transparent transparent #e7edf1;
    }

.timeline-img {
    width: 26px;
    height: 26px;
    background: #1a2530;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 38px;
    margin-left: -13px;
}

/*.d-page-process a {
    background: #3f51b5;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);
}
*/
    .d-page-process a:hover, .d-page-process a:active, .d-page-process a:focus {
        background: #32408f;
        color: #fff;
        text-decoration: none;
    }

/*.timeline-card {
    padding: 0 !important;
}*/

.timeline-card p {
    padding: 0 20px;
}

.timeline-card a {
    margin-left: 20px;
}

.timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
    background-size: cover;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .timeline-img-header h2 {
        color: #fff;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3f51b5;
    padding: 0 20px;
}

/*.date {
    background: #ff4081;
    display: inline-block;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}*/

@media(min-width: 1024px) {
    .timeline-item:first-child {
        margin-top: 0px;
    }

    .timeline-item {
        margin-top: -100px;
    }
}

@media(max-width: 1024px) {
    .d-page-process section {
        padding: 40px 0;
    }

    .timeline-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline::before {
        left: 35px;
    }

    .timeline .timeline-img {
        left: 40px;
        width: 16px;
        height: 16px;
        margin-top: 40px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 55px;
        padding: 20px 20px 20px 10px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .d-page-process section {
        padding: 20px 0;
    }
}

/*************END Timeline Section ****************/


/***********My Section *************/

.d-page-process {
    background-color: #ffffff;
}

.timeline-box-body {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #50585d;
    padding-left: 12px;
}

.timeline-box-header {
    display: inline-flex;
    height: 100px;
    width: 100%;
}

    .timeline-box-header div {
        height: 100%;
    }

.process-icon-container {
}

.process-icon-number {
    position: relative;
}

.process-icon-container img {
    height: 100%;
    object-fit: contain;
}

.process-icon-number img {
    margin-top: 20px;
    object-fit: contain;
}

.process-icon-number h2 {
    font-family: MontserratBold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #20252b;
    position: absolute;
    left: 0px;
    min-width: 250px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

@media(max-width: 1024px) {
    .process-icon-number label {
        font-size: 14px;
        line-height: 1.29;
        min-width: 170px;
        text-align: left;
    }

    .timeline-box-header {
        height: 60px;
    }

    .process-icon-number img {
        margin-top: 9px;
        object-fit: contain;
        height: 42px;
    }

    .timeline-box-body {
        font-size: 13px;
    }

    .process-icon-number h2 {
        min-width: 200px;
    }

    .d-page-our-projects .d-tab-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 370px) {
    .process-icon-number label {
        min-width: 140px;
    }
}

/***********End My Section*************/


/*************Launch Project Section**************/

.d-page-launch-a-project {
    background-color: #f3f6f8;
    width: 100%;
    padding: 80px 0px 20px 0px;
}

.d-page-launch-a-project-container {
    max-width: 1111px;
/*    max-height: 355px;*/
/*    max-height: 395px;*/
    max-height:auto;
    margin: auto;
    display: flex;
    align-items:flex-start
}

.d-page-launch-a-project-left {
    width: 50%;
}

    .d-page-launch-a-project-left img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.d-page-launch-a-project-right {
    width: 50%;
    padding: 17px 0 17px 64px;
}

.d-launch-a-project-title {
    font-family: MontserratBold;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #0f1419;
    text-align: left;
    margin-bottom: 45px;
}

.d-launch-a-project-description {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 45px;
    color: #36536f;
}

.button-start-a-project button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 38px;
    padding-right: 38px;
    border-radius: 100px;
    border: 0;
    background-color: #00d9ff;
    font-family: MontserratBold;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 1px;
    text-align: center;
    color: #0f1419;
    transition: background-color 0.2s ease;
}

@media(max-width: 1024px) {
    .d-page-launch-a-project-container {
        max-height: initial;
    }

    .d-page-launch-a-project-container {
        flex-flow: column;
    }

    .d-page-launch-a-project-left {
        width: 100%;
    }

    .d-page-launch-a-project-right {
        width: 100%;
        padding: 50px 0 17px 0;
    }

    .d-launch-a-project-title {
        text-align: center;
    }

    .d-page-launch-a-project {
        padding: 51px 51px;
    }

    .d-launch-a-project-description {
        text-align: center;
    }

    .button-start-a-project button {
        display: block;
        margin: auto;
    }
}

@media (max-width: 700px) {
    .d-page-launch-a-project {
        padding: 21px 21px;
    }

    .d-launch-a-project-title {
        font-size: 14px;
        padding: 0 20px;
        margin-bottom: 25px;
    }

    .d-page-launch-a-project-right {
        padding: 20px 0 17px 0;
    }

    .d-launch-a-project-description {
        margin-bottom: 30px;
    }

    .button-start-a-project button {
        width: 280px;
    }
}

/*************Launch Project Section**************/
