@font-face {
  font-family: 'Norms Pro';
  font-weight: 100;
  font-display: auto;
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/TypeType-TT-Norms-Pro-Thin.otf) format('OpenType');
}
@font-face {
  font-family: 'Norms Pro';
  font-weight: 400;
  font-display: auto;
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/TypeType-TT-Norms-Pro-Regular.otf) format('OpenType');
}
@font-face {
  font-family: 'Norms Pro';
  font-weight: 500;
  font-display: auto;
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/TypeType-TT-Norms-Pro-Medium.otf) format('OpenType');
}
@font-face {
  font-family: 'Norms Pro';
  font-weight: 300;
  font-display: auto;
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/TypeType-TT-Norms-Pro-Light.otf) format('OpenType');
}
@font-face {
  font-family: 'Norms Pro';
  font-weight: 700;
  font-display: auto;
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/TypeType-TT-Norms-Pro-Bold.otf) format('OpenType');
}

html {scroll-behavior: smooth;}







:root{
  
  --primary-custom-font: 'Norms Pro';
  --secondary-custom-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

  
}


.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 1140px;
  
}

@media (max-width: 1024px) {
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width: 1023.9999999942px;
    
  }
}

@media (max-width: 767px) {
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width: 766.9999999956001px;
    
  }
}



body{
  font-family: var(--secondary-custom-font);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--primary-custom-font);
  margin-bottom: 20px;
}

p {
  margin-bottom: .9rem;
}

form label, form legend {
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1;
}



.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus, 
input[type=text]:focus,
input[type=url]:focus,
select:focus, 
textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  outline: 0;
}

form .hs-form-field {
  margin-bottom: 10px;
}


form input[type=email],
form input[type=file],
form input[type=number], 
form input[type=password], 
form input[type=search], 
form input[type=tel],
form input[type=text],
form select, 
form textarea {
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  height: auto;
  width: 100%!important;
}


.cm_nv_wrp .cm_nv_inner .custom, form input[type=submit], .hs-button, .tabber .media-col .form-wrap input.hs-button {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  transition: all .3s;
}

form textarea {
  min-height: 96px;
}

form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}


/* header css  */

.header-main-container {
  min-height: 122.594px;
}
.header-wrapper.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255,1.0);
  transition: all 0.2s ease-in-out;
  z-index: 100;
  font-family: var(--primary-custom-font);
}

.header-wrapper .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(5px, .75vw, 10px) 20px;
  height: inherit;
}

.header-wrapper .logo.js-logo {
  display: flex;
  align-items: center;
  width: clamp(10rem, 12.5vw, 15rem);
  height: auto;
  margin: 0 auto 0 0;
}

.header-wrapper .logo.js-logo a {
  display: flex;
  align-items: center;
}

.header-wrapper .logo.js-logo a img {
  width: 100%;
  height: auto;
}

.header-wrapper .header-navigations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 2.5vw, 30px);
  padding-right: 50px;
}

.header-wrapper .js-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 30px);
}

.header-wrapper .js-nav .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 30px);
  border: 0;
  outline: 0;
  font-size: 100%;
}

.header-wrapper .js-nav .hs-menu-wrapper>ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

.header-wrapper .js-nav .hs-menu-wrapper>ul li a {
  position: relative;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(14px, 1.5vw, 16px);
  padding-top: clamp(.3em, .4vw, .5em);
  padding-bottom: clamp(.3em, .4vw, .5em);
  transition: all .2s ease-in-out;
}


.header-wrapper .js-nav .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 42px;
  left: 0;
  padding: clamp(10px, 1.5vw, 20px);
  width: 280px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul {
    position: relative !important;
    top: 0;
    width: 100%;
    font-size: 14px !important;
    background-color: #ffffff82;
    padding: 0 15px;
}
.header-wrapper .js-nav .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children > ul {
     position: relative !important;
    top: 0;
    width: 100%;
    font-size: 14px !important;
    background-color: #ffffff82;
    padding: 0 15px;
}
.header-wrapper .js-nav .hs-menu-wrapper>ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header-wrapper .header-cta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-wrapper .header-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 30px);
  padding-left: 0;
}

.header-wrapper .header-buttons>.hs_cos_wrapper:first-child a {
  color: rgba(44, 73, 91,1.0);
  background-color: rgba(117, 199, 165,0.0);
  border-width: 1px;
  border-color: rgba(44, 73, 91,1.0);
  border-style:solid;
}

.header-wrapper .header-buttons  a {
  padding: 0.7em 1em;
  color: rgba(255, 255, 255,1.0);
  font-weight: 500;
  background-color: rgba(255, 171, 108,1.0);
  border-width: 0px;
  border-color: rgba(255, 171, 108,1.0);
  line-height: 1em;
  border-style:solid;
  padding-bottom:.6em;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-size: clamp(14px, 1.5vw, 16px);
  position: relative;
  display: block;
  border-radius: 0px;
}

.header-wrapper .header-buttons>.hs_cos_wrapper:first-child a:hover{
  border-color: rgba(117, 199, 165,1.0);
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(117, 199, 165,1.0);
}

.header-wrapper .header-buttons  a:hover{
  border-color: rgba(117, 199, 165,1.0);
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(117, 199, 165,1.0);

}

.header-wrapper .header-toggle {
  display: none;
}

.header-wrapper .nav-toggle.js-nav-toggle {
  width: clamp(30px, 3.5vw, 40px);
  height: clamp(25px, 2.75vw, 3px);
  margin-left: 40px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header-wrapper .nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #FFAB6C;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  z-index: 3;
}

.header-wrapper .nav-toggle span:nth-child(2), 
.header-wrapper .nav-toggle span:nth-child(3) {
  top: 50%;
  height: 3px;
  transform: translate( 0, -50% );
  opacity: 0;
}


.header-wrapper .nav-toggle span:nth-child(4) {
  bottom: 0;
  top: unset;
}

.header-wrapper .nav-toggle span:nth-child(5) {
  top: 50%;
  height: 3px;
  transform: translate( 0, -50% );
  opacity: 1;
}

.header-wrapper .subhead-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background-color: rgba(44, 73, 91,1.0);
}

.header-wrapper .subhead-contact a {
  color: rgba(255, 255, 255,1.0);
  font-weight: 600;
  transition: all .2s ease-in-out;
  font-family:var(--secondary-custom-font)
}

.header-wrapper .subhead-contact a:hover {
  color: #FFAB6C;
}
.header-wrapper .subhead-wrap .subhead-navigations {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-wrapper .nav-toggle.toggled span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}

.header-wrapper .nav-toggle.toggled span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 1;
}

.header-wrapper .nav-toggle.toggled span:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.header-wrapper .nav-toggle.toggled span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.header-wrapper .nav-toggle.toggled span:nth-child(5) {
  opacity: 0;
}

.header-wrapper.header.custom-no-navigation {
  height: auto;
}

.header-wrapper .hs-menu-wrapper >ul >li >a {
  font-size: 14px;
  color: rgba(44, 73, 91,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
.header-wrapper .hs-menu-wrapper >ul >li >a:hover{
  color: rgba(255, 171, 108,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
.header-wrapper .hs-menu-wrapper >ul >li.active >a,
.header-wrapper .hs-menu-wrapper >ul >li.active-branch >a{
  color: rgba(255, 171, 108,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

.header-wrapper  .hs-menu-wrapper ul ul {
  background-color: rgba(222, 240, 234,1.0);
}

.header-wrapper  .hs-menu-wrapper ul ul li a {
  font-size: 14px;
  color: rgba(44, 73, 91,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
.header-wrapper  .hs-menu-wrapper ul ul li >a:hover {
  background-color: rgba(2, 103, 128,0.0);
  color: rgba(255, 171, 108,1.0);
}

.header-wrapper .hs-menu-wrapper ul ul li.active >a,
.header-wrapper .hs-menu-wrapper ul ul li.active-branch >a{
  color: rgba(255, 171, 108,1.0);
  background-color: rgba(2, 103, 128,0.0);
}


.header-wrapper  .socials .social{
  background-color: rgba(255, 255, 255,1.0);
}
.header-wrapper  .socials .social:hover {
  background-color: rgba(255, 171, 108,1.0);
}

.header-wrapper  .socials .social i{
  color: rgba(44, 73, 91,1.0);
}

.header-wrapper  .socials .social:hover>i {
  color: rgba(255, 255, 255,1.0);
}

/* language switcher */
.header-wrapper  .globe_class {
  background: none;
  width: 100%;
}

.header-wrapper  .lang_list_class {
  display: block;
  position: static;
  transform: none;
  margin: 0;
  padding: 0;
}

.header-wrapper  .lang_list_class li {
  padding: 0;
  border: 0;
  background: transparent;
  font-size:inherit;
  margin: 0;
  line-height:inherit;
}

.header-wrapper  .lang_list_class:before,
.header-wrapper   .lang_list_class:after{
  content: none;
}

.header-wrapper  .lang_list_class li:last-child {
  padding: 0;
  border: none;
}

.header-wrapper .lang_list_class li:first-child {
  padding: 0;
  border: 0;
}

.header-wrapper .lang_list_class li a.active {
  display: block;
}
.header-wrapper .lang_list_class li a:hover {
  color: rgba(255, 171, 108,1.0);

}
.header-wrapper .lang_list_class li a {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255,0.0);
  color: rgba(255, 255, 255,1.0);
  font-family:var(--secondary-custom-font);
  font-weight: 600;
  display:none;
}

.header-wrapper .lang_list_class li a {
  font-size: 0;
}

.header-wrapper .lang_list_class li a[lang='fr-ca']:before {
  content: 'fr';
  font-size: 16px;
}
.header-wrapper .lang_list_class li a[lang='en']:before {
  content: 'en';
  font-size: 16px;
}


/* end language switcher */

@media (min-width: 1401px) {
  .nav-mobile-wrap.js-nav-mobile-wrap {
    display: none;
  }
  .header-wrapper .js-nav .hs-menu-wrapper>ul>li>a:before {
    content: '';
    background: transparent;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 27px;
  }
}
@media (max-width: 1400px) {
  .header-wrapper .header-navigations {
    display: none;
  }
  .header-wrapper .header-wrap .header-toggle {
    display: block;
  }

  .nav-mobile-wrap {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(255, 255, 255,1.0);
    z-index: 99;
    transition: right 0.3s;
    transition-timing-function: ease-in-out;
  }
  .nav-mobile-wrap .nav-mobile .nav-mobile-content {
    position: relative;
    padding-top: 120px;
    z-index: 3;
  }

  .nav-mobile-wrap .hs-menu-wrapper ul {
    display: block;
    padding-left: 40px;
  }

  .nav-mobile-wrap .hs-menu-wrapper ul li a {
    display: block;
    font-weight: 400;
    font-size: clamp(17px, 2.1vw, 25px);
    padding: 5px 0;
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in-out;
    font-family: var(--primary-custom-font);
  }

  .nav-mobile-wrap .hs-menu-wrapper ul ul {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    background: none;
    padding: 0 0 20px 20px;
  }

  .nav-mobile-wrap	.hs-menu-wrapper ul ul li a {
    font-size: clamp(14px, 1.7vw, 21px);
    display: block;
    font-weight: 400;
    padding: 5px 0;
  }

  .nav-mobile-wrap	.hs-menu-wrapper ul li {
    margin-bottom: 0;
  }

  .nav-mobile-wrap .header-cta {
    gap: 30px;
    padding: 20px;
    display:none;
    align-items: center;
    justify-content: space-around;
  }

  .nav-mobile-wrap .header-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 2.5vw, 30px);
    padding-left: 0;

  }

  .nav-mobile-wrap  .header-buttons>.hs_cos_wrapper:first-child a {
    color: rgba(44, 73, 91,1.0);
    background-color: rgba(117, 199, 165,0.0);
    border-width: 1px;
    border-color: rgba(44, 73, 91,1.0);
    border-style:solid;
  }

  .nav-mobile-wrap  .header-buttons  a {
    padding: 0.7em 1em;
    color: rgba(255, 255, 255,1.0);
    font-weight: 500;
    background-color: rgba(255, 171, 108,1.0);
    border-width: 0px;
    border-color: rgba(255, 171, 108,1.0);
    line-height: 1em;
    border-style:solid;
    padding-bottom:.6em;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-size: clamp(17px, 2.1vw, 25px);
    position: relative;
    display: block;
    border-radius: 0px;
    font-family: var(--primary-custom-font);
  }

  .nav-mobile-wrap .header-buttons>.hs_cos_wrapper:first-child a:hover{
    border-color: rgba(117, 199, 165,1.0);
    color: rgba(255, 255, 255,1.0);
    background-color: rgba(117, 199, 165,1.0);
  }

  .nav-mobile-wrap .header-buttons  a:hover{
    border-color: rgba(117, 199, 165,1.0);
    color: rgba(255, 255, 255,1.0);
    background-color: rgba(117, 199, 165,1.0);
  }


  .mobile-menu-open .nav-mobile-wrap {
    right: 0;
  }

  .mobile-menu-open .nav-mobile-wrap .hs-menu-wrapper ul li {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .nav-mobile-wrap .hs-menu-wrapper ul li {
    visibility: hidden;
    opacity: 0;
    transition: 1s all ease;
  }

  .nav-mobile-wrap .hs-menu-wrapper ul li a {
    color: rgba(45, 74, 91,1.0);
  }
  .nav-mobile-wrap   .hs-menu-wrapper ul li >a:hover {
    color: rgba(255, 171, 108,1.0);
  }
  .nav-mobile-wrap .hs-menu-wrapper ul li.active >a,
  .nav-mobile-wrap   .hs-menu-wrapper ul li.active-branch >a {
    color: rgba(255, 171, 108,1.0);
  }
  .nav-mobile-wrap .hs-menu-wrapper ul ul li a{
    color: rgba(45, 74, 91,1.0);
  }
  .nav-mobile-wrap .hs-menu-wrapper ul ul li >a:hover{
    color: rgba(255, 171, 108,1.0);
  }
  .nav-mobile-wrap .hs-menu-wrapper ul ul li.active >a,
  .nav-mobile-wrap .m-navbar-collapse .hs-menu-wrapper ul ul li.active-branch >a {
    color: rgba(255, 171, 108,1.0);
  }
}

@media (max-width: 767px) {
  .header-main-container {
    min-height: 90.0625px;
  }
}
@media (max-width: 576px) {
  .nav-mobile-wrap .header-cta {
    display: flex;
  }

  .header-wrapper .header-cta{
    display: none;
  }
}


/*  page styling */

/* About page */ 

.du-full-width h2.title {
  font-weight: 400;

}

.du-full-width.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 600;
  padding: 15px 30px 15px 80px;
}

.du-full-width  .page-center {
  padding-top: 10px;
  padding-bottom: 10px;

}

.du-full-width .rich_text h3 {
  font-weight: 400;  
  line-height: 1;
}

.du-full-width.cnt-wit-bg-wrp .title{
  margin-bottom:20px;
}

.du-full-width .rich_text span:empty {
  height: 10px;
  display: block;
  margin-bottom: 20px;
}

.du-bg-image .page-center.full_width {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  min-height: 700px;
}
.du-bg-image {
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: #FFFFFF;
}
.du-bg-image .content_widget {
  padding: 10px;
}

.du-bg-image .bg_el {
  width: 100%;
  height: 130%;
  --translateY: -37.08px;
  transform: translateY(var(--translateY));
}

.du-bg-image .title {
  color: #75c7a5;
}

.du-bg-image .rich_text h2 {
  font-weight: 400;
}

.du-two-col-width.two-col-content .content_box {
  margin-top: 0;
}

.du-two-col-width.two-col-content .content-col .description ,
.du-two-col-width.two-col-content .content-col .description h2{
  margin-bottom: 0;
}

.du-two-col-width.two-col-content .text_block h3 {
  margin-bottom: 40px;
}

.du-two-col-width.two-col-content  .right_column_btn .btn_row {
  margin-top: 0;
}

.du-two-col-width.two-col-content  .right_column_btn .btn_row .hs-sec-btn {
  font-weight: 700;
  font-family: var(--primary-custom-font);
}

.du-bottom-pane .page-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.du-bottom-pane .rich_text h5 {
  margin-bottom: 0;
}
.du-bottom-pane .rich_text span:empty {
  display: block;
  height: 30px;
}
.du-bottom-pane.plus-btn a.hs-sec-btn:hover{
  background-color: #DC7C4D;
} 
.du-bottom-pane.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: #FFAB6C;
  padding: 13px 50px 12px 100px !important;
}

.du-bg-image.cnt-wit-bg-wrp .content_widget h2 {
  margin-bottom: 0;
}
.service-accord.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper .title {
  line-height: 1;
}


@media (min-width: 768px) {
  .du-bg-image .content_widget {
    width: 45%;
  }
  .service-accord.advanced-accordion .accordion-item-wrapper.three_column {
    width: calc(33.333% - 20px);
    background: #fff;
    margin: 10px;
  }
  .service-accord.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper {
    padding: 0!important;
  }
  .service-accord.advanced-accordion .bottom-content {
    padding: 0!important;
    padding-bottom: 20px!important;
  }
  .service-accord.advanced-accordion .accordion-item-inner{
    padding:20px !important;
  }

}

@media(max-width:1024px){
  .service-accord.advanced-accordion .accordion-item-inner {
    padding: 0;
  }
  .timeline-wrapper-du .eael-content-timeline-content {
    margin: 0px 0px 0px 60px;
  }
  .timeline-wrapper-du .eael-content-timeline-line {
    position: absolute;
    top: 5px;
    left: 18px;
    height: 100%;
  }
  .timeline-wrapper-du .eael-content-timeline-content:before {
    border-left: none;
  }
  .timeline-wrapper-du .eael-content-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media(max-width:767px){
  .du-full-width.cnt-wit-bg-wrp .title {
    font-size: 18px;
  }

  .du-two-col-width.two-col-content .flex_row {
    gap: 0;
  }

  .du-bg-image .content_widget {
    padding-bottom: 160px;
  }
  .du-bg-image .page-center.full_width {
    align-items: end;
  }
}


/* End About page */



/*  Home page */

.adv_video_module.du-home-video .cm_vb.activeVideo .vid_trigger {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}


.adv_video_module.du-home-video .vid_trigger.ic__custom.play_trigger {
  display: flex;
  align-items: end;
  margin: -278px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  top: 93.5%;
}

.adv_video_module.du-home-video .vid_trigger{
  height: auto;
}
.adv_video_module.du-home-video .vid_trigger.ic__custom span {
  border: none;
  color: #ffab6c;
  border-color: #ffab6c;
}

.adv_video_module.du-home-video  .vid_trigger.ic__custom i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 80px;
  left: 0;
}

.adv_video_module.du-home-video .fa-arrow-down:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.adv_video_module.du-home-video .vid_trigger span:hover {
  transform: none;
  color: #75c7a5;
}


.du-multi-btn.dnd_padd .page-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.du-multi-btn .content_widget h3 {
  font-weight: 400;
}

.du-multi-btn.cnt-wit-bg-wrp .content_widget .btn_row {
  padding-top: 20px;
  gap: 0;
  align-items: unset;
}

.du-multi-btn.cnt-wit-bg-wrp .btn_item {
  padding: 10px;
  column-gap: 0;
  row-gap: 0;
  width: 100%;
}

.du-multi-btn .btn_row .hs-sec-btn {
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #75c7a5;
  border-radius: 0px;
  color: #2d4a5b;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.du-multi-btn.cnt-wit-bg-wrp .btn_row .btn_item {
  width: 25%;
  align-items: center;
}

.du-multi-btn .btn_row  .hs-sec-btn:hover {
  color: #ffffff;
  background-color: #2D4A5B;
  border-color: #FFFFFF;
}

.ft-34.cnt-wit-bg-wrp .title {
  font-size: 34px;
}
.ft-34.plus-btn .hs-sec-btn{
  padding: 14px 30px 15px 83px;
}

.du-two-col-bg.two-col-content .content-col .description {
  margin-bottom: 0;
}

.du-two-col-bg.two-col-content .content-col .description h3 {
  font-weight: 400;
}

.du-two-col-bg .btn_item  .hs-sec-btn {
  font-size: 18px;
  font-weight: 700;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #2d4a5b;
  padding: 15px 20px 15px 20px;
  border: none;
  font-family: var(--primary-custom-font);
}

.du-two-col-bg .btn_item  .hs-sec-btn:hover {
  background-color: #52AA8C;
}

.du-two-col-bg.two-col-content .single_parallax {
  padding: 0;
  height: 100%;
}

.du-card-style.cnt-wit-tp-img-wrp .title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: inherit;
}

.du-card-style .top_sec .top_content span:empty {
  height: 10px;
  display: block;
  margin-bottom:20px;
}

.du-card-style  .top_sec {
  margin-bottom: 0;
  padding: 0;
}


.du-card-style.dnd_padd .page-center {
  padding:10px;
}

.du-card-style .inner_spacing {
  margin: 10px;
}

.du-card-style.cnt-wit-tp-img-wrp .flex-row {
  gap: 0;
}

.du-card-style.cnt-wit-tp-img-wrp .cnt-col {
  padding: 0;
  display: flex;
}

.du-card-style.cnt-wit-tp-img-wrp .col-title {
  margin-bottom: 20px;
}

.du-card-style.cnt-wit-tp-img-wrp .col-title {
  margin-bottom: 20px;
  line-height: 1;
}

.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title {
  margin: 25px 0px 20px 0px;
}

.du-card-style.cnt-wit-tp-img-wrp .tp-img img {
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #75c7a5;
  border-radius: 50px 50px 50px 50px;
}

.du-card-style.cnt-wit-tp-img-wrp .tp-img {
  margin: -40px 0px 0px 0px;
  padding-bottom: 20px;
}

.du-card-style.cnt-wit-tp-img-wrp .splide__track {
  overflow: visible;
}

.du-card-style .splide__track {
  overflow: visible;
}

.du-card-style.cnt-wit-tp-img-wrp  .hs-button {
  border-radius: 3px 3px 3px 3px;
  padding: 15px 20px 15px 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-custom-font);
}

.du-card-style .btn_row {
  margin-top: 0;
}

.du-card-style.cnt-wit-tp-img-wrp .col-btn-grp {
  margin-top: 0;
}

.du-card-style .tp-img-cnt-inner {
  margin-bottom: 20px;
  font-size: 15px;
  color: #2d4a5b;
  line-height: 1.5;
  font-family: var(--primary-custom-font);
}

.du-card-style.cnt-wit-tp-img-wrp .hs-button:hover {
  background-color: #52AA8C;
}

.du-home-bg-img.du-bg-image .page-center.full_width {
  min-height: 460px;
}

.du-home-bg-img.du-bg-image  .bg_el {
  height: 200%;
  width: 100%;
  --translateY: -134.97599999999997px;
  transform: translateY(var(--translateY));
}

.du-home-bg-img.du-bg-image  .rich_text h3 {
  font-family: var(--primary-custom-font);
  font-size: 32px;
  font-weight: 400;
}

.du-home-bg-img.du-bg-image  .btn_item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  background-color: #2d4a5b;
  padding: 12px 24px;
  font-family: var(--primary-custom-font);
}

.du-home-bg-img.du-bg-image .btn_item a:hover {
  background-color: #080C0E;
}

.cm-post-bottom-pane .rich_text>:last-child {
  margin-bottom: 50px;
}

.cm-post-bottom-pane {
  padding: 30px 0px;
}



.du-publication .top_sec  .flex_row .col4 ,
.du-publication .top_sec  .flex_row .col8{
  width: 100%;
  padding:0;
  justify-content: center;
}

.du-publication .top_sec   .flex_row .col4 .btn_row {
  margin-top: 40px;
}

.du-publication .top_sec .title {
  margin-bottom: 10px;
}

.du-publication .top_sec .flex_row .top_content {
  margin-bottom: 10px;
}

.du-publication.plus-btn a.hs-sec-btn {
  font-size: 18px;
  font-weight: 700;
}


.du-publication.dnd_padd .page-center {
  padding: 10px;
}

.du-publication.blog-feed .recent-post-item {
  padding: 0;
}

.du-publication.blog-feed .feed-outer-wrp {
  column-gap: 30px;
}

.du-publication.blog-feed .feed-outer-wrp {
  --grid-column-gap: 30px;
  --grid-row-gap: 35px;
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.du-publication.blog-feed .recent-post-item {
  display: flex;
  width: 100%;
  transition: all .25s;
}

.du-publication.blog-feed .tags_wrap {
  padding: .6em 1.2em;
  position: absolute;
  top: 0;
  background: #75c7a5;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  bottom: unset;
  right: 0;
  left: unset;
}

.du-publication.blog-feed .top_sec .flex_row .content_widget {
  text-align: center;
}

.du-publication.blog-feed .tags_wrap span {
  padding: 0;
}

.du-publication.blog-feed .recent-post-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  border-radius: 3px;
}

.du-publication.blog-feed .recent-post-item .item_inner {
  border-radius: 3px;
  box-shadow: none;
  overflow: hidden;
}

.du-publication.blog-feed .hs-featured-wrp {
  margin-bottom: 20px;
  padding-bottom: calc(0.66* 100%);
  -webkit-transform-style: preserve-3d;
}

.du-publication.blog-feed .hs-featured-wrp .feature_img {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
  left: calc(50% + 1px);
  position: absolute;
  top: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
  display: block;
  max-height: none;
  max-width: none;
  transition: filter .3s;
  border: none;
  border-radius: 0;
  box-shadow: none;
}


.du-publication.blog-feed .hs-featured-wrp:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all .3s ease-out;
  width: 100%;
}

.du-publication.blog-feed   .recent-post-item .post-btm {
  padding: 0 30px;
  padding-top: 20px;
}

.du-publication.blog-feed  .meta_wrap {
  display: inline;
}

.du-publication.blog-feed  .recent-post-title {
  color: #2d4a5b;
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
}

.du-publication.blog-feed  .recent-post-title:hover a {
  color: #2D4A5B;
}

.du-publication.blog-feed .recent-post-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.du-publication.blog-feed  p.item_descr {
  color: #777;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.du-publication.blog-feed  .top_sec {
  margin-bottom: 70px;
}
.du-publication.blog-feed .recent-post-item .post-btm .read-more a {
  font-family: var(--primary-custom-font);
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  color: #75c7a5;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.5;
}

.du-publication.blog-feed .tags_wrap:after {
  backdrop-filter: none;
  content: none;
}
.du-publication.blog-feed .recent-post-item .post-btm .read-more a:hover {
  color: #FFAB6C;
}

.du-publication.blog-feed .recent-post-item:hover .hs-featured-wrp:after {
  opacity: .5;
}

.ft-size .title {
  font-family: inherit;
  line-height:1;
}

.ft-size .rich_text h3 {
  font-size: 26px;

}
.du-expertise.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title {
  margin-top: 0;
}

.du-expertise.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--primary-custom-font);
  padding-bottom: .9rem;
}

.du-expertise.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .tp-img-cnt-inner p {
  font-size: 17px;
  font-weight: 400;
}

.du-expertise.du-card-style.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 50px;
}

.du-expertise .tp-img-cnt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.du-expertise.du-card-style .tp-img-cnt-inner{
  margin-bottom: auto;
}

.du-expertise.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child{
  margin-bottom: 20px;
}


.du-chez-ducore.du-two-col-bg.two-col-content .content-col .description p {
  font-family: var(--primary-custom-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.11em;
}

.du-chez-ducore.du-two-col-bg.two-col-content .content-col .description {
  margin-bottom: 0px;
}

.du-chez-ducore.du-two-col-bg.two-col-content .content-col .btn-items .btn_row {
  padding-top: 34px;
}


.plus-btn.du-two-col-bg .btn_item .hs-sec-btn {
  background-color: #75c7a5;
  padding: 15px 30px 15px 80px;
  border: 1px solid #75c7a5;
}


.ul-styling ul {
  list-style: none;
  padding-left: 20px;
  font-size: 24px;
  line-height: 1.11em;
  margin-bottom:20px;
  font-family: var(--primary-custom-font);
}

.ul-styling ul li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ul-styling ul li {
  margin-bottom: 0;
}

.two-side-content .content_box {
  text-align: right;
}

.two-side-content.du-two-col-width.two-col-content .right_column_btn .btn_row {
  justify-content: end;
}

.two-side-content.plus-btn a.hs-sec-btn {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 30px 15px 80px;
}

.du-two-col-bg.du-chez-ducore .single-img {
  text-align: center;
}


.du-two-col-bg.du-chez-ducore.two-col-content .mediaimg .single-img img {
  width: revert-layer;
}

.du-form-with-content.two-col-content .content-col .description{
  margin-bottom: 0;
}

.du-form-with-content.two-col-content .content-col .form_wrap{
  padding-top: 0;
}

.du-form-with-content  form .actions {
  padding-right: calc(10px / 2);
  margin-bottom: 10px;
  width: 50%;
  position: relative;
}

.page-form.du-form-with-content  form .actions .hs-button {
  font-weight: 700;

}
.du-form-with-content  form .actions .hs-button {
  width: 100%;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  text-indent: 18px;
}

.du-form-with-content  form .actions:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f055";
  color: #fff;
  position: absolute;
  right: 56%;
  top: 33%;
  font-size: 15px;
}

form .input {
  line-height: 0;
}

.du-form-with-content.two-col-content .content_box{
  margin-top:0;
}

.du-form-with-content.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  border: 1px solid #75c7a5;
  word-break: auto-phrase;
}

.du-form-with-content.plus-btn a.hs-sec-btn:before {
  font-weight: 400;
  content: "\f0e0";
}


.du-form-with-content .right_column_btn .btn_item {
  padding: 10px;
  display: flex;
}

.du-form-with-content  .right_column_btn .btn_item.index1 {
  width: 57.813%;

}

.du-form-with-content  .right_column_btn .btn_item	a.hs-button {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px 15px 30px;
  font-family: var(--primary-custom-font);
  line-height: 1.11em;
  white-space: nowrap;
  border: 1px solid #75c7a5;
}

.du-form-with-content.two-col-content  .form_add  .media_column {
  display: block;
}

.du-form-with-content .right_column_btn .btn_item.index2 {
  width: 41.946%;
}

.du-form-with-content.two-col-content .right_column_btn .btn_row {
  gap: 0;
  margin-top:0;
}

.du-expertise.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4 .col-title {
  line-height: 1.11em;
}

.du-expertise.du-card-style .cnt-col.col4:first-child .tp-img-cnt-inner{
  margin-bottom: 0;
}

.du-form-with-content .right_column_btn .btn_item a.hs-button:hover {
  background-color: #52aa8c;
}
.du-form-with-content,.du-form-with-btn{
  --spacer-size: 50px;
}

.du-chez-ducore.du-two-col-bg .btn_item .hs-sec-btn:hover {
  background: #0F364D;
}


.plus-btn.linkedin a.hs-sec-btn:before {
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.item-without-bottom.advanced-accordion .description-wrap {
  padding: 0px 10px 15px 10px;
}

.item-without-bottom.advanced-accordion .description-wrap .description {
  margin-bottom: .9rem;
}

.image-content.advanced-accordion .accordion-item-wrapper.three_column  .image-wrapper img {
  height: 300px !important;
}

.du-image-slider .splide .splide__track {
  padding: 0;
  margin: 0;
}

.du-image-slider.logo_slider .logo_item {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
}
.du-image-slider  .splide .splide__track {
  padding: 0;
  margin: 0;
}

.du-image-slider.logo_slider .logo_item {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  margin-bottom: 0;
}

.du-image-slider.logo_slider .logo_inner {
  height: 300px;
}

.du-image-slider  .splide__slide img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.du-form-with-btn.two-col-content .content-col .form_wrap {
  padding-top: 0;
}

.du-form-with-btn.two-col-content .content-col .description {
  margin: 0;
}

.du-form-with-btn.two-col-content .flex_center .media_column {
  display: block ;
  height: auto;
}

.du-form-with-btn.two-col-content.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  background-color: #2d4a5b;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 30px 15px 80px;
}

.du-form-with-btn.two-col-content.plus-btn  a.hs-sec-btn:hover {
  background: #52aa8c;
}

form input[type=file] {
  background: transparent;
  padding: 0;
  min-height: auto;
  font-size: 1rem;
  line-height: 1.5;
}

.du-form-with-btn.two-col-content  .actions .hs-button {
  width: 100%;
  min-height: 40px;
  font-size: 15px;
  padding: 12px 24px;
  line-height: 1;
  font-family: inherit;
  font-weight: 400;
}

.du-form-with-btn.two-col-content   .actions {
  width: 50%;
  margin-bottom: 10px;
}

.logo_slider  button.splide__arrow.splide__arrow--prev {
  left: 15px;
}

.logo_slider  .splide button.splide__arrow{
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  width: 21px;
  height: auto;
}

.logo_slider  .splide .splide__arrow--next {
  right: 15px;
}

.logo_slider  .splide .splide__arrow svg {
  color: hsla(0, 0%, 93.3%, .9);
  fill: currentColor;
  opacity: 1;
}

.linkedin.two-col-content .content_box,
.du-form-with-btn.two-col-content  .content_box  {
  margin-top: 0;
}

.img-size.du-two-col-bg.two-col-content .single_parallax {
  min-height: 420px;
  padding: 10px;
}
.img-size.du-two-col-bg.two-col-content {
  --spacer-size:20px;
}

.icon-height.advanced-accordion .accordion-item-wrapper.three_column .image-wrapper img {
  max-width: 23% !important;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.icon-height.advanced-accordion .accordion-item-wrapper.three_column:first-child .button-wrapper {
  padding: 10px 10px 10px 10px;
}

.icon-height.advanced-accordion .bottom-content-wrapper {
  text-align: left;
}

.bg-contain.two-col-content.cm_single_media .para_imge {
  background-size: contain;
}

.cm-number-card.dnd_padd .page-center {
  padding: 10px;
}

.cm-number-card .bottom_row.notshadow {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cm-number-card.card_gallery .bottom_row .rowGap15 {
  row-gap: 0; 
}


.cm-number-card.card_gallery .card_item {
  padding:0 10px;
}

.cm-number-card.card_gallery .card_item:nth-child(even) .card_inner{
  border-color: #75c7a5;
  color: #75c7a5;
}

.cm-number-card.card_gallery .card_item:nth-child(even) .card_inner .card_content {
  color:#75c7a5;
}

.cm-number-card.card_gallery .card_item:nth-child(even) .card_box .it_title {
  color:#75c7a5;

}
.cm-number-card.card_gallery .card_item .card_inner{
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #ffab6c;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  border-radius: 21px 21px 21px 21px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;

}

.cm-number-card.card_gallery .card_content+.btn_row {
  margin: 0;
}
.cm-number-card.card_gallery .card_inner .card_content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.11em;
  color: #ffab6c;
}

.cm-number-card.card_gallery .card_box .it_title {
  position: absolute;
  left: 50%;
  top: -69px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffab6c;
  font-family:inherit;
}

.cm-number-card.card_gallery {
  overflow: visible !important;
}

.cm-number-card.card_gallery .card_inner {
  overflow: visible;
}

.cm-number-card.card_gallery .bottom-content h5 {
  font-family: var(--primary-custom-font);
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.icon-height.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper {
  padding-bottom: 10px;
}

.cm-number-card.card_gallery .slider_btn_footer .btn_row {
  margin-top: 40px;
}

.cm-number-card.card_gallery.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  padding: 15px 30px 15px 75px;
}

.icon-height.adv-accord.advanced-accordion .bottom-content {
  min-height: 120px;
}

.cm-number-card.card_gallery .card_inner .card_content p {
  font-family: var(--primary-custom-font);
}

.du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title {
  margin-top: 0;
}

.du-expertises-medicales.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  font-family: 'Norms Pro';
  font-size: 20px;
  line-height: 1.11em;
  margin-bottom: 34.440px;
}

.du-expertises-medicales.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child{
  margin-bottom: 34.440px;
}

.du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .col-title {
  line-height: 1.11em;
}

.du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 50px;
}

.du-evaluation.two-col-content .content-col .btn-items .btn_row {
  justify-content: end;
}

.du-evaluation .btn_item a {
  font-family: var(--primary-custom-font);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px 15px 20px;
}

.du-evaluation .btn_item a:hover {
  background: #52aa8c;
}

.cm-map-with-content h4 {
  font-weight: 400;
}

.cm-map-with-content  .flex_row .col8 ,
.cm-map-with-content  .flex_row .col4 {
  width: 100%;
  padding: 0;
}

.cm-map-with-content  .top_sec .btn_row_wrap.col4 {
  justify-content: start;
}

.cm-map-with-content.two-col-content .flex_row {
  row-gap: 0;
}

.cm-map-with-content.two-col-content .top_sec{
  margin-bottom:70px;
}

.cm-map-with-content.two-col-content .content-col .description {
  margin-bottom: 0;
}

.cm-map-with-content.two-col-content  .content-col {
  padding: 0;
}

.cm-map-with-content.two-col-content.plus-btn a.hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  padding: 15px 30px 15px 80px;
}

.du-chez-ducore.du-two-col-bg.two-col-content .content-col .description p+img {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.du-chez-ducore.du-two-col-bg.two-col-content  .cont-inner {
  position: relative;
}

form .hs-fieldtype-checkbox .inputs-list li {
  width: calc(100% / 3);
}

form .hs-fieldtype-checkbox .inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
}

form .hs-richtext h6 {
  background: #f5f5f5;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 5px;
  border: 1px solid #fdb813;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5;
}

form .hs-richtext p {
  margin-bottom: .9rem;
}

.btn-end.two-col-content .content-col .btn-items .btn_row {
  justify-content: end;
}

.cm-listing-bottom-section .actions .hs-button {
  width: 100%;
}

.cm-du.two-col-content .content-col .btn-items .btn_row a:hover {
  background: #52aa8c;
}
@media (max-width: 1100px) and (min-width: 1023px) {
  .du-chez-ducore.du-two-col-bg.two-col-content .content-col .description p+img {
    right: -45px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .du-two-col-bg.two-col-content .single_parallax {
    padding: 0;
    min-height: 490px;
  }
  .du-two-col-bg.two-col-content .content-col {
    padding: 0 50px 0 30px;
  }
  .du-two-col-bg .btn_item .hs-sec-btn {
    font-size: 18px;
    padding: 10px 5px 10px 5px;
  }

  .du-two-col-bg .btn_item .hs-sec-btn {
    font-size: 18px;
    padding: 10px 5px 10px 5px;
  }

  .du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title {
    margin-top: 0;
  }

  .du-card-style .cnt-col .inner_spacing {
    padding-top: 20px;
  }

  .du-card-style.cnt-wit-tp-img-wrp .tp-img {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .ft-size .title {
    font-size: 20px;
  }

  .ft-size {
    padding: 30px 30px 30px 30px;
  }

  .du-expertise.du-card-style.cnt-wit-tp-img-wrp .title {
    font-size: 24px;
  }
  .du-chez-ducore h2 {
    font-size: 24px;
  }

  .du-chez-ducore.du-two-col-bg.two-col-content .content-col {
    padding: 50px 50px 50px 50px;
  }

  .du-chez-ducore.du-two-col-bg .btn_item .hs-sec-btn {
    padding: 15px 20px 15px 20px;
  }
  .ul-styling.du-two-col-bg.two-col-content .content-col {
    padding: 50px 50px 50px 50px;
  }
  .two-side-content.two-col-content  .col6 {
    padding: 50px 50px 50px 50px;
  }
  .image-content.advanced-accordion .top-content-wrapper h2 {
    font-size: 24px;
  }
  .image-content.advanced-accordion {
    padding: 0;
  }

  .du-chez-ducore.du-two-col-bg.two-col-content .content-col .description h3 {
    font-size: 20px;
  }

  .du-form-with-content.two-col-content .flex_center.column_bg_active .col6 {
    padding: 50px 50px 50px 50px;
  }

  .du-form-with-content.two-col-content	h2 {
    font-size: 24px;
  }
  .du-form-with-content .right_column_btn .btn_item.index1 {
    width: 100%;
  }

  .du-form-with-content .right_column_btn .btn_item.index2 {
    width: 100%;
  }

  .du-form-with-content,.du-form-with-btn{
    --spacer-size: 10px;
  }
  .du-form-with-content form .actions .hs-button{
    text-indent: 30px;
  }
  .linkedin.two-col-content .flex_center .media_column {
    padding: 30px 30px 30px 30px;
  }
  .linkedin.two-col-content .content-col .description h2 {
    font-size: 24px;
  }
  .linkedin.two-col-content.text_block h3 {
    font-size: 20px;
  }

  .du-form-with-btn .text_block h2 {
    font-size: 20px;
  }
  .du-form-with-btn.two-col-content .content-col .form_wrap h2 {
    font-size: 20px;
  }
  .item-without-bottom.advanced-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .item-without-bottom.advanced-accordion .Four_column:first-child .description-wrap .description,
  .item-without-bottom.advanced-accordion .Four_column:last-child .description-wrap .description {
    margin-bottom: 0;
  }

  .ft-size-tab.cnt-wit-bg-wrp .content_widget h2 {
    font-size: 24px;
  }

  .icon-height.advanced-accordion .top-content-wrapper h2 {
    font-size: 24px;
  }

  .icon-height.adv-accord .accordion-item-wrapper.three_column.aos-init.aos-animate {
    width: 33.333%;
    margin: 20px 0px 0px 0px;
  }

  .icon-height.adv-accord.advanced-accordion .accordion-item-inner {
    padding: 10px;
  }

  .icon-height.advanced-accordion .page-center {
    padding: 0;
  }
  .icon-height.advanced-accordion .accordion-main-wrapper .row-wrapper {
    padding: 0px 20px 0px 0px;
  }
  .icon-height.advanced-accordion .top-content-wrapper span:empty {
    margin-bottom: 40px;
  }

  .img-size.du-two-col-bg.two-col-content .content-col .description h2 {
    font-size: 24px;
  }

  .img-size.du-two-col-bg.two-col-content .content-col {
    padding: 50px 50px 50px 50px;
  }
  .cm-number-card.card_gallery .card_item .card_inner{
    justify-content:center;
  }

  .du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .title {
    font-size: 24px;
  }

  .du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .tp-img {
    margin-top: 20px;
  }

  .du-evaluation.du-two-col-bg.two-col-content .content-col .description h3 {
    font-size: 20px;
  }
  .two-col-content.mb-responsive .content-col ,
  .two-col-content.mb-responsive .img-col{
    padding: 50px 50px 50px 50px;
  }
}

@media (max-width: 1700px) {

  .du-form-with-content form .actions:before{
    right:62%;
  }
}
@media (max-width: 1024px) {
  .ft-34.cnt-wit-bg-wrp .title {
    font-size: 24px;
  }

  .adv_video_module.du-home-video .vid_trigger.ic__custom.play_trigger {
    margin: -65px 0px 0px 0px;
  }

  .adv_video_module.du-home-video .vid_trigger.ic__custom i {
    font-size: 50px;
  }

}


@media (max-width: 767px) {
  .du-multi-btn.cnt-wit-bg-wrp .btn_row .btn_item {
    width: 100%;
  }
  .ft-34.cnt-wit-bg-wrp .title {
    font-size: 28px;
  }

  .du-two-col-bg.two-col-content .single_parallax {
    padding: 0;
    min-height: 400px;
  }

  .du-two-col-bg.two-col-content .flex_row{
    gap:0;
  }
  .du-two-col-bg .btn_item .hs-sec-btn {
    padding: 10px 10px 10px 10px;
  }

  .du-card-style.cnt-wit-tp-img-wrp .tp-img {
    margin: 0;
  }
  .du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title{
    margin-top:0;
  }
  .du-card-style .tp-img-cnt-inner{
    margin-bottom:5px;  
  }

  .du-home-bg-img.du-bg-image .bg_el{
    --translateY: -174.96719999999996px;
  }
  .du-home-bg-img.du-bg-image .rich_text h3 {
    font-size: 20px;
  }

  .du-home-bg-img.du-bg-image .btn_item a {
    font-size: 17px;
    line-height: 18px;
    padding: 10px 10px 10px 10px;
  }

  .du-home-bg-img.du-bg-image  .content_widget {
    padding-bottom: 60px;
  }

  .du-publication.blog-feed .feed-outer-wrp {
    grid-template-columns: repeat(1, 1fr);
  }

  .du-publication.blog-feed .hs-featured-wrp {
    padding-bottom: calc(0.5* 100%);
  }

  .adv_video_module.du-home-video .inner_spacer {
    padding-bottom: 56.5%;
    margin-top: -15px;
  }

  .ft-size .title {
    font-size: 20px;
  }
  .du-expertise.du-card-style.cnt-wit-tp-img-wrp .flex-row {
    gap: 0;
  }
  .du-expertise.du-card-style .inner_spacing {
    width: 100%;
  }
  .du-expertise.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
    padding-bottom: 0;
  }
  .du-chez-ducore.du-two-col-bg .btn_item .hs-sec-btn {
    padding: 15px 20px 15px 20px;

  }
  .two-side-content.du-two-col-width.two-col-content .text_block h3 {
    font-size: 32px;
  }
  .du-form-with-content.two-col-content .flex_row{
    gap:0;
  }

  .du-form-with-content,.du-form-with-btn {
    --spacer-size: 10px;
  }
  .du-form-with-content .right_column_btn .btn_item.index1,
  .du-form-with-content .right_column_btn .btn_item.index2{
    width: 100%;
  }
  .du-form-with-content form .actions {
    width: 100%;
  }

  .du-form-with-content form .actions .hs-button {
    min-height: 40px;
    text-indent: 30px;
  }

  .du-form-with-content form .actions:before {
    right: 54%;
  }

  form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  form	fieldset.form-columns-2 .hs-form-field .input{
    margin-right: 0 !important;
  }

  .image-content.advanced-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .image-content.advanced-accordion .accordion-item-inner{
    padding:30px;
  }


  .du-form-with-btn.two-col-content  .text_block h2 {
    font-size: 20px;
  }

  .du-form-with-btn.two-col-content .flex_row {
    gap: 0;
  }
  .du-form-with-btn.two-col-content .content-col .form_wrap h2 {
    font-size: 20px;
  }
  .du-form-with-btn.two-col-content .actions {
    width: 100%;
  }

  .cm-number-card.card_gallery .card_item .card_inner {
    justify-content: center;
  }

  .cm-number-card.card_gallery .bottom_row.notshadow .rowGap15 {
    gap: 0;
  }

  .cm-number-card.card_gallery .card_item:not(:last-child) {
    margin: 10px 10px 40px;
  }
  .cm-number-card.card_gallery .bottom-content h5 {
    font-size: 24px;
  }

  .du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .cnt-col {
    width: 100%;
  }

  .du-expertises-medicales.cnt-wit-tp-img-wrp .inner_spacing {
    width: 100%;
  }
  .du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .cnt-col:nth-child(4) {
    margin-top: 50px;
  }
  .cm-map-with-content 	.top_sec .flex_row .top_content {
    text-align: left;
  }
  .du-expertises-medicales.du-card-style.cnt-wit-tp-img-wrp .flex-row {
    gap: 0;
  }

  form .hs-fieldtype-checkbox .inputs-list li {
    width: calc(100% / 2);
  }

  .service-accord.advanced-accordion .accordion-item-wrapper.three_column .button-wrapper {
    padding-bottom: 20px;
  }
}

@media(max-width:467px){
  .du-form-with-content form .actions .hs-button {
    text-indent: 20px;
  }

  .du-chez-ducore.du-two-col-bg.two-col-content .content-col .description p+img{
    position: static;
  }
}
/* End Home page */



.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a{
  color: #2d4a5b;
}


.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a svg {
  display: none;
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a span {
  position: relative;
  font-size: 17.5px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background: #fff;
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a.linkedin-share span:before {
  content: "\f08c";
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a span {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  position: relative;
  width: 4.5em;
}
.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a.Gmail-share span{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a.Gmail-share span:before {
  content: "\f0e0";
}
.cm-blog-post-noSidebr .social_share_inner {
  align-items: start;
  gap: 0;

}
.cm-blog-post-noSidebr ul.blog_post_social_shares_ul {
  padding: 10px;
}

.cm-blog-post-noSidebr .social_share_inner>ul{
  column-gap: 10px;
}

.child-theme .cm-post-bottom-pane .hs-sec-btn {
  font-family: var(--primary-custom-font);
  font-weight: 700;
  border: none;
  padding: 12px 50px;
}

.cm-bloglist-wrapper a.elementor-post__read-more{
  font-family: var(--primary-custom-font);
}
.cm_404_page h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.11em;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  color: #333;
}

.cm_404_page	.page-center {
  padding: 0px 10px;
}

.cm-footer-section.footer.footer_section__2 .back_to_top:hover {
  background: rgba(117, 199, 165, 1.0);
  color: #fff;
  cursor: pointer;
  opacity: 0.8 !important;
}

.header-wrapper .subhead-contact> .hs_cos_wrapper {
  display: flex;
}

.header-wrapper .nav-lang {
  display: flex;
  min-height: 24px;
}

.header-wrapper .subhead-navigations .nav-lang >.hs_cos_wrapper {
  display: flex;
}

.adv-accord.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper {
  padding: 10px;
}

.adv-accord.advanced-accordion .accordion-item-wrapper.three_column:first-child .button-wrapper {
  padding-top: 10px;
}

.contact_page_v1 form .hs_submit .actions .hs-button {
  min-height: 40px;
}

.cm-map-wrapper .gm-style-iw-d h6 {
  color: #fff;
  background-color: #2D4A5B;
  ttext-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}


.cm-map-wrapper .gm-style-iw-d p {
  text-align: center;
  font-size: 13px;
}


.image-content.advanced-accordion .accordion-item-wrapper.three_column:first-child .button-wrapper {
  padding: 10px;
}

.page-accord.accordion_wrap .accord_outer .acc-item .carrortwrap {
  display: inline-flex;
  width: 30px;
  height: 21px;
  text-align: right;
  padding-right: 0;
  justify-content: center;
  right: 13px;
  align-items: center;
}

.cm-blog-post-noSidebr .blog-main-post hr {
  border-color: #000;
  border-width: 2px;
  background: no-repeat;
}


.du-map-content .map-wrapper {
  max-width: 1140px;
}

.cm-ft-size.page-two-col .top_sec .top_content p {
  font-size: 28px;
}

.cm-blog-post-noSidebr .section-content-wrapper .blog-post__body ul {
  margin-bottom: 0;
}

.cm-page-text .rich_text table p {
  font-size: 0.9em;
}

.cm-page-text .rich_text table ul>li {
  line-height: 1.5;
}

.cm-page-text .rich_text h1 {
  word-break: auto-phrase;
}


.ft-weight.du-full-width.cnt-wit-bg-wrp .title {
  font-weight: 500;
}

.en-du-card-style.du-card-style.cnt-wit-tp-img-wrp .cnt-col.col4:first-child .col-title {
  margin-top: 0;
}

.en-du-card-style.cnt-wit-tp-img-wrp .bototm_btn .btn_row {
  margin-top: 30px;
}

.cm-customicon.cont-two-col .flex_row ul li a>span>i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cm-customicon.cont-two-col .flex_row ul>li>a {
  background-color: #2d4a5b;
  font-size: 14px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  fill: #fff;
  padding: .5em;
  display: inline-block;
  line-height: 1;
  transition: all .3s;
}

.cm-customicon.cont-two-col .flex_row ul>li>a>span>i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  padding: 0;
  top: unset;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff !important;
  fill: currentColor;
  font-size: 14px;
}

.cm-customicon.cont-two-col .flex_row ul>li>a>span {
  padding: 0 !important;
  width: auto;
  height: auto;
}

.social_share_inner {
  background-color: transparent;
}

.en-by-mail.cm-mssg-col .btn_row .btn_item a {
  text-shadow: none;
}


.servs-details-pg .col4 .hs-search-field form {
  margin: 0 0 50px;
  padding: 0 !important;
}

.hs_cos_wrapper_type_email_subscriptions, .hs_cos_wrapper_type_password_prompt, .hs-search-field__bar, .widget-type-form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-password_prompt.custom_error_message, .widget-type-email_simple_subscription, .section.post-footer form, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset{
  display:block;
}

.en-match.cm-page-text .rich_text table ul li {
  font-size: .9em;
  font-family: inherit;
}
@media (min-width: 1651px) {
  .en-by-mail.cm-mssg-col .btn_row .btn_item a:before {
    left: 27%;
  }
}
@media (min-width: 768px) {
  .en-service-accord.service-accord.advanced-accordion .bottom-content{
    padding: 0 0 0px !important;
  }
  .en-service-accord.service-accord.advanced-accordion .bottom-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cm-footer-section.footer .back_to_top.bord_pri_color {
    display: none;
  }
}


@media (max-width: 767px) {

  .en-du-card-style.cnt-wit-tp-img-wrp .inner_spacing {
    width: 100%;
  }
  .cm-page-text .rich_text nav { overflow-x: scroll;}
  .mg-mobile.page-two-col  .content_widget.col8 {
    padding: 0px 30px 30px 30px;
  }
  .page-two-col h3 {
    font-size: 24px;
  }
  .contact_page_v1 form .hs_submit .actions {
    width: 100% !important;
  }
  .cm-icon-hidden.adv_video_module.du-home-video .vid_trigger.ic__custom.play_trigger {
    display: none;
  }
  .cm_404_page	.page-center {
    padding: 0px 10px;
  }

  .cm_404_page h1 {
    font-size: 28px;
  }
  .child-theme 	.hs-trans-btn,
  .child-theme 	.hs-sec-btn {
    padding: 12px 50px;
  }
  .cm-post-bottom-pane {
    padding: 10px;
  }

  .cm-blog-post-noSidebr .social_share_inner ul.blog_post_social_shares_ul {
    width: 100%;
  }

  .cm-blog-post-noSidebr .social_share_inner h4.meta_title_tag {
    width: 100%;
  }

  .cm-blog-post-noSidebr .social_share_inner {
    flex-direction: column;
  }

  .cm-post-bottom-pane.cnt-wit-bg-wrp h2.title {
    font-size: 32px;
  }


  .cm-post-bottom-pane.dnd_padd .page-center {
    padding: 0;
  }

  .cm-post-bottom-pane .page-center  .content_widget {
    padding-left: 0;
    padding-right: 0;
  }
}



/* child 1 */





@font-face { font-family: "Font Awesome 5 Brands";
  src:
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/fa-brands-400.woff2) format("woff"), 
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/fa-brands-400.woff2) format("truetype"),
    font-style: normal; font-weight: 400; font-display: block; 
}

@font-face { font-family: "Font Awesome 5 Free";
  src: url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    font-style: normal; font-weight: 900; font-display: block; 
}

@font-face { font-family: eicons; 
  src:
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/eicons.woff2) format("woff2"), 
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/eicons.woff) format("woff"), 
    url(//47598256.fs1.hubspotusercontent-na1.net/hubfs/47598256/raw_assets/public/DucoreExpertise_October2024/fonts/eicons.ttf) format("truetype"), 
    font-style: normal; font-weight: 400; 
}





.child-theme .hs-sec-btn{
  line-height:18px;
}


.cm-listing-banner.simple-banner{
  min-height:auto;
  margin-top:-23px;
}

.mssg-btn .hs-sec-btn:before {
  content: "\f0e0";
  color: #ffab6c;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  background: #fff;
  padding: 10px;
  position: relative;
  top: 2px;
  left: -50px;
}

.plus-btn a.hs-sec-btn {
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background-color: #75c7a5;
  padding: 15px 30px 15px 77px;
  position: relative;
  font-family: "Norms Pro", Sans-serif;
}
.plus-btn a.hs-sec-btn:hover{
  background-color:#52aa8c;
}

.plus-btn a.hs-sec-btn:before {
  color: #ffab6c;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display:inline-flex;
  align-items:center;
  line-height: 1;
  content: "\f055";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
}



.cm-footer-section .cm-menu .footer-menu ul li.active>a {
  color: #ffab6c;
}
.cm-footer-bottom-section .footer-content h6 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #2D4A5B;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.cm-footer-section .cm-footer-top-section {
  padding-left: 75px;
  padding-right: 75px;
}

.cm-footer-section .cm-menu .footer-menu ul>li {
  margin: 0;
}

.cm-footer-section .cm-menu .footer-menu ul>li>a {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2D4A5B;
  line-height: 20px;
  font-family:var(--primary-custom-font);
}

.cm-footer-section .cm-logo .footer-logo{
  padding-top: 2px;
}

.cm-footer-section .cm-contact .footer-content h6 {
  margin: 0;
  color: #2D4A5B;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}

.cm-footer-section .cm-bureau.cm-contact .footer-content p {
  margin-bottom: 19px;
}
.footer-en.cm-footer-section .footer-logo img {
  min-height: 79px !important;
}
.cm-footer-section .cm-contact .footer-content{
  padding-top: 2px;
}

.cm-footer-section .cm-contact .footer-content p {

  margin-bottom: 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Norms Pro", Sans-serif;
}

.cm-footer-section .cm-contact .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-footer-section .cm-menu ul{
  padding-bottom: 2px;
}

.cm-footer-section .cm-contact .footer-content ul>li {
  margin-bottom: 0;
  word-break: break-word;
  margin-top: 5px;
  display: inline-block;
}

.cm-footer-section .cm-contact .footer-content ul>li>a {
  color: #2D4A5B;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  flex-wrap:wrap;
}

.cont-two-col .flex_row ul>li>a:hover>span {
  color: #FFAB6C !important;
}

.cont-two-col.two-col-content .flex_row ul li a:hover>span>i:before {
  color: #FFAB6C;
}

.cm-footer-section .cm-contact .footer-content ul>li>a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  margin-right: 10px;
}

.cm-footer-section .cm-footer-top-section  .col-section {
  padding-top:10px;
  padding-bottom:10px;
}

.cm-footer-section .cm-menu .footer-menu ul>li:nth-child(4) {
  margin-bottom: 10px;
  margin-bottom: 5px;
}

.cm-footer-section .cm-contact .footer-content ul>li>a>span {
  padding-left: 1.5px;
  white-space: nowrap;
}

.cm-footer-section .cm-menu .footer-menu ul>li>a:hover {
  color: #FFAB6C;
}
.cm-footer-section .cm-contact .footer-content ul>li>a:hover {
  color: #FFAB6C;
}

.back_to_top.bord_pri_color svg {
  display: none;
}

.back_to_top.bord_pri_color:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  top: -5px;
}

.back_to_top.bord_pri_color {
  display: inline-block;
  background-color: #75C7A5;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
}

.backtotop_show .back_to_top.bord_pri_color {
  opacity: 1;
  visibility: visible;
}

.cm-listing-banner.simple-banner .banner-content-inner {
  align-content: center;
  align-items: center;
  padding: 20px 100px 20px 90px;
  display: flex;
}

.cm-listing-banner.simple-banner .banner-content-inner {
  align-content: center;
  align-items: center;
  padding: 20px 100px 20px 90px;
  display: flex;
}

.cm-listing-banner.simple-banner .banner-content-inner .top_sec h4 {
  color: #75c7a5 !important;
  margin-bottom: 10px;
  margin-top: 0;
}

.cm-listing-banner .img_wrap.col2{
  padding:0;
  width: 15%;
}

.cm-listing-banner .flex_row{
  justify-content: space-between;
}
.cm-listing-banner.simple-banner .banner-content-inner .top_sec h5 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.11em;
  margin: 0;
}

.cm-bloglist-wrapper .element-container.page-center {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.cm-bloglist-wrapper .cm-listing-wrapper {
  padding:10px;
  display: flex;
}

.cm-bloglist-wrapper .cm-listing-container {
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 30px;
}

.cm-bloglist-wrapper article.elementor-post {
  display: flex;
  flex-direction: column;
  transition-duration: .25s;
  transition-property: background, border, box-shadow;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.cm-bloglist-wrapper .elementor-post__card {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  background-color: #fff;
  border: 0 solid #69727d;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .25s;
  width: 100%;
}


.cm-bloglist-wrapper a.elementor-post__thumbnail__link {
  margin-bottom: 20px;
  display: block;
  position: relative;
  width: 100%;
  color: #2D4A5B;
  transition: none;
}

.cm-bloglist-wrapper .elementor-post__text {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 30px;
}

.cm-bloglist-wrapper h3.elementor-post__title {
  color: #2D4A5B;
  margin-bottom: 25px;
  font-size: 21px;
  margin: 0;
  font-family:inherit;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.cm-bloglist-wrapper .elementor-post__excerpt {
  margin-bottom: 25px;
  line-height: 1.7;
}

.cm-bloglist-wrapper .elementor-post__excerpt p {
  color: #777;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}

.cm-bloglist-wrapper a.elementor-post__read-more {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  color: #75C7A5;
}

.cm-bloglist-wrapper h2.tag_page_title {
  background: #69727d;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: .6em 1.2em;
  position: absolute;
  top: 0;
  text-transform:uppercase;
  font-family:inherit;
  right: 0;
  background: #75C7A5;
}

.cm-bloglist-wrapper h3.elementor-post__title a:hover {
  color: #2d4a5b;
}
.cm-bloglist-wrapper a.elementor-post__read-more:hover {
  color: #FFAB6C;
}
.cm-bloglist-wrapper .pagination{
  padding-top: 100px;
  padding-bottom: 100px;
}

.cm-bloglist-wrapper .elementor-post__card:hover .elementor-post__thumbnail:after {
  opacity: .5;
}


.cm-bloglist-wrapper .elementor-post__card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.cm-listing-bottom-section  .text_wrap {
  text-align: left;
}

.cm-listing-bottom-section .page-center {
  display: flex;
}

.cm-listing-bottom-section 
.left_col.col12.form_add {
  display: flex;
  padding: 10px;
}

.cm-listing-bottom-section  .left_col_inner {
  border-radius: 5px;
  padding: 24px;
  font: 16px helvetica neue, Arial, sans-serif;
  line-height: 1.5;
}

.cm-listing-bottom-section .text_wrap h4 {
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #ffff;
  font-family: Arial, sans-serif;
}

.cm-listing-bottom-section .text_wrap p {
  color: #ffffff;
  margin: 0 0 24px !important;
  line-height: 1.5;
}

.cm-listing-bottom-section.banner_v2 .form_box{
  margin-top:0;
}

.cm-listing-bottom-section form label {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.cm-listing-bottom-section form input[type=email] {
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid #b0b6bb;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  font-size: 14px;
  line-height: 1.5;
  color: #323232;
  display: inline-block;
}

.cm-listing-bottom-section form .hs-form-field {
  margin-bottom: 24px;
}

.cm-listing-bottom-section form .hs-richtext p {
  margin-bottom: 24px;
  font: 11px helvetica neue, Arial, sans-serif;
  color: #ffffff;
}

.cm-listing-bottom-section form .hs-richtext p>a {
  color: #ffffff;
  text-decoration: underline;
}

.cm-listing-bottom-section .actions .hs-button {
  background-color: #ffab6c;
  border: 1px solid #ffab6c;
  font-size: 16px;
  padding: 16px;
  line-height: 1;
}
.cm-listing-bottom-section .form-bottom-content p {
  font-size: 11px;
  padding: 10px 0 0;
  margin-bottom: 0;
  text-align: center;
  color: #323232;
}



.cm-listing-bottom-section .form-bottom-content p img {
  text-align: center;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, .3);
  padding: 4px 10px;
  border-radius: 10px;
  line-height: 1;
  width: 108px;
}

.cm-blog-post-noSidebr .content-wrapper {
  max-width: 900px;
  padding-top:38px;
}

.cm-blog-post-noSidebr .section-content-wrapper {
  padding-top: 20px;
}

.cm-blog-post-noSidebr .section-content-wrapper .container {
  display: flex;
}

.cm-blog-post-noSidebr .container-column {
  width: 100%;
  display: flex;
}

.cm-blog-post-noSidebr .container-wrap {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}


.cm-blog-post-noSidebr .tag-wrapper {
  width: 100%;
}

.cm-blog-post-noSidebr .cm-post-title {
  width: 100%;
}

.cm-blog-post-noSidebr .cm-date-wrfapper {
  width: 100%;
}

.cm-blog-post-noSidebr h2.tag_page_title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase !important;
  line-height: 1.11em;
  color: #75C7A5;
  margin-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.cm-blog-post-noSidebr h2.blog-post__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.11em;
  font-family:inherit;
  margin: 0;
  margin-bottom: 40px;
}

.cm-blog-post-noSidebr .date-container {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.11em;
  font-family: 'Norms Pro';
  padding-top: 10px;
}

.cm-blog-post-noSidebr .blog-post__body {
  padding: 60px 0px 20px 0px;
}

.cm-blog-post-noSidebr .blog-post__body h3 {
  margin: 0;
}

.social_share_inner {
  background: #2D4A5B;
  padding: 0px 20px 0px 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
}
.cm-blog-post-noSidebr .blog-post__body p {
  font-family: 'Norms Pro';
}
.cm-blog-post-noSidebr .blog-post__body p mark {
  background-color:transparent;
  color:#75c7a5;
}

.cm-blog-post-noSidebr h4.meta_title_tag {
  width: 35%;
}

.cm-blog-post-noSidebr .social_share_inner {
  justify-content: flex-start;
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul {
  width: 65%;
  justify-content: flex-start;
}

.cm-blog-post-noSidebr h4.meta_title_tag {
  color: #FFFFFF;
  font-family: "Norms Pro", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.11em;
  padding: 10px;
  margin: 0;
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a{
  border-radius: 3.5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;

}
.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a svg{
  width: 17.5px;
  fill: #2D4A5B;
}

.cm-blog-post-noSidebr ul.blog_post_social_shares_ul>li>a span {
  display: grid;
}

.page-accord .page-center {
  padding: 0px;
}

.page-accord .top_sec {
  margin: 20px 0px 0px;
  padding: 0px;
}

.page-accord .top_sec h3 {
  margin-bottom: 20px;
  color: #75C7A5;
  font-size: 32px;
  padding: 0;
  text-align: left;
  line-height: 1;
  font-family: inherit;
  font-weight: 500;
}



.page-accord .accord_outer .acc-item .acctitle {
  padding: 15px 20px;
  box-shadow: none;
}

.page-accord .accord_outer .acc-item {
  margin: 0px;
  border: none;
}

.page-accord .accord_outer .acc-item .acctitle h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1.11em;
  font-size: 20px;
  font-weight: 500;
  font-family: "Norms Pro", Sans-serif;

}

.page-accord .acc-item .acctitle.activeaccord h5 {
  color: #FFAB6C;
}
.page-accord.accordion_wrap .acc-item .acc-content{
  box-shadow:none !important;
}


.page-accord .acc-item .desc p, .page-accord.accordion_wrap .acc-item .acc-content .desc p:last-child {
  font-family: "Norms Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
  margin-bottom: 30px;
}
.cm-page-content .content_widget {
  text-align: left;
}

.cm-page-content .content_widget h6 {
  margin: 30px 0px 20px;
  color: #75c7a5 !important;
  font-family: "Norms Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.11;
}

.cm-page-content .page-center{
  padding:10px;
}
.cm-page-content .rich_text p {
  font-family: "Norms Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11em;
  margin: 0px;
  padding-bottom:20px;
}



.cm-page-content .rich_text ul {
  padding-left: 40px;
  margin:0px;
  padding-bottom:20px;
}

.cm-page-content .rich_text ul>li, .cm-page-content .rich_text h5  {
  font-family: "Norms Pro", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
  line-height: 1.11;
}

.page-accord .accord_outer {
  margin-bottom: 30px;
}
.page-accord.accordion_wrap .acc-item:not(:last-child) {
  margin: 0px;
}
.page-accord .accord_outer .acc-item .carrotwrap {
}

.page-accord.accordion_wrap .acc-item .carrortwrap svg.plus, .page-accord.accordion_wrap .acc-item .carrortwrap svg.minus{
  display: none;
}

.page-accord.accordion_wrap .acc-item .carrortwrap {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 30px;
  height: 21px;
  text-align: right;
  padding-right: 5px;

}

.page-accord.accordion_wrap .acc-item .carrortwrap:before {
  content: "\f067";
}
.page-accord.accordion_wrap .acc-item.activeaccord .carrortwrap:before {
  content: "\f068";
}
.cm-blog-post-noSidebr .featured_img_wrap {
  margin-bottom: 10px;
  text-align:center;
}

.cm-du.two-col-content .content-col ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.cm-du.two-col-content .content-col ul>li {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Norms Pro';
  line-height: 1.11em;
}
.cm-du.two-col-content .content-col ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.cm-du.two-col-content .content-col ul>li {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Norms Pro';
  line-height: 1.11em;
}

.cm-du.two-col-content .content-col .btn-items {
  padding-top: 15px;
}

.cm-du.two-col-content .content-col .btn-items .btn_row {
  margin: 0px;
}

.cm-du.two-col-content .content-col .btn-items .btn_row a {
  padding: 15px 30px;
  font-family: 'Norms Pro';
  font-size: 18px;
  font-weight: 700;
}


.page-form .content-col .form_wrap h2 {
  font-weight: 400;
}

.page-form.du-form-with-content.two-col-content .form_add .media_column {
  display: flex;
  justify-content: center;
  flex-direction:column;
}

.du-contain.du-two-col-bg .media_column {
  min-height: 480px;
}


/*---------------------pages---------------------*/



.cm-security-content .page-center {
  padding: 0px;
  position: relative;
}

.cm-security-content .content_widget {
  padding: 10px;
  align-content: flex-start;
  text-align:left;
  margin-bottom:20px;
}

.cm-security-content .content_widget h1.title {
  margin: 0px 0px 70px;
  font-weight: 700;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.cm-security-content .rich_text h6:not(:nth-child(1)) {
  padding-top: 20px;
}
.cm-security-content .rich_text h6 {
  margin: 0px 0px 20px;
  color: #75c7a5 !important;
  font-family: "Norms Pro", sans-serif;
  font-weight: 400;
  line-height: 1.11;
}

.cm-security-content .rich_text {
  text-align: left;
}

.cm-security-content .rich_text p {
  font-size: 18px;
  line-height: 1.11;
}
.cm-listing-banner.cm-banner .banner-content-inner {
  padding: 20px 20px 20px 90px;
}



.page-two-col .page-center {
  max-width: 100%;
}

.columns_rowo_wrap.bottom_row.right_media_image {
  max-width: 100%;
}

.page-two-col .top_sec {
  padding: 10px;
  max-width: 1140px;
  margin: 0 auto;
}

.page-two-col .top_sec h2 {
  text-align: center;
  margin: 0px 0px 20px;
  font-weight:700;
  font-family:inherit;
}

.page-two-col .top_sec p, .page-two-col .top_sec .top_content>:last-child {
  margin: 0px 0px 30px;
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.11em;
  font-family: 'Norms Pro';
}


.page-two-col .content-col {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.11em;
}
.cm-post-bottom-pane .content_widget {
  padding: 10px;
}

.page-two-col.two-col-content .content-col .description {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.cm-du-page.page-two-col .content-col .description{
  margin:0px;	
}
.space-en.page-two-col.two-col-content .content-col .description {
  padding-bottom: 90px;
}
.page-two-col .content-col ul {
  list-style: none;
  padding-left: 20px;
  margin: 0px;
}

.page-two-col .content-col ul>li {
  margin: 0px;
  line-height: 1.11;
  font-family: "Norms Pro", sans-serif;
}

.page-two-col .content-col ul>li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page-two-col .content-col .btn_row {
  margin: 0px;
  padding-left: 20px;
}

.plus-btn.two-col-content .media_column .single_parallax {
  padding-bottom:0%;
  overflow: visible;
  position: relative;
  width: 100%;
  padding:10px;
  height: 100%;
}


.cm-page-text .page-center {
  padding: 10px;
}

.cm-page-text .rich_text h1 {
  margin-bottom: 50px;
  text-align: left;
  font-size: 41px;
  font-weight: 700;
  font-family: inherit;
}

.cm-page-text .rich_text p {
  text-align: left;
  font-family: "Norms Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
}

.cm-page-text .rich_text a, .cm-page-text .rich_text a>span {
  color: #ffab6c !important;
}

.cm-page-text .rich_text h6 {
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  color: #75c7a5 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.11;
}


.cm-page-text .rich_text ul {
  padding-left: 40px;
  margin: 0;
  text-align: left;
}

.cm-page-text .rich_text ul>li {
  margin: 0;
  font-size: 18px;
  font-family: "Norms Pro", sans-serif;
  font-weight: 400;
  line-height: 1.11;
}
.cm-page-text table {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
  margin-block-end: 35px;
  font-size: .9em;
  border-spacing: 0;
}

.cm-page-text table tr {
  height: 0pt;
}


.cm-page-text .rich_text table:nth-child(1) p {

  font-family: Arial, sans-serif;
}
.cm-page-text .rich_text h5 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 25px;
}

.cm-two-col.two-col-content.cm_single_media .para_imge {
  background-position: -390px -310px;
  background-repeat: no-repeat;
  background-size: 100vw auto;

}

.cm-blog-post-noSidebr .blog-post__body ul, .cm-blog-post-noSidebr .blog-post__body ol {
  padding-left: 40px;
  margin: 0px 0px 14.400px;
}

.cm-blog-post-noSidebr .blog-post__body ul>li, .cm-blog-post-noSidebr .blog-post__body ol>li {
  margin: 0px;
  font-size: 16px;
  font-family: 'Norms Pro';
}

.cm-blog-post-noSidebr .blog-post__body h6 {
  margin: 8px 0px 16px;
  font-size: 1rem;
  line-height: 1.2;
}
.en-match.cm-page-text .rich_text table p {
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial, sans-serif;

}


.en-match.cm-page-text .rich_text table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}


.cm-page-text table tbody>tr:nth-child(odd)>td{
  background-color: hsla(0, 0%, 50.2%, .0705882353);
}


.cm-blog-post-noSidebr .content-wrapper.blog-main-post{
  padding-bottom:30px;
}
.cm-security-content .rich_text p {
  font-family: "Norms Pro", sans-serif;
  font-weight: 400;
  line-height: 1.11em;
}
.cm-bloglist-wrapper .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}


.footer-en.cm-footer-section .cm-contact .footer-content a, .footer-en.cm-footer-section .cm-office  .footer-content a {
  background-color: #2d4a5b;
  font-size: 14px;
  border-radius: 3px 3px 3px 3px;
  padding: 7px;
  color: #fff;
  fill: #fff;
  display: inline-block;
  height: 28px;
}


.footer-en.cm-footer-section .cm-contact .footer-content a>i,.footer-en.cm-footer-section .cm-office .footer-content a>i {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
}
.cm-bloglist-wrapper .elementor-post__thumbnail {
  position: relative;
  -webkit-transform-style: preserve-3d;
  padding-bottom: calc(0.66* 100%);
  overflow:hidden;
}

.cm-multi-col .media_column {
  align-items: center;
  align-content: center;
}

.cm-multi-col .media_column .content_box {
  margin-bottom: 20px;
}

.cm-multi-col .media_column .content_box h2 {
  font-family: "Norms Pro", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.11em;
  margin-bottom:20px;
}
.cm-multi-col.two-col-content .content-col .description {
  padding-bottom: 20px;
  margin:0px;
  text-align:right;
}
.cm-multi-col.two-col-content .content-col h3 {
  margin-bottom: 20px;
  font-family: "Norms Pro", Sans-serif;
  font-size: 32px;
  text-align:right;
  font-weight: 400;
  line-height: 1.11em;
}


.cm-multi-col.two-col-content .content-col p {
  font-size: 20px;
  line-height: 1.11em;
  font-weight: 400;
  font-family: "Norms Pro", sans-serif;
}

.cm-multi-col.two-col-content .content-col .btn-items .btn_row {
  margin: 0px;
  justify-content: flex-end;
}
.cm-multi-col.two-col-content .content-col .btn-items .btn_row a{
  font-weight:700;
}
.du-contain .content-col p {
  margin-bottom: 20px;
  font-family: "Norms Pro", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.11em;
}

.du-contain.two-col-content.cm_single_media .para_imge {
  background-size: contain;
}







/*-----------------------pages end----------------------*/

.cm-bloglist-wrapper .cm-listing-container .elementor-post__thumbnail:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all .3s ease-out;
  width: 100%;
}

/*----------------module style-----------------*/
.adv-accord.advanced-accordion .title-wrapper {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.adv-accord .accordion-item-wrapper.three_column.aos-init.aos-animate {
  width: 100%;
}

.adv-accord .image-wrapper {
  margin: -40px 0px 0px 0px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF00 50%, #FFFFFF 50%);
  width: 100%;
  text-align: center;
}

.adv-accord .image-wrapper img {
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 50px 50px 50px 50px;
  border-color: #75c7a5;
}


.adv-accord.advanced-accordion .bottom-content {
  padding: 30px;
}

.adv-accord.advanced-accordion .bottom-content ul {
  padding-left: 20px;
  margin: 0px;
  list-style: none;
}

.adv-accord.advanced-accordion .bottom-content ul>li {
  margin: 0px;
  text-align: left;
  line-height: 1.11em;
}

.adv-accord.advanced-accordion .bottom-content ul>li::marker {
  border: 1px solid red;
}


.adv-accord.advanced-accordion .bottom-content ul>li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.adv-accord .content {
  padding-bottom: 30px;
}

.service-accord.advanced-accordion .top-content-wrapper h2 {
  color: #75C7A5;
  font-family: inherit;
}
.service-accord.advanced-accordion .accordion-main-wrapper .row-wrapper {
  flex-wrap: wrap;
}

.service-accord.advanced-accordion .title-wrapper {
  padding: 0px;
}

.service-accord.advanced-accordion .button-wrapper {
  padding: 0px;
}

.service-accord.advanced-accordion .accordion-item-wrapper.three_column:first-child .button-wrapper {
  padding: 0px;
}
.service-accord.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper {
  padding: 20px 20px 0px;
}

.service-accord.advanced-accordion .accordion-item-wrapper.three_column .title-wrapper p {
  margin-bottom: 20px;
}
.service-accord.advanced-accordion .eael-creative-button-wrapper {
  margin-bottom: 20px;
}
.service-accord.advanced-accordion .bottom-content {
  padding: 0px 20px 40px;
  background-color: #fff;
  color: #2d4a5b;
}

.cont-two-col .top_sec {
  margin: 0px 0 20px;,
  animation: 0;
  padding: 0px;
  text-align: left;
}

.cont-two-col.two-col-content .top_sec h2 {
  color: #75c7a5 !important;
}



.cont-two-col .flex_row h6 {
  margin-bottom: 20px;
  font-family: "Norms Pro", Sans-serif;
  font-size: 14px;
  line-height:1;
  font-weight: 600;
}

.cont-two-col .flex_row p {
  font-family: "Norms Pro", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.cont-two-col .flex_row ul {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.cont-two-col .flex_row ul>li {
  margin-bottom: 0px;
  margin-right: 8px;
  margin-left: 8px;
  word-break: break-word;
  display: flex;
  font-size: inherit;
  align-content: center;
}

.cont-two-col .flex_row ul>li>a {
  display: flex;
  font-size: inherit;
  text-decoration: none;
  align-items:center;
}

.cont-two-col .flex_row ul>li>a>span {
  display: flex;
  position: relative;
  top: 0;
}

.cont-two-col .flex_row ul>li>a span:nth-last-child(1) {
  padding-left: 5px;
}
.cont-two-col .flex_row ul li a>span>i {
  color: #2D4A5B;
  transition: color 0.3s;
  width: 1.25em;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display:inline-block;
  line-height:1;
  font-style: normal;
}

.cont-two-col.two-col-content .flex_row ul li a>span>i:before {
  content: "\f0e0";
}

.cont-two-col .media_column .content_box {
  margin: 0px;
}
.cont-two-col .content_box h6 {
  font-family: "Norms Pro", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.cont-two-col.two-col-content .content-col .description {
  margin: 0px;
}

/*------------------module style ends----------*/

.cm-big-banner.simple-banner {
  padding: 0px 70px 0px 0px;
  margin-top: -37px;
  min-height: 92vh;
  justify-content:flex-start;
  align-items: flex-start;
}

.cm-big-banner .bg_el.bg_img {
  background-color: #B54545;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%; 
  transform: translateY(-30.0825px);
  opacity: 1;
  will-change: opacity;
}
.cm-big-banner .banner-content-inner {
  width: 38.289%;
  position: relative;
  min-height: 1px;
  display: flex;
  padding: 10px;
  text-align: right;
  margin-top:120px;
}

.cm-big-banner .flex_row {
  justify-content: flex-end;
}


.cm-big-banner .page-center {
  max-width: 100%;
}


.cm-big-banner .banner-content-inner .top_sec h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.11em;
  padding-top: 98px;
}

.cm-big-banner .banner-content-inner .top_sec p {
  font-family: "Norms Pro", Sans-serif;
  font-size: 34px;
  font-weight: 400;
  position:relative;
  line-height: 1;

}

.page-du-col.two-col-content .content_box {
  margin: 0px;
}

.page-du-col .content_box .text_block h2 {
  margin-bottom: 40px;
  font-family: "Norms Pro", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.11em;
}

.page-du-col .content_box .text_block p {
  font-family: "Norms Pro", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.11em;
}
.page-du-col .content-col.col6 .cont-inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-du-col .content-col.col6 .cont-inner .description {
  margin-bottom: 20px;

  text-align: right;
}

.page-du-col .content-col.col6 .cont-inner .description h2 {
  margin-bottom: 36px;
  color: #fff;
  font-family: "Norms Pro", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.11em;
}

.page-du-col.two-col-content .content-col .btn-items .btn_row {
  margin: 0px;
  justify-content: flex-end;
}

.page-du-col .content-col .btn-items {
  width: 100%;
}

.page-du-col .content-col .btn-items .btn_item a {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
}
.du-page-col .content-col h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #75c7a5;
  font-family: "Norms Pro", Sans-serif;
  font-size: 32px;
  font-weight: 600 ;
  line-height: 1.11em;
}

.du-page-col .content-col ul {
  width: 50%;
  float: left;
  clear: none;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  padding-left: 30px;
  margin:0px;
  list-style: none;
}

.du-page-col .content-col ul>li {
  margin: 0px;
  font-family: "Norms Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.du-page-col .content-col ul>li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.du-page-col .media_column {
  align-content: center;
  align-items: center;
}

.du-page-col .media_column .content_box {
  margin: 0px;
}

.du-page-col .media_column .text_block ul {
  padding: 0px;
}

.du-page-col .media_column .text_block ul>li {
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.du-page-col .media_column .text_block ul>li>span {
  font-size: 45px;
}


.du-page-col.two-col-content .flex_row {
  row-gap: 0px;
}
.page-img-col.page-two-col .top_sec .top_content h2 {
  font-size: 40px;
  font-weight: 700;
  margin: .0px;
  padding: 0px 25px 50px;
}

.page-img-col.page-two-col .top_sec {
  padding: 0px;
}

.page-img-col.two-col-content .content-col .description {
  margin-bottom: 20px;
  padding: 0px;
}


.page-img-col.two-col-content .content-col .description p {
  font-family: "Norms Pro", sans-serif;
}

.page-img-col.two-col-content .content-col .description ul {
  padding-left: 40px;
  list-style:disc;
}

.page-img-col.two-col-content .content-col .description ul>li:before {
  content: unset;
}




.page-img-col.two-col-content .content-col .btn-items .btn_row {
  padding: 0px;
}

.page-img-col.two-col-content .content-col .btn-items .btn_row a {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
}


.page-img-col.two-col-content .single_parallax{
  min-height:100%;
  padding-bottom:0px;

}

.page-img-col.two-col-content .content-col .btn-items {
  padding-top: 15px;
}
.page-form.du-form-with-content .right_column_btn .btn_item {
  padding: 0px;
}
.page-full.du-full-width .page-center {
  max-width: 1140px;
}

.page-full.du-full-width.cnt-wit-bg-wrp .title {
  font-weight: 700;
  font-family: inherit;
  margin: 0px;
  padding-bottom: 30px;
}

.cm-full-content .description {
  color: #fff;
}

.cm-full-content .description p {
  font-family: "Norms Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.11em;
}

.cm-full-content .description ul {
  padding-left: 20px;
  margin-bottom: 80px;
  list-style: none;
}

.cm-full-content .description ul>li {
  margin: 0px;
  font-family: 'Norms Pro';
  font-size: 24px;
  line-height: 1.11em;
}

.cm-full-content .description ul>li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.cm-full-col.two-col-content .content-col .description {
  margin-bottom: 40px;
  padding: 0px;
}



.cm-full-col.page-two-col .top_sec p, .page-two-col .top_sec .top_content>:last-child {
  font-size: 26px;
  margin:0px 0px 30px;
}
.page-content-bg.du-full-width .page-center {
  max-width: 1140px;
}

.page-content-bg.du-full-width .content_widget h2 {
  font-size: 40px;
  font-weight: 700;
}

.page-content-bg.du-full-width .content_widget .rich_text h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.11em;
}
.page-content-bg.du-full-width .content_widget .btn_row {
  margin: 30px 0px;
}

.cm-cover.two-col-content.cm_single_media .para_imge {
  background-size: contain;

}
.cm-cover.two-col-content .media_column{
  min-height:420px;
  border-bottom: 1px solid #2d4a5b;
}
.cm-cover.cm-full-content .media_column {
  background-color: #fff;

}

.du-ul.two-col-content .content-col h4 {
  font-family: 'Norms Pro';
  font-size: 24px;
  line-height: 1.11em;
  margin: 0px;
}

.du-ul.two-col-content .content-col ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}

.du-ul.two-col-content .content-col ul>li {
  font-family: 'Norms Pro';
  font-size: 24px;
  line-height: 1.11em;
  font-weight: 400;
  margin: 0px;
}

.du-ul.two-col-content .content-col ul>li:before {
  content: "\2022";
  color: #ffab6c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.du-ul.two-col-content .content-col .btn_row {
  margin-bottom: 60px;
}
.cont-two-col.two-col-content .flex_row.flex_center {
  align-items: flex-start;
}

.page-content-bg .page-center {
  padding: 0px;
}

.page-content-bg .content_widget {
  padding: 10px;
}

.page-content-bg.cnt-wit-bg-wrp .content_widget h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.11em;
  font-family: inherit;
  margin-bottom: 20px;
}

.page-content-bg .content_widget p {
  margin-bottom: 30px;
  font-family: 'Norms Pro';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.11em;
}
.cm-mssg-col .page-center {
  padding: 10px;
  min-height: 26vh;
}

.cm-mssg-col.cnt-wit-bg-wrp  .content_widget h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: inherit;
}
.cm-mssg-col .btn_row {
  margin: 0px;
  padding: 0px 150px;
}

.cm-mssg-col .btn_row .btn_item {
  width: 100%;
  display: inline-block;
}

.cm-mssg-col .btn_row .btn_item a {
  width: 100%;
  font-family: "Norms Pro", Sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  fill: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 15px 30px 15px 80px;
  font-size: 18px;
  position:relative;
}

.cm-mssg-col .content_widget {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;

}
.cm-mssg-col .btn_row .btn_item a:before {
  color: #ffab6c;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  content: "\f0e0";
  background-color: #fff;
  top: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  left: 24%;
  right: auto;
}
.cm-tel-col .page-center {
  padding: 10px;
}

.cm-tel-col.cnt-wit-bg-wrp .content_widget h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: inherit;
  line-height:1.11em;
}

.cm-tel-col .content_widget .btn_row {
  margin: 0px;
  padding: 0px 150px;
}

.cm-tel-col .content_widget .btn_row .btn_item {
  width: 100%;
}

.cm-tel-col .content_widget .btn_row .btn_item a {
  width: 100%;
  padding: 15px 30px;
  background-color: #2d4a5b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11em;
  font-family: "Norms Pro", Sans-serif;
}

.cm-tel-col .content_widget .btn_row .btn_item a:hover, .cm-mssg-col .btn_row .btn_item a:hover{
  background-color:#52aa8c;
}


.contact_page_v1 form .hs_submit .actions {
  width: 50%;
  padding-right: 5px;
  padding-top: 3px;
}

.contact_page_v1 form .hs_submit .actions .hs-button {
  width: 100%;
  padding: 12px 0px 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  padding-right: 16px;
}
.child-theme form select {
  padding: 5px 20px 5px 14px;
}

.child-theme form select option {
  margin: 0px;
}

.child-theme form select>div {
  margin: 0px;
}

.child-theme form select {
  -webkit-appearance: none;
}
.child-theme form .hs-fieldtype-select .input{
  position:relative;
}
.child-theme form .hs-fieldtype-select .input:after {
  content: "\e92a";
  font-family: eicons;
  font-size: 18.5px;
  position: absolute;
  font-weight:400;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  color: #2d4a5b;
}


.en-cont-bg.cnt-wit-bg-wrp .page-center {
  padding: 10px;
}
.en-cont-bg.cnt-wit-bg-wrp .content_widget h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: inherit;
}

.en-cont-bg.cnt-wit-bg-wrp .content_widget {
  padding-bottom: 10px;
}

.contact_page_v1 .cm-listing-bottom-section form .hs_submit .actions {
  width: 100%;
}

.cm-listing-bottom-section .actions .hs-button:hover {
  background-color: #ffc89f;
  border: 1px solid #ffc89f;
}

.hs-inline-edit .header-wrapper .lang_list_class li:last-child {
  display: none;
}
/*--------------------------responsive----------------------------*/


@media (max-width: 1024px) and (min-width: 768px) {
  .page-du-col .media_column {
    padding: 50px !important;
  }

  .page-du-col .content-col {
    padding: 50px !important;
  }
  .du-page-col.two-col-content .media_column {
    padding: 0px 30px;
  }

  .du-page-col.two-col-content .content-col {
    padding: 30px;
  }
  .page-img-col.two-col-content .content-col {
    padding: 50px 30px;
  }
  .cm-full-content.du-two-col-bg.two-col-content .content-col {
    padding: 50px;
  }

  .cm-multi-col.du-page-col.two-col-content .media_column {
    padding: 50px;
    align-content:flex-start;
  }
  .cm-multi-col.two-col-content .content-col {
    padding: 50px;
  }

  .du-contain.two-col-content .content-col {
    padding: 50px;
  }
  .du-ul.du-two-col-bg.two-col-content .content-col {
    padding: 50px;
  }
  .du-ul.two-col-content .content-col .btn_row {
    margin-bottom:40px;

  }

  .cont-two-col.two-col-content {
    padding: 0px 20px;
  }

  .page-content-bg.cnt-wit-bg-wrp {
    padding-top: 37px;
  }
}

@media (max-width: 872px) and (min-width: 768px) {
  .du-page-col .content-col ul{
    padding-left:4px;
  }

}



@media (max-width:1650px){
  .cm-mssg-col .btn_row .btn_item a:before{
    left:0;
  }
  .cm-mssg-col .btn_row .btn_item a{
    padding-left:46px;
  }
  .cm-two-col.two-col-content.cm_single_media .para_imge {
    background-size:cover;
    background-position:50%;
  }
}

@media (max-width:1350px){
  .cm-mssg-col .btn_row, .cm-tel-col .content_widget .btn_row{
    padding:0px 100px;
  }

}

@media(max-width:1200px){
  .cm-footer-section .cm-contact .footer-content ul>li>a>span {
    padding-left: 1.5px;
    font-size: 13px;
  }
}


@media(max-width:1024px){
  .cm-footer-section .cm-footer-top-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer.footer_section__2.cm-footer-section .cm-footer-top-section .col-section{
    width:100% !important;
  }

  .cm-footer-section .cm-footer-top-section  .footer-logo img{
    margin-bottom: 26px;
  }
  .cm-footer-section .cm-footer-top-section .col-section{
    padding-bottom: 4px;
  }
  .cm-footer-section.footer.footer_section__2 .footer-section-1{
    padding-bottom:0;
  }

  .cm-footer-section .cm-footer-top-section .col-section.num2{
    padding-bottom: 11px;
  }
  .cm-listing-banner.simple-banner .banner-content-inner{
    padding:30px;
  }
  .cm-listing-banner.simple-banner .banner-content-inner .top_sec h5{
    font-size:28px;
  }
  .cm-listing-banner .img_wrap.col2{
    display:none;
  }

  .cm-footer-section .cm-contact .footer-content ul>li>a>span{
    font-size: 16px;
  }

  .child-theme form input[type=submit]{
    width:100%;
  }

  .cm-security-content .content_widget h1.title{
    font-size:28px;
  }
  .cm-page-head .right_media_image .media_column{
    display:none;
  }


  .cm-listing-banner.cm-banner .banner-content-inner {
    padding: 20px 20px 20px 20px;
  }

  .cm-page-head .content-col .description h1{
    font-size:28px;
  }
  .page-two-col .top_sec h2{
    font-size:24px;
  }
  .cm-page-content .page-center{
    padding:0px 25px;
  }
  .page-accord .top_sec h3{
    font-size:23px;
  }

  .cm-page-text .page-center{
    padding:0px 25px;
  }

  .cm-two-col.two-col-content.cm_single_media .para_imge {
    background-position: center center;
    background-size: cover;
  }
  .page-accord.accordion_wrap .acc-item .carrortwrap{
    padding:0px;
  }
  .page-accord .accord_outer .acc-item .acctitle {
    padding:12px 15px !important;
  }
  .adv-accord.advanced-accordion{
    padding:10px;
  }
  .adv-accord.advanced-accordion .accordion-item-inner{
    padding: 30px 0px;
  }

  .cm-listing-banner.simple-banner{
    margin-top:-10px;
  }
  .cm-big-banner .banner-content-inner .top_sec h1{
    font-size:38px;
  }
  .cm-big-banner .banner-content-inner .top_sec p{
    font-size:24px;
  }
  .cm-big-banner.simple-banner{
    padding:0px 30px 0px 0px;
  }

  .page-du-col .content_box .text_block h2{
    font-size:24px;
  }
  .page-du-col .content_box .text_block p{
    font-size:24px;
  }
  .page-du-col .content-col.col6 .cont-inner .description h2{
    font-size:24px;
  }

  .du-page-col .media_column .text_block ul>li>span{
    font-size:28px;
  }
  .du-page-col .content-col h3{
    font-size:20px;
  }

  .page-img-col.page-two-col .top_sec .top_content h2{
    font-size:24px;
  }
  .page-form.du-form-with-content .right_column_btn .btn_item.index2{
    width:100%;
  }
  .page-form.du-form-with-content .right_column_btn .btn_item.index1{
    width:100%;
  }
  .page-form.du-form-with-content .right_column_btn .btn_item.index1{
    margin-bottom:20px;
  }
  .service-accord.advanced-accordion {
    padding: 10px;
  }
  .service-accord.advanced-accordion .page-center{
    padding:0px;
  }

  .page-full.du-full-width.cnt-wit-bg-wrp .title{
    font-size:24px;
  }
  .page-content-bg.du-full-width .content_widget h2{
    font-size:24px;
  }

  .cm-multi-col .media_column .content_box h2{
    font-size:24px;
  }
  .cm-multi-col.two-col-content .content-col h3{
    font-size:20px;
    text-align:right;
  }

  .cont-two-col.two-col-content .top_sec h2{
    font-size:24px;
  }
  .page-content-bg.cnt-wit-bg-wrp .content_widget h2{
    font-size:24px;
  }
  .cm-mssg-col .btn_row, .cm-tel-col .content_widget .btn_row{
    padding:0;	
  }
  .cm-mssg-col.cnt-wit-bg-wrp .content_widget h2, .cm-tel-col.cnt-wit-bg-wrp .content_widget h2{
    font-size:24px;
  }
  .en-cont-bg.cnt-wit-bg-wrp .content_widget h2 {
    font-size:24px;
  }
  .adv_video_module.du-home-video .vid_trigger.ic__custom span {
    height: 50px;
    width: 50px;
  }
}


@media (max-width:991px){
  .footer-en.cm-footer-section .cm-office  .footer-content a{
    margin-bottom:12px;
  }
}


@media(max-width:767px){
  .cm-footer-section .cm-footer-top-section{
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-footer-section.footer .flex_row .col-section:not(:first-child){
    padding-top: 10px;
  }
  .cm-bloglist-wrapper .cm-listing-container{
    grid-template-columns: repeat(1, 1fr);
  }
  .cm-page-head .page-center .content-col{
    width:100%;
  }
  .plus-btn.two-col-content .media_column .single_parallax{
    padding-bottom:400px;
  }

  .page-two-col.two-col-content .flex_row {
    row-gap: 0px;
  }
  .cm-bloglist-wrapper .elementor-post__thumbnail{
    padding-bottom: calc(0.5* 100%);
  }
  .cm-big-banner .banner-content-inner{
    width:100%;
    padding:0px;
    margin:0px;
    padding-top:250px;
  }

  .cm-big-banner.simple-banner{
    min-height:62vh;
    padding:0px 25px;
    margin-top:-10px;
  }
  .cm-big-banner .banner-content-inner .top_sec h1{
    font-size:34px;
    padding-top:125px;
  }
  .du-page-col .content-col ul{
    width:100%;
  }
  .page-img-col.page-two-col .top_sec .top_content h2{
    padding:0px 50px 50px;
  }
  .page-img-col.two-col-content .single_parallax{
    padding-bottom:0px;
    min-height:283px;
  }
  .service-accord.advanced-accordion .accordion-item-inner{
    padding:10px;
  }
  .cm-full-col.page-two-col .top_sec {
    padding: 10px 40px 40px;
  }
  .page-full .content_widget .btn_row {
    margin-bottom: 30px;
  }
  .cm-full-content .description ul{
    margin-bottom:20px;
  }
  .cm-cover.cm-full-content .description ul{
    margin-bottom: 20px !important;
  }



  .du-ul.two-col-content .content-col .btn_row {
    margin-bottom:40px;

  }

  .cm-mssg-col .btn_row .btn_item a:before{
    left:15%;
  }
  .adv_video_module.du-home-video .vid_trigger.ic__custom.play_trigger {
    display: none;
  }

}

@media (max-width:600px){
  .page-accord .accord_outer .acc-item .acctitle{
    padding-right:60px !important;
  }
}

@media (max-width:500px){
  .cm-big-banner .banner-content-inner .top_sec h1{
    padding-top:95px;
  }
  .cm-mssg-col .btn_row .btn_item a:before{
    left:0;	
  }
}


@media (max-width:350px){
  .cm-big-banner .banner-content-inner .top_sec p{
    padding-bottom:10px;
  }
  .cm-big-banner.simple-banner{
    margin-top:-10px;
  }
  .cm-big-banner .bg_el.bg_img{
    transform: translateY(-37.0825px);
  }
}

/* rework css  */
.du-card-style.cnt-wit-tp-img-wrp  .tp-img-cnt {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.du-card-style.cnt-wit-tp-img-wrp .inner_spacing {
  display: flex;
  flex-direction: column;
}

.du-card-style.cnt-wit-tp-img-wrp .col-btn-grp {
  margin-top: auto;
}