/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 13px 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.rt-search-box2 .search-btn2 {
    cursor: pointer;
}
.block2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(222 222 247 / 33%);
    border: 0;
    margin: 0;
    padding: 100px 0;
    z-index: 99;
}
.search-area-grid {
    width: 100%;
    color: #000;
    background: 0 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin: 0;
}
#search-box2 {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}
#search-form {
    overflow: hidden;
    padding: 0 2px;
}
#close-btn2 {
    margin: 0;
    float: right;
    text-align: right;
    padding: 3px 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* Banner Section */
.home-one-text-left p {
    padding-right: 51px;
    margin-bottom: 25px;
}
.home-one-text-left a.button {
    background: #ff8522;
    border: 0px none;
    padding: 11px 36px;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px;
    vertical-align: top;
}
.home-one-text-left a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.home-one-text-three-left a.button {
    background: #ff8522;
    border: 0px none;
    padding: 11px 36px;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px;
    vertical-align: top;
}
.home-one-text-three-left a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.home-one-banner-img-right {
    position: relative;
    bottom: 0;
    right: 21%;
    width: 783px;
  margin-top: -195px;
}
  
  
.dnd_area-row-0-background-image{
    overflow:hidden;
    position: relative;
    background-size: auto;
    background-position: left -75px;
}
.call-us {
    display: inline-block;
    padding:0 0 0 15px;
    margin: 0;
    vertical-align: top;
}
.call-us h6 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height:28px;
  font-size:16px;
}
.call-us p {
        padding: 0;
    margin-bottom: 0;
    font-family: Poppins;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area-row-0-background-image {
    padding-top: 155px;
    padding-bottom: 165px;
}

/* Banner Section */

/*Services Section */
.home-one-text-one-center h3 {
    padding: 0 0 30px 0;
    margin: 0;
}
.rt-icon-box-wrapper.icon-box-parent-one{
    padding: 30px 20px;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 20px 0px rgb(42 22 139/8%);
    margin:0 0 30px 0;
}
.rt-icon-box-wrapper.icon-box-parent-one:hover {
    background: #ff8522;
}
.rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-icon{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
  position:absolute;
  margin-top:5px;

}
.rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-content {
    width: 83%;
    display: inline-block;
}
.rt-icon-box-wrapper.icon-box-parent-one:hover img {
    filter: brightness(0) invert(1);
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
}
.rt-icon-box-wrapper.icon-box-parent-one h6 {
    margin-bottom:7px;
  padding:0;
  color:#000;
}

.rt-icon-box-wrapper.icon-box-parent-one:hover h6 {
    color: #fff;
}
.rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-description {
  padding:0;
  color:#696969;
}
.rt-icon-box-wrapper.icon-box-parent-one:hover .rt-icon-box-description {
    color: #fff;
}
.rt-icon-box-description p{
    margin:0;
}

.rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-content {
    width: 100%;
    display: inline-block;
    padding-left: 75px;
}
/*Services Section */

/*Discover Our Company Section*/
.home-one-text-three-right h3 {
    padding-bottom: 30px;
    margin: 0;
}
.home-one-text-three-right p {
    padding-bottom: 40px;
    margin: 0;
}
.home-one-img-two-left{
    animation: particlemove2 4.5s infinite linear;
}
.home-one-img-two-left img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.home-one-img-two-left:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
@keyframes particlemove2{0%{transform:translate(0,0);
-webkit-transform:translate(0,0)}25%{transform:translate(10px,10px);
-webkit-transform:translate(10px,10px)}50%{transform:translate(5px,5px);
-webkit-transform:translate(5px,5px)}75%{transform:translate(10px,-5px);
-webkit-transform:translate(10px,-5px)}100%{transform:translate(0,0);
-webkit-transform:translate(0,0)}
}
.rt-icon-box-wrapper.icon-box-parent-two{
    padding: 0;
    margin:0 0 20px 0;
}
.rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon{
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
        margin-top: 4px;
}
.rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-content {
    width: 83%;
    display: inline-block;
}
.rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon img {
transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
}
.rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon:hover img {
        transform: translate3d(-6px,0,0);
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
}
.rt-icon-box-wrapper.icon-box-parent-two h6 {
    margin-bottom:7px;
  padding-bottom:0;
}
/*Discover Our Company Section*/

/*Counter Section*/
.rt-counter_number {
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins",Sans-serif;
    text-align: center;
    line-height: 1;
}
.ml-2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.rt-counter {
    padding-top: 6px;
}
/*Counter Section*/

/*Technology Solutions Section*/
.home-one-text-four-center p {
    width: 74%;
    margin: 0 auto;
    padding-bottom:70px;
}
.rt-icon-box-wrapper.icon-box-parent-three{
    padding: 17px 42px;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 20px 0px rgb(42 22 139 / 8%);
    margin:0 0 50px 0;
    width: 333px;
    max-width: 333px;
}
.rt-icon-box-wrapper.icon-box-parent-three:hover {
    background: #ff8522;
}
.rt-icon-box-wrapper.icon-box-parent-three .rt-icon-box-icon{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
        margin-top: 8px;
}
.rt-icon-box-wrapper.icon-box-parent-three .rt-icon-box-content {
    width: 70%;
    display: inline-block;
}
.rt-icon-box-wrapper.icon-box-parent-three img {
        transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
}
.rt-icon-box-wrapper.icon-box-parent-three:hover img {
    filter: brightness(0) invert(1);
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
        transform: translate3d(-6px,0,0);
}
.rt-icon-box-wrapper.icon-box-parent-three h6 {
    margin-bottom:0px;
    color: #000;
    padding:0;
}
.rt-icon-box-wrapper.icon-box-parent-three:hover h6 {
    color: #fff;
}
.rt-icon-box-wrapper.icon-box-parent-three:hover .rt-icon-box-description{
    color: #b1bcdb;
}

.span3.widget-span.widget-type-cell.dnd-column {
    margin-left: 0;
}
.home-one-img-three-center {
    left: 13px;
    position: relative;
}
.home-one-icon-box-two {
    position: relative;
    left: -18px;
}
.home-one-icon-box-five {
    position: relative;
    right: -18px;
}
.home-one-icon-box-three .rt-icon-box-wrapper.icon-box-parent-three {
    margin-bottom: 0;
}
.home-one-icon-box-six .rt-icon-box-wrapper.icon-box-parent-three {
    margin-bottom: 0;
}

.home-one-icon-box-six{
    left: -8%;
    position: relative;
}
/*Technology Solutions Section*/

/*Case Studies Section*/
.home-one-text-five-left h3 {
    margin: 0;
    padding-bottom: 23px;
}
.home-one-text-five-left p {
    margin: 0;
    padding-bottom: 30px;
}
.home-one-text-five-left p {
    width: 50%;
}
.home-one-text-six-case{
    position: relative;
}
.home-one-text-six-case span{
    padding: 20px;
    transform: translateY(30px);
    opacity: 0;
    background: #2f0b81;
    background: -moz-linear-gradient(left,#2f0b81 0%,#0c56c4 100%);
    background: -webkit-linear-gradient(left,#2f0b81 0%,#0c56c4 100%);
    background: linear-gradient(to right,#2f0b81 0%,#0c56c4 100%);
    border-radius: 4px;
    transition: all .4s ease-in-out;
    text-align: center;
    width: 90%;
    position: absolute;
    overflow: hidden;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.span4.widget-span.widget-type-cell.dnd-column:hover .home-one-text-six-case span{
    opacity: 1;
    transition-delay: .2s;
}
.home-one-text-six-case span h5,.home-one-text-six-case span p{
    opacity: 1;
    transform: translateY(100px);
    transition: all .2s ease-in-out;
    color:#fff;
    margin:0;
    padding:0;
}
.span4.widget-span.widget-type-cell.dnd-column:hover .home-one-text-six-case span h5,.span4.widget-span.widget-type-cell.dnd-column:hover .home-one-text-six-case span p{
    transition-delay: .2s;
    transform: translateY(0px);
}

/*Case Studies Section*/

/* Project section*/
.row-fluid-wrapper.row-depth-1.row-number-39.dnd_area-row-5-background-image.dnd-section{
    padding:70px 0;
}
.home-one-text-seven-cta h3 {
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0;
}
.home-one-text-seven-cta p{
    color: #fff;
    padding: 0;
    margin: 0;
}
.home-one-button-one-cta a.button{
        font-size: 17px;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fc6f5e;
    padding: 11px 33px;
    border-radius: 4px;
    background-color: #fff;
    border:0px none;
        transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    margin-top: 10px;
}
.home-one-button-one-cta a.button:hover{
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
/* Project section*/

/* Simple To Get Started Section*/
.home-one-img-five-left{
    animation: particlemove2 4.5s infinite linear;
}
.home-one-img-five-left img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.home-one-img-five-left:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
@keyframes particlemove2{0%{transform:translate(0,0);
-webkit-transform:translate(0,0)}25%{transform:translate(10px,10px);
-webkit-transform:translate(10px,10px)}50%{transform:translate(5px,5px);
-webkit-transform:translate(5px,5px)}75%{transform:translate(10px,-5px);
-webkit-transform:translate(10px,-5px)}100%{transform:translate(0,0);
-webkit-transform:translate(0,0)}
}
.home-one-text-eight-right h3 span {
    display: block;
    color: #ff8522;
}
.home-one-text-eight-right h3 {
    padding-right: 31px;
}
/* Simple To Get Started Section*/

/* About page */

.about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    width: 5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-top: 8px;
}
.about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two h6 {
    margin-bottom: 7px;
    padding: 0;
  color:#000;
}
.about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two {
    padding: 0;
    margin: 0 0 30px 0;
}

.about-one-text-one-right p {
    padding-bottom: 16px;
  margin:0;
}

.about-one-img-left {
    padding-top: 0px;
}
.rt-container {
    width: 1140px;
    margin: 0 auto;
}
.inner_banner_main{
    text-align: left;
}
.wraper_inner_banner.banner-one {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 109px 0 95px 0;
}
.inner_banner_main h1.title {
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}
.inner_banner_main .subtitle {
    color: #fff;
  margin:0 auto;
  /*width:50%;*/
  
}
.about-one-img-left:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.about-one-img-left img{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  transform: translate3d(0);
}
.about-one-text-four-right {
    width: 80%;
}
.about-one-text-four-right h3{
  padding: 0 0 32px;
}
.about-one-img-left {
    padding-top: 80px;
}
.about-one-icon-box-two {
    margin-top: 107px;
}
.rt-icon-box-wrapper.icon-box-about-one {
    margin: 0;
    padding: 30px 15px;
    border-radius: 5px;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    box-shadow: 0px 7px 20px 0px rgb(42 22 139 / 8%);
    transition: background .4s,border .3s,border-radius .3s,box-shadow .3s;
  background:#fff;
}
.rt-icon-box-wrapper.icon-box-about-one .rt-icon-box-icon {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
  margin-top: 8px;
}
.rt-icon-box-wrapper.icon-box-about-one .rt-icon-box-content {
    width: 73%;
    display: inline-block;
    vertical-align: top;
}
.rt-icon-box-wrapper.icon-box-about-one .rt-icon-box-content h6{
  padding-bottom: 7px;
  color:#000;
}
.span12.widget-span.widget-type-custom_widget:hover .rt-icon-box-wrapper.icon-box-about-one {
    background: #103ab1;
}
.span12.widget-span.widget-type-custom_widget:hover .rt-icon-box-wrapper.icon-box-about-one h6 {
    color: #fff;
}
.span12.widget-span.widget-type-custom_widget:hover .rt-icon-box-wrapper.icon-box-about-one .rt-icon-box-description{
    color: #b1bcdb;
}
.span12.widget-span.widget-type-custom_widget:hover .rt-icon-box-wrapper.icon-box-about-one img{
    filter: brightness(0) invert(1);
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
}
.about-one-icon-box-three .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    width: 6%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 8px;
}
.about-one-icon-box-three .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-content {
    width: 90%;
    display: inline-block;
}

.about-one-icon-box-three  .rt-icon-box-wrapper.icon-box-parent-two h6 {
    margin-bottom: 7px;
  padding:0;
  color:#000;
}
.about-one-icon-box-three .rt-icon-box-wrapper.icon-box-parent-two {
    padding: 0;
    margin: 0 0 30px 0;
}
/* About Team Section*/
.team .rt-professionals {
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    text-align: center;
}
.team .rt-professionals img {
    width: 100%;
    height: 100%;
    display: block;
}
.team .team-member-social-icon-group {
    background: #fff;
    position: relative;
    border-radius: 8px;
    padding: 0;
    border: none;
}
.team .rt-professionals .team-member-social-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 80%;
    padding: 0;
    text-align: center;
    background: #2f0b81;
    background: -moz-linear-gradient(left,#ff8522 0%,#ff9742 100%);
    background: -webkit-linear-gradient(left,#ff8522 0%,#ff9742 100%);
    background: linear-gradient(to right,#ff8522 0%,#ff9742 100%);
    border-radius: 4px;
    bottom: 35%;
    transition: opacity .3s,bottom .3s;
    text-align: center;
    display: block;
    white-space: normal;
    opacity: 0;
}
.team .rt-professionals:hover .team-member-social-icon {
    opacity: 1;
    bottom: 20px;
}
.team .rt-professionals .team-member-social-icon a {
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 10px 12px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.team .rt-professionals .team-member-social-icon a .social-links__icon {
    background-color: inherit;
    border-radius: 0px;
    width: auto;
    height: auto;
}

.team .rt-professionals .team-member-social-icon a span svg {
    height: 20px;
    width: auto;
  display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  filter: brightness(0) invert(1);
}
.team .rt-professionals .team-member-social-icon:hover {
    background: #0c56c4;
    background: -moz-linear-gradient(left,#ff9742 0%,#ff8522 100%);
    background: -webkit-linear-gradient(left,#ff9742 0%,#ff8522 100%);
    background: linear-gradient(to right,#ff9742 0%,#ff8522 100%);
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.team .rt-professionals .rt-professionals-info {
    margin-top: 0;
    padding: 20px 0 5px;
}
.team .rt-professionals .rt-professionals-info h6 {
    margin: 0;
    padding: 0;
    color: #000;
}
.team .rt-professionals .rt-professionals-info p {
    margin: 0;
    padding: 0;
}
.about-one-text-two-left h3 {
    padding-bottom: 23px;
}
.about-one-text-two-left p {
    padding-bottom: 40px;
  margin:0;
}
/* About Team Section*/
.about-one-img-last-left {
        position: relative;
    right: 43%;
    width: 869px;
    z-index: -1;
    top: -19px;
}
/*accordion css */
.rt-faq .rt-accordion-item {
    line-height: 28px;
    background: #fff;
    /*box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);*/
    margin-bottom: 0px;
  border-bottom:1px solid #d0d0d0;
  padding-bottom:10px;
}
.rt-faq .rt-faq-title{
  padding: 0px;
}
.rt-faq .rt-faq-title h6{
  padding: 0px;
  display:flex;
  cursor: pointer;
}
div .rt-faq{
  border:0px none;
}

.rt-faq-description {
  padding:0 40px 0 0px !important;
}
.rt-faq-active .rt-faq-description{
    background: #fff;
  padding: 0px 0 15px 0;
}
.rt-faq-icon:after{
  background:#1f2d33;
}
.rt-faq-icon:before{
  background:#1f2d33;
  height: 3px;
}
.rt-faq-active .rt-faq-title {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
}
.rt-faq-title h6{
  color:#000;
}

.rt-faq-active .rt-faq-icon:after{
  background:#1f2d33;
  width: 3px;
}
.rt-faq {
    width: 93%;
}

.rt-faq-icon {
  width: 15px;
  height: 15px;
}

.rt-accordion-item+.rt-accordion-item {
    border-bottom: 1px solid #d0d0d0;
  border-top: none !important;
  padding-top: 20px;
    padding-bottom: 20px;
}

.rt-faq .rt-accordion-item.rt-faq-active {
    border-bottom: 1px solid #d0d0d0;
    border-top: none !important;
}
/*accordion css */
/* About page */

/* Service Page Start */
.service-one-img-one:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-img-one img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-icon-box-parent-one,
.service-one-icon-box-parent-three
{
    box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 12%);
    margin: 0;
    padding: 20px 16px;
    margin: 0 8px 0 0;
}
.service-one-icon-box-parent-two,
.service-one-icon-box-parent-four{
    box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 12%);
    margin: 0;
    padding: 20px 16px;
    margin: 0 0px 18px 0;
}

.service-one-icon-box-one .rt-icon-box-icon,
.service-one-icon-box-parent-two .rt-icon-box-icon,
.service-one-icon-box-parent-three .rt-icon-box-icon,
.service-one-icon-box-parent-four .rt-icon-box-icon{
    width: 15%;
    display: inline-block;
    vertical-align: top;
  margin-right: 12px;
}
.service-one-icon-box-one .rt-icon-box-icon img,
.service-one-icon-box-two .rt-icon-box-icon img,
.service-one-icon-box-three .rt-icon-box-icon img,
.service-one-icon-box-four .rt-icon-box-icon img{
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
  margin-top:7px;
}
.service-one-icon-box-one:hover .rt-icon-box-icon img,
.service-one-icon-box-two:hover .rt-icon-box-icon img,
.service-one-icon-box-three:hover .rt-icon-box-icon img,
.service-one-icon-box-four:hover .rt-icon-box-icon img{
    transform: translate3d(-6px,0,0);
}
.service-one-icon-box-one .rt-icon-box-content,
.service-one-icon-box-two .rt-icon-box-content,
.service-one-icon-box-three .rt-icon-box-content,
.service-one-icon-box-four .rt-icon-box-content{
    width: 77%;
    display: inline-block;
   vertical-align: top;
}
.service-one-icon-box-one .rt-icon-box-content h6,
.service-one-icon-box-two .rt-icon-box-content h6,
.service-one-icon-box-three .rt-icon-box-content h6,
.service-one-icon-box-four .rt-icon-box-content h6{
  padding-bottom:0;
  color:#000;
}

.service-one-img-two:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-img-two img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-text-two p {
    width: 83%;
}
.service-one-icon-box-five .rt-icon-box-icon,
.service-one-icon-box-six .rt-icon-box-icon,
.service-one-icon-box-seven .rt-icon-box-icon,
.service-one-icon-box-eight .rt-icon-box-icon{
    width: 20%;
}
.service-one-icon-box-five:hover .rt-icon-box-icon img,
.service-one-icon-box-six:hover .rt-icon-box-icon img,
.service-one-icon-box-seven:hover .rt-icon-box-icon img,
.service-one-icon-box-eight:hover .rt-icon-box-icon img
{
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,-6px,0);
 
}
.service-one-icon-box-five .rt-icon-box-icon img,
.service-one-icon-box-six .rt-icon-box-icon img,
.service-one-icon-box-seven .rt-icon-box-icon img,
.service-one-icon-box-eight .rt-icon-box-icon img
{
    transition: all .35s cubic-bezier(.38,3,.57,1.6);
    transform: translate3d(0px,0,0);
   margin-bottom: 15px;
}
.service-one-icon-box-five .rt-icon-box-content,
.service-one-icon-box-six .rt-icon-box-content,
.service-one-icon-box-seven .rt-icon-box-content,
.service-one-icon-box-eight .rt-icon-box-content
{
  width:100%;
      padding: 0 15px 0 0;
}
.service-one-icon-box-five .rt-icon-box-content h6,
.service-one-icon-box-six .rt-icon-box-content h6,
.service-one-icon-box-seven .rt-icon-box-content h6,
.service-one-icon-box-eight .rt-icon-box-content h6{
  color:#000;
  padding-bottom:0;
  margin-bottom: 7px;
}
.service-one-text-three h3 {
    width: 46%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.service-one-img-three:hover img {
    transform: translate3d(-10px,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-img-three img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.service-one-text-four h6, 
.service-one-text-four h3 {
    text-align: left;
}
.service-one-contact-form input[type=text], 
.service-one-contact-form input[type=email], 
.service-one-contact-form input[type=tel] {
    background: #fafafa;
    border-radius: 4px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: none;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #696969;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 1px solid #d0dcec;
}
.service-one-contact-form textarea{
     background: #fafafa;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    resize: none;
    line-height: 28px;
    font-size: 16px;
    padding: 12px 20px;
    color: #696969;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 1px solid #d0dcec;
  margin-bottom:8px;
}
.service-one-contact-form input[type=submit] {
    background: linear-gradient(to right,#ff3834 0%,#ff7133 100%);
    border-radius: 4px;
    width: auto;
    height: 55px;
    line-height: 55px;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 33px;
}
.service-one-contact-form input[type=submit]:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.service-one-contact-form .hs-form-field{
  padding:0px;
  margin:0px;
}
.service-one-contact-form .hs-form-field::placeholder{
  color:#fff;
}
/* Service Page End */

/*Team Page Start*/
.team-text-one {
    width: 85%;
}
.team-icon-box-one .rt-icon-box-icon {
    width: 12%;
    display: inline-block;
    vertical-align: top;
  margin-right: 15px;
}
.team-icon-box-one .rt-icon-box-icon  img {
    position: relative;
    right: 0;
    background-color: rgba(255,183,172,.11);
    border-radius: 50%;
    animation: vdo-btn-two 1.5s linear infinite;
}
@keyframes vdo-btn-two{0%{box-shadow:0 0 0 0 rgba(255,183,172,.11),0 0 0 10px rgba(255,183,172,.11),
0 0 0 30px rgba(255,183,172,.11)}100%{box-shadow:0 0 0 10px rgba(255,183,172,.11),
0 0 0 30px rgba(255,183,172,.11),0 0 0 50px rgba(255,183,172,0)}}

.team-icon-box-one  .rt-icon-box-content {
    width: 75%;
    display: inline-block;
  margin-top:10px;
}
.team-icon-box-one  .rt-icon-box-content h6{
  color:#000;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.client {
	width: auto;
}
.client .clients-item .holder:hover .pic .client-cover-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.client .clients-item .holder .client-cover-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
  margin-bottom: -17px;
}
.client .clients-item .holder img {
	display: block;
}
.client .clients-item .holder:hover .pic .client-alt-img {
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.client .clients-item .holder .client-alt-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}
.client .clients-item, .clients.element-three .client-item .holder {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.client .clients-item .pic {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.client .clients-item .pic img{
  max-width:100%;
}
.team-text-two h3 {
    padding-bottom: 30px;
}
.team-text-three {
    width: 60%;
    margin: 0 auto;
}
.team-text-three h2{
  color: #ff8522;
}
.team-text-three h3 {
    padding: 0;
    margin: 0;
}

.team-contact-form  input[type=email] {
    background: #fafafa;
    border-radius: 4px;
    width: 70%;
    height: 55px;
    line-height: 28px;
    float: left;
    border: 1px solid #d0dcec;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #696969;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.team-contact-form  input[type=submit] {
    background: linear-gradient(to right,#ff3834 0%,#ff7133 100%);
    border-radius: 4px;
    width: 182px;
    height: 55px;
    font-size: 17px;
    line-height: 30px;
    float: right;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}
.team-contact-form {
    width: 60%;
    margin: 0 auto;
}
.team-contact-form .hs-form-field{
  margin:0;
}
.team-contact-form .hs-error-msg {
    margin-top:0;
    position: absolute;
}
/*Team Page End*/


/*Footer Start*/
.custom-footer .submitted-message {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 4px;
}
.custom-footer .span3 {
    margin: 0;
      padding: 0 15px 0 30px;
}
.custom-footer .span3:first-child{
  margin-right: 50px;
  padding:0;
}
.custom-footer .span3:last-child{
  padding:0;
}
.custom-footer .logo {
    width: 60%;
    padding: 6px 0 15px;
    margin: 0;
}
.footer-content p{
      color: #fff;
}
.social-icon-wrapper .social-links {
    width: 100%;
  word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  display:inline-blog;
}
.social-icon-wrapper .social-links a.social-links__icon {
   display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 0;
    text-align: center;
    font-size: 8px;
    color: #fff;
    padding: 5px 9px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
}
.social-icon-wrapper .social-links a.social-links__icon span svg {
    height: 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    filter: brightness(0) invert(1);
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(1):hover {
    /*background: #3b5999;*/
  background: #ff8522;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(2):hover {
    /*background: #1da1f3;*/
   background: #ff8522;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(3):hover {
    /*background: #0077b4;*/
  background: #ff8522;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(4):hover {
    /*background: #cb2028;*/
  background: #ff8522;
}
.social-icon-wrapper .social-links a.social-links__icon:hover {
    opacity: .9;
}
.custom-footer h6 {
    color: #fff;
    padding-bottom: 18px;
}
.footer-menu ul {
    display: block;
    list-style: none;
}
.footer-menu ul li {
    margin-bottom: 8px;
    padding-left: 0;
}
.footer-menu ul li a {
    font-size: 16px;
    line-height: 28px;
    transition: all .4s ease-in-out;
    margin-left: 0;
    font-weight: 400;
  color:rgba(255,255,255,0.7);
  text-decoration: none;
}
.footer-address p{
  color:rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.custom-footer input[type=email] {
    background: #fafafa;
    height: 52px;
    padding: 0 20px;
    color: #696969;
    border: 1px solid #d0dcec;
    border-radius: 0px;
    width: 100%;
    box-shadow: 8px 8px 25px 0 rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 25px 0 rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 25px 0 rgba(42,67,113,.15);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.custom-footer input[type=submit] {
    border-radius: 0px;
    display: inline-block;
    padding: 11px 30px;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 0px;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent url(//45998288.fs1.hubspotusercontent-na1.net/hubfs/45998288/raw_assets/public/finacia/images/sub-button.png) no-repeat top right !important;
    color: transparent;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    font-weight: 700;
  border-radius:0 !important;
  pointer-events:none;
}


.custom-footer input[type=submit]:hover {
  box-shadow: none;
  transform: none;
}
.footer-subscribe-form form {
    position: relative;
}
.custom-footer input::placeholder{
  color:#696969;
}
.footer-subscribe-form p{
   color:rgba(255,255,255,0.7);
}
.footer-copyright-section .dnd-section {
    padding: 0;
    text-align: center;
}
.footer-copyright-section .footer__copyright {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 20px 0;
}
.footer-copyright-section .footer__copyright p{
      color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 26px;
  margin:0;
}

.footer-copyright-section .dnd-section>.row-fluid {
    max-width: 100%;
}
/*Footer End*/

/*Header Start*/

.navbar-toggler {
  width:22px !important;
}

.header {
  
	position: relative
	width: 100%;
	z-index: 199;
  background:#fff;
  box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.header nav.navigation-primary ul li:hover .menu-arrow:after {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.header .content-wrapper {
	position: relative;
  padding:0;
}
.header .content-wrapper .header__column {
    width: 100%;
}
.header .content-wrapper .header__column {
	left: 0;
	right: 0;
	transition: all .4s ease-in-out;
}
.nav-item.dropdown>.navbar-nav.submenu.level-2.in {
  transition: all .5s ease-in-out;
}
.header .content-wrapper .header__column .header__logo--main, .header .content-wrapper .header__column .hs_cos_wrapper_type_logo {
	float: left;
	font-size: 28px;
	position: relative;
	z-index: 1;
	transition: all .4s ease-in-out;
  padding:0;
  width:150px;
}
.header .content-wrapper .header__column .header__logo--main a > img, .header .content-wrapper .header__column .header__logo--main a > img {
	vertical-align: inherit;
	transition: all .4s ease-in-out;
	height: auto;
	width: auto;
}
.header .header-navigation {
    width: 60%;
}
.header .content-wrapper .header__row-1 {
    padding: 0;
}
.header nav.navigation-primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}
.header nav.navigation-primary ul li {
    border: 0;
    transition: all .3s ease;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    text-align: left;
      color: #000;
  padding-top:0px;
}
.header nav.navigation-primary ul li a {
    font-size: 16px;
    font-weight: 500;
  color: #000;
  
}
.header nav.navigation-primary ul li a {
    position: relative;
    padding: 30px 0 25px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .6px;
    color: #000;
    border-radius: 4px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
  line-height: normal;
    font-family: "Poppins",Sans-serif;

}
.header nav.navigation-primary > ul > li > a:after{
    content: '';
    width: 0;
    height: 3px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
  display:none;
 
}
.submenu.level-2 .menu-item .menu-link{
  display:inline-block;
}
.header nav.navigation-primary ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
.header nav.navigation-primary ul li .menu-arrow{
  position: absolute;
    z-index: 1;
    right: 9px;
    top: 35%;
    cursor: pointer;
}
.header nav.navigation-primary ul li .menu-arrow:after{
  transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    content: "\e64b";
    font-family: 'themify';
    transition: all .3s ease-in-out;
    font-size: 8px;
}
input[type="checkbox"]:checked ~ .submenu {
 
    padding-bottom: 20px;
      margin-top: 15px;
}

.header nav.navigation-primary ul li ul{
    position: absolute;
    top: 81px;
    left: 0px;
    z-index: 1;
    width: 316px !important;
  padding:20px 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    border-radius: 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    margin-top:0px;
    -webkit-transform-origin: 0% 0%;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  border-radius:4px;
  border:0px none;
}

.header nav.navigation-primary ul li:last-child ul {
  margin-left: -65px;
  width: 334px !important;
}

.header .navbar-nav .nav-item.active>.nav-link,
.header .navbar-nav .nav-item:active:focus>.nav-link,
.header .navbar-nav .nav-item:active>.nav-link,
.header .navbar-nav .nav-item:focus>.nav-link,
.header .navbar-nav .nav-item:hover>.nav-link{
  color:#000;
}


.header nav.navigation-primary ul li:not(.hover-active):hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.header nav.navigation-primary>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li, 
.header nav.navigation-primary>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li {
    padding: 7px 20px;
  text-align:left;
  display:block;
}
.header nav.navigation-primary ul li ul li a {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
  letter-spacing:0px;
}
.header nav.navigation-primary ul li a:hover {
    color: #013ca3;
}
.nav-item.dropdown>.navbar-nav .nav-item .nav-link:hover {
    color: #ff8522;
}
.nav-item.dropdown>.navbar-nav .nav-item .nav-link{
  padding: 15px 0;
}
.header nav>ul>li>ul>li>a:hover{
  color: #ff8522;
}
.header nav>ul>li>ul>li>a:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: #ff8522;
}
.header nav>ul>li ul>li>a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
.header .content-wrapper .header__column .header__logo--main .widget-type-logo a img{
    padding: 12px 0 5px 0;
}
.header__container{
  padding:0;
}
.header .navbar-expand-lg .navbar-nav .nav-link,.header .navbar-nav .nav-link{
  padding:30px 0;
    margin-bottom:-6px;
}
.navbar .submenu.level-1>li{
  border:0px none;
}
div.bsnav-mobile .navbar-nav .nav-item .nav-link{
  padding:12px 0;
  max-width: 100%;
  display: block;
  width: 100%;
  position:relative;
  z-index:999;
  font-family: "Poppins",Sans-serif;
  font-weight: 500;
  color:#000;
}
div.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    margin-left: 0;
    box-sizing: inherit;
}
div.bsnav-mobile .navbar-nav .nav-item .navbar-nav li a {
    padding: 5px 0;
}
.hs-skip-lang-url-rewrite.in .navbar-nav.navbar-mobile.mr-0.submenu {
    padding: 0 15px;
}
div.bsnav-mobile.in .navbar{
  width:100%;
}
/*Search Start*/

.navbar-toggler{
  float: right;
  margin-top: 25px;
}
.header-navigation .navbar-toggler .navbar-toggler-icon{
  height:1px;
  width:22px;
}
.header-navigation .navbar-toggler .navbar-toggler-icon::after{
  width:18px;
  height:1px;
      top: 13px !important;
}

.header-navigation .navbar-toggler .navbar-toggler-icon::before{
   width:15px;
  height:1px;
  top: 6px !important;
}
.toggler-spring.active .navbar-toggler-icon::before{
  width:75%;
  top:0 !important;
}
.toggler-spring.active .navbar-toggler-icon::after{
  width:75%;
  top:0 !important;
}


.rt-search-box2 {
	float: right;
	margin-top:6px;
  padding-left:15px;
}
.rt-search-box2 .search-btn2{
  color:#000;
}

#search-overlay2 .container {
      max-width: 1170px !important;
}
 .rt-search-box2 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#search-overlay2 .container form input[type=text] {
  border:none !important;
}

.search-btn2 {
	float: right;
	padding: 0;
	font-size: 18px;
	cursor: pointer;
}
.rt-search-btn2.fa-2x {
	font-size: 18px;
	cursor: pointer;
}
#search-overlay2 {
	display: none;
}
.block2 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(222,222,247,.33);
	border: 0;
	margin: 0;
	padding: 100px 0;
	z-index: 99;
}
.block2:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	margin-right: 0;
}
.search-area-grid {
	width: 100%;
	color: #000;
	background: 0 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
	margin: 0;
}
#search-box2 {
	position: relative;
	width: 96%;
	float: left;
	padding: 0;
}
#search-form {
	overflow: hidden;
	padding: 0 2px;
}
#search-text {
	font-size: 16px;
	text-transform: capitalize;
}
#search-box2 input[type=text] {
	width: 90%;
	padding: 0;
	float: left;
	outline: none;
	color: #696969;
	font-size: 16px;
	line-height: 28px;
	height: 30px;
	background: 0 0;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}
#search-box2 input[type=text]::-webkit-input-placeholder {
	color: #696969;
}
#search-box2 input[type=text]::-moz-placeholder {
	color: #696969;
}
#search-box2 input[type=text]:-ms-input-placeholder {
	color: #696969;
}
#search-button2 {
	width: 30px;
	height: 30px;
	background: 0 0;
	line-height: 30px;
	border: 0;
	cursor: pointer;
	float: left;
	padding: 0;
	text-align: left;
}
#close-btn2 {
	margin: 0;
	float: right;
	text-align: right;
	padding: 3px 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: right;
}
#header .rt-header-inner .dark-search .search-btn2, #header #header-wrap .dark-search .search-btn2 {
	display: none;
}
#header .rt-header-inner .default-search .search-btn2, #header #header-wrap .default-search .search-btn2 {
	display: block;
}
/* 404 Error Start*/
  .page-not-found-button a.button {
    background: linear-gradient(to right,#ff3834 0%,#ff7133 100%);
    border-radius: 4px;
    margin: 0;
    color: #fff;
    padding: 11px 33px;
    border: none;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 20px;
}
.page-not-found-button a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
  /* 404 Error End*/

  /* Search Page End*/
.systems-page .hs-search-results__featured-image {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
      display: inline-block;
}
.systems-page .hs-search-results__featured-image img {
    width: 100%;
    transform: scale(1.06);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
}
.systems-page .hs-search-results__featured-image:hover img{
    transform: scale(1.06) translateX(1%);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
}
.systems-page .hs-search-results__title{
  font-family: Poppins;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 30px;
  text-decoration: none;
      padding: 20px 30px 8px 30px;
    display: inline-block;
}
.systems-page  p.hs-search-results__description{
     padding:0px 30px 10px 30px;
}
.systems-page .hs-search-results ul li{
width: 100%;
    margin-bottom: 55px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
}
.systems-page a.hs-search-results__next-page,
.systems-page a.hs-search-results__prev-page{
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    color: #000;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
}
.systems-page a.hs-search-results__next-page:hover,
.systems-page a.hs-search-results__prev-page:hover{
    background: #1367fe;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
body .systems-page--search-results {
    max-width: 100%;
    padding-top: 120px;
    padding-bottom: 111px;
}
  /* Search Page End*/

  /* System Page Start*/
.widget-type-email_subscriptions_confirmation h2 {
    padding: 0;
    margin: 0;
}
div.systems-page .success{
      background: #fafafa;
    border-radius: 4px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #696969;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border: 1px solid #d0dcec;
}
div .systems-page {
    padding: 94px 0 107px 0;
 
}
div .systems-page .header {
    background-color: transparent;
    border-bottom: 0;
    padding: 10px 15px;
}
div .systems-page:first-child .header {
    margin-top: 15px;
}
.systems-page form input[type='submit']{
  background: linear-gradient(to right,#ff3834 0%,#ff7133 100%);
    border-radius: 4px;
    width: auto;
    height: 55px;
    line-height: 55px;
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 33px;
  transition: all .15s linear;
}
.systems-page form input[type='submit']:hover{
      box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, form select:focus, form textarea:focus{
  border:1px solid #ff8522;
   outline:none;
}
form input[type=text]:focus-visible, 
form input[type=email]:focus-visible, 
form input[type=password]:focus-visible, 
form input[type=tel]:focus-visible, 
form input[type=number]:focus-visible, 
form input[type=file]:focus, form select:focus-visible, form textarea:focus-visible{
  outline:none;
}
#search-box2 ul{
  border:0px none;
}
#search-box2 ul li {
    text-align: left;
    padding: 5px 10px;
}
.hs-search-field__bar {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
}
#search-box2 ul li a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
#search-box2 ul li a:hover {
    background: no-repeat;
    text-decoration: none;
}
  /* System Page End*/

  /*Pricing table Start */

.rt-pricing-table > .holder {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 40px 35px 20px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	box-shadow: 0px 0px 30px 0px rgba(42.000000000000156,22.000000000000014,139,.08);
}
.rt-pricing-table > .holder > .icon {
	margin-bottom: 30px;
}
.rt-pricing-table > .holder > .plan-name {
	margin-bottom: 25px;
}
.rt-pricing-table > .holder > .plan-name > *:last-child {
	margin-bottom: 0;
}
.rt-pricing-table > .holder > .plan-name h5 {
	color: #000;
  font-weight:600;
}
.rt-pricing-table > .holder > .pricing {
	margin-bottom: 0;
}
.rt-pricing-table > .holder > .pricing .price {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 50px;
	color: #ff8522;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	font-family: "Poppins",sans-serif;
}
.rt-pricing-table > .holder > .pricing .price sup {
	display: inline-block;
	vertical-align: middle;
	margin-top: 11px;
	margin-right: 8px;
}
.rt-pricing-table > .holder > .pricing .price sub {
	display: inline-block;
	text-transform: capitalize;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: 500;
	font-size: 18px;
  color:#000;
	line-height: 32px;
}
.rt-pricing-table > .holder > .pricing .tagline {
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}
.rt-pricing-table > .holder > .list {
	margin-bottom: 35px;
	font-size: 16px;
	color: #2b2944;
	line-height: 28px;
	padding-top: 25px;
	border-top: 1px solid #ededed;
}
.rt-pricing-table > .holder > .list > *:last-child {
	margin-bottom: 0;
}
.rt-pricing-table > .holder > .list > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-pricing-table > .holder > .list > ul li {
	margin-bottom: 11px;
}
.rt-pricing-table > .holder > .spotlight-tag {
	position: absolute;
	top: -45px;
  right: 15px;
  height: 72px;
  width: 72px;
	background: #ff8522;
  padding: 20px 0;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 1;
}
.rt-pricing-table > .holder > .spotlight-tag > .spotlight-tag-text {
	position: relative;
	display: block;
	/*-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
}
.rt-pricing-table > .holder > .select-btn .btn {
	margin-bottom: 15px;
	padding: 11px 0 ;
	background: linear-gradient(90deg,#ff3834 0%,#ff7133 100%);
	font-size: 17px;
	line-height: 30px ;
	letter-spacing: 0px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border: none;
	border-radius: 4px;
}
.spotlight .holder{
      /*background: linear-gradient(to right,#30077d 0%,#0a5bc7 100%);*/
  overflow:initial;
}

.spotlight.rt-pricing-table>.holder>.plan-name h5{
  color:#fff;
}
.spotlight.rt-pricing-table>.holder>.pricing .price{
  color:#000;
}

.rt-pricing-table>.holder>.plan-name h5 {
  font-weight: 600;
  font-size: 18px;
}

.rt-pricing-table>.holder>.pricing .price {
  color: #000;
}

.spotlight.rt-pricing-table > .holder > .plan-name h5 {
    color: #000;
}

.rt-pricing-table>.holder>.pricing .price sub {
  font-size: 12px;
  color: #1f2d33;
}

.rt-pricing-table>.holder>.list>ul li {
  padding-bottom: 11px;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 11px;
}

.home-one-text-five-center h3 {
  color: #fff;
  font-size:30px;
  line-height:40px;
  margin-bottom: 9px;
  }
.home-one-text-five-center p{
      padding: 0 0 50px 0;
    margin: 0 auto;
    width: 77%;
  color: #fff;
}
.hs-search-results .hs-search-results__pagination {
    display: none;
}
  /*Pricing table End */

@media only screen and (min-width:768px) and (max-width:1024px){
  /*Header Responsive Start*/
  .rt-search-box2 .search-btn2{
    color:#000;
  }
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}

.rt-search-box2 {
    top: 14px;
}
  .header__navigation--toggle{
    position: relative;
}

.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -18px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 16px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border-top: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
.search-area-grid {
	margin: 0;
}
#search-box2 {
	padding: 0;
	margin: 0;
}
#search-box2 input[type=text] {
	width: auto;
	padding: 0;
}
.rt-search-box2 {
	float: right;
	position: absolute;
	top: 16px;
	right: 30px;
}
.rt-mainMenu-open #header .default-search .search-btn2 {
	display: none;
}
.rt-mainMenu-open #header .default-search .search-btn2 {
	display: block;
	color: #000;
}
  .header nav.navigation-primary ul li ul {
    width: 209px !important;
  }
}

@media only screen and (max-width:767px){
   .rt-search-box2 .search-btn2{
    color:#000;
  }
.search-area-grid {
	margin: 0;
}
#search-box2 {
	padding: 0;
	margin: 0;
}
#search-box2 input[type=text] {
	width: auto;
	padding: 0;
}
.rt-search-box2 {
	float: right;
	position: absolute;
	top: 14px;
	right: 30px;
}
.rt-mainMenu-open #header .default-search .search-btn2 {
	display: none;
}
.rt-mainMenu-open #header .default-search .search-btn2 {
	display: block;
	color: #000;
}
  
}

/*Search Start*/

/*Header End*/

/*Responsive Section Start*/

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
   /*Header Responsive Start*/
  .rt-search-box2 {
    top: 22px;
    right: 0;
    position: absolute;
}
   .rt-search-box2 .search-btn2{
    color:#000;
  }
  .submenu.level-1>.has-submenu>.menu-arrow, .submenu>.has-submenu>.menu-arrow, .submenu .menu-arrow {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
}
  .rt-search-box2 {
    right: 43px;
}
  body .header nav.navigation-primary ul li {
    display: inline-block;
}
  .header .navigation-primary {
    display: inline-block;
    padding: 0 50px 0 0px;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
}
  .submenu.level-1 {
    width: 100%;
}
  .submenu>li>a {
    display: block;
    width: 100%;
}
  
  .navigation-primary {
    display:block;
    width:100%;
}
  .header__navigation, .header__search, .header__language-switcher {
    display: none;
    width: 100%;
}
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}

.rt-search-box2 {
    top: 14px;
  right:0;
}
  .header__navigation--toggle{
    position: relative;
}
.header .navbar-expand-lg .navbar-nav .nav-link, .header .navbar-nav .nav-link {
    padding: 21px 0 0 0;

}
  
  .home-one-banner-img-right {
    right: 12%;
    width: 735px;
    margin-top: -195px;
}
.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -45px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 16px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border-top: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
  /* Footer Start*/
  
  .custom-footer {
    background-position: left top !important;
}
  .custom-footer .dnd-section {
    padding-bottom: 40px;
}
  .footer-copyright-section .footer__copyright {
    padding: 20px 0 0 0;
}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 27px 15px !important;
}
 /* Footer End*/
  .rt-progress-bar {
    padding: 0 15px;
}
  .service-one-icon-box-five .rt-icon-box-icon, .service-one-icon-box-six .rt-icon-box-icon, .service-one-icon-box-seven .rt-icon-box-icon, .service-one-icon-box-eight .rt-icon-box-icon {
    width: 40%;
}
    .service-one-icon-box-five .rt-icon-box-icon, 
  .service-one-icon-box-six .rt-icon-box-icon, 
  .service-one-icon-box-seven .rt-icon-box-icon, 
  .service-one-icon-box-eight .rt-icon-box-icon {
    width: 40%;
}

  .rt-container {
    width: 100%;
    margin: 0 auto;
}
   .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
} 
    .rt-icon-box-wrapper.icon-box-parent-three{
    width:100%;
    padding: 15px;
  }
  .rt-icon-box-wrapper.icon-box-parent-three h6 {
    font-size: 14px;
    line-height: 26px;
}
  .home-one-icon-box-two {
    left: 0;
}
  .home-one-icon-box-five {
    right: 0;
}
    .rt-pricing-table>.holder>.select-btn .btn{
    font-size:14px;
    background: #ff8522;
  }
  .body-container--about {
    padding: 0px;
}
    .team-contact-form input[type=email]{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .rt-progress-bar {
    padding: 0 15px;
}
  
  .service-one-icon-box-five .rt-icon-box-icon, .service-one-icon-box-six .rt-icon-box-icon, .service-one-icon-box-seven .rt-icon-box-icon, .service-one-icon-box-eight .rt-icon-box-icon {
    width: 40%;
}
  .rt-container {
    width: 100%;
    margin: 0 auto;
}
   /*Header Responsive Start*/
  .submenu.level-1>.has-submenu>.menu-arrow, .submenu>.has-submenu>.menu-arrow, .submenu .menu-arrow {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
}
  .rt-search-box2 {
    top: 14px;
    right: 31px;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
}
  .submenu.level-1 {
    width: 100%;
}
  .submenu>li>a {
    display: block;
    width: 100%;
}
  
  .navigation-primary {
    display:block;
    width:100%;
}
  .header__navigation, .header__search, .header__language-switcher {
    display: none;
    width: 100%;
}
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}
  .header__navigation--toggle{
    position: relative;
}

.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -45px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 16px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
 /*Service Page Start*/
  
.rt-container {
    width: 100%;
    margin: 0 auto;
}
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}

.inner_banner_main .subtitle {
    margin: 0 auto;
    width: 80%;
}
.service-one-img-one {
    padding: 50px 15px;
}
.service-one-text-one {
    padding: 0px 15px;
}
.service-one-icon-box-parent-one, .service-one-icon-box-parent-three {
    margin: 10px 15px;
}
.service-one-icon-box-parent-two, .service-one-icon-box-parent-four{
    margin: 10px 15px;
}
.service-one-text-two {
    padding: 50px 15px;
}
.service-one-img-two {
    padding: 0 15px;
}
.service-one-text-three {
    padding: 50px 15px;
}
.service-one-text-three h3 {
    width: auto;
    padding-bottom: 0;
}
.service-one-icon-box-parent-five, 
.service-one-icon-box-parent-six, 
.service-one-icon-box-parent-seven, 
.service-one-icon-box-parent-eight {
    padding: 0 15px 30px 15px;
}
.service-one-img-three {
    padding: 0 15px;
}
.service-one-text-four {
    padding: 50px 15px 0 15px;
}
.service-one-contact-form {
    padding: 0 15px;
}
  .service-one-icon-box-one .rt-icon-box-icon, 
.service-one-icon-box-parent-two .rt-icon-box-icon,
.service-one-icon-box-parent-three .rt-icon-box-icon, 
.service-one-icon-box-parent-four .rt-icon-box-icon{
  width:auto;
}
.service-one-img-one img {
    width: 100%;
}
 .service-one-img-two img{
    width: 100%;
  }
  .service-one-img-three img {
    width: 100%;
}
  .service-one-icon-box-five .rt-icon-box-icon, 
  .service-one-icon-box-six .rt-icon-box-icon, 
  .service-one-icon-box-seven .rt-icon-box-icon, 
  .service-one-icon-box-eight .rt-icon-box-icon {
    width: 40%;
}
  
 /*Service Page Start*/
  /* Footer Start*/
  
  .custom-footer {
    background-position: left top !important;
}
  .custom-footer .dnd-section {
    padding-bottom: 40px;
}
  .footer-copyright-section .footer__copyright {
    padding: 20px 0 0 0;
}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 56px 15px !important;
}
 /* Footer End*/
    .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
}
  .rt-icon-box-wrapper.icon-box-parent-three{
    width:100%;
    padding: 15px;
  }
  .rt-icon-box-wrapper.icon-box-parent-three h6 {
    font-size: 14px;
    line-height: 26px;
}
    .home-one-icon-box-two {
    left: 0;
}
  .home-one-icon-box-five {
    right: 0;
}

 .row-number-23 .rt-pricing-table>.holder>.select-btn .btn{
    font-size:14px;
    background: #ff8522;
  }
      .about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    margin-top: 0;
}
  .body-container--about {
    padding: 0px;
}
    .team-contact-form input[type=email]{
    width:57%;
  }
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .navbar .submenu.level-1>li {
    border: 0px none;
    display: block;
    padding: 0 15px;
}
      .rt-dropdown-arrow:after {
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    content: "\e64b";
    font-family: 'themify';
    transition: all .3s ease-in-out;
    font-size: 8px;
}
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .navbar-toggler {
    margin-top: 22px;
}
  div .submenu.level-1>.has-submenu>.menu-arrow {
    top: 6px;
    right: 17px;
}
  .submenu.level-1>li .submenu.level-2 {
    border: 0;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
   
  .call-us {
    display: block;
    padding: 8px 0 0 0px;
    margin: 0;
    vertical-align: top;
}
  .home-one-banner-img-right {
    right: 34%;
    width: 735px;
    margin-top: -195px;
}
  .rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-icon {
    width: 20%;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
  /*Header Responsive Start*/
   .rt-search-box2 .search-btn2{
    color:#000;
  }
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}

.rt-search-box2 {
    top: 14px;
}
  .header__navigation--toggle{
    position: relative;
}

.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -7px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 16px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border-top: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
  /*Home Page start*/
  .home-one-banner-img-right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin:0;
}
   
   .home-one-text-six-case span{
    bottom: 75px;
  }
  div.body-container--home-one .dnd_area-row-0-padding {
    padding-top: 70px;
    padding-bottom:0 !important;
}
 .home-one-text-left p {
    padding-right: 0;
}
.call-us {
    padding: 0px 0 0px 15px;
}
  .body-container--home-one  .dnd-section{
    padding:47px 15px 40px 15px;
}
  .rt-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-icon {
    width: 10%;
    margin-right:15px;
}
  .home-one-img-four-case img {
    width: 100% !important;
}
  .home-one-text-three-right {
    padding-top: 47px;
}
  .items-start {
    padding-bottom: 24px;
}
  .home-one-text-four-center {
    padding: 15px 0 0 0;
}
  .rt-icon-box-wrapper.icon-box-parent-three {
    padding: 17px 15px;
    width: 100%;
    max-width: 100%;
}
  .home-one-icon-box-two {
    left: 0;
}
  .home-one-text-four-center p {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
  .home-one-img-three-center {
    left: 0;
    position: relative;
    top: 12px;
}
  .home-one-icon-box-five {
    position: relative;
    right: 0;
}
  .home-one-icon-box-six {
    left: 0;
    position: relative;
}
  .home-one-text-five-left {
    margin-top: -25px;
}
  .home-one-text-five-left p {
    width: auto;
}
  .home-one-img-four-case {
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
}
  .home-one-img-four-case {
    padding-bottom: 20px;
}
  .home-one-text-seven-cta {
    padding: 0 15px;
}
  .home-one-button-one-cta{
    width:100%;
    padding: 4px 15px;
  }
  .home-one-text-eight-right h3 {
    padding-right: 0;
}
  .custom-footer .span3 {
    margin: 0;
    padding: 0;
}
  .custom-footer h6 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
  .rt-icon-box-wrapper.icon-box-parent-three .rt-icon-box-icon {
    width: 10%;
}
  .custom-footer {
    background-position: left top !important;
}
 /*Home Page End*/
   /* About Page Start*/
  .rt-icon-box-wrapper.icon-box-about-one .rt-icon-box-icon {
    width: 10%;
}
  .about-one-img-left {
    padding: 70px 15px 50px 15px;
}
  .about-one-text-one-right {
    padding: 0 15px;
}
  .about-one-icon-box {
    padding: 0 15px;
}
  .about-one-icon-box-two {
    margin-top: 0;
    padding:0 15px;
}
.rt-icon-box-wrapper.icon-box-about-one{
  margin: 0 0 10px 0;
 }
  .body-container--about .dnd_area-column-8-row-0-margin {
    margin-bottom: 50px !important;
}
.about-one-text-two-left {
    padding: 0 15px;
}
.about-one-icon-box-three {
    padding: 0 15px;
}
  .body-container--about .dnd_area-row-4-padding {
    padding: 60px 15px 20px 15px !important;
}
  .about-one-img-last-left {
    position: relative;
    right: 0;
    width: 100%;
    z-index: -1;
    top: 0;
}
  .about-one-text-four-right {
    width: auto;
    padding: 0 15px;
}
  div .rt-faq {
    border: 0px none;
    width: auto;
    padding: 0;
}
  .body-wrapper .body-container--about .dnd_area-row-5-padding {
    padding-bottom: 0px;
}
.body-container--about .dnd_area-row-5-padding {
    padding-top: 5px !important;
}
/* About Page End*/
  /*Service Page Start*/
  .body-container--service-one .dnd_area-row-1-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
  .service-one-text-two p {
    width: auto;
    margin:0 auto;
}
  .rt-progress-bar {
    padding: 0 15px;
}
  .service-one-img-two img {
    padding-top: 50px;
}
.rt-container {
    width: 100%;
    margin: 0 auto;
}
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
}
 
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}
.rt-container {
    width: 100%;
    margin: 0 auto;
}
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}

.inner_banner_main .subtitle {
    margin: 0 auto;
    width: 80%;
}
.service-one-img-one {
    padding: 50px 15px;
}
.service-one-text-one {
    padding: 0px 15px;
}
.service-one-icon-box-parent-one, .service-one-icon-box-parent-three {
    margin: 10px 15px;
}
.service-one-icon-box-parent-two, .service-one-icon-box-parent-four{
    margin: 10px 15px;
}
.service-one-text-two {
    padding: 50px 15px;
}
.service-one-img-two {
    padding: 0 15px;
}
.service-one-text-three {
    padding: 50px 15px;
}
.service-one-text-three h3 {
    width: auto;
    padding-bottom: 0;
}
.service-one-icon-box-parent-five, 
.service-one-icon-box-parent-six, 
.service-one-icon-box-parent-seven, 
.service-one-icon-box-parent-eight {
    padding: 0 15px 30px 15px;
}
.service-one-img-three {
    padding: 0 15px;
}
.service-one-text-four {
    padding: 50px 15px 0 15px;
}
  .body-container--contact .dnd-column {
    border-radius: 4px;
}
.service-one-contact-form {
    padding: 0 15px;
}
  .service-one-icon-box-one .rt-icon-box-icon, 
.service-one-icon-box-parent-two .rt-icon-box-icon,
.service-one-icon-box-parent-three .rt-icon-box-icon, 
.service-one-icon-box-parent-four .rt-icon-box-icon{
  width:auto;
}
.service-one-img-one img {
    width: 100%;
}
 .service-one-img-two img{
    width: 100%;
  }
  .service-one-img-three img {
    width: 100%;
}
  .service-one-icon-box-five .rt-icon-box-icon, 
  .service-one-icon-box-six .rt-icon-box-icon, 
  .service-one-icon-box-seven .rt-icon-box-icon, 
  .service-one-icon-box-eight .rt-icon-box-icon {
    width: 10%;
}
 /*Service Page Start*/
  /*Team Responsive Start*/
  .team-text-one {
    width: auto;
    padding: 60px 15px 40px 15px;
}
  .team-img-one {
    padding-bottom: 60px;
}
 .body-container--team .dnd_area-row-3-padding {
    padding-top: 60px !important;
}
  .team-text-three {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}

  /* Footer Start*/
  
  .custom-footer {
    background-position: left top !important;
}
  .custom-footer .dnd-section {
    padding-bottom: 40px;
}
  .footer-copyright-section .footer__copyright {
    padding: 20px 0 0 0;
}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 56px 15px !important;
}
 /* Footer End*/
    .home-one-text-five-center p {
    padding: 0 0 30px 0;
    width: 100%;
}
  .rt-pricing-table > .holder {
    margin: 0 0 20px 0;
    padding:40px 35px 35px;
}
   .footer-copyright-section .dnd-section{
    padding-bottom: 20px;
  }
/*Team End Responsive Start*/
  .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
}
    .about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    margin-top: 0;
}
  
  .body-container--about .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--about .dnd_area-row-2-padding.dnd-section.dnd_area-row-2-background-image {
    padding-bottom: 0 !important;
}
   .submenu.level-2 .menu-item .menu-link{
    display:inline;
  }
    .body-container--service-one .dnd_area-column-17-row-2-padding {
    padding-top: 0 !important;
    padding-bottom: 42px !important;
}
  .body-container--team .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--team .dnd_area-row-4-padding {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
    .team-contact-form input[type=email]{
    width:100%;
  }
  .team-contact-form input[type=submit]{
     width:100%;
  }
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
    .rt-dropdown-arrow:after {
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    content: "\e64b";
    font-family: 'themify';
    transition: all .3s ease-in-out;
    font-size: 8px;
}
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .navbar-toggler {
    margin-top: 22px;
}
  button.navbar-toggler.toggler-spring.active {
    top: -2px;
}
}


/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
  /*Header Responsive Start*/
   .rt-search-box2 .search-btn2{
    color:#000;
  }
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}

.rt-search-box2 {
    top: 14px;
}
  .header__navigation--toggle{
    position: relative;
}

.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -7px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 16px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border-top: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
  /*Home Page start*/
  .home-one-banner-img-right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin:0;
}
    
   .home-one-text-six-case span{
    bottom: 75px;
  }
  div.body-container--home-one .dnd_area-row-0-padding {
    padding-top: 70px;
    padding-bottom:0 !important;
}
 
  .home-one-text-left p {
    padding-right: 0;
}

  .home-one-img-four-case img{
    width:100% !important;
}
  .home-one-text-left a.button{
    margin-bottom:20px;
  }
  .call-us {
    padding: 0px 0 9px 10px;
}
  .body-container--home-one  .dnd-section{
    padding:47px 15px 40px 15px;
}
  .rt-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-icon {
    width: 15%;
}
  .home-one-text-three-right {
    padding-top: 47px;
}
  .items-start {
    padding-bottom: 24px;
}
  .home-one-text-four-center {
    padding: 15px 0 0 0;
}
  .rt-icon-box-wrapper.icon-box-parent-three {
    padding: 17px 15px;
    width: 100%;
    max-width: 100%;
}
  .home-one-icon-box-two {
    left: 0;
}
  .home-one-text-four-center p {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
  .home-one-img-three-center {
    left: 0;
    position: relative;
    top: 12px;
}
  .home-one-icon-box-five {
    position: relative;
    right: 0;
}
  .home-one-icon-box-six {
    left: 0;
    position: relative;
}
  .home-one-text-five-left {
    margin-top: -25px;
}
  .home-one-text-five-left p {
    width: auto;
}
  .home-one-img-four-case {
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
}
  .home-one-img-four-case {
    padding-bottom: 20px;
}
  .home-one-text-seven-cta {
    padding: 0 15px;
}
  .home-one-button-one-cta{
    width:100%;
    padding: 4px 15px;
  }
  .home-one-text-eight-right h3 {
    padding-right: 0;
}
  .custom-footer .span3 {
    margin: 0;
    padding: 0;
}
  .custom-footer h6 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
.rt-icon-box-wrapper.icon-box-parent-three .rt-icon-box-icon {
    width: 15%;
}
 /*Home Page End*/
 /* About Page Start*/
  .about-one-img-left {
    padding: 70px 15px 50px 15px;
}
  .about-one-text-one-right {
    padding: 0 15px;
}
  .about-one-icon-box {
    padding: 0 15px;
}
  .about-one-icon-box-two {
    margin-top: 0;
    padding:0 15px;
}
.rt-icon-box-wrapper.icon-box-about-one{
  margin: 0 0 10px 0;
 }
  .body-container--about .dnd_area-column-8-row-0-margin {
    margin-bottom: 50px !important;
}
.about-one-text-two-left {
    padding: 0 15px;
}
.about-one-icon-box-three {
    padding: 0 15px;
}
  .body-container--about .dnd_area-row-4-padding {
    padding: 60px 15px 20px 15px !important;
}
  .about-one-img-last-left {
    position: relative;
    right: 0;
    width: 100%;
    z-index: -1;
    top: 0;
}
  .about-one-text-four-right {
    width: auto;
    padding: 0 15px;
}
  div .rt-faq {
    border: 0px none;
    width: auto;
    padding: 0px;
}
  .body-wrapper .body-container--about .dnd_area-row-5-padding {
    padding-bottom: 0px;
}
.body-container--about .dnd_area-row-5-padding {
    padding-top: 5px !important;
}
/* About Page End*/
/*Service Start*/
.body-container--service-one .dnd_area-row-1-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
  .service-one-text-two p {
    width: auto;
     margin:0 auto;
}
  .rt-progress-bar {
    padding: 0 15px;
}
  .service-one-img-two img {
    padding-top: 50px;
}
.rt-container {
    width: 100%;
    margin: 0 auto;
}
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
}
  
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}
.rt-container {
    width: 100%;
    margin: 0 auto;
}
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}

.inner_banner_main .subtitle {
   margin: 0 auto;
    width: 80%;
}
.service-one-img-one {
    padding: 50px 15px;
}
.service-one-text-one {
    padding: 0px 15px;
}
.service-one-icon-box-parent-one, .service-one-icon-box-parent-three {
    margin: 10px 15px;
}
.service-one-icon-box-parent-two, .service-one-icon-box-parent-four{
    margin: 10px 15px;
}
.service-one-text-two {
    padding: 50px 15px;
}
.service-one-img-two {
    padding: 0 15px;
}
.service-one-text-three {
    padding: 50px 15px;
}
.service-one-text-three h3 {
    width: auto;
    padding-bottom: 0;
}
.service-one-icon-box-parent-five, 
.service-one-icon-box-parent-six, 
.service-one-icon-box-parent-seven, 
.service-one-icon-box-parent-eight {
    padding: 0 15px 30px 15px;
}
.service-one-img-three {
    padding: 0 15px;
}
.service-one-text-four {
    padding: 50px 15px 0 15px;
}
.service-one-contact-form {
    padding: 0 15px;
}
 /*Service Banner Start*/
  /*Team Responsive Start*/
  .team-text-one {
    width: auto;
    padding: 60px 15px 40px 15px;
}
  .team-img-one {
    padding-bottom: 60px;
}
 .body-container--team .dnd_area-row-3-padding {
    padding-top: 60px !important;
}
  .team-text-three {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}
  /*Contact Responsive Start*/
  .contact-img-one {
    padding: 46px 15px 50px 15px;
}
/*Contact Responsive End*/
/*Team End Responsive Start*/
  /* Footer Start*/
  
  .custom-footer {
    background-position: left top !important;
}
  .custom-footer .dnd-section {
    padding-bottom: 40px;
}
  .footer-copyright-section .footer__copyright {
    padding: 20px 0 0 0;
}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 56px 15px !important;
}
 /* Footer End*/
    .home-one-text-five-center p {
    padding: 0 0 30px 0;
    width: 100%;
}
  .rt-pricing-table > .holder {
    margin: 0 0 20px 0;
    padding:40px 35px 35px;
}
 .footer-copyright-section .dnd-section{
    padding-bottom: 20px;
  } 
  .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
}
    .about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    margin-top: 0;
}
    .body-container--about .dnd_area-row-3-padding {
    padding-bottom: 30px !important;
}
    .body-container--about .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--about .dnd_area-row-2-padding.dnd-section.dnd_area-row-2-background-image {
    padding-bottom: 0 !important;
}
   .submenu.level-2 .menu-item .menu-link{
    display:inline;
  }
    .body-container--service-one .dnd_area-column-17-row-2-padding {
    padding-top: 0 !important;
    padding-bottom: 42px !important;
}
  .body-container--team .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--team .dnd_area-row-4-padding {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
    .team-contact-form input[type=email]{
    width:100%;
  }
  .team-contact-form input[type=submit]{
     width:100%;
  }
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .navbar-toggler {
    margin-top: 22px;
}
  .rt-dropdown-arrow:after {
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    content: "\e64b";
    font-family: 'themify';
    transition: all .3s ease-in-out;
    font-size: 8px;
}
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  button.navbar-toggler.toggler-spring.active {
    top: -2px;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){ 
  .navbar-toggler{
     margin-top: 22px;
  }
  button.navbar-toggler.toggler-spring.active {
    top: -2px;
}
.rt-dropdown-arrow:after {
    transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    content: "\e64b";
    font-family: 'themify';
    transition: all .3s ease-in-out;
    font-size: 8px;
}
  .contact-page-form form .hs-form-field {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .home-one-text-five-center p {
    padding: 0 0 30px 0;
    width: 100%;
}
  .rt-pricing-table > .holder {
    margin: 0 0 20px 0;
    padding:40px 35px 35px;
}
/*Header Responsive Start*/
   .rt-search-box2 .search-btn2{
    color:#000;
  }
.header .content-wrapper{
  padding:0 15px;
 }
.header__container{
  padding:0 15px;
}
  .hs-tools-menu.hs-collapsed {
    display: none;
}
  .header .header-navigation {
    width: 100%;
}

.rt-search-box2 {
    top: 14px;
}
  .header__navigation--toggle{
    position: relative;
}

.header__navigation--toggle:before,
.header__navigation--toggle:after{
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background: #000;
}
  .header__navigation--toggle:before {
    top: 10px;
    width: 18px;
}
  .header__navigation--toggle:after {
    top: -6px;
    width: 22px;
}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: #fff;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    height:auto;
  }
.header nav.navigation-primary ul li {
    display: block;
}
  .header nav.navigation-primary ul li a {
    padding: 12px 0;
  }
  .menu-arrow{
    height: auto;
    padding: 0;
    width: auto;
    top:7px !important;
}
  .header nav.navigation-primary ul li .menu-arrow:after {
    margin-left: 25px;
    font-size: 11px;
    margin-top: -7px;
}
  .header nav.navigation-primary ul li ul{
      border-radius: 4px;
    padding: 0 0 0 10px;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0;
    min-width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transition: initial;
    transition: initial;
    -webkit-transition: initial;
    
    transform: translateY(-18px);

  }
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible;
    float:right;
    padding-right: 5px;
}
  .rt-lines-button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s;
    user-select: none;
    width: 16px;
    background: 0 0;
    outline: none;
}
  .lines {
    display: inline-block;
    height: 1px;
    width: 15px;
    border-radius: 4px;
    transition: .3s;
    position: relative;
    top: -4px;
    background:#000;
}
  .lines:before, .lines:after {
    display: inline-block;
    height: 1px;
    width: 20px;
    border-radius: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    transform-origin: 2.85714px center;
    width: 100%;
    background:#000;
}
.lines:before {
    top: 6px;
    width: 18px;
}
  .lines:after {
    top: -6px;
    width: 22px;
}
 .header #rt-mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll;
}
.submenu.level-2 {
       border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
}
  
  .header .content-wrapper .header__row-1 {
    display: block;
}
  .header nav.navigation-primary ul {
    display: inline-block;
}
  .lines {
    top: 17px;
}
  .toggle-active .lines {
    -webkit-transform: scale3d(.8,.8,.8);
    transform: scale3d(.8,.8,.8);
}
  .x.toggle-active .lines {
    background: 0 0;
}
  .x.toggle-active .lines:before, .x.toggle-active .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 26px;
}
  .x.toggle-active .lines:before {
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines:after {
   transform: rotate3d(0,0,1,-45deg);
}
  .header nav.navigation-primary ul li input[type=checkbox]:checked~ .menu-arrow:after{
    transform: rotate(180deg);
    transition: transform .4s;
  }
div .submenu.level-2 .menu-item {
    border-top: 0px none;
    padding: 0px 0 0 2px;
}
 /*Header Responsive End*/
/*Home Page start*/
  .home-one-banner-img-right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin:0;
}
 /* .body-container--home-one .dnd_area-row-0-background-image {
    background-size: 100% !important;
    background-position: -7px -41px !important;
}*/
   .home-one-text-six-case span{
    bottom: 75px;
  }
  div.body-container--home-one .dnd_area-row-0-padding {
    padding-top: 70px;
    padding-bottom:0 !important;
}

  .home-one-text-left p {
    padding-right: 0;
}
  .call-us {
    padding: 9px 0 9px 0;
}
  .body-container--home-one  .dnd-section{
    padding:47px 15px 40px 15px;
}
  .rt-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .rt-icon-box-wrapper.icon-box-parent-one .rt-icon-box-icon {
    width: 20%;
}
  .home-one-text-three-right {
    padding-top: 47px;
}
  .items-start {
    padding-bottom: 24px;
}
  .home-one-text-four-center {
    padding: 15px 0 0 0;
}
  .rt-icon-box-wrapper.icon-box-parent-three {
    padding: 17px 15px;
    width: 100%;
    max-width: 100%;
}
  .home-one-icon-box-two {
    left: 0;
}
  .home-one-text-four-center p {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
  .home-one-img-three-center {
    left: 0;
    position: relative;
    top: 12px;
}
  .home-one-icon-box-five {
    position: relative;
    right: 0;
}
  .home-one-icon-box-six {
    left: 0;
    position: relative;
}
  .home-one-text-five-left {
    margin-top: -25px;
}
  .home-one-text-five-left p {
    width: auto;
}
  .home-one-img-four-case {
    width: 100%;
    padding-right: 15px;
    overflow: hidden;
}
  .home-one-img-four-case {
    padding-bottom: 20px;
}
  .home-one-text-seven-cta {
    padding: 0 15px;
}
  .home-one-button-one-cta{
    width:100%;
    padding: 4px 15px;
  }
  .home-one-text-eight-right h3 {
    padding-right: 0;
}
  .custom-footer .span3 {
    margin: 0;
    padding: 0;
}
  .custom-footer h6 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
    .rt-icon-box-wrapper.icon-box-parent-three .rt-icon-box-icon {
    width: 15%;
}
 
 /*Home Page End*/
  
 /* About Page Start*/
  .about-one-img-left {
    padding: 70px 15px 50px 15px;
}
  .about-one-text-one-right {
    padding: 0 15px;
}
  .about-one-icon-box {
    padding: 0 15px;
}
  .about-one-icon-box-two {
    margin-top: 0;
    padding:0 15px;
}
.rt-icon-box-wrapper.icon-box-about-one{
  margin: 0 0 10px 0;
 }
  .body-container--about .dnd_area-column-8-row-0-margin {
    margin-bottom: 50px !important;
}
.about-one-text-two-left {
    padding: 0 15px;
}
.about-one-icon-box-three {
    padding: 0 15px;
}
  .body-container--about .dnd_area-row-4-padding {
    padding: 60px 15px 20px 15px !important;
}
  .about-one-img-last-left {
    position: relative;
    right: 0;
    width: 100%;
    z-index: -1;
    top: 0;
}
  .about-one-text-four-right {
    width: auto;
    padding: 0 15px;
}
  div .rt-faq {
    border: 0px none;
    width: auto;
    padding: 0;
}
  .body-wrapper .body-container--about .dnd_area-row-5-padding {
    padding-bottom: 0px;
}
.body-container--about .dnd_area-row-5-padding {
    padding-top: 5px !important;
}
/* About Page End*/
  
/*Service Page Start*/
  .body-container--service-one .dnd_area-row-1-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
  .service-one-text-two p {
    width: auto;
    margin:0;
}
  .rt-progress-bar {
    padding: 0 15px;
}
  .service-one-img-two img {
    padding-top: 50px;
}
.rt-container {
    width: 100%;
    margin: 0 auto;
}
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
}
 
.wraper_inner_banner.banner-one {
    padding: 50px 15px;
}

.inner_banner_main .subtitle {
    margin: 0 auto;
    width: 100%;
}
.service-one-img-one {
    padding: 50px 15px;
}
.service-one-text-one {
    padding: 0px 15px;
}
.service-one-icon-box-parent-one, .service-one-icon-box-parent-three {
    margin: 10px 15px;
}
.service-one-icon-box-parent-two, .service-one-icon-box-parent-four{
    margin: 10px 15px;
}
.service-one-text-two {
    padding: 50px 15px;
}
.service-one-img-two {
    padding: 0 15px;
}
.service-one-text-three {
    padding: 50px 15px;
}
.service-one-text-three h3 {
    width: auto;
    padding-bottom: 0;
}
.service-one-icon-box-parent-five, 
.service-one-icon-box-parent-six, 
.service-one-icon-box-parent-seven, 
.service-one-icon-box-parent-eight {
    padding: 0 15px 30px 15px;
}
.service-one-img-three {
    padding: 0 15px;
}
.service-one-text-four {
    padding: 50px 15px 0 15px;
}
.service-one-contact-form {
    padding: 0 15px;
}
 /*Service Page Start*/
  
/*Team Responsive Start*/
  .team-text-one {
    width: auto;
    padding: 60px 15px 40px 15px;
}
  .team-img-one {
    padding-bottom: 60px;
}
 .body-container--team .dnd_area-row-3-padding {
    padding-top: 60px !important;
}
  .team-text-three {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}
/*Team End Responsive Start*/
  
 /* Footer Start*/
  
  .custom-footer {
    background-position: left top !important;
}
  .custom-footer .dnd-section {
    padding-bottom: 40px;
}
  .footer-copyright-section .footer__copyright {
    padding: 20px 0 0 0;
}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 56px 15px !important;
}
  .footer-copyright-section .dnd-section{
    padding-bottom: 20px;
  }
 /* Footer End*/
  .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
}
  .about-one-icon-box .rt-icon-box-wrapper.icon-box-parent-two .rt-icon-box-icon {
    margin-top: 0;
}
  .body-container--about .dnd_area-row-3-padding {
    padding-bottom: 30px !important;
}
    .body-container--about .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--about .dnd_area-row-2-padding.dnd-section.dnd_area-row-2-background-image {
    padding-bottom: 0 !important;
}
  .submenu.level-2 .menu-item .menu-link{
    display:inline;
  }
  .body-container--service-one .dnd_area-column-17-row-2-padding {
    padding-top: 0 !important;
    padding-bottom: 42px !important;
}
  .body-container--team .dnd_area-row-1-padding {
    padding: 0 !important;
}
  .body-container--team .dnd_area-row-4-padding {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
  .team-contact-form input[type=email]{
    width:100%;
  }
  .team-contact-form input[type=submit]{
     width:100%;
  }
}
/*Responsive Section End*/

/* financia demo one css starts */

.home-one-text-left h2 {
  color:#ffffff;
  font-size:48px;
  line-height:58px;
  margin-bottom: 9px;
}

.home-one-text-left p {
  color:#ffffff;
}

.home-one-text-three-left h3 {
  font-size:30px;
  line-height:40px;
  margin-bottom: 9px;
  margin-top: 91px;
}

.home-one-text-four-right h3 {
  font-size:30px;
  line-height:40px;
  margin-bottom: 9px;
}

.home-one-text-two-left h3 {
  color:#ffffff;
  text-align: right;
  font-size:30px;
  line-height:40px;
}

.home-one-text-two-left h6 {
  color:#ffffff;
  text-align: right;
  margin-bottom: 7px;
  padding:0;
}

.home-one-text-two-right p {
  color:#ffffff;
  margin-top: 20px;
}

.home-one-img-three-right.widget-type-linked_image {
  width: 1060px;
  margin-left: -118px;
}

.dnd-section.row-number-3 {
  padding-top: 60px;
    padding-bottom: 40px;
}

.dnd-section.row-number-7 {
  overflow:hidden;
  padding: 60px 20px 60px 20px;
}

.home-one-text-six-center h3 {
  font-size: 30px;
 line-height: 40px;
  width: 80%;
  margin: 0 auto;
}

.home-one-text-six-center p {
  width: 90%;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 45px;
}

.common-image-box {
  text-align:center;
}

.common-image-box > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
}

.common-image-box > .pic > img {
  width:100%;
  height:auto;
}

.common-image-box:hover > .pic > .pic-overlay {
    opacity: 1;
    visibility: visible;
}
.common-image-box > .pic > .pic-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.common-image-box h5 {
  font-size:20px;
  line-height:28px;
  font-weight:600;
  color: #111;
  padding-top: 0px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-image-box h5 {
    font-size:18px;
  }
}

.common-image-box h5 a {
  color: #111;
  text-decoration:none;
}
.dnd_area-column-27-row-2-padding.row-number-13 {
    padding-top: 40px !important;
}

.home-one-text-eight-center h3 {
  font-size: 30px;
 line-height: 40px;
  margin: 0 auto;
}

.row-number-15 .rt-faq .rt-faq-title h6 {
  font-weight: 600;
    font-size: 17px;
    color: #1f2d33;
    line-height: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.home-two-img-nine-case .hs_cos_wrapper_type_linked_image img {
  width:100% !important;
  height:auto !important;
}

.rt-pricing-table>.holder>.select-btn .btn {
    background: #fff;
    border-radius: 30px;
    color: #ff8522;
    border: 1px solid #ff8522;
  font-size:16px;
  line-height:23px;
}

.rt-pricing-table>.holder>.select-btn .btn:hover {
    background: #ff8522;
    border-radius: 30px;
    color: #ffffff;
    border: 1px solid #ff8522;
}

.row-number-14.dnd-section.dnd_area-row-6-background-image {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

/* RESPONSIVE CSS STARTS */

@media screen and (min-width: 1024px) {
  .dnd_area-row-3-background-image.row-number-11 {
  background-size: auto !important;
  padding: 40px 20px 15px 20px;
  background-position: -70px top !important;
}
  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .body-container--home-one .dnd-section.row-number-3 {
    padding: 36px 15px 22px 15px !important;
  }
  
  .home-one-text-two-right p {
    margin-top:30px;
  }
  
  .home-one-img-three-right.widget-type-linked_image {
    width: 100%;
    margin-left: 0;
    margin-top:200px;
}
  
  .custom-footer .row-fluid .span3 {
    margin-right: 0px;
    padding: 0;
    width: 50%;
  }
  
  .custom-footer .row-fluid .span3:first-child {
    margin-right: 0px;
    padding: 0;
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .home-one-img-three-right.widget-type-linked_image {
    width: 100%;
    margin-left: 0;
}
  
.home-one-text-three-left h3 {
  margin-top:0px;
}
  
  .row-number-14 .row-fluid .span6 {
    width:100% !important;
  }
  
  /*.row-number-14 .row-fluid [class*="span"] {
    width:100% !important;
    margin-left:0% !important;
  }*/
  
  .row-number-2 .row-fluid .span6 {
    width:100% !important;
    margin-left:0% !important;
  }
  
  .body-container--home-one .dnd_area-row-0-background-image {
    background-image: cover;
  }
  
  .home-one-text-left h2 {
    font-size:40px;
    line-height:50px;
  }
  
  .dnd_area-row-3-background-image.row-number-11 {
    background-position: right top !important;
    padding: 50px 15px 32px 15px !important;
  }
  
  .row-number-14.dnd-section.dnd_area-row-6-background-image {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  } 
}

@media screen and (max-width: 767px) {
  .body-container--home-one .dnd-section.row-number-7 {
   padding: 50px 15px 45px 15px !important;
}

  .home-one-img-three-right.widget-type-linked_image {
    margin-top:30px;
  }
  
  .body-container--home-one .dnd-section.row-number-3 {
    padding: 36px 15px 22px 15px !important;
  }
  
  .home-one-text-two-right p {
    margin-top:10px;
  }
  
  .home-one-text-two-left h6, .home-one-text-two-left h3 {
    text-align:left;
  }
  
  
}
/* financia demo one css ends */

/* ABOUT US CSS STARTS */

.about-one-text-one-right h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
  padding-bottom:0;
}

.about-one-text-one-right img {
  text-align:left;
}

.about-one-img-left {
    padding-top: 0px;
}

.about-one-text-two-right a.button {
    background: #ff8522;
    border: 0px none;
    padding: 11px 36px;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px;
    vertical-align: top;
}

.about-one-text-two-right a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.about-one-text-one-right h6 {
  color:#000;
}

.about-one-center p {
    width: 90%;
    margin: 0 auto;
    padding-top: 9px;
    padding-bottom: 45px;
} 

.body-container--about .dnd_area-row-1-padding.row-number-2 {
    padding-top: 90px !important;
    padding-bottom: 55px !important;
}

 .body-container--about .dnd_area-column-2-row-1-padding.row-number-8 {
    padding-top: 79px !important;
}

.body-container--about .dnd-section.row-number-13 {
  padding-top:80px;
  padding-bottom:90px;
}

.rt-progressbar-bar-wrap, .rt-progressbar-bar {
  height:7px !important;
}

.rt-progressbar-container .rt-progressbar-bar-wrap {
  box-shadow: none !important;
  
}

.rt-progressbar-bar {
  background-color: transparent;
  background-image: linear-gradient(90deg,#ff8522 0%,#ff9742 100%) !important;
  box-shadow: none !important;
}

.rt-progressbar-left-label {
  font-weight:400 !important;
}

.body-container--about .dnd-section.row-number-21 {
  padding-top:78px !important;
  padding-bottom:57px !important;
}

.body-container--about .dnd-section.row-number-24 {
    padding-top: 78px !important;
    padding-bottom: 80px !important;
}

.body-container--about .dnd-section.row-number-24 h3 {
  font-size:30px;
  line-height:40px;
}

.body-container--about .dnd-section.row-number-33 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.body-container--about .dnd-section.row-number-21 .text-center h3 {
  padding-bottom:22px;
  font-size:30px;
  line-height:40px;
}

.body-container--about .dnd-section.row-number-21 .text-center p {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 55px;
}

.body-container--about .dnd-section.row-number-21 .dnd_area-column-25-vertical-alignment > div {
  padding: 0 15px;
}

.rt-icon-box-wrapper.icon-box-about{
    padding: 0px;
    background: transparent;
}

.rt-icon-box-wrapper.icon-box-about .rt-icon-box-icon{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
  position:absolute;
  margin-top:5px;

}
.rt-icon-box-wrapper.icon-box-about .rt-icon-box-content {
    width: 83%;
    display: inline-block;
}

.rt-icon-box-wrapper.icon-box-about h6 {
    margin-bottom:7px;
  padding:0;
  color:#000;
}

.rt-icon-box-wrapper.icon-box-about .rt-icon-box-description {
  padding:0;
  color:#696969;
}

.rt-icon-box-description p{
    margin:0;
}

.rt-icon-box-wrapper.icon-box-about .rt-icon-box-content {
    width: 100%;
    display: inline-block;
    padding-left: 95px;
}

.rt-icon-box-wrapper.icon-box-about h6 {
  font-size:16px;
}

.body-container--about .row-depth-1.row-number-28, 
.body-container--about .row-depth-1.row-number-30, 
.body-container--about .row-depth-1.row-number-32 {
  margin-top:40px;
}

.body-container--about .dnd-section.row-number-13 h3 {
  font-size:30px;
  line-height:40px;
}

/* RESPONSIVE CSS STARTS */
@media screen and (max-width: 1024px) {
  .about-one-text-one-right {
    padding-top:0px;
  }
 
  .body-container--about .dnd_area-row-1-padding.row-number-2 {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
}
  
  .body-container--about .dnd_area-column-2-row-1-padding.row-number-8 {
    padding-top: 49px !important;
}
  
.body-container--about .dnd-section.row-number-13 {
  padding-top:50px;
  padding-bottom:40px;
}
  .body-container--about .dnd-section.row-number-21 {
  padding-top:48px !important;
  padding-bottom:27px !important;
}
  
.body-container--about .dnd-section.row-number-24 {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
}
  .rt-progress-bar {
    padding: 0;
}
  
  .rt-icon-box-wrapper.icon-box-about .rt-icon-box-content {
    padding-left: 85px;
  }
   
}

@media screen and (max-width: 767px) {
  .body-container--about .row-depth-1.row-number-7 {
    padding:0 15px;
  }
  
  .about-seperator.widget-type-linked_image {
    margin-left:15px;
  }
  
  .body-container--about .row-depth-1.row-number-9 .span4 {
    padding:0 15px;
  }
  
  .about-one-center p, .home-one-text-six-center p, .body-container--about .dnd-section.row-number-21 .text-center p {
    width: 100%;
  }
  
  .rt-icon-box-wrapper.icon-box-about .rt-icon-box-content {
    padding-left:75px;
  }
  
  .rt-icon-box-wrapper.icon-box-about .rt-icon-box-icon {
    width: 30%;
  }
  
  .body-container--about .row-depth-1.row-number-28, 
  .body-container--about .row-depth-1.row-number-29, 
  .body-container--about .row-depth-1.row-number-30,
  .body-container--about .row-depth-1.row-number-31,
  .body-container--about .row-depth-1.row-number-32 {
    margin-top: 22px;
  }
  
  .body-container--about .row-number-8.dnd_area-column-2-row-1-padding.dnd-row p {
    padding:0 15px;
  }
 
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .rt-search-box2 {
    top: 25px;
    right: -14px;
}
  
  .header .content-wrapper .header__column .header__logo--main .widget-type-logo a img {
    padding: 19px 0 5px 0;
  }
  
  .inner_banner_main h1.title {
    padding-left:15px;
  }
}

/* RESPONSIVE CSS ENDS */

/* ABOUT US CSS ENDS */

/* SERVICE PAGE CSS STARTS */

.body-container--service-one .row-number-2.dnd-section {
  padding-top:80px !important;
  padding-bottom:60px !important;
}

.body-container--service-one .row-number-8.dnd-section {
  padding-top:80px !important;
  padding-bottom:90px !important;
}

.body-container--service-one .row-number-8.dnd-section h3 {
  font-size:29px;
  line-height:40px;
  margin-bottom: 9px;
}

.body-container--service-one .row-number-1.dnd_area-row-3-background-image.dnd-section {
  padding-top:51px !important;
  padding-bottom:176px !important;
  color:#fff;
}

.body-container--service-one .row-number-1.dnd_area-row-3-background-image.dnd-section h3 {
  font-size:30px;
  line-height:40px;
  margin-bottom: 9px;
  color:#fff;
}

.service-one-text-two-right a.button {
    background: #ff8522;
    border: 0px none;
    padding: 11px 36px;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px;
    vertical-align: top;
}
.service-one-text-two-right a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.service-one-text-two-right {
  text-align:right;
}

.body-container--service-one .row-number-5.dnd-section {
  padding-top: 30px !important;
  padding-bottom: 45px !important;
  background: #fff;
  width: 84%;
  margin: -148px auto;
}

.body-container--service-one .row-number-5.dnd-section h4 {
  font-size: 25px;
  color: #131320;
  line-height: 30px;
  text-align: left;
  margin-left: 6px;
  font-weight:700;
  padding-bottom: 0;
  padding-left:0;
  padding-right:0;
}

.body-container--service-one .row-number-5.dnd-section h3 {
  font-size: 25px;
  color: #131320;
  line-height: 30px;
  text-align: left;
  margin-left: 6px;
  font-weight:700;
}

.body-container--service-one .row-number-5.dnd-section p,
.body-container--service-one .row-number-5.dnd-section .about-seperator.widget-type-linked_image {
  margin-left: 6px;
}

.body-container--service-one .row-number-11.dnd-section {
  padding-top:190px !important;
  padding-bottom:90px !important;
}

.rt-icon-box-wrapper.icon-box-service {
  padding: 28px 28px 30px 28px;
    background-color: #fff;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 12%);
    text-align: inherit;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; 
  text-align: center;
}

.rt-icon-box-wrapper.icon-box-service .rt-icon-box-icon {
  display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 125px;
    border: 7px #f1f1f1 solid;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding-top: 20px;
}

.rt-icon-box-wrapper.icon-box-service .rt-icon-box-content .rt-icon-box-title {
  padding:15px 0 7px 0;
  color:#000;
}

.rt-pricing-table>.holder {
  margin-bottom:50px !important;
}

.body-container--service-one .row-number-17.dnd-section.dnd_area-row-6-background-image {
  padding-top:80px !important;
  padding-bottom:40px !important;
}

.body-container--service-one .row-number-17.dnd-section.dnd_area-row-6-background-image h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 9px;
  color: #fff;
}

.body-container--service-one .row-number-17.dnd-section.dnd_area-row-6-background-image .text-center p {
  padding: 0 0 50px 0;
    margin: 0 auto;
    width: 98%;
    color: #fff;
}
/* RESPONSIVE CSS STARTS */

@media screen and (max-width: 1024px) {
 .body-container--service-one .row-number-2.dnd-section {
  padding-top:50px !important;
  padding-bottom:30px !important;
}
  
 .body-container--service-one .row-number-8.dnd-section .row-fluid .span9 {
   width: 100%;
   margin-left:0%;
  }
  
  .body-container--service-one .row-number-8.dnd-section h6 {
    font-size:17px;
  }
  
  .body-container--service-one .row-number-8.dnd-section {
  padding-top:50px !important;
  padding-bottom:60px !important;
  }
  
  .body-container--service-one .row-number-5.dnd-section {
    width: 95%;
    padding-bottom: 20px !important;
  }
  
  .body-container--service-one .row-number-1.dnd_area-row-3-background-image.dnd-section .row-fluid .span9,
  .body-container--service-one .row-number-1.dnd_area-row-3-background-image.dnd-section .row-fluid .span3 {
    width:100%;
  }
  
  .service-one-text-two-right {
  text-align:left;
  }
  
  .body-container--service-one .row-number-5.dnd-section {
    margin: -116px auto;
  }
  
  .body-container--service-one .row-number-11.dnd-section {
    padding-top: 155px !important;
    padding-bottom: 60px !important;
  }
  
  .body-container--service-one .row-number-17.dnd-section.dnd_area-row-6-background-image {
  padding-top:50px !important;
  padding-bottom:10px !important;
  }
  
  .dnd-section {
    padding-left:15px !important;
    padding-right:15px !important;
  }
}

@media screen and (max-width: 767px) {
  .body-container--service-one .row-number-5.dnd-section {
    width: 100%;
    padding-bottom: 0px !important;
    padding-top: 55px !important;
    margin: 0 auto !important;
  }
  
  .body-container--service-one .about-one-text-two-right a.button {
    margin-bottom: 40px;
  }
  
  .body-container--service-one .about-seperator.widget-type-linked_image {
    margin-left: 0px;
  }
  
  .body-container--service-one .about-one-img-left {
    padding: 0px 0px 30px 0px;
  }
  
  .dnd-section {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  
.body-container--service-one .row-number-5.dnd-section p,
.body-container--service-one .row-number-5.dnd-section h3,
.body-container--service-one .row-number-5.dnd-section h4,
.body-container--service-one .row-number-5.dnd-section .about-seperator.widget-type-linked_image {
  margin-left: 0px;
  }
  
  .body-container--service-one .about-one-text-one-right {
    padding:0;
  }
  
  .body-container--service-one .row-number-1.dnd_area-row-3-background-image.dnd-section {
    padding-top: 51px !important;
    padding-bottom: 60px !important;
  }
  
  .body-container--service-one .row-number-11.dnd-section {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
  }
  
  .rt-icon-box-wrapper.icon-box-service {
    margin-bottom:30px;
  }
  
  .body-container--service-one .row-number-8.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}
/* RESPONSIVE CSS ENDS */

/* SERVICE PAGE CSS ENDS */

/* CONTACT PAGE CSS STARTS */

.body-container--contact .row-depth-1.row-number-2.dnd-section {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background-color: #f5f7f9;
}

.body-container--contact .row-depth-1.row-number-2.dnd-section .span8.widget-span.widget-type-cell.dnd-column {
  background:#fff;
  border: 1px solid #e1e1e1;
  padding:37px 35px 45px 35px;
  margin-top:8px;
}

.body-container--contact .row-depth-1.row-number-2.dnd-section .span8.widget-span.widget-type-cell.dnd-column h4 {
  font-size: 25px;
    color: #131320;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}
.body-container--contact .hs-form-field {
    margin-bottom: 0;
}

fieldset.form-columns-1 .hs-input {
    width: 100% !important;
    height:100px;
}

form input[type=text], form input[type=email], form input[type=password], 
form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    border: 1px solid #e1e1e1 !important;
    color: #696969;
    padding: 8px 12px;
  width: 100% !important;
}

form input[type=text]:hover, form input[type=email]:hover, form input[type=password]:hover, 
form input[type=tel]:hover, form input[type=number]:hover, form input[type=file]:hover, form select:hover, form textarea:hover {
    border: 1px solid #ff8522 !important;
    color: #696969;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, 
form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
    border: 1px solid #ff8522 !important;
    color: #696969;
}

form input[type=submit] {
    background-color: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
}

form input[type=submit]:active {
    background-color: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
}

form input[type=submit]:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.body-container--contact .row-depth-1.row-number-2.dnd-section .span4.widget-span.widget-type-cell.dnd-column h5 {
  font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111;
    padding-top: 0px;
    padding-bottom: 12px;
}

.body-container--contact iframe {
  border: 1px solid #e1e1e1 !important;
  height:177px;
  width:100%;
}

/* RESPONSIVE CSS STARTS */

@media screen and (max-width: 1024px) {
  .body-container--contact .row-depth-1.row-number-2.dnd-section {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
  }
  
}

@media screen and (max-width: 767px) {
  .body-container--contact .row-depth-1.row-number-2.dnd-section .span8.widget-span.widget-type-cell.dnd-column {
    margin-bottom:30px;
  }
}
/* RESPONSIVE CSS ENDS */

/* CONTACT PAGE CSS ENDS */

/* PRICING PAGE CSS STARTS */

.body-container--pricing .row-depth-1.row-number-2.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    background-color: #f5f7f9;
}

@media screen and (max-width: 1024px) {
  .body-container--pricing .row-depth-1.row-number-2.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
    background-color: #f5f7f9;
  }
}

/* PRICING PAGE CSS ENDS */

/* FAQ PAGE CSS STARTS */

.body-container--faqs .row-depth-1.row-number-2.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 90px !important;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .body-container--faqs .row-depth-1.row-number-2.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}

/* FAQ PAGE CSS ENDS */

/* BLOG PAGE CSS STARTS */

.right-sidebar .hs-search-field__bar {
  padding:0;
}

.col-lg-3.col-md-12.col-sm-12.col-12.right-sidebar {
    padding-right: 0;
}

.body-container--blog-index section.blog-index {
    padding-top: 100px;
    padding-bottom: 16px;
}

.right-sidebar .blog-widget-title {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

.right-sidebar ul.rt-recent-post-with-thumbnail-holder li {
  margin-bottom: 10px;
}

.blog-index__post-content p {
    padding-bottom: 0px !important;
}

.blog-pagination a {
  text-decoration:none !important;
}

a.blog-pagination__link.blog-pagination__prev-link:after,
a.blog-pagination__link.blog-pagination__next-link:after {
  display:none !important;
}

.blog-pagination>.blog-pagination__link--active {
  pointer-events:none;
  border-bottom: 1px solid #ff8522 !important;
  padding: 3px 10px 0px 10px !important;
  color: #ff8522 !important;
}

.blog-pagination a:after {
  background: #ff8522 !important;
  color: #ff8522 !important;
}

.blog-header__inner {
  padding-right: 15px !important;
  padding-left:15px !important;
}

.body-container .blog-listing {
    padding-right: 50px;
    padding-left: 0 !important;
}

article.blog-index__post {
  margin-bottom: 0px !important;
}

.post-read-more a.btn {
  padding-top:4px;
}

.content-wrapper {
  padding: 0 15px;
}

.blog-list-tags a,
.right-sidebar .widget.widget_tags ul li a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.blog-list-tags a:hover,
.right-sidebar .widget.widget_tags ul li a:hover {
    color: #ff8522 !important;
}

.blog-list-tags a:before,
.right-sidebar .widget.widget_tags ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.blog-list-tags a:hover:before,
.right-sidebar .widget.widget_tags ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

time.blog-post__timestamp i, 
.blog-list-tags i.ti-tag {
  color: #ff8522;
  margin-right: 6px;
}

.blog-single-post-content {
    padding: 18px 0px 30px 0px !important;
}

.blog-related__post-content h5 {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 33px;
}

.author-bio>.holder>.data .title span {
  color: #ff8522 !important;
}


.right-sidebar h5.widget-title,
.author-bio>.holder>.data .title {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight:600 !important;
}

.blog-comments h4,
.blog-related-posts .content-wrapper h2 {
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight:700 !important;
}

.new-comments {
  margin-bottom: 0px !important;
}

.post-navigation .nav-links .nav-previous .rt-nav-img,
.post-navigation .nav-links .nav-next .rt-nav-img {
  height: 50px !important;
}

.blog-comments input[type=submit] {
  background-color: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
}

.blog-comments input[type=submit]:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.right-sidebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: initial;
    border: 0;
    border-radius: 0;
    font-size: 0;
    background: #ff8522;
}

.right-sidebar button:hover {
  background: #ff8522;
}

.hs-search-field__bar button svg {
    filter: brightness(0) invert(1);
}

div.hs-search-field__bar button svg {
    height: 16px;
}

.body-container--blog-post .content-wrapper {
    padding: 0;
}

/* BLOG PAGE RESPONSIVE CSS STARTS */

@media screen and (max-width: 991px) { 
  .body-container .blog-listing {
    padding-right: 0px !important;
    padding-left:0px !important;
  }
  
  .col-lg-3.col-md-12.col-sm-12.col-12.right-sidebar {
    padding-right: 0px !important;
    padding-left:0px !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 18px 0px !important;
  }
  

}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 18px 0px !important;
  }
  

}

@media screen and (max-width: 480px) {
  time.blog-post__timestamp {
    margin-left: 0px !important;
    width: 100%;
    padding-top: 12px !important;
  }
  
  .blog-list-tags {
    left: 0px !important;
    width: 100%;
    text-align: left !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 320px) {
  .blog-index__post-content.blog-index__post-content--large {
    position: relative;
    padding: 18px 0px !important;
  }
  

}

/* BLOG PAGE RESPONSIVE CSS ENDS */
/* BLOG PAGE CSS ENDS */

/* BLOG CONTAINER CSS STARTS */

@media (min-width: 768px) {
.container, .container-md, .container-sm {
    max-width: 100% !important;
}
}

@media (min-width: 576px) {
.container, .container-md, .container-sm {
    max-width: 100% !important;
}
}

/* BLOG CONTAINER CSS ENDS */

/* SYSTEM PAGE CSS STARTS */

.systems-page {
  max-width: 100% !important;
}

div.systems-page .success {
  border: 1px solid #e1e1e1 !important;
}

div.systems-page .success:hover {
  border: 1px solid #ff8522 !important
}

.systems-page form input[type='submit'] {
    background: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
    height:auto;
  font-weight: 400;
  text-transform:capitalize;
}

.systems-page form input[type='submit']:active {
    background: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
}

.systems-page form input[type='submit']:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

div.systems-page .success {
  border: 1px solid #e1e1e1 !important;
}

div.systems-page .success:hover {
  border: 1px solid #ff8522 !important;
}

.systems-page h1 {
  font-size:50px;
  line-height:60px;
  font-weight:700;
}

.systems-page h3 {
  font-size:30px;
  line-height:40px;
  font-weight:700;
}


.systems-page .page-header h1 {
  font-size:50px;
  line-height:60px;
  font-weight:700;
}

.systems-page .form-container span.hs_cos_wrapper_type_password_reset_request form,
.systems-page .form-container span.hs_cos_wrapper_type_password_reset_request .submitted-message {
  margin-top:-28px !important;
}

/*.systems-page .hs_cos_wrapper_content .hs-form-field,
.systems-page .hs_cos_wrapper_content .hs-form-field ul,
.systems-page .hs_cos_wrapper_content p {
    margin: 0 !important;
}*/

.systems-page .hs_cos_wrapper_type_member_login .hs-form-field,
.systems-page .hs_cos_wrapper_type_member_login .hs-form-field ul,
.systems-page .hs_cos_wrapper_type_member_login p {
    margin: 0 !important;
}

.systems-page .hs_cos_wrapper_type_member_register .hs-form-field,
.systems-page .hs_cos_wrapper_type_member_register .hs-form-field ul,
.systems-page .hs_cos_wrapper_type_member_register p {
    margin: 0 !important;
}

.systems-page .hs_cos_wrapper_type_password_reset_request .hs-form-field,
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-form-field ul,
.systems-page .hs_cos_wrapper_type_password_reset_request p {
    margin: 0 !important;
}

.systems-page .hs_cos_wrapper_type_password_reset .hs-form-field,
.systems-page .hs_cos_wrapper_type_password_reset .hs-form-field ul,
.systems-page .hs_cos_wrapper_type_password_reset p {
    margin: 0 !important;
}

.page-not-found-button a.button {
    background: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
    height:auto;
  font-weight: 400;
  text-transform:capitalize;
}

.page-not-found-button a.button:active {
    background: #ff8522 !important;
    border: 0px none !important;
    padding: 11px 36px !important;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
    border-radius: 24px !important;
    vertical-align: top;
}

.page-not-found-button a.button:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.widget-type-email_subscriptions_confirmation h2 {
  font-size:30px;
  line-height:40px;
  font-weight:700;
}

/* SYSTEM PAGE CSS ENDS */

/* LANDING PAGE CSS STARTS */

.body-container--finacia .service-one-text-center h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 9px;
}

.body-container--finacia .service-one-text-center p {
    padding: 0 0 50px 0;
    margin: 0 auto;
    width: 90%;
    color: #fff;
}

.body-container--finacia .row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-vertical-alignment {
    padding-top: 90px !important;
    padding-bottom: 60px !important;
}

.body-container--finacia .row-number-13.dnd-section {
    padding-top: 78px !important;
    padding-bottom: 90px !important;
}

.body-container--finacia .row-number-13.dnd-section h3 {
  font-size: 29px;
  line-height: 40px;
  margin-bottom: 9px;
}

.body-container--finacia .row-number-1.dnd-section.dnd_area-row-3-vertical-alignment {
    padding-top: 78px !important;
    padding-bottom: 56px !important;
}

.body-container--finacia .row-number-1.dnd-section.dnd_area-row-3-vertical-alignment h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 9px;
}

.body-container--finacia .row-number-4.dnd_area-row-4-background-image.dnd-section {
    padding-top: 82px !important;
    padding-bottom: 40px !important;
}

.body-container--finacia .row-number-1.dnd-section.dnd_area-row-3-vertical-alignment .dnd_area-column-26-vertical-alignment > div {
    padding: 0 15px;
}

.body-container--finacia .inner_banner_main h1.title {
  text-align:center;
}

/* FOR LANDING PAGE RESPONSIVE CSS STARTS */

@media all and (max-width: 1024px) {
  .body-container--finacia .row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-vertical-alignment {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  
  .body-container--finacia .row-number-13.dnd-section {
    padding-top: 48px !important;
    padding-bottom: 60px !important;
  }
  
  .body-container--finacia .row-number-1.dnd-section.dnd_area-row-3-vertical-alignment {
    padding-top: 48px !important;
    padding-bottom: 26px !important;
  }
  
  .body-container--finacia .row-number-4.dnd_area-row-4-background-image.dnd-section {
    padding-top: 52px !important;
    padding-bottom: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .body-container--finacia .service-one-text-center p {
    padding: 0 0 30px 0;
    width: 100%;
  }
}

/* FOR LANDING PAGE RESPONSIVE CSS ENDS */

/* LANDING PAGE CSS ENDS */