/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');  */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');










/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */













/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */



/* 1h. Horizontal Rule */



/* 1i. Blockquote */





/* 1j. Buttons */


















































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








body{opacity:0; transition:all 0.3s ease;}
body.loaded{opacity:1;}
.content-wrapper {
  max-width: 1350px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

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





html {
  font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #5E5E5E;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: non; font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal;
  color: #f08400;
}

a:active {
  font-weight: normal; text-decoration: non; font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal;
  color: #ffd450;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #00326D;
  text-transform: none;
}



h1,.h1 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #212121;
  font-size: 72px;
  letter-spacing: 0px;
  text-transform: none;
}

h2,.h2 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #212121;
  font-size: 48px;
  letter-spacing: 0px;
  text-transform: none;
}

h3,.h3 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #212121;
  font-size: 38px;
  letter-spacing: 0px;
  text-transform: none;
}

h4,.h4 {
  font-weight: 500; font-style: normal; text-decoration: none;
  color: #212121;
  font-size: 35px;
  letter-spacing: 0px;
  text-transform: none;
}

h5,.h5 {
  font-weight: 500; font-style: normal; text-decoration: none;
  color: #212121;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

h6,.h6 {
  font-weight: 500; font-style: normal; text-decoration: none;
  color: #212121;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

/*-=-=- Only Desktop CSS -=-=-*/
@media (max-width:1199px ) {
  h1,.h1 { font-size: 62px; }
  h2,.h2 { font-size: 46px; }
  h3,.h3 { font-size: 34px; }
  h4,.h4 { font-size: 32px; }
  h5,.h5 { font-size: 30px; }
  h6,.h6 { font-size: 28px; }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:991px ) {
  h1,.h1 { font-size: 52px; }
  h2,.h2 { font-size: 42px; }
  h3,.h3 { font-size: 32px; }
  h4,.h4 { font-size: 30px; }
  h5,.h5 { font-size: 28px; }
  h6,.h6 { font-size: 26px; }
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  h1,.h1 { font-size: 42px; }
  h2,.h2 { font-size: 36px; }
  h3,.h3 { font-size: 30px; }
  h4,.h4 { font-size: 28px; }
  h5,.h5 { font-size: 26px; }
  h6,.h6 { font-size: 24px; }
}



/* Lists */

ul,
ol {
  margin: ;
  padding-left: ;
}

ul li,
ol li {
  margin: ;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: ;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #f38f29;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #dadada;
}





/* Primary Button */

button,
.button,.btn1 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 151, 48, 1.0)

;
  border: 2px solid #FD9730;
  border-radius: 0px;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  padding: 12px 30px;
  text-transform: none;
  line-height:0.75;
  letter-spacing: 0.2px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active
{
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(231, 133, 33, 1.0)

;
  border: 2px solid #E78521;
  color: #fff;
}

button:active,
.button:active,.btn1:active
{
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 213, 113, 100);
  border: 2px solid #E78521;
  border-color: #ffd571;
  color: #fff;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #dadada;
}

/* Secondary Button */

.button.button--secondary,.btn2 {
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(55, 55, 55, 1.0)

;
  border: 2px solid #373737;
  border-radius: 0px;
  color: #fff;
  fill: #fff;
  padding: 12px 30px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,.btn2:hover,.btn2:focus,.btn2:active {
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 2px solid #000000;
  color: #fff;
  fill: #fff;
}

.button.button--secondary:active {
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: rgba(80, 80, 80, 100);
  border: 2px solid #000000;
  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Tertiary Button */

.button.button--tertiary{
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
  border: 2px solid #ebebeb;
  border-radius: 0px;
  color: #212121;
  fill: #212121;
  padding: 12px 30px;
  text-transform: none;
}

.button.button--tertiary:hover,
.button.button--tertiary:focus,
.button.button--tertiary:active {
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(203, 203, 203, 1.0)

;
  border: 2px solid #CBCBCB;
  color: #212121;
  fill: #212121;
}

.button.button--tertiary:active {
  font-weight: 500; font-style: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 2px solid #CBCBCB;
  border-color: #ffffff;
  color: #717171;
  fill: #717171;
}


.button.button--simple,.btn3 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #F08A23;
  fill: #F08A23;
  text-transform: capitalize;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,.btn3:hover,.btn3:focus
.button.button--simple:focus {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #f08400;
  fill: #f08400;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



.button.button--simple:active,.btn3:active {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffd450;
  fill: #ffd450;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 2px none #cad5e2;
  border-radius: 18px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.2rem;
}

/* Form Title */

.form-title {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #cad5e2;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  font-size: 38px;
  padding: 0px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #212121;
  font-size: 21px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
  border: 1px solid #cad5e2;
  border-radius: 0px;
  color: #5E5E5E;
  font-size: 16px;
  padding: 15px 24px;
}

input[type='checkbox'],
input[type='radio']  
{
  background-color: 

  
  
    
  


  rgba(235, 235, 235, 1.0)

;
  border: 1px solid #cad5e2;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #212121;
}

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

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

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

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

::placeholder {
  color: #939393;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
  font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #00326D;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #f38f29;
  color: #00326D;
}

.hs-datepicker button.pika-button:hover {
  background-color: #212121 !important;
}

/* Form Rich 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: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
}

/* Submit */



form input[type='submit'],
form .hs-button {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 151, 48, 1.0)

;
  border: 2px solid #FD9730;
  border-radius: 0px;
  color: #fff;
  fill: #fff;
  padding: 12px 30px;
  text-transform: none;
  line-height: .75;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(231, 133, 33, 1.0)

;
  border: 2px solid #E78521;
  color: #fff;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 213, 113, 100);
  border: 2px solid #E78521;
  border-color: #ffd571;
}





form input[type='submit'],
form .hs-button {
  font-size: 16px;
  padding: 12px 30px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 0.0)

;
  border: 2px none #cad5e2;
  border-radius: 18px;
  padding: 0px 0px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #00326D;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
  border-bottom: px  ;
}

.header__container {
  max-width: 1350px;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  ;
  color: ;
}

.navigation-primary .menu-item a:active {
  ;
  color: ;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: ;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    ;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: ;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    ;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: ;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: ;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  ;
  color: ;
}

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

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #5E5E5E;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
  border-top: 1px solid #ccc;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1350px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



.footer--site-page h4 {
  font-weight: 500; font-style: normal; text-decoration: none;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #c1c1c1;
  font-size: 14px;
  text-transform: uppercase;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #c1c1c1;
}

.footer .hs-menu-item a:active {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #c1c1c1;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #5E5E5E;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(36, 36, 36, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #5E5E5E;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #0e0e0e;
}

.blog-index__post-title a:active {
  color: #aeaeae;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5E5E5E;
}

.blog-post__author-links svg {
  fill: #5E5E5E;
}

.blog-post__author-links a:hover svg {
  fill: #212121;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(243, 143, 41, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #f38f29;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #212121;
}

.blog-subheader__author-links a:hover {
  background-color: #f08400;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #212121;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #f08400;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #f08400;
}

.blog-pagination__link:active {
  color: #ffd450;
}

.blog-pagination__link:active svg {
  fill: #ffd450;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #dadada;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #dadada;
}

.blog-pagination__link--active {
  background-color: #212121;
  color: #fff;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}

/* Blog Search */

.blog-search form button {
  border-radius: 0px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Arimo, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #f38f29;
}

.hs-search-results__title:hover {
  color: #f38f29;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #212121;
  font-size: 21px;
  padding: 6px 0px;
}

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

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.2rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.2rem;
  padding: 15px 24px !important;
}





/* Icon */

body .icon svg {
  fill: #f38f29;
}

/* Pricing Table */

body .price-block__header {
  background-color: #f38f29;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #f38f29;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #5E5E5E;
}

body .social-links__icon:hover svg {
  fill: #5E5E5E;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #dadada;
}

body .statistic__info {
  color: #5E5E5E;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #f38f29;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #dadada;
}

body .tns-nav .tns-nav-active {
  background-color: #f38f29;
}

/* Common  Css Here */
:focus{outline:unset;}
.container{padding:0px 20px; float:none !important; max-width:1350px ; margin:0 auto !important;}
.dis-flex{display:flex; flex-wrap:wrap;}
.js-center{justify-content:center;}
.js-end{justify-content:flex-end;}
.al-center{align-items:center;}
.al-end{align-items:flex-end;}
.txt-left { text-align: left; }
.txt-center{text-align:center;}
.txt-right{text-align:right;}
blockquote{margin-bottom:20px;}
h1, h2, h3, h4, h5, h6{margin-block-start:0;margin-block-end:0; letter-spacing:-.02em;}
.bg-normal{background-size:cover; background-position:center center; background-repeat:no-repeat;}
.btn2:hover { opacity: 0.8; }
.btn1,.btn2,.btn3{transition:0.5s all ease; display:inline-block;}
ul,ol { padding-left: 20px ; margin-block-start:0; margin-block-end:0; }

.bh-block{display:block;}

.arimo-font{font-family:Arimo;}
.popins-font{font-family:HelveticaNeue;}
.roboto-font{font-family:Roboto;}
.open-font{font-family:Open Sans;}

.dnd-section.full-width-forcedd { padding: 0 !important; } 
.dnd-section.full-width-forcedd>div, .dnd-section.full-width-forcedd>div>div { padding-left: 0px !important; padding-right: 0px !important; max-width: none !important; } 

.primary-clr{color:#212121;}
.secondary-clr{color:#f38f29;}
.primary-hover:hover{color:#212121;}
.secondary-hover:hover{color:#f38f29;}

.ptop5 {padding-top:5px}
.ptop15 {padding-top:15px}
.ptop25 {padding-top:25px}
.ptop35 {padding-top:35px}
.ptop45 {padding-top:45px}
.ptop55 {padding-top:55px}
.ptop65 {padding-top:65px}
.ptop75 {padding-top:75px}
.ptop85 {padding-top:85px}
.ptop95 {padding-top:95px}
.ptop10{padding-top:10px;}
.ptop20{padding-top:20px;}
.ptop30{padding-top:30px;}
.ptop40{padding-top:40px;}
.ptop50{padding-top:50px;}
.ptop60{padding-top:60px;}
.ptop70{padding-top:70px;}
.ptop80{padding-top:80px;}
.ptop90{padding-top:90px;}
.ptop100{padding-top:100px;}

.pbtm5 {padding-bottom:5px}
.pbtm15 {padding-bottom:15px}
.pbtm25 {padding-bottom:25px}
.pbtm35 {padding-bottom:35px}
.pbtm45 {padding-bottom:45px}
.pbtm55 {padding-bottom:55px}
.pbtm65 {padding-bottom:65px}
.pbtm75 {padding-bottom:75px}
.pbtm85 {padding-bottom:85px}
.pbtm95 {padding-bottom:95px}

.pbtm10{padding-bottom:10px;}
.pbtm20{padding-bottom:20px;}
.pbtm30{padding-bottom:30px;}
.pbtm40{padding-bottom:40px;}
.pbtm50{padding-bottom:50px;}
.pbtm60{padding-bottom:60px;}
.pbtm70{padding-bottom:70px;}
.pbtm80{padding-bottom:80px;}
.pbtm90{padding-bottom:90px;}
.pbtm100{padding-bottom:100px;}

.ps0-5{padding:0px 5px;}
.ps0-10{padding:0px 10px;}
.ps0-15{padding:0px 15px;}
.ps0-20{padding:0px 20px;}
.ps0-25{padding:0px 25px;}
.ps0-30{padding:0px 30px;}
.ps0-35{padding:0px 35px;}
.ps0-40{padding:0px 40px;}
.ps0-45{padding:0px 45px;}
.ps0-50{padding:0px 50px;}
.ps0-55{padding:0px 55px;}
.ps0-60{padding:0px 60px;}

.mbtm5 {margin-bottom:5px}
.mbtm15 {margin-bottom:15px}
.mbtm25 {margin-bottom:25px}
.mbtm35 {margin-bottom:35px}
.mbtm45 {margin-bottom:45px}
.mbtm55 {margin-bottom:55px}
.mbtm65 {margin-bottom:65px}
.mbtm75 {margin-bottom:75px}
.mbtm85 {margin-bottom:85px}
.mbtm95 {margin-bottom:95px}

.mtop10{margin-top:10px;}
.mtop20{margin-top:20px;}
.mtop30{margin-top:30px;}
.mtop40{margin-top:40px;}
.mtop50{margin-top:50px;}
.mtop60{margin-top:60px;}
.mtop70{margin-top:70px;}
.mtop80{margin-top:80px;}
.mtop90{margin-top:90px;}
.mtop100{margin-top:100px;}


.mtop5 {margin-top:5px}
.mtop15 {margin-top:15px}
.mtop25 {margin-top:25px}
.mtop35 {margin-top:35px}
.mtop45 {margin-top:45px}
.mtop55 {margin-top:55px}
.mtop65 {margin-top:65px}
.mtop75 {margin-top:75px}
.mtop85 {margin-top:85px}
.mtop95 {margin-top:95px}
.mbtm10{margin-bottom:10px;}
.mbtm20{margin-bottom:20px;}
.mbtm30{margin-bottom:30px;}
.mbtm40{margin-bottom:40px;}
.mbtm50{margin-bottom:50px;}
.mbtm60{margin-bottom:60px;}
.mbtm70{margin-bottom:70px;}
.mbtm80{margin-bottom:80px;}
.mbtm90{margin-bottom:90px;}
.mbtm100{margin-bottom:100px;}

.fw-100{font-weight:100;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-900{font-weight:900;}

.w-20{width:20%;}
.w-25{width:25%;}
.w-30{width:30%}
.w-33{width:33.33%;}
.w-40{width:40%}
.w-45{width:45%;}
.w-48{width:48%;}
.w-50{width:50%;}
.w-52{width:52%;}
.w-55{width:55%;}
.w-58{width:58%;}
.w-60{width:60%}
.w-65{width:65%}
.w-70{width:70%}
.w-75{width:75%}
.w-80{width:80%}
.w-85{width:85%}
.w-90{width:90%}
.w-55 { width: 55%; } 
.w-45 { width: 45%; }

/* Font size class Here */
.font60{font-size:60px;}
.font52{font-size:52px;}
.font50{font-size:50px;}
.font40{font-size:40px;}
.font30{font-size:30px;}
.font28{font-size:28px;}
.font24{font-size:24px;}
.font32{font-size:32px;}
.font34{font-size:34px;}
.font20{font-size:20px;}
.font19{font-size:19px;}
.font18{font-size:18px;}
.font17{font-size:17px;}
.font16{font-size:16px;}
.font15{font-size:15px;}
.font14{font-size:14px;}
.font13{font-size:13px;}
.font12{font-size:12px;}

/* Footer Css Staert here */
.footer-logo { max-width: 150px; }
.footer-inner.dis-flex { margin: 0px -30px; }
.footer-btm-right { justify-content: flex-end;}
.footer-social-icon i { font-size: 23px; padding: 0px 10px; border-right: 2px solid; transition:0.5s all ease;} 
.footer-social-icon:last-child i { border: 0px; }
.footer-bottom { padding: 30px 50px 0px;  border:1px solid #ccc;  border-left:0px; border-right:0px; border-bottom:0px;}
.footer-btm-left p,.footer-inner-left-box p { margin-bottom: 0px ; }
.footer-top { padding: 0px 50px; } 
.footer-menu-hdr { margin-bottom: 8px ; }
.footer-menu-hdr h6{letter-spacing:0px;}
.footer--site-page{border-top:0px;}
.footer .footer-menu-box .hs-menu-item a:hover{color:#f08400 ;}

/* Search Input With Background Css Here */
.mr-search form{background-color:transparent; padding:0px; max-width:730px; margin:0 auto; position:relative;}
.mr-search form input.hs-search-field__input{border:10px solid; border-radius:8px; height:80px; line-height:80px; color:#ccc; padding:0px 30px;}
.mr-search form button { position: absolute; top: 50%; right: 10px ; color: #fff; content: "\f002"; font-family: FontAwesome; transform: translateY(-50%); cursor: pointer; background-color: transparent; border: 0; margin-bottom: 0px;}
.mr-search form input.hs-search-field__input::placeholder{color:#ccc;}
.hs-search-field__bar button svg { height: 17px !important;  fill: #ccc;}

/* Home Page On Demand Two Column Css Here */

.mer-demand-overlay{position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.mer-demand-left-inner-content { position: relative; z-index: 1; padding: 130px 70px 180px 30px; }
.mer-demand-right { padding: 50px 30px ; box-shadow: 1px 1px 4px -1px rgb(0 0 0 / 20%); margin-left: -60px ; z-index: 2; position: relative;}
.mer-demand-left-inner{ margin-top: -140px ; z-index: 1; position: relative; padding: 30px ; }

/* Solutions Two Column Css Here */
.mer-solution-top-left { min-height: 800px; display: flex; align-items: center; padding: 60px 200px 60px 60px; }
.mar-solution-cat-list-box,.mar-solution-btm-cat-list{margin-bottom:5px; position:relative; transition:0.5s all ease;}
.mer-solution-top-right,.mar-solution-cat-list-box{padding:30px;}
.mer-solution-top-right { margin-left: -15%; box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%); margin-top:-6%;}
.mar-solution-cat-list-box{margin-bottom:5px;}
.mar-solution-cat-link a,.mer-solution-bottom-right-link a{position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.mer-solution-bottom-right-inner { min-height: 276px ; display: flex; justify-content: center; align-items: flex-end; padding: 15px ; position: relative; margin-bottom: -115px ;}
.mer-solution-bottom-right-inner-content p { margin-bottom: 0px; }
.mer-solution-bottom-right-inner-content { padding: 20px 25px; }
.mer-solution-bottom-right { padding-left: 115px ;  z-index: 1;margin-top: 40px; }
.mer-solution-bottom{border-top:1px solid }
.mer-solution-top { margin-top: -290px ; position:relative;}
.mar-solution-btm-cat-list h5{letter-spacing:unset;}

/* Simple Three Column Module Css Here */
.mr-thre-clmn-box-inner{padding:35px 30px; transition:0.5s all ease;}
.mr-thre-clmn-box-decription h6 { margin-bottom: 25px; text-transform: uppercase; letter-spacing: -0.02em; } 
.mr-thre-clmn-box-decription h3 { margin-bottom: 20px;}
.mer-top-margin{margin-top:-100px;}
.mr-three-clmn{max-width: 930px ; margin-left: auto; position:relative;}

/* Home - Event On Demand Two Column Module */
.mer-demand-left-inner { margin-top: -140px; z-index: 1; position: relative; padding: 30px; }
.mer-demand-right { padding: 50px 30px; box-shadow: 1px 1px 4px -1px rgb(0 0 0 / 20%); margin-left: -60px; z-index: 2; position: relative; }
.mer-demand-left-inner-content { position: relative; z-index: 1; padding: 130px 70px 180px 30px; }
.mer-demand-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; z-index: -1; } 


/* Banner Slider Module Css Here */
.btn.mer-slider-cta:first-child a {margin-right:15px;}
.mer-slider-list h1{margin-bottom:10px;}
button.slide-arrow.prev-arrow{ font-size: 0; padding: 0; line-height: 0; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); background-color: transparent; display:flex; justify-content:center; left: 15px ; text-align:center; border: 1px solid #fff; right: unset; width: 60px ; height: 60px ; border-radius: 0; font-size:30px; color:#fff; z-index:99;animation: fadeIn 1s both;}
button.slide-arrow.next-arrow{ font-size: 0; padding: 0; line-height: 0; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); background-color: transparent; display:flex; justify-content:center; left: unset; right:15px; text-align:center; border: 1px solid #fff;  width: 60px ; height: 60px ; border-radius: 0; font-size:30px; color:#fff; z-index:99;animation: fadeIn 1s both;}
/* .mer-slider-list button.slick-prev.slick-arrow:before{position:absolute; content:"\f104"; font-size:20px; border: 2px solid #fff; width: 60px ; height: 60px ; display: flex; justify-content: center; align-items: center;  font-family: 'FontAwesome';font-size: 36px; color: #fff; font-weight: 100; }
.mer-slider-list button.slick-next.slick-arrow:before{position:absolute; content:"\f105"; font-size:20px; border: 2px solid #fff; width: 60px ; height: 60px ; display: flex; justify-content: center; align-items: center;  font-family: 'FontAwesome';font-size: 36px; color: #fff; font-weight: 100; }
.mer-slider-list button.slick-arrow.slick-next{font-size: 0; padding: 0;  line-height: 0; margin: 0;  position: absolute; top: 50%; transform: translateY(-50%); background: transparent; left: 0 ; right:15px; border:0px; left:unset;} */
.mer-slider-arrows { display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; transform: translateY(-50%); }
.mr-banner-slide-bg { padding: 0px 80px ; }
.mer-slider-decription{max-width:725px; margin-left: 0;}
button.slick-arrow { display: none !important; }
/* .mer-slider-list:hover button.slick-arrow{display:flex !important;}  */
.mer-slider-list button.slick-arrow{display:flex !important;} 


/* Header Css Hstart Here */

/******************************************************************************************************************************************************************************
Menu Css
*******************************************************************************************************************************************************************************/
.mer-header 
{ 
  position: fixed; 
  top: 0;
  left: 0; 
  width: 100%;
  z-index: 999999; 
  transition: 0.5s all ease; 
  background-color:

  
  
    
  


  rgba(36, 36, 36, 1.0)

 !important; 
} 
.mer-fix-hdr { margin-top: 105px; }
/* .mer-header{position:relative;} */
.mer-header-logo { width: 180px; } 

.mer-header-right { width: calc(100% - 180px); justify-content: flex-end; }
.mer-header .mer-header-menu ul > li:hover a{text-decoration:none !important;}
.mer-hdr-search i { font-size: 17px; color: 

  
  
    
  


  rgba(243, 243, 243, 1.0)

; font-weight: 100; }
.hs-menu-wrapper ul{padding:0;list-style:none;}

/*************************************Depth 1****************************************************/
.mer-header .mer-header-menu .hs-menu-wrapper > ul{display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;justify-content: flex-end;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-1 > a{color:

  
  
    
  


  rgba(243, 243, 243, 1.0)

; padding: 12px 18px 20px; display: inline-block; font-size:18px; font-family:Open Sans; font-weight:400;} 


/*************************************Depth 2****************************************************/
.mer-header .mer-header-menu ul > li.hs-menu-depth-1.hs-item-has-children{position:relative;}
/* .mer-header .mer-header-menu ul > li.hs-menu-depth-1:hover{background:#f1c319;} */
.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > a{color:

  
  
    
  


  rgba(243, 243, 243, 1.0)

;padding:12px 15px;display: inline-block;font-size:14px; text-align:left; line-height:normal; font-weight:400; width: 100%;} 
.mer-header .mer-header-menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{position: absolute; background: #242424; width: auto; min-width: 245px; visibility: hidden; z-index:1; text-align:left;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{visibility:visible;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-1 > .child-trigger{position: absolute; top:40%;right:12px;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-1 > .child-trigger i{position: relative;}
/*.wrapper-header .menu ul > li.hs-menu-depth-1:hover > .child-trigger i:before{color:transparent;}*/
.mer-header .mer-header-menu ul > li.hs-menu-depth-1 > .child-trigger i:before{content: "\f078";font-family: FontAwesome;font-style: normal;font-weight: 700;text-decoration: inherit;color: #b2b2b2;font-size: 8px;position: absolute;top: 60%;left: 0px;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }

/*************************************Depth 3****************************************************/
.mer-header .mer-header-menu ul > li.hs-menu-depth-2.hs-item-has-children{position: relative;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: absolute; background: #242424; width: 100%; min-width:245px;visibility: hidden;left:100%;top:0px;border-left:1px solid #fff; z-index:1; text-align:left;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-2:hover > ul.hs-menu-children-wrapper{visibility:visible;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > .child-trigger{ position: absolute; top: 0px; right: 20px; }
.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > .child-trigger i{position: relative;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > .child-trigger i:before{content: "\f078";font-family: FontAwesome;font-style: normal;font-weight: 700;text-decoration: inherit;color: #b2b2b2; font-size: 8px;position: absolute;top: 12px;left: 3px;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/*.wrapper-header .menu ul > li.hs-menu-depth-2:hover > .child-trigger i:before{color:transparent;}*/
.mer-header .menu ul > li.hs-menu-depth-3 > a{color:

  
  
    
  


  rgba(243, 243, 243, 1.0)

; padding:12px 15px;display: inline-block;font-size:14px; text-align:left; line-height:normal; font-weight:500; width: 100%;} 
.mer-sub-menu-hdr p{font-size: 18px; color: #fff; margin-bottom: 0; font-weight: 700;}

.mer-header .mer-header-menu ul > li.hs-menu-depth-3 > a {color:

  
  
    
  


  rgba(243, 243, 243, 1.0)

;padding:12px 15px;display: inline-block;font-size:14px; text-align:left; line-height:normal; font-weight:400; width: 100%;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-3.hs-item-has-children{position: relative;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-3 > ul.hs-menu-children-wrapper{position: absolute; background: #242424; width: 100%; min-width:245px;visibility: hidden;left:100%;top:0px;border-left:1px solid #fff; z-index:1; text-align:left;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-3:hover > ul.hs-menu-children-wrapper{visibility:visible;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-3 > .child-trigger{ position: absolute; top: 0px; right: 20px; }
.mer-header .mer-header-menu ul > li.hs-menu-depth-3 > .child-trigger i{position: relative;}
.mer-header .mer-header-menu ul > li.hs-menu-depth-3 > .child-trigger i:before{content: "\f078";font-family: FontAwesome;font-style: normal;font-weight: 700;text-decoration: inherit;color: #b2b2b2; font-size: 8px;position: absolute;top: -1px;left: 3px;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/*.wrapper-header .menu ul > li.hs-menu-depth-2:hover > .child-trigger i:before{color:transparent;}*/
.mer-header .menu ul > li.hs-menu-depth-3 > a{color:

  
  
    
  


  rgba(243, 243, 243, 1.0)

; padding:12px 15px;display: inline-block;font-size:14px; text-align:left; line-height:normal; font-weight:500; width: 100%;} 
.mer-sub-menu-hdr p{font-size: 18px; color: #fff; margin-bottom: 0; font-weight: 700;}

.mer-sub-menu-list ul li a{font-family:Arimo !important;}
.mer-sub-menu-list ul li a:hover,.mer-sub-menu-list ul li a:hover,.mer-header .mer-header-menu ul>li.hs-menu-depth-2>a:hover, .mer-header .mer-header-menu ul>li.hs-menu-depth-3>a:hover{color:#f38f29 !important;}
/* .mer-header-right ul li a{transition:0.5s all ease;} */
.axon-add-m1 a{position:relative;}
.axon-add-m1>a:after{content: "\f078";font-family: FontAwesome;font-style: normal;font-weight: 700;text-decoration: inherit;color: #b2b2b2;font-size: 8px;position: absolute;top: 50%; right: 0; transform: translateY(-50%); transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ;}

.mer-hdr-search{position:relative; cursor:pointer; top:26%;}
.mer-hdr-searc-bar{position:absolute !important; background-color: #242424 !important;  top: unset; width: 300px ; right: 0px ; bottom: -37px; padding: 10px; z-index: 1; display:none; transform:scale(0); transition:0.5s all ease;}
.mer-hdr-searc-bar form{border: 0; border-radius: 0; padding: 0px ; background-color: #242424 !important;  display:flex; }
.mer-hdr-searc-bar input.hs-search-field__input {width: calc(100% - 30px) !important;}
.mer-hdr-searc-bar form button { width: 30px ; margin: 0; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: center; }
.mer-hdr-searc-bar.mer-zoom-search{transform:scale(1); z-index:999;} 

@media(max-width:1440px){
  .mer-header-logo {width: 150px;}
   
  .mer-header-right { width: calc(100% - 150px);}
  .mer-fix-hdr{margin-top:91px;}
}


/*   @media(max-width:1100px){
.mer-header .mer-header-menu ul li.hs-menu-depth-1 > a{font-size:14px;padding: 30px 15px;} 
} */

@media(min-width:1101px){
  .mer-hdr-btn {  margin: 0 15px 0 24px;}
  .axon-add-m1 .child-trigger { display: none; }
  .mer-header .mer-header-menu .hs-menu-wrapper>ul{    align-items: center;}
  .mer-header .hs-menu-wrapper{display:block !important; }
  .mer-header .mobile-trigger{display: none!important;}
  .mer-header-menu.custom-menu-primary.js-enabled { margin-right: 0px; } 
  /*     .child-trigger { display: none; }
  .hs-item-has-children a { position: relative; }
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1.hs-item-has-children{position:unset !important;}
  .hs-item-has-children a:after{content: "\f107";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;color: #f3f3f3;font-size: 14px;position: absolute;top: 23px;right: 0;transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ;} */
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1.hs-item-has-children:first-child { position: unset; }
  ul.hs-menu-children-wrapper.axon-add-m1.athvia-submenu-main{left: unset !important; opacity: 1; top: 75%; right: 30px;  max-width: 1370px; padding:30px;}
  ul.hs-menu-children-wrapper.axon-add-m1.athvia-submenu-main { display: block !important; } 
  li.mer-sub-menu-box { width: 50% !important; }
  .mer-sub-menu-list ul { display: block !important; }
  .mer-sub-menu-list ul li a { padding: 0px !important; font-size:14px !important; text-transform:capitalize !important; color:#f3f3f3 !important;}
  .mer-sub-menu-list ul li { position: relative; padding-left:12px;}
  .mer-sub-menu-list ul li:before{position: absolute; top: 4px ; left: 0; content: "\f0da"; font-size: 12px; color: #f93; font-family: FontAwesome;}
}

@media(max-width:1200px){
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1>a{padding:20px 15px;}
  .mr-banner-slide-bg{padding: 0px 100px;}
}

@media(max-width:1150px){
  .mer-header-logo {width: 130px;}

  .mer-header-right { width: calc(100% - 130px);}
  .mer-fix-hdr{margin-top:88px;}
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1>a{font-size:16px;}
}


@media(max-width:1100px){
  .mer-header{padding:20px 0;}
  /*   .mer-header {    overflow: hidden;} */
  body.mobile-open .merlin-section.mer-header.m-com {    overflow: inherit;}

  /**********************************************Toggle Icon***************************************/
  .mer-header .mobile-trigger{display: inline-block !important; cursor: pointer; position: absolute; right: 20px; width: 35px; padding: 20px 0px; z-index: 12; top: 40px; transform: translateY(-50%); z-index:99999; transition:0.5s all ease;}
  .mer-header .mobile-trigger .line {display: block;background:#fff;width: 35px;height:3px;position:absolute;left: 0;border-radius: 4px;}
  .mer-header .mobile-trigger .line.line-3{top:50%;}
  .mer-header .mobile-trigger.active-re .line-3 { transform: translateY(-21px) translateX(0) rotate(-45deg); -webkit-transform: translateY(-21px) translateX(0) rotate(-45deg); -moz-transform: translateY(-21px) translateX(0) rotate(-45deg);}
  .mer-header .mobile-trigger.active-re .line.line-3 {top:90%;}
  .mer-header .mobile-trigger .line.line-2{top:25%;}
  .mer-header .mobile-trigger.active-re .line-2 { opacity: 0;}
  .mer-header .mobile-trigger .line.line-1{top:0;}
  .mer-header .mobile-trigger.active-re .line-1{top:22%;}
  .mer-header .mobile-trigger.active-re .line-1 { transform: translateY(5px) translateX(0) rotate(45deg); -webkit-transform: translateY(5px) translateX(0) rotate(45deg); -moz-transform: translateY(5px) translateX(0) rotate(45deg);}

  /**********************************************Depth 1***************************************/
  .mer-header-menu>span>.hs-menu-wrapper{ position:fixed; width:100%; display:block; background:#222; max-width:0; right:0; z-index:9999; opacity: 0; visibility: hidden; top: 0; padding-top: 101px ; height:100vh; overflow-y:scroll; transition:0.5s all ease;}
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1{ border-bottom: 1px solid #444;}
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1 > a,.mer-header .mer-header-menu ul>li.hs-menu-depth-2>a{color:#ccc;padding: 15px 50px; text-align:left; width:100%; font-family:Open Sans; text-transform:capitalize; font-weight:400;} 

  /**********************************************Depth 2***************************************/
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1 ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible;}
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1 > .child-trigger { position: absolute; top: 0 ; right: 0; width: 50px ; height: 58px ; display: flex; align-items: center; justify-content: center; }
  .mer-header .mer-header-menu ul > li.hs-menu-depth-2,.wrapper-header .menu ul > li.hs-menu-depth-3 { border-top: 1px solid #444; }
  .mer-header .mer-header-menu ul > li.hs-menu-depth-1 > .child-trigger.child-open i:before ,.mer-header .mer-header-menu ul > li.hs-menu-depth-2 > .child-trigger.child-open i:before {display:inline-block; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; transform: translateY(0) translateX(0) rotate(90deg);-webkit-transform: translateY(0px) translateX(0) rotate(90deg); -moz-transform: translateY(0) translateX(0) rotate(90deg);}{transform: translateY(0) translateX(0) rotate(90deg);-webkit-transform: translateY(0px) translateX(0) rotate(90deg); -moz-transform: translateY(0) translateX(0) rotate(90deg); }

  /**********************************************Depth 3***************************************/
  .mer-header .mer-header-menu ul > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{position: relative;display:none;visibility:visible;left:0;}
  .mer-hdr-btn{margin:15px 0; text-align: left; padding: 0px 50px ;}
  .mer-hdr-search { position: absolute; top: 43%; transform: translateY(-50%); right: 80px ; z-index:5;}
  .mer-header .mer-header-menu .hs-menu-wrapper>ul{display:block !important;}
  .mer-hdr-search i{font-size:20px;}

  .mobile-open .mer-header-menu>span>.hs-menu-wrapper{right:0px; max-width:350px; opacity: 1; visibility: visible; height:100vh;}
  body.mobile-open:before{background-color:rgba(255,153,51,0.95); position:absolute; top:0; left:0; width:100%; height:100%; z-index:998; content:"";} 
  body.mobile-open{position:relative; z-index:999;}
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1>.child-trigger i:before,.axon-add-m1 a:after{content:"\f105"}
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1>.child-trigger i:before{top:0;position:relative;}
  .axon-add-m1 a:after{right:20px;}
  .mer-header .mer-header-menu ul>li.hs-menu-depth-2>a{position:relative;}
  .mer-header .mer-header-menu ul>li.hs-menu-depth-2>a:before{position:absolute; top:50%; transform:translateY(-50%); content:"\f068"; color:#ccc; font-size:10px; left:28px; font-family:'FontAwesome'; font-weight:400; }
  body.mobile-open .mer-hdr-search{position:fixed; top: 49px;}
  body.mobile-open .mobile-trigger{position: fixed; transform: rotate( 180deg); top: 25px ;}
  .mer-hdr-btn.mobile-btn { display: block; }
  .axon-add-m1 a:after{display:none;}
  .mer-sub-menu-hdr { padding: 16px 50px 0px 50px; position: relative; }
  .mer-sub-menu-list ul li a {position: relative; }
  .mer-sub-menu-list ul li a:before,.mer-sub-menu-hdr:before{  position: absolute; top: 50%; transform: translateY(-50%); content: "\f068"; color: #ccc; font-size: 10px; left: 28px ; font-family: 'FontAwesome'; font-weight: 400;}
  .mer-sub-menu-hdr:before{transform: translateY(-10%);}
  li.mer-sub-menu-box.hs-item-has-children.depth-3 { width: 100% !important; }
  .mer-header .mer-header-menu ul>li.hs-menu-depth-1>a{font-size:14px;}
  .mer-sub-menu-hdr p{font-size:15px; color:#f17630;}
  .mer-sub-menu-list { padding-left: 20px ; }
  .mer-hdr-searc-bar{right:37px; bottom:-20px;}
  .mer-fix-hdr {margin-top: 82px;}
}

/* Solution Inner Css Start here */

.mer-simple-banner .container{margin-left:auto !important;}
.inner-content.mer-simple-banner-inner { margin-left: auto; position:relative; z-index:1;}
.mer-s-top-img{margin-top:-110px; position:relative; z-index:1; padding-left:1%;}
.mer-s-inner-left { padding-right: 60px; }
.mer-clmn-revert .mer-s-inner-left{order:2; padding:0px 0px 0px 40px; width:48%;}
.mer-clmn-revert .mer-s-inner-right{order:1; text-align:center; padding-left:35px; width:52%;}
.mer-three-logo-box.w-33 { margin: 0px 15px 50px; width: calc(33.33% - 30px); border-radius: 5px; position:relative; z-index:1; height:185px; transition:0.5s all ease;}
.mer-three-logo-box.w-25{ margin: 0px 15px 50px; width: calc(25% - 30px); border-radius: 5px; position:relative; z-index:1; height:185px; transition:0.5s all ease;}
.mer-three-logo-box-link a,.mer-fe-five-clmn-box-link a{position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.mer-three-logo-box:hover img,.mer-three-logo-box:hover { opacity: 0.8; }
.mer-three-logo-box:hover img{transition:0.5s all ease;}
.mer-fe-five-clmn-box { margin: 0px 15px 20px; width: calc(20% - 30px); height: 145px; padding: 20px; text-align: center; position:relative; transition:0.5s all ease;  }
.mer-fe-five-clmn-inner>.dis-flex{margin:0 -20px;}
.mer-fe-five-clmn-box-content{height:100%;}
.mr-so-slid-right {justify-content: flex-end; display: flex; }
.three-clm-slider-box { padding: 30px; position: relative; z-index:1; min-height:170px; transition:0.5s all ease;}
.three-clm-slider-box-link a{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
/* .three-clm-slider-inner .slick-slide>div { margin: 0px 20px; } */
/* .three-clm-slider-inner.slick-initialized.slick-slider { padding: 0px 20px; } */
.three-clm-slider-inner button.slick-arrow{display:block !important;}
.three-clm-slider-inner button.slick-arrow { font-size: 0; padding: 0; border: 0; position: absolute; top:20%; }
.three-clm-slider-inner button.slick-arrow.slick-prev:before { position:absolute; font-size: 50px; color: #ccc; font-family: 'FontAwesome'; right: 0; top: 0; content:"\f104"; line-height: 1;}
.three-clm-slider-inner button.slick-arrow.slick-next:before { position:absolute; font-size: 50px; color: #ccc; font-family: 'FontAwesome'; right: 0; top: 0; content:"\f105"; line-height: 1; }
.three-clm-slider-inner button.slick-arrow.slick-next{right:-15px;}
/* .three-clm-slider-inner button.slick-arrow.slick-prev{left:0px;} */
.three-clm-slider-box{width:calc(33.33% - 40px); margin:0 20px;}
span.hs-form-required{color:red !important;}
.three-clm-slider-box-content h5 { letter-spacing: 0; }

/********************** Blog Listing Css Here ********************/

.mer-blog-listing .container,.mer-pagination-bg .container{max-width:1250px !important;}
.blog-section.mer-blog-listing{padding:70px 0px 30px; background-color:#ececec;}
.post-listing-hdr { padding-bottom: 20px; border-bottom: 2px solid #ccc; }
.ag-blog-fe-img{height:200px;}
.mer-blog-list-box-inner { background-color: #fff; height:100%; border-radius:3px; overflow:hidden;}
.mer-blog-list-title{padding:25px;}
.dis-flex.post-listing { margin: 0px -15px ; }
a.blog-pagination__link.blog-pagination__prev-link,a.blog-pagination__link.blog-pagination__next-link { display: none; }
.mer-page-number{margin-left:auto; padding-left: 20px;}
.blog-pagination__link { color: #212121; width: 40px ; height: 40px ; display: flex; justify-content: center; background-color: #fff; border-radius: 5px ; align-items: center; font-size:15px; margin-right: 5px; transition:0.5s all ease; }
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active { background-color: #f38f29; color: #fff; }
.blog-pagination__link:hover{background-color:#212121; color:#fff;}
.mer-page-number *{font-size:15px; font-weight:400;}
.mer-blog-banner p.font24{font-size:24px;}
.ag-blog-fe-img{position:relative; z-index:1;}
.ag-blg-overlay{position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; opacity:0; visibility:hidden; transition:0.5s all ease;}
.ag-blog-fe-img:hover .ag-blg-overlay{opacity:1; visibility:visible;}
.mer-blog-list-title h5 a{font-weight:500; font-family:HelveticaNeue;}
.mer-menu-trigger{display:none;}
.mer-menu-trigger p{margin-bottom:0px; font-size: 17px; color: #ccc !important; padding-left:20px;}
.mer-header-inner{position:relative;}
.mer-blog-list-title h5 a{transition:0.5s all ease;}
.three-clm-slider-inner{margin:0 -20px;}

/*********************** Blog Posting Css Here ******************************/

.mer-blg-post-body{padding-bottom:200px;}
.mer-post-banner,.mer-post-fe-img{height:320px;}
.mer-posting .container{max-width:890px;}
.mer-post-fe-img {box-shadow:0 3px 3px rgb(0 0 0 / 4%), 0 6px 6px rgb(0 0 0 / 4%), 0 12px 12px rgb(0 0 0 / 4%), 0 24px 24px rgb(0 0 0 / 4%), 0 48px 48px rgb(0 0 0 / 4%); margin-top:-27%; border-radius:5px; position:relative; z-index:1;}
.mer-post-hdr h1{color:#212121;}
.mer-post-info * { font-size: 14px; color:#212121; margin-bottom:0px; line-height:1;}
.mer-post-author { padding-left: 5px ; }
.mer-post-info{border-bottom:2px solid #ccc;}
.mer-post-body a{color:#f38f29;}
.mer-post-body h2,.mer-post-body h3,.mer-post-body h4,.mer-post-body h5,.mer-post-body h6{margin-bottom:20px;}
.mer-post-body h2{font-size:28px;}
.mer-post-nex-arrow{position: fixed; height: 110px ; top: 50%; right:0; cursor:pointer; background-color: rgba(0,0,0,0.1); background: #0000001a; color: #fff; padding: 15px; text-decoration: none; z-index: 501; -webkit-transform: translate3d(0,0,0);}
.mer-post-nex-arrow.mer-post-pre-arrow{left:0; right:unset; transition:0.5s all ease; opacity:0; visibility:hidden; }
.mer-post-nex-arrow.mer-post-pre-arrow.mer-left-open{opacity:1; visibility:visible;}
.mer-next-inner{position: fixed; width:270px; transform:translateX(270px); height: 110px; top: 0; right:0; cursor:pointer; visibility: hidden; opacity: 0; padding: 15px 35px 15px 15px; transition:0.5s all ease;}
.mer-post-nex-arrow i{font-size:20px; line-height:1; z-index:2;}
.mer-next-inner-bg { width: 80px; height: 80px; border-radius: 50%; }
.mer-post-nex-arrow:hover .mer-next-inner{ right:0; transform:translateX(0px); visibility:visible; opacity:1; z-index:1;} 
.mer-next-inner-content p{margin-bottom:0px; font-size:13px;}
.mer-next-inner-content{padding-left:5px; width:calc(100% - 80px);}
.mer-left-fix-box{ display: flex; flex-wrap: wrap; width: 45px; position:fixed; top:50%; justify-content:center; }
/* .mer-top-share-list.ss-list { display: flex; flex-wrap: wrap; width: 45px; position:fixed; top:50%; } */
.ss-list a,.mer-dooted-box a{ background-color: #b9b9b9; width: 45px ; height: 45px ; margin-bottom: 3px ; border-radius: 0px 4px 4px 0px ; padding: 10px ; display: inline-block; text-align: center;  transition:0.5s all ease;}
.ss-list a i{color:#fff;}
a.tw-share:hover{background-color:#0092cc}
a.fb-share:hover{background-color:#314a83}
a.ln-share:hover{background-color:#0f699b}
.mer-dooted-box span { width: 5px ; height: 5px ; border-radius: 50%; background-color: rgba(0,0,0,0.2); display: inline-block; }
.popup-commen { border-radius: 5px !important; position: relative; padding: 50px !important; background-color: #fff !important; border: 0px !important; box-shadow: 0 3px 9px rgb(0 0 0 / 50%) !important; max-width: 900px ; margin: 0 auto; z-index: 9999 !important; }
/* .mer-dooted-box { display: flex; flex-wrap: wrap; width: 45px; position:fixed; top:55%; } */
.at-share-btn-elements {display: flex; flex-wrap: wrap; } 
.at-share-btn-elements a.at-share-btn { width: calc(33.33% - 4px);}
.at-resp-share-element .at-share-btn .at-label{font-family:Open Sans !important; font-size:14px !important;}
.mer-post-down-arrow-inner {width:24px; height:24px; border-radius:50%; cursor:pointer; background-color:#b9b9b9; display:inline-block; text-align:center; line-height:24px; transition:0.5s all ease; opacity:0; visibility:hidden;}
.mer-post-down-arrow:hover .mer-post-down-arrow-inner {opacity:1; visibility:visible;}
.mer-left-fix-box-top { width: 45px ; left: 0; transform: translateX(0px ); transition:0.5s all ease;}
.mer-left-fix-box-top.mer-ss-toggle { width: 45px; left: 0; transform: translateX(-45px); }
span.mer-post-down-arrow-inner.mer-icon-rotate { transform: rotate( 180deg); border-radius: 5px; left: -13px; position: relative; }
.mer-post-box-content-link a{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.mer-next-inner.dis-flex.mer-pre-post-inner { left: 0; right: unset; transform: translateX(-270px); }
.mer-post-nex-arrow.mer-post-pre-arrow:hover .mer-next-inner.dis-flex.mer-pre-post-inner { transform: translateX(0px ); }
.mer-next-inner.mer-pre-post-inner { padding: 15px 15px 15px 35px; }
.mer-next-inner.mer-pre-post-inner .mer-next-inner-content{padding:0px 10px 0px 0px;}
.mer-mb-share{display:none;}
button.mfp-close{line-height:1 !important; height:auto !important;}
button.mfp-close:active,button.mfp-close:focus, button.mfp-arrow:hover,button.mfp-arrow:focus{background-color:transparent; color:#333 !important; border: 0 !important;}
button.mfp-close:hover { background: transparent !important; border: 0 !important; color: #333 !important; }
.mfp-close:active { top: 0 !important; }
.mer-blg-post-body h1, .mer-blg-post-body h2, .mer-blg-post-body h3, .mer-blg-post-body h4, .mer-blg-post-body h5, .mer-blg-post-body h6 { letter-spacing: -0.02em !important; }
.bh-fig-box { width: calc(50% - 10px); margin: 0px 5px 30px; position:relative; }
.bh-fig-box:before{position: absolute; content: ""; width: 100%; height: 100%; overflow: auto; padding: 3em 0.77em 0.7em; color: #fff; text-align: center; font-size: .8em; background: linear-gradient(0,rgba(0,0,0,.7),rgba(0,0,0,.3) 25%,transparent); box-sizing: border-box; margin: 0; z-index: -1; left: 0;}
.bh-fig-box span { padding: 20px; color: #fff; display: inline-block; font-size: 13px; line-height: 26px; text-align: center; }


/****************** Executive Resources Center Css Start here ***********************/

/* Two Column Banner Css Here */
.mer-two-clmn-banner{z-index:2; position:relative}
.mer-two-clmn-banner:before{position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; content:"";}
.mer-two-clmn-banner-left{width:183px;}
.mer-two-clmn-banner-right{width:calc(100% - 183px); padding-left:75px;}
.mer-so-overview-left { padding-right: 80px; }
.main-img.bg-normal { height: 247px; border-radius: 5px 5px 0px 0px; position: relative; z-index:2;}
.post-overlay{opacity:0; visibility:hidden; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; transition:0.5s all ease;}
.main-img.bg-normal:hover .post-overlay{opacity:1; visibility:visible;}
.mer-so-recent-left-inner .post-body{padding:30px;}
.mer-so-recent-box { padding: 30px; }
.mer-so-recent-right { padding-left: 75px; }
.mer-faq-content { padding: 12px 30px; background-color: #fff; display:none;} 
.mer-faq-content p ,.mer-faq-hdr *{ margin-bottom: 0px; }
.mer-faq-hdr { position:relative; padding: 20px 30px 20px 50px; margin-top: 5px !important; cursor:pointer; margin-bottom: 0px !important;  -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; font-size: 17px; font-weight: 500;  border: 1px solid #f1f1f1 !important; -webkit-transition: all .3s ease-in !important; -moz-transition: all .3s ease-in !important; -o-transition: all .3s ease-in !important; -ms-transition: all .3s ease-in !important; transition: all .3s ease-in !important; }
.mer-faq-hdr:before,.mer-accordion-hdr:before{position:absolute; top:20px; left:20px; content:"\f067"; font-size:17px; color:#f38f29; font-family: 'FontAwesome'; transition:0.5s all ease;}
.mer-faq-hdr.active:before,.mer-accordion-hdr.active:before{content:"\f068";}
.mer-so-faq-bg-inner-left{padding-right:75px;}
.mer-sec-faq-clmn-box{margin:0px 35px; width:calc(50% - 70px);}
.mer-sec-faq-inner{margin:0px -35px;}
.mer-se-pointer-none{opacity: .4 !important; pointer-events: none;}
.mer-order-event-expire p { margin-bottom: 0px;} 
.mer-order-event-expire { margin-left: auto; padding: 3px 10px ; border-radius: 5px;} 
.mer-order-event { padding-left: 100px;}
.mer-order-event-date { position: relative; } 
.mer-order-event-date:before { position: absolute; top: 7px; left: -35px; width: 5px; height: 5px; background-color: #e1e1e1; border-radius: 50%; content: ""; } 
.mer-order-event-date:after { position: absolute; top: 9px; left: -55px; width: 20px; height: 1px; background-color: #e1e1e1; content: ""; }
.mer-order-pattern-bg { height: 40px ; background: rgb(255,255,255); background: linear-gradient( 90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 42%); position: relative; margin-right: 30px; margin-left:25px;}
.triangle-right { width: 0; height: 0; margin-left: auto; }
.triangle-right { border-left: 30px solid #e6e6e6; position: absolute; right: -30px ; top: 50%; transform: translateY(-50%); }
.triangle-left, .triangle-right { border-top: 18px solid transparent; border-bottom: 18px solid transparent; }
.mer-pattern-cicle { width: 40px; height: 40px ; background-color: #f38f29; border-radius: 50%; border:10px solid #f1f1f1; position:relative; z-index:2;}
.mer-pattern-cicle:before { position: absolute; top: -57px; left: 0; right: 0; margin: 0 auto; width: 1px; height: 47px; content: ""; background-color: #e1e1e1; z-index: 1; }
.mer-order-description { padding: 30px 20px 15px 25px; } 
.mer-order-description p { margin-bottom: 0px; }
.triangle-top { border-bottom: 30px solid ; }
.triangle-top { position: absolute; top: -17px ; left: 14px ;}
.mer-order-description{position:relative;}
.triangle-top { border-left:30px solid transparent; border-right: 30px solid transparent; }
.triangle-top{ width: 0; height: 0;  }
.mer-order-slider-bg .slick-slide>div { margin: 0px 13px; }
.mer-order-slider-bg button.slick-arrow { display: flex !important; background-color: #e1e1e1; width: 40px; height: 40px; border-radius: 50%; border:0px;}
.mer-order-slider-bg button.slide-arrow.next-arrow{right:0;}
.mer-order-slider-bg button.slide-arrow.prev-arrow{left:0}
.mer-order-slider-grp{padding:0px 50px;}
.mer-order-cta-grp .btn { padding: 0px 40px; }

/************************************ Eo Section Page Css here ************************/
.mer-sections-two-clmn-left { padding-right: 75px; }
.mer-sections-two-clmn-right-hdr { border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 35px; }
.mer-section-hdr-box a{font-size: 16px; font-weight: 500 ; margin-top: 5px ; margin-bottom: 5px ;}
.mer-btm-box-section{padding: 40px 40px; color: #415664; font-size: 14px; border: 1px solid #e8ebee; border-radius: 5px;}
.mer-section-hdr-disable a{opacity:0.4; pointer-events:none;}
.mer-section-grp { border-top: 1px solid #f2f2f2; padding-top: 10px; }
.mer-sec-active a{color:#f38f29;}

/****************************** Constellation Govcloud Page Css Here *********************************/
.mr-banner-video-bg { position: relative; z-index: 1;}
.mer-video-object { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: -1;}
.mer-video-object video {width: auto; height: auto; max-width: none; min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); overflow: hidden;}
.mer-video-object:before{position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; content:""; background: rgb(202,1,32) !important; background: linear-gradient( 111deg, rgba(202,1,32,1) 0%, rgba(1,1,95,1) 100%) !important; opacity: 0.4;}
.mer-two-clm-swap-left {padding-right: 50px;}
.mer-bh-clmn-revert .mer-two-clm-swap-left { order: 2; padding: 0px 0px 0px 50px; } 
.mer-bh-clmn-revert .mer-two-clm-swap-right.txt-center { order: 1; }

/************************** Insights Page Css Here ***************************************/
.mer-recent-top-btn { margin-left: auto; }
.mer-recent-top-row{padding-bottom:20px; margin-bottom:30px; border-bottom:2px solid #ccc;}
.mer-recent-btm-hdr { padding: 30px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ddd; }
.mer-recent-btm-right { padding-left: 75px; }
.mer-recent-btm-left .mer-recent-btm-hdr { border: 0; position: absolute; bottom: 25px; left: 25px; right: 25px; border-radius: 0px; } 
.mer-recent-btm-left { position: relative; border-radius:3px; }
.mer-recent-btm-left{min-height:300px;}
.mer-repost-row:last-child { margin-bottom: 0px; }
.mer-recent-btm-right .mer-recent-btm-hdr a{font-family:HelveticaNeue; font-weight:500; font-size:20px;}
.mer-recent-btm-left .mer-recent-btm-hdr a{font-family:HelveticaNeue; letter-spacing: -.02em;}

/******************** Team Page Css Here ************************/
.mer-team-box{width:calc(25% - 30px); margin:0 15px 30px; position:relative; z-index:1;}
.mer-team-bg-inner{margin:0 -15px; width:calc(100% + 30px);}
.mer-team-img-box { height: 420px; padding: 25px; }
.mer-team-info-box {position: absolute; top: 25px; bottom:25px; width: calc(100% - 50px);  padding: 20px; left: 25px;right: 25px; margin:0 auto; opacity: 0; visibility: hidden; transform:scale(0); display:flex; align-items:center; flex-direction:column; justify-content:center; transition: 0.5s all ease;}
.mer-team-box:hover .mer-team-info-box{opacity:1; visibility:visible; transform:scale(1);}
.mer-team-info-box *{color:#fff;}
.mer-team-info-box p { margin-bottom: 0; text-transform: uppercase;line-height:1.4; }
.member-bio-full-section{display:none;}
.member-bio-full-section { max-width: 900px !important; width: 100%; margin-top: 50px; margin-bottom: 50px; padding: 0 !important;  padding-top: 30px !important; }
.mer-pop-up-box-left { height: 400px;}
.mer-pop-up-box{padding:50px;}
.mer-pop-up-box-right{padding-left:50px; padding-right:20px;height: 400px; overflow-y: hidden; transition:0.5s all ease;}
.mer-pop-up-box-right:hover{overflow-y: scroll;}
.mer-pop-up-description p { font-size: 14px;}
.mer-pop-up-info h6 { font-size: 36px;} 
.mer-pop-up-info p { margin-bottom: 0;}
/* width */ .mer-pop-up-box-right::-webkit-scrollbar { width: 4px; border-radius:16px;} 
/* Track */ .mer-pop-up-box-right::-webkit-scrollbar-track {background: #f1f1f1; border-radius:16px;} 
/* Handle */ .mer-pop-up-box-right::-webkit-scrollbar-thumb {background:rgba(0,0,0,0.75); border-radius:16px;} 
/* Handle on hover */ .mer-pop-up-box-right::-webkit-scrollbar-thumb:hover { background: #f1f1f1; border-radius:16px;}

/*************** Video Accordian Css Here ************/
.mer-aco-video {display: none;}
.mer-aco-video iframe { width: 100%; height: 100%; background-color:#fff; } 
.mer-aco-video .hs-responsive-embed-wrapper.hs-responsive-embed { max-width: 100% !important; max-height: 100% !important; min-width: 100% !important; }
.mer-accordion-hdr { padding: 18px 50px; border-radius: 3px; position:relative; transition:0.5s all ease; cursor:pointer;}
.mer-accordion-hdr:before{top:18px; font-size:15px;}
.mer-accordion-hdr *{font-size:15px;}
.mer-acordian-bg{position:relative;}

/******** Accordian With Content Box Module Css Here *****/
.mer-aco-content-bg .mer-acordion-row { padding: 40px 20px 40px 20px; box-shadow:0px 0px 30px 0px rgb(0 0 0 / 20%); }
.mer-aco-content-bg .mer-accordion-hdr p{ margin-bottom: 0px; font-weight:600;}
.mer-aco-video ul li { font-size: 14px; } 
.mer-aco-video { padding: 12px 30px 21px;}
.mer-aco-box-btm-content h6{font-size:16px;}

/******** One Column Image and Content Module *****/
.mer-oneclmn-bg .inner-content {margin-top: -20%;}
.mer-oneclmn-bg .inner-content.mer-bh-top-spc{margin-top: 0;}

/******** Comprehensive Solution Four Column Module Css Here *****/
.mer-comp-four-clmn-box { width: calc(25% - 16px); margin: 0 8px 30px;  padding: 30px; }
.mer-comp-four-clmn-box-img { max-width: 150px; margin: 0 auto 20px; height: 170px; vertical-align: middle; display: flex; align-items: center; }

/****** Three Column img Box CTA Css here ****/
.mer-three-cmn-imgcta-box{position:relative; }
.mer-three-cmn-imgcta-box-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; pointer-events: none; visibility: hidden; opacity: 0; transition:0.5s all ease;}
.mer-three-cmn-imgcta-box:hover .mer-three-cmn-imgcta-box-overlay{opacity:1; visibility:visible;}
.mer-three-cmn-imgcta-box a.cta_button{z-index:3; position:relative;}
.mer-three-cmn-imgcta-box.w-33 { width: calc(33.33% - 50px); margin: 0 25px; }
.mer-three-cmn-imgcta-box a.cta_button img { border-radius: 5px; }
.mer-three-cmn-imgcta-hdr h2 { margin-bottom: 15px; }

/**** Two column with Image Popup css Here ***/
.mer-two-clmn-imgpop-bg-right { padding-left: 40px; }
.mer-two-clmn-imgpop-bg-left{position:relative}
.mer-two-clmn-imgpop-overlay{position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; visibility:hidden; transition:0.5s all ease;}
.mer-two-clmn-imgpop-bg-left:hover .mer-two-clmn-imgpop-overlay{opacity:1; visibility:visible; pointer-events: none;}
.mer-two-clmn-imgpop-circle{width: 110px; height: 110px; border-radius: 50%; opacity: 0; visibility: hidden; transition: .5s all ease; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; pointer-events: none;}
.mer-two-clmn-imgpop-bg-left:hover .mer-two-clmn-imgpop-circle{opacity:1; visibility:visible;}
.mer-two-clmn-imgpop-circle img { width: 30px; }
.mer-two-clmn-imgpop-box.popup-commen {border-radius: 0px !important; position: relative; padding: 0 !important; background-color: transparent !important; border: 0px !important; box-shadow: unset !important; max-width: 700px !important; margin: 100px auto 0px; z-index: 9999 !important; }
.mer-two-clmn-imgpop-box.popup-commen .mfp-close { color: #fff !important; opacity: 1 !important; margin-bottom: 0 !important; top: -30px !important; right: 0 !important; font-size:23px !important; position: absolute; border: 2px solid transparent !important; width: 40px; height: 40px !important; border-radius:50% !important; transition:0.5s all ease;}
.mer-two-clmn-imgpop-box.popup-commen button.mfp-close:hover { background: transparent !important; border: 2px solid #fff !important; color: #fff !important; border-radius: 50% !important; transform: rotate( 90deg); cursor: zoom-out;}
.bh-clm-revert .mer-two-clmn-imgpop-bg-right{ padding-left: 0px; order:1; padding-right: 40px;}
.bh-clm-revert .mer-two-clmn-imgpop-bg-left{  order:2; padding-left: 0px;}
.mer-two-clmn-imgpop-bg-inner.bh-clm-revert { align-items: flex-start; }

/**** Autor Page Css here *****/
.row-fluid [class*="span"]{min-height:0;}
.mer-postauthorimg { width: 81px; height: 81px; border-radius: 50%; }
.mer-postauthor-box-right { width: calc(100% - 81px); padding-left: 40px; }
.mer-postauthor-box-right h4{color:#f38f29;}
.mer-postauthor-box { border-bottom: 2px solid #f2f2f2; padding-bottom:60px; margin-bottom:40px; }
.author-boxs .mer-blog-list-box-inner {background-color:#f1f1f1; height:auto; padding: 25px 30px;}
.author-boxs .mer-blog-list-box-inner .mer-blog-list-title{padding:0px;}
.author-boxs .mer-post-info{border:0px;}
.mer-author-page .mer-pagination-bg{background-color:#fff !important;}
.mer-author-page .blog-pagination__link{background-color:#f1f1f1 ;}
.mer-author-page .blog-pagination__link:hover{background-color:#f38f29; color:#fff;}
.mer-author-page .post-listing,.mer-author-page  nav.blog-pagination{max-width:835px;}
.mer-author-page .mer-simple-banner,.mer-author-page .res-sub-menu,.mer-tag-page .mer-simple-banner, .mer-tag-page .res-sub-menu{display:none;}
.mer-tag-banner { padding: 40px 0px; margin-bottom:50px;}
.mer-tag-banner .container{max-width:1350px;}
.mer-tag-page .mer-blog-listing{padding:0px 0px 50px;}

/****** 404 Error Page Css Here ******/
.mer-error-banner{padding:40px 0px;}
.mer-error-banner *{color:#fff;}
.mer-error-body-top-content p { margin-bottom: 15px;} 
.mer-error-body {padding: 70px 0px; }
.mer-error-search form {background-color: transparent; border: 0px; border-radius: 0px; display:flex; max-width:320px; padding:0px;}
.mer-error-search input.hs-search-field__input{border:0px !important; background-color:#f2f2f2; width: calc(100% - 30px) !important; position: relative; padding: 11px 47px 11px 5px; z-index: 1; margin: 0; box-shadow: none; }
.mer-error-search form button { width: 30px; margin: 0; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: center; }
.mer-error-search .hs-search-field__bar button svg{fill:#fff !important;}
ul.hs-search-field__suggestions { position: absolute; background-color: #ececec; text-align: left;   width: 100%; left: 0; right: 0; border:0px !important; padding:0px; } 
ul.hs-search-field__suggestions li { list-style-type: none; padding:0px 20px; line-height:1.4; margin-bottom:10px;}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus{background-color:transparent !important;}
ul.hs-search-field__suggestions li:first-child{padding-top:20px}
ul.hs-search-field__suggestions li:last-child{padding-bottom:20px; margin-bottom:0px;}
/* .fancybox-stage{overflow:auto !important;} */
.bh-left-spc.inner-content {padding-left:50px;}
.mer-oneclmn-img.bh-lsee-wd-img { max-width: 800px; margin: 0px auto 60px; }
.mer-simple-banner .inner-content h1 { line-height: 1.1; }
.ondemandContentOnly .hs-responsive-embed-wrapper.hs-responsive-embed { max-width: 100% !important; min-width: 100% !important; max-height: 100% !important; }
.part-inner-three-col .section-title h3,.partners-inner-form-sec .section-title h2  { font-weight: 400; }
.mer-acordion-row.active .mer-aco-video { display: block; }
.bh-title-full-width{max-width:100% !important;}
.inputs-list>li{margin:0 !important;}
.mer-solution-top-hdr h2 { line-height: 1; }
.partners-inner-form-sec .hs-form-field>label span { font-size: 18px; }
.mer-three-logo-bg .mer-three-logo-hdr h2 { margin-bottom: 10px; }
.content-only-module.merlin-section.pos-rel.m-com h5 { letter-spacing: -.02em !important; }
.home-icon-wid-three-row-sec ul li { line-height: 1.3; }
.blg-insight .mer-simple-banner-inner h4.arimo-font.mbtm20 { letter-spacing: 0; font-size: 24px; line-height: 1; }
.hs-blog-post .mer-post-body img{height:auto !important;}
.mer-header .container{padding:0px 40px !important;}
.mer-hdr-btn a.cta_button,.mer-hdr-btn a.cta_button:hover{font-family:Open Sans !important; font-weight:700 !important;}
.footer-social-icon i:hover { color: #ccc; }
.mr-thre-clmn-box-inner:hover h3 a{font-family:{font=HelveticaNeue, font_set=GOOGLE, styles={font-family=HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif, font-style=normal, font-weight=500, text-decoration=none}, size=null, size_unit=null, color=#00326D, variant=500, fallback='HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif, style=font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 500; text-decoration: none, css=color: #00326D;font-family: HelveticaNeue, 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif; font-weight: 500;} !important;}
.mer-blg-sub-menu .container{padding:0px 40px;}
.mer-solu-inner-two-clmn .mer-s-inner-left.w-50 ul li { line-height: 1.6; }
.mer-team-info-box h6{font-weight: 500; line-height: 1.45;font-size: 19px;font-family:HelveticaNeue !important;}
.mer-pop-up-info p{font-size:14px; color:#333; }
.mer-pop-up-info *{font-family:HelveticaNeue !important;}
.cur-opening-inner-grp h6{font-family:Arial, Verdana, sans-serif; color:#000;}
.cur-opening-inner-grp *{font-family:Arial, Verdana, sans-serif;}
.download-form-sec .input input::placeholder{color:#bfbfbf !important;}
.mer-fe-five-clmn-box-link a{font-size:18px; font-family:HelveticaNeue;}
.mer-simple-banner p { line-height: 1.2; }
.mer-fe-five-clmn-hdr h3{font-weight:400;}
.mr-so-slid-hdr .mr-so-slid-left h3 { font-weight: 400; }
.mer-three-logo-bg-inner .mer-three-logo-hdr h4 { font-weight: 400;line-height:1.2; }
.mer-big .mer-s-inner-left.w-50 { width: 60%; padding-right: 98px; } 
.mer-big .mer-s-inner-right { width: 40%; }
.mer-faq-content p { color: #6c6f79; }
.content-div.txt-lft h6 { font-weight: 700; font-size: 16px; text-transform: uppercase !important;}
.content-div.txt-lft p,.content-div ul li, .content-div ol li{font-size:16px; }

.font12 p{font-size:12px;}
.mer-so-recent-box a h6{font-size:20px;}
.partnerProgram .mer-img-box img{box-shadow:none !important;}
.partnerProgram .mer-s-inner-two-clmn-box {align-items:center;}

/********* popupform  ********/
#popup-form form{background-color:#000;border-radius: 15px;}
#popup-form .form-columns-2 .hs-form-field { width: 49% !important; } 
#popup-form .form-columns-2 .hs-form-field:first-child { margin-right: 2% !important; }

.form-columns-2 .hs-form-field { width: 49% !important; } 
.form-columns-2 .hs-form-field:first-child { margin-right: 2% !important; }

.CareerDisNone iframe{max-width: 1200px; width: 100%; height: 800px; margin: 15px 0 !important; border: 2px solid #9a9a9a;}
.CareerDisNone .cur-opening-inner-grp{display:none;}
.dnd-module #hs_cos_wrapper_widget_1646834104781 .hs-video-container form label{color:#000 !important;}

/************only video module*******/
.videoForm {position: relative; max-width: 550px; margin: 20px auto; transition: 1s all;}
.videoPopUpFormInner video{width:100%;height:100%;position:relative;}
.videoPopUpFormInner a{position: absolute; top: 0; width: 100%; height: 100%;z-index:2;}
.videoForm form{border-radius:0;}
.videoPopUpFormInner{position:relative;}
.videoForm .mfp-close{color: #fff; top: -10%;font-size: 23px !important; position: absolute; width: 40px; height: 40px !important;transition: .5s all ease; }
.videoForm .mfp-close:hover{background: transparent !important; border: 2px solid #fff !important; color: #fff !important; border-radius: 50% !important; transform: rotate(90deg); cursor: zoom-out;}
.videoPlayBtn{position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: auto;}
.videoPlayBtn svg{width: 150px; height: 150px;fill:#ff9933;}

.mer-team-mobile-show{display:none;}

/************Login Page*******/
main.body-container-wrapper.hub-registration {
	background-color: #242424 !important;
	height: 100vh;
}

.home-gear .two-col--text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*******************************************************  Responsvie Css Start Here   ***********************************************/

@media(max-width:1600px){
  ul.hs-menu-children-wrapper.axon-add-m1.athvia-submenu-main{max-width:930px;}
  .font50 { font-size: 45px; }
}


@media(max-width:1300px){
  .mer-solution-top-right, .mar-solution-cat-list-box{padding:20px;}
  .mer-fe-five-clmn-inner>.dis-flex,.three-clm-slider-inner{margin:0 auto;}
  .font50 { font-size: 40px; }
}

@media(max-width:1150px){
  .footer-inner-left-box,.footer-inner-right-box  { width: 100%; }
  .footer-inner.dis-flex { margin: 0 auto; }
  .footer-top{padding:0px;}
  .footer-inner-left-box{margin-bottom:70px;}
  .footer-bottom{padding:30px 30px 0px;}
  .footer-logo{padding-left:30px;}
  .container{padding:0px 50px !important;}
  .mer-so-faq-bg-inner-left { padding-right: 50px; }
  .mer-sec-faq-inner{margin:0 auto;}
  .mer-comp-four-clmn-box { width: calc(25% - 10px); margin: 0 5px 30px;}
  .mer-three-cmn-imgcta-box.w-33 { width: calc(33.33% - 20px); margin: 0 10px; }
  .mer-order-event-date h5{font-size:17px;}
  .mer-order-slider-grp { padding: 0px 30px;}
  .mer-order-slider-bg button.slick-arrow{width:30px; height:30px; font-size:25px;}
}

@media(max-width:1100px){
  /*   h1,.font60,.font52{font-size:48px;} */
  /*   h2,.font40,.font34{font-size:32px;} */
  .font30 ,.font28{font-size:25px;}
  /*   h4{font-size:22px;}
  h5{font-size:20px;} */
  .font32{font-size:28px;}
  /*   .font20{font-size:18px;} */
  .mer-slider-list button.slide-arrow{display:none !important;}
  /*   .mer-slider-list .merlin-section .inner-content{text-align:center !important;} */
  .mer-slider-decription{max-width:100%;}
  .mr-banner-slide-bg { padding: 0px 30px; }
  .mer-fe-five-clmn-box{margin:0px 10px 20px; width:calc(33.33% - 20px);}
  .mer-fe-five-clmn-inner>.dis-flex{justify-content:center;}
  .mer-fe-five-clmn-inner>.dis-flex{margin:0 auto;}
  .mer-fe-five-clmn-hdr{text-align:center;}
  .mer-order-event-date:before,.mer-order-event-date:after,.mer-pattern-cicle:before{display:none;}
  .mer-order-event { padding-left: 50px; }
  .mer-order-event-expire{padding:2px 6px;}
}

@media(max-width:1024px){
  .three-clm-slider-inner button { font-size: 0; padding: 0; border: 0;  width: 10px; height: 10px; background-color: #212121; border-radius: 50%; margin:0px;}
  .three-clm-slider-inner li{list-style-type: none; display:inline-block; margin:0px 5px;}
  .three-clm-slider-inner ul.slick-dots { text-align: center; }
  .three-clm-slider-inner li.slick-active button{background-color: #f38f29;}
  .font50 { font-size: 32px; }
}

@media(max-width:991px){
  .font32{font-size:25px;}
  .w-33,.w-25{width:50%;}
  .w-50,.w-60,.w-70,.w-80,.w-90,.w-55,.w-45,.w-65,.w-75,.w-48,.w-52{width:100%;}
  .mer-demand-right { margin: -110px auto 0px ; max-width: 500px ; }
  .mer-demand-right { margin: -110px auto 0px; max-width: 500px; }
  .mer-demand-left-inner-content{padding:130px 30px 150px 30px}
  .mer-solution-bottom-right { padding: 0;  margin: 0 auto 60px ; max-width:500px; order:1;}
  .mer-solution-bottom-left.w-50{order:2;}
  .mer-solution-two-clmn .inner-content { max-width: 640px; margin: 0 auto; }
  .mer-solution-top-right{margin:0px auto 40px;}
  br{display:none;}
  .mer-order-description br{display:block;}
  .mer-solution-top-left{padding:60px; min-height: 400px; order:2;}
  .mer-solution-bottom-right-inner{min-height:276px; margin-bottom:0px;}
  .mr-three-clmn{justify-content:center; margin-top:100px;}
  .mr-thre-clmn-box{width:33.33%;}
  .home-icon-wid-three-row-sec .row-inner.pbtm50 { padding-bottom: 0; }
  .mer-three-logo-box.w-33,.mer-three-logo-box.w-25{margin: 0px 10px 50px ; width: calc(50% - 20px );}
  .mer-s-inner-left{padding:0px;}
  .mer-fe-five-clmn-box{margin:0px 10px 20px; width:calc(50% - 20px)!important;}
  .mer-s-top-img{margin-top:40px; text-align:center; max-width: 600px ; margin: 0 auto; padding:0;}
  .mr-so-slid-right{justify-content:flex-start;}
  .mer-blog-list-box.post-item{width:50%;}
  .mer-blog-list-box.post-item:nth-child(3n+1) {width: 100%;}
  .mer-post-nex-arrow, .mer-post-pre-arrow { display: none; }
  .mer-mb-share{display:block; position:fixed; bottom:0; width:100%; z-index:9;}
  .mer-mb-share p{margin-bottom:0px; color:#fff;   background-color:rgba(0,0,0,0.5); padding:10px;}
  .mer-left-fix-box, .mer-post-nex-,.mer-post-pre-arrow{display:none;}
  .mer-post-mb-share{position:unset; display:none; }
  .mer-post-mb-share .mer-left-fix-box{position:unset; display:flex; justify-content:center;}
  .mer-top-share-list.ss-list { display: flex;  flex-wrap: wrap; } 
  .mer-left-fix-box-top { width: 100%; }
  .mer-left-fix-box { width: 100%; background-color: #fff; padding: 20px; } 
  .mer-top-share-list.ss-list a { width: calc(50% - 20px); margin: 0 10px 10px; } 
  .mer-dooted-box a{width:100% !important; margin: 0 auto !important;}
  .mer-mb-share span { padding-left: 5px;  }
  .mer-mb-down span .fa {line-height: normal; font-size: 14px; transition:0.5s all ease;}
  .mer-mb-down span .fa { transform: rotate( 180deg); }
  .mer-mb-ss-close { position: absolute; right: 20px ; top: 10px ; }
  .mer-mb-ss-close .fa{color:#fff; font-weight:300;}
  .mer-dooted-box { width: 47%; margin: -56px 10px 0px auto; }
  .at-share-btn-elements a.at-share-btn { width: calc(50% - 4px );}
  .popup-commen{padding:30px 20px !important;}
  .at-resp-share-element.at-mobile .at-share-btn{margin-right:2px !important;}
  .at-resp-share-element.at-mobile .at4-share-count-container, .at-resp-share-element.at-mobile .at-label{display:block !important;}
  .mfp-close{line-height:1;}
  .mer-post-banner, .mer-post-fe-img { height: 50vw ; }
  .mer-blg-post-body { padding-bottom: 60px ; }
  .mer-clmn-revert .mer-s-inner-right{padding-left:0px;}
  .mer-clmn-revert .mer-s-inner-right,.mer-clmn-revert .mer-s-inner-left{width:100%; padding:0px;}
  .mer-clmn-revert .mer-s-inner-right{margin-bottom:40px;}
  .mer-so-faq-bg-inner-right { order: 1; text-align: center; margin: 0 auto 40px; width: 100%; } 
  .mer-so-faq-bg-inner-left { order: 2; padding-right:0px;}
  .mer-so-overview-right { order: 1; margin-bottom: 40px; } 
  .mer-so-overview-left { order: 2; padding: 0; }
  .mer-so-recent-left { margin-bottom: 40px; }
  .mer-so-recent-right { padding: 0; }
  .mer-sections-two-clmn-left{padding-right:0;}
  .footer-btm-right {justify-content: flex-start; margin-top: 20px;}
  .mer-sections-two-clmn-right.w-30{width:100%;}
  .mer-order-event { padding-left: 25px; }
  .mer-order-slider-box .mer-eq-height{height:auto !important;}
  .mer-so-overview-left{padding-right:0px;}
  .mer-bh-clmn-revert .mer-two-clm-swap-left{padding:0px;}
  .mer-two-clm-swap-right.txt-left { text-align: center; margin: 0 auto 40px; }
  .mer-two-clm-swap-right { order: 1; margin-bottom:40px; } 
  .mer-two-clm-swap-left { order: 2; padding:0px;}
  .mer-recent-btm-left{width:100%; margin-bottom:30px;}
  .mer-recent-btm-right{padding:0px;}
  .mer-pop-up-box-right{padding:0px; margin-top:20px;}
  .mer-pop-up-box{padding:30px 20px;}
  .fancybox-slide--html .fancybox-content{margin-top:95px;}
  .mer-team-box{width:calc(50% - 30px);}
  .mer-team-bg-inner{margin:0 auto; width:100%;}
  .mer-comp-four-clmn-box { width: calc(50% - 10px); margin: 0 5px 30px;}
  .mer-three-cmn-imgcta-box.w-33 { width: 100%; margin: 0 auto 30px; text-align:center; }
  .mer-three-cmn-imgcta-box.w-33:last-child{margin-bottom:0px;}
  .mer-two-clmn-imgpop-bg-right{padding:0px; margin-top:30px;}
  .mer-two-clmn-imgpop-bg-inner{margin-bottom:30px;}
  .mer-two-clmn-imgpop-box.popup-commen{max-width:425px !important; margin:91px auto 0px !important;}
  .mer-two-clmn-imgpop-box.popup-commen .mfp-close{top:-10px !important;}
  .mer-pop-up-box-right{height:auto; overflow-y:auto;}
  .bh-clm-revert .mer-two-clmn-imgpop-bg-right{padding:0px; order:2;}
  .bh-clm-revert .mer-two-clmn-imgpop-bg-left{order:1;}
  .mer-oneclmn-img.bh-lsee-wd-img { margin: 0px auto 40px; }
  .part-four-col-sec .section-title h3 { font-size: 25px;  }
  .mer-sections-two-clmn-left { margin-bottom: 40px; }
  .mer-header-logo { width: 130px; }
 
  .bh-left-spc.inner-content{padding-left:0px;}
  .mb-top20{margin-top:20px;}
  .mer-big .mer-s-inner-left.w-50 { width: 100%; padding-right: 0px; } 
  .mer-big .mer-s-inner-right { width: 100%; }
  .mapplic-element{display:flex;flex-direction:column;}
  .mapplic-element .mapplic-container{order:2}
  .mapplic-element .mapplic-sidebar{order:1;}
}


@media(max-width:767px){
  .font60,.font52{font-size:40px;} 
  .font40,.font34{font-size:30px;} 
  .font30,.font28{font-size:22px;}
  {font-size:20px;}
  /*   h5{font-size:18px;} */
  /*   h6,.font19,.font17,.font18,.font20{font-size:16px;} */
  .ps0-25{padding:0px 20px;}
  .ps0-30{padding:0px 20px;}
  .ps0-35{padding:0px 20px;}
  .ps0-40{padding:0px 20px;}
  .ps0-45{padding:0px 20px;}
  .ps0-50{padding:0px 20px;}
  .ps0-55{padding:0px 20px;}
  .ps0-60{padding:0px 20px;}
  .w-25,.w-30,.w-33,.w-40,.w-50,.w-60,.w-70,.w-80,.w-90,.w-20{width:100%;}
  .mtop60,.mtop70,.mtop80,.mtop90,.mtop100{margin-top:40px;}
  .mbtm60,.mbtm70,.mbtm80,.mbtm90,.mbtm100{margin-bottom:40px;}
  .ptop50,.ptop60,.ptop70,.ptop80,.ptop90,.ptop100{padding-top:40px;}
  .pbtm50,.pbtm60,.pbtm70,.pbtm80,.pbtm90,.pbtm100{padding-bottom:40px;}
  .footer-bottom { padding: 30px 0px 0px ; margin: 0px 0px; }
  .mr-thre-clmn-box{width:100%; margin-bottom:10px;}
  .mr-thre-clmn-box:last-child{margin-bottom:0px;}
  .mer-clmn-revert .mer-s-inner-left{padding:0px;}
  .mer-clmn-revert .mer-s-inner-right{margin-bottom:40px;}
  /*   .three-clm-slider-box{min-height:auto;} */
  .three-clm-slider-inner.slick-initialized.slick-slider{padding:0px;}
  .three-clm-slider-inner .slick-slide>div{margin:0 auto;}
  .mr-so-slid-left{margin-bottom:15px;}
  .mer-three-logo-box.w-33,.mer-three-logo-box.w-25{margin: 0px auto 40px ; max-width:340px;}
  .partners-inner-form-sec #form-div .form-columns-3>div{width:100% !important; }
  .mer-menu-trigger{display:flex; cursor:pointer;}
  .sub-menu.custom-submenu-primary { display: none; }
  .sub-menu ul { text-align: center; }
  .sub-menu ul li a:before{display:none;}
  .sub-menu ul li:last-child{border-bottom:0px !important; margin-bottom:0px !important;}
  .mer-post-fe-img{margin-bottom:25px;}
  .footer-menu-clmn.w-33.ps0-30 {padding: 0;}
  .container{padding:0px 25px !important;}
  .mer-two-clmn-banner-left {width: 100%; max-width:150px;} 
  .mer-two-clmn-banner-right {width: 100%; padding: 0; margin-top: 40px;}
  .mer-pattern-cicle:before{display:none;}
  .mer-order-cta-grp .btn { margin-bottom: 30px; padding: 0px; display: block; width: 100%; text-align: center; }
  .mer-order-slider-grp { padding: 0; }
  .mer-order-slider-grp button.slide-arrow { display: none !important; }
  .mer-order-slider-bg ul.slick-dots li { list-style-type: none; font-size: 0; padding: 0; display: inline-block; margin: 0px 5px; } 
  .mer-order-slider-bg ul.slick-dots li.slick-active button{background-color:#f38f29;}
  .mer-order-slider-bg ul.slick-dots li button { font-size: 0; padding: 0; border: 0; width: 10px; height: 10px; border-radius: 50%; background-color:#212121; margin:0px;}
  .mer-order-slider-bg ul.slick-dots{text-align:center; padding-left:0px;}
  .footer-inner-left-box,.footer-logo { padding: 0; }
  .mer-sec-faq-clmn-box{margin:0 auto;}
  .content-div.txt-lft{margin-bottom:30px;}
  .mer-recent-top-hdr { width: 100%; margin-bottom: 20px; }
  .home-icon-wid-three-row-sec .section-title.pbtm10.txt-lft{padding-bottom:20px;}
  .mer-recent-top-hdr h2 { font-size: 24px !important; }
  .mer-updated-section * { text-align: left; }
  .content-div { padding: 0px !important; }
  .merlin-section.footer .container { padding: 0px 35px !important; }
  .mb-none{display:none !important;}
  .mer-solu-inner-two-clmn-inner .mer-s-inner-left h3.font20.mbtm15{font-size:21px;}
  .download-form-sec .section-title h2 { font-size: 30px; }
  .download-form-sec .inner-content{padding:30px 20px;}
  .mer-two-clmn-banner .mer-two-clmn-banner-right h1.font40 { font-size: 36px; }
  .download-form-sec .inner-content { margin-top: -100px; }
  .mer-header .container { padding: 0px 25px !important; }
  .font50 { font-size: 25px; }
  .videoPlayBtn svg{width: 100px; height: 100px;}
  .partnresBanner .mer-simple-banner-inner .font50 { font-size: 36px; }
  .three-clm-slider-box { min-height: 200px; align-items: center; justify-content: center; display: flex; }
  .mer-hdr-searc-bar{bottom: -100px;}

}

@media(max-width:640px){
  .font32{font-size:24px;}
  .btn.mer-slider-cta{width:100%;}
  .btn.mer-slider-cta:first-child a{margin:0px 0px 15px 0px;}
  /*   .mer-fe-five-clmn-box{ width:100%!important; max-width:250px;} */
  .mer-blog-list-box.post-item{width:100%;}
  .ag-blog-fe-img{height:280px;}
  .at-share-btn-elements a.at-share-btn { width: 100%; margin-right: 0 !important; }
  .mer-demand-right{margin-top:40px;padding: 30px 20px}
  .mer-demand-left-inner-content{padding:50px 10px;}
  .mer-team-box{width:100%; margin:0 auto 30px;}
  .mer-team-box:last-child{margin-bottom:0px;}
  .mer-team-img-box{height: 350px; max-width: 300px; margin: 0 auto;}
  .mer-team-info-box{max-width:290px;height: 300px;}
  .mer-team-mobile-show{display:block;padding-top:10px;text-align:center;}
  .mer-team-mobile-show p{margin-bottom:0;}
  .mer-comp-four-clmn-box {width: 100%; margin: 0 auto 20px;}
  .mer-demand-left-inner{padding:30px 15px;}
  .mer-demand-left-inner-content h2 { font-size: 30px; }
  /*    h1{font-size:40px;} */
  #popup-form .form-columns-2 .hs-form-field { width: 100% !important; } 
  #popup-form .form-columns-2 .hs-form-field:first-child { margin-right: 0 !important; }
  #popup-form .form-columns-2 .hs-form-field .input{margin-right:0 !important;}
  /*   h4 { font-size: 18px; } */
  .member-bio-full-section.fancybox__content .carousel__button.is-close{top:3%;}
  .partnresBanner .mer-simple-banner-inner .font50 { font-size: 32px; }
  .federalCivilian{background-position: 5% center !important;}




}
@media(max-width:500px){
  .mer-three-logo-box.w-33,.mer-three-logo-box.w-25{width: 100%;margin: 0px auto 15px;height:200px;}

}
@media(max-width:480px){
  /*   h1,.font60,.font52{font-size:34px;} */
  .font30,.font28{font-size:20px;}
  /*   h4{font-size:17px;}
  h5{font-size:17px;} */
  /*   h6,.font19,.font17{font-size:16px;} */
  .mer-pagination-bg .dis-flex.al-center {justify-content: center;} 
  .mer-page-number {width: 100%; order: 1; text-align: center; margin-top: 20px; padding: 0;}
  .mer-btm-box-section{padding:30px 20px;}
  .mer-team-img-box { padding: 15px;}
  .mer-solution-top-left.w-65.bg-normal { display: none; }
  .mer-slider-decription h1{font-size:30px;}
  .merlin-section.footer .container {padding: 0px 30px !important;}
  .bh-fig-box { width: 100%; margin: 0 auto 30px; }
  .mer-s-inner-top-content h2.mbtm25{font-size:33px;}
  .mer-solu-inner-two-clmn-inner .mer-s-inner-left h2.mbtm30{font-size:32px;}
  .part-inner-three-col .section-title h3{font-size:23px;}
  .mer-solu-inner-two-clmn-inner .mer-s-inner-left h3.font20.mbtm15{font-size:21px;}
  .download-form-sec .section-title h2 { font-size: 23px; }
  .mer-recent-btm-left .mer-recent-btm-hdr{padding:30px 20px; position:unset; right:unset; bottom:unset; left:unset; margin-bottom:0px;}
  .mer-recent-btm-left.w-30.post-item{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:20px;}
  /*   h1{font-size:28px;} 
  h2{ font-size:25px;} */
  .font50 { font-size: 21px; }
  .videoPlayBtn svg{width: 70px; height: 70px;}
  .mer-fe-five-clmn-box{ width:100%!important; max-width:250px;}
  .partnresBanner .mer-simple-banner-inner .font50 { font-size: 30px; }
}

@media(max-width:375px){

  .mer-s-inner-top-content h2.mbtm25{font-size:27px;}
  .mer-solu-inner-two-clmn-inner .mer-s-inner-left h2.mbtm30{font-size:26px;}
  .part-inner-three-col .section-title h3{font-size:21px;}
  .mer-two-clmn-banner .mer-two-clmn-banner-right h1.font40 { font-size: 29px; }
  .mer-hdr-searc-bar{right: -73px;}
}