







/* 1a. Containers */









/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  width: 100%; /* Set the width to 100% */
  max-width: none; /* Remove any constraints on the maximum width */
  /* max-width: 1000px; */ 
}





html {
  font-size: 14px;
}

body {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #172834;
  color: #FFFFFF;
  font-size: 14px;
}

/* Paragraphs */

p {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Anchors */

a {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

a:hover,
a:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ee7203;
}

a:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffc253;
}

/* Headings */

h1 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 34px;
  text-transform: none;
}

h2 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 34px;
  text-transform: uppercase;
}

h3 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
}

h4 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

h5 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
  margin-bottom:5px;
}

h6 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}
h1, h2, h3, h4 {
  line-height:1.2;
}
/* Blockquotes */

blockquote {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #EE7203;
  color: #FFFFFF;
  font-size: 24px;
}

blockquote > footer {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 14px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #EE7203;
  display: inline-grid;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #ee7203;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #172834;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #172834;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(103, 120, 132, 100);
  border-color: #ffc253;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #ee7203;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 0.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #ee7203;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 194, 83, 100);
  border: 1px solid #ee7203;

  border-color: #ffc253;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ee7203;
  fill: #ee7203;
}

.button.button--simple:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffc253;
  fill: #ffc253;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #ffffff;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;

  padding: 25px;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 24px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Help text */

form legend {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #EE7203;

  padding: 15px;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #EE7203;
}

::-moz-placeholder {
  color: #EE7203;
}

:-ms-input-placeholder {
  color: #EE7203;
}

:-moz-placeholder {
  color: #EE7203;
}

::placeholder {
  color: #EE7203;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 15px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #172834;
}

form .is-selected .pika-button {
  background-color: #EE7203;
  color: #172834;
}

form .pika-button:hover {
  background-color: #FFFFFF !important;
}

/* .dnd_area-column-1-row-1-padding {
padding-top: 2px !important;
} */

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
}

form .hs-richtext a {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
  border: 1px solid #ee7203;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 1px solid #172834;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  color: #ffffff;
}

form input[type='submit']:active,
form .hs-button:active {
  border: 1px solid #172834;

  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(103, 120, 132, 100);
  border-color: #ffc253;
  color: #ffffff;
}





form input[type='submit'],
form .hs-button {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 16px;
}



/* Inline thank you message */

.submitted-message {
  border: 1px none #ffffff;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #ffffff;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #EE7203;

  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #EE7203;

  padding: 10px;

  color: #172834;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
  color: #172834;
}





/* Header container */

body .header {

  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #fff;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #FFFFFF;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #EE7203;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #172834;
  font-size: 14px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 34px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #EE7203;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #172834;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #172834;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  border-color: #EE7203;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #172834;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #172834;
}





/* Footer container */

.footer {
  background-color: rgba(23, 40, 52, 0.0);
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #172834;
}

.footer hr {
  border-bottom-color: #172834 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #172834;
  font-size: 14px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Rajdhani, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #172834;

  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #EE7203;

  background-color: 

  
  
    
  


  rgba(23, 40, 52, 1.0)

;
  border-radius: 0px;
  color: #172834;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #172834;
}





/* Error templates */

.error-page:before {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Search template */

.hs-search-results__title {
  font-size: 34px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 14px !important;
  padding: padding: 15px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 22px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #172834;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: uppercase;
}

.blog-listing__post-title-link {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #afafaf;
}

.blog-listing__post-title-link:active {
  font-family: Rajdhani, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
}

.blog-listing__post-tag {
  color: #FFFFFF;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #afafaf;
}

.blog-listing__post-tag:active {
  color: #ffffff;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #FFFFFF;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #afafaf;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #ffffff;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #FFFFFF;
  height: 14px;
  width: 14px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #ee7203;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #ffffff;
}

.pagination__link--active {
  border-color: #EE7203
}

/* Pricing card */

.pricing-card__heading {
  background-color: #FFFFFF;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/*******************************************/
/*************** Dashboard *****************/
/*******************************************/

.main-body {
  flex: unset;
  /*
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap:0;
  */
  padding-bottom:40px;
}

main#main-content {
  padding: 20px;
  padding-top:80px;
}
.main-body > div:first-child{
  background: #172834;
  position: relative;
}
.dashboard-home-container {
  display: grid;
  grid-template-columns: 6fr 3fr;
  grid-gap: 20px;
}
.dashboard--right_sidebar {
  padding: 20px !important;
  width:100%!important;
}
.dashboard-home-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.dashboard-home-area-item{
  padding: 20px;
}
.dashboard--right_sidebar .dnd-section,
.dashboard-home-area-item .dnd-section{
  padding:0 !important;
}
.dashboard-home-area-item.row-fluid:after,
.dashboard-home-area-item.row-fluid:before {
  display:none;
}
@media(max-width:991px){
  .dashboard-home-container {
    grid-template-columns: 1fr;
  }
}
@media(max-width:767px){
  .dashboard-home-content-inner{
    grid-template-columns: 1fr;
  }
}
/********************************/
/***** Technical documents ******/
/********************************/
.technical-document .hs-menu-wrapper {
  height: 320px;
  background: #fdfdfd;
  overflow: auto;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}
.technical-document .hs-menu-wrapper li {
  margin: 0;
  padding: 5px 10px;
  border-top: 1px solid lightgray;
}
.technical-document .hs-menu-children-wrapper {
  border: 1px solid #f1f1f1;
}
.technical-document .hs-menu-wrapper > ul{
  width: 100%;
  display: block;
}
.technical-document .hs-menu-wrapper > ul >li {
  border-top: 0;
  padding-left: 0;
}
.technical-document .hs-menu-wrapper > ul>li>a {
  font-size: 1.1rem;
  font-weight: 600;
}
.technical-document .hs-menu-wrapper > ul li a {
  font-weight: 600;
  width: 250px;
  white-space: unset !important;
}
.technical-document .hs-menu-wrapper > ul>li>a:before {
  background-image: url(https://www.cotes.com/hubfs/Live%20Assets%20Portal/icons/folder.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: flex;
  width: 25px;
  height: 25px;
  float: left;
  margin-top:-3px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }

  .social-follow {
    padding-bottom: 20px;
  }

  .hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding-left: 0;
    align-items: flex-start;
  }
}

.technical-document .hs-item-has-children:hover>.hs-menu-children-wrapper {
  position:static;
  display: block;
}
@media(max-width:767px){
  .technical-document .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: block;
  }
  .technical-document .hs-menu-wrapper li {
    text-align:left;
  }
}
form {
  box-shadow: 2px 2px 5px 3px #c1c1c11f;
}
/** Footer CSS ***/
footer .social-follow .icon--light span {
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  background: white !important;
  margin-bottom:5px;
}

footer .social-follow .icon--light span:hover{
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}