/* 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: #4D4D90;
}

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;
  text-align: left;
}

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 */
.body-wrapper > div, .header{display:initial;}

.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-item-has-children>a:hover{text-decoration:none;}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    list-style-type: disc;
    color: #fff;
    margin-left: 17px;
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper .hs-menu-depth-2 br{display:none;}

.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;
  }
}
@media (min-width: 768px) {
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper .hs-menu-depth-2 br{display:block;}
}
@media (min-width: 1200px) {
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper .hs-menu-depth-2 br{display:none;}
}
/* 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%;
}

.header-shadow{background-color: #fff !important;}
.header .shadow{box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);}
/* Banner Section */
.home-one-text-left p {
  padding-right: 51px;
  margin-bottom: 50px;
}
.home-one-text-left a.button {
  background: #253367;
  border: 0px none;
  padding: 11px 36px;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 17px;
  border-radius: 4px;
  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);
  background-color: #333381;
}
/*.home-one-banner-img-right {
position: absolute;
top: -20%;
left: 44%;
width: 783px;
}*/
/*.home-one-banner-img-right {
position: relative;
bottom: 0;
right: 21%;
width: 783px;
margin-top: -195px;
}*/
.body-container--home-one .dnd_area-row-0-background-image {
  background-position: left -89px !important;
}

.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: Raleway,sans-serif;
  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-bottom: 150px;
}
.home-one-text-left h2 {
  font-size: 50px;
  line-height: 68px;
}
/* Banner Section */

/*Services Section */
.home-one-text-one-center h3 {
  padding: 0 0 50px 0;
  margin: 0;
}
.softek-icon-box-wrapper.icon-box-parent-one{
  padding: 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;
  display: flex;
  flex-wrap: nowrap;
  height: calc(100% - 20px);
}
.softek-icon-box-wrapper.icon-box-parent-one:hover {
  background: #253367;
}
.softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon{
  flex-shrink: 0;
  width: 80px;
  vertical-align: top;
  margin-right: 25px;
}
.softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon img{
  width:100%;
}
.softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-content {
  flex-grow: 1;
}
.softek-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);
}
.softek-icon-box-wrapper.icon-box-parent-one h6 {
  margin-bottom:7px;
  padding:0;
  color:#414754;
}
.softek-icon-box-wrapper.icon-box-parent-one:hover h6 {
  color: #fff;
}
.softek-icon-box-wrapper.icon-box-parent-one:hover p {
  color: #fff;
}
.softek-icon-box-description p{
  margin:0;
}
/*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)}
}
.softek-icon-box-wrapper.icon-box-parent-two{
  padding: 0;
  margin:0 0 20px 0;
}
.softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon{
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  margin-top: 4px;
}
.softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-content {
  width: 83%;
  display: inline-block;
}
.softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon img {
  transition: all .35s cubic-bezier(.38,3,.57,1.6);
  transform: translate3d(0px,0,0);
}
.softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon:hover img {
  transform: translate3d(-6px,0,0);
  transition: all .35s cubic-bezier(.38,3,.57,1.6);
}
.softek-icon-box-wrapper.icon-box-parent-two h6 {
  margin-bottom:7px;
  padding-bottom:0;
}
/*Discover Our Company Section*/

/*Counter Section*/
.softek-counter .ml-2{color: #414754;}

.softek-counter_number {
  font-size: 50px;
  font-weight: 600;
  font-family: Raleway,sans-serif;
  text-align: center;
  line-height: 1;
  color: #000061;
}
.ml-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.softek-counter {
  padding-top: 6px;
}
/*Counter Section*/

/*Technology Solutions Section*/
.home-one-text-four-center p {
  width: 74%;
  margin: 0 auto;
  padding-bottom:70px;
}
.softek-icon-box-wrapper.icon-box-parent-three{
  padding: 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 50px 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.softek-icon-box-wrapper.icon-box-parent-three:hover {
  background: #253367;
}
.softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-icon{
  width: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 8px;
  flex-shrink:0;
}
.softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-content {
  flex-grow:1;
}
.softek-icon-box-wrapper.icon-box-parent-three img {
  transition: all .35s cubic-bezier(.38,3,.57,1.6);
  transform: translate3d(0px,0,0);
}
.softek-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);
}
.softek-icon-box-wrapper.icon-box-parent-three h6 {
  margin-bottom:0px;
  color: #414754;
  padding:0;
}
.softek-icon-box-wrapper.icon-box-parent-three:hover h6 {
  color: #fff;
}
.softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-description{
  line-height: 1.6;margin-top: 5px;
}
.softek-icon-box-wrapper.icon-box-parent-three:hover .softek-icon-box-description{
  color: #fff;
}

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

.home-one-icon-box-six{
  left: 0;
  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: #fff;
  padding: 11px 33px;
  border-radius: 4px;
  background-color: #000061;
  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);
  background-color: #333381;
}
/* 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: #104cba;
}
.home-one-text-eight-right h3 {
  padding-right: 31px;
}
/* Simple To Get Started Section*/

/* About page */

.about-one-icon-box .softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon {
  width: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  margin-top: 8px;
}
.about-one-icon-box .softek-icon-box-wrapper.icon-box-parent-two h6 {
  margin-bottom: 7px;
  padding: 0;
}
.about-one-icon-box .softek-icon-box-wrapper.icon-box-parent-two {
  padding: 0;
  margin: 0 0 30px 0;
}
.about-one-text-one-right h3 {
  padding-bottom: 23px;
}
.about-one-text-one-right p {
  padding-bottom: 40px;
  margin:0;
}

.softek-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: 50px 15px;
}
.inner_banner_main h1.title {
  font-family: Raleway,sans-serif;
  font-size: 62px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 700;
  color: #263467;
}
.inner_banner_main .subtitle {
  font-family: Raleway,sans-serif;
  font-weight: 600;
  color: #ff9902;
  width:50%;
  margin-bottom:0;

}
.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);
  width:100%;
  height:auto;
}
.about-one-img-left{width: 100%;}
.about-one-text-four-right {
  width: 80%;
}
.about-one-text-four-right h3{
  padding: 0 0 32px;
}

.about-one-icon-box-two {
  margin-top: 107px;
}
.softek-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;
}
.softek-icon-box-wrapper.icon-box-about-one .softek-icon-box-icon {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  margin-top: 8px;
}
.softek-icon-box-wrapper.icon-box-about-one .softek-icon-box-content {
  width: 73%;
  display: inline-block;
  vertical-align: top;
}
.softek-icon-box-wrapper.icon-box-about-one .softek-icon-box-content h6{
  padding-bottom: 7px;
  color:#414754;
}
.span12.widget-span.widget-type-custom_widget:hover .softek-icon-box-wrapper.icon-box-about-one {
  background: #253367;
}
.span12.widget-span.widget-type-custom_widget:hover .softek-icon-box-wrapper.icon-box-about-one h6 {
  color: #fff;
}
.span12.widget-span.widget-type-custom_widget:hover .softek-icon-box-wrapper.icon-box-about-one .softek-icon-box-description{
  color: #fff;
}
.span12.widget-span.widget-type-custom_widget:hover .softek-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 .softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon {
  width: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  margin-top: 8px;
}
.about-one-icon-box-three .softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-content {
  width: 90%;
  display: inline-block;
}
.about-one-text-three-center h3 {
  padding: 0 0 30px 0;
}
.about-one-icon-box-three  .softek-icon-box-wrapper.icon-box-parent-two h6 {
  margin-bottom: 7px;
  padding:0;
}
.about-one-icon-box-three .softek-icon-box-wrapper.icon-box-parent-two {
  padding: 0;
  margin: 0 0 30px 0;
}
/* About Team Section*/
.team-contact-form .hs-error-msg {
  padding-left: 20px;
}
.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,#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;
  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,#0c56c4 0%,#2f0b81 100%);
  background: -webkit-linear-gradient(left,#0c56c4 0%,#2f0b81 100%);
  background: linear-gradient(to right,#0c56c4 0%,#2f0b81 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 */
.softek-faq .softek-accordion-item {
  line-height: 28px;
  background: #fff;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
  margin-bottom: 25px;
}
.softek-faq .softek-faq-title{
  padding: 20px;
}
.softek-faq .softek-faq-title h6{
  padding: 0px;
  display:flex;
  cursor: pointer;
}
div .softek-faq{
  border:0px none;
}
.softek-faq-active .softek-faq-description{
  background: #fff;
  padding: 15px 20px 15px 20px;
}
.softek-faq-icon:after{
  background:#ff9902;
}
.softek-faq-icon:before{
  background:#ff9902;
}
.softek-faq-active .softek-faq-title {
  background: #253367;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
  margin-bottom: 0;
}
.softek-faq-title h6{
  color:#414754;
}
.softek-faq-active .softek-faq-title h6{
  color:#fff;
}
.softek-faq-active .softek-faq-icon:after{
  background:#fff;
}
.softek-faq {
  width: 93%;
}
/*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 .softek-icon-box-icon,
.service-one-icon-box-parent-two .softek-icon-box-icon,
.service-one-icon-box-parent-three .softek-icon-box-icon,
.service-one-icon-box-parent-four .softek-icon-box-icon{
  width: 15%;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.service-one-icon-box-one .softek-icon-box-icon img,
.service-one-icon-box-two .softek-icon-box-icon img,
.service-one-icon-box-three .softek-icon-box-icon img,
.service-one-icon-box-four .softek-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 .softek-icon-box-icon img,
.service-one-icon-box-two:hover .softek-icon-box-icon img,
.service-one-icon-box-three:hover .softek-icon-box-icon img,
.service-one-icon-box-four:hover .softek-icon-box-icon img{
  transform: translate3d(-6px,0,0);
}
.service-one-icon-box-one .softek-icon-box-content,
.service-one-icon-box-two .softek-icon-box-content,
.service-one-icon-box-three .softek-icon-box-content,
.service-one-icon-box-four .softek-icon-box-content{
  width: 77%;
  display: inline-block;
  vertical-align: top;
}
.service-one-icon-box-one .softek-icon-box-content h6,
.service-one-icon-box-two .softek-icon-box-content h6,
.service-one-icon-box-three .softek-icon-box-content h6,
.service-one-icon-box-four .softek-icon-box-content h6{
  padding-bottom:0;
  color:#414754;
}

.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 .softek-icon-box-icon,
.service-one-icon-box-six .softek-icon-box-icon,
.service-one-icon-box-seven .softek-icon-box-icon,
.service-one-icon-box-eight .softek-icon-box-icon{
  width: 20%;
}
.service-one-icon-box-five:hover .softek-icon-box-icon img,
.service-one-icon-box-six:hover .softek-icon-box-icon img,
.service-one-icon-box-seven:hover .softek-icon-box-icon img,
.service-one-icon-box-eight:hover .softek-icon-box-icon img
{
  transition: all .35s cubic-bezier(.38,3,.57,1.6);
  transform: translate3d(0px,-6px,0);

}
.service-one-icon-box-five .softek-icon-box-icon img,
.service-one-icon-box-six .softek-icon-box-icon img,
.service-one-icon-box-seven .softek-icon-box-icon img,
.service-one-icon-box-eight .softek-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 .softek-icon-box-content,
.service-one-icon-box-six .softek-icon-box-content,
.service-one-icon-box-seven .softek-icon-box-content,
.service-one-icon-box-eight .softek-icon-box-content
{
  width:100%;
  padding: 0 15px 0 0;
}
.service-one-icon-box-five .softek-icon-box-content h6,
.service-one-icon-box-six .softek-icon-box-content h6,
.service-one-icon-box-seven .softek-icon-box-content h6,
.service-one-icon-box-eight .softek-icon-box-content h6{
  color:#414754;
  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 .softek-icon-box-icon {
  width: 12%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.team-icon-box-one .softek-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  .softek-icon-box-content {
  width: 75%;
  display: inline-block;
  margin-top:10px;
}
.team-icon-box-one  .softek-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: #104cba;
}
.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*/

/*Contact Page Start*/

.contact-text-one p {
  width: 83%;
}
.contact-icon-box-parent-one .softek-icon-box-icon {
  width: 8%;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.contact-icon-box-parent-one .softek-icon-box-icon img{
  width:100%;
}
.contact-icon-box-parent-one .softek-icon-box-content{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.contact-icon-box-parent-one .softek-icon-box-content h6{
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #263467;
  font-size: 16px;
  padding: 0 0 7px 0;
}
.contact-icon-box-parent-one .softek-icon-box-content .softek-icon-box-description{
  font-family: Raleway,sans-serif;
  font-weight: 600;
  color: #263467;
  padding: 0;
}
.contact-icon-box-parent-one .softek-icon-box-content .softek-icon-box-description a{
  font-family: Raleway,sans-serif;
  font-weight: 600;
  color: #263467;
  padding: 0;
  text-decoration:none;
}
.contact-icon-box-parent-one .softek-icon-box-wrapper.contact-icon-box-one {
  margin-bottom: 10px;
}
.contact-text-two {
  padding: 50px 0 0 0;
}
.contact-text-two h6{
  color:#000061;
  padding:0 0 13px 0;
}
.contact-text-two h3{
  color:#000061;
  padding:0 0 13px 0;
}
.contact-page-form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
.hs-content-id-213409037963 .contact-page-form {
  width: 95%;
}
.hs-content-id-213409037963 .contact-page-form input[type="submit"] {
  width: 98.6%;
  margin-left: 0;
}
.hs-content-id-213409037963 .contact-page-form select {
  height: 55px;
  padding-left: 8px !important;
}
.contact-page-form  .hs-form-field{
  margin:0;
}
.contact-page-form form fieldset{display:flex;flex-wrap:wrap;}
.contact-page-form form .form-columns-1 .hs-input{width:100%!important;}
.contact-page-form form .hs-recaptcha{float: none !important;width: 100% !important;margin-bottom: 30px !important;}

.our-people-modal_1 fieldset.form-columns-1 .hs-input{width:100%!important;}
@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .contact-page-form form .form-columns-2 .hs-form-field .hs-input{width:100%!important;}
}

.contact-page-form input[type=text], .contact-page-form input[type=email], .contact-page-form input[type=tel] {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 55px;
  line-height: 28px;
  float: left;
  border: 1px solid #000061;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #676c76;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.contact-page-form textarea{
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 120px;
  resize: none;
  line-height: 28px;
  font-size: 0.875rem;
  padding: 0 20px;
  color: #676c76;
  border: none;
  border: 1px solid #000061;
  margin-bottom: 40px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin-bottom: 10px;
}
.contact-page-form input::placeholder {
  color: #263467;
}
.contact-page-form textarea::placeholder {
  color: #263467;
}
.contact-page-form input[type=submit]{
  position: relative;
  background: #253367;
  border-radius: 4px;
  width: auto;
  height: 55px;
  line-height: 30px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  margin: 0 auto;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
}
.contact-page-form input[type=submit]:hover,.contact-page-form input[type=submit]:focus{background: #333381;}
.contact-page-form form .hs-form-field {
  width: 100%;
}
.contact-page-form form .hs_message.hs-form-field {
  width: 100%;
}
.contact-page-form form .hs-form-field:nth-child(even) {
  margin: 0;
}
.contact-text-one h3 {
  padding-bottom: 23px;
}
.contact-text-one  p {
  padding-bottom: 10px;
  margin: 0;
}
.contact-img-one img{
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transform: translate3d(0);
}
.contact-img-one:hover img {
  transform: translate3d(-10px,0,0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
/*Contact 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-block;
}
.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: 18px;
  color: #fff;
  padding: 5px 9px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  border-radius: 50%;
  background: #fff !important;
}
.social-icon-wrapper .social-links a.social-links__icon span svg {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  fill: #414754;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(1) {
  background: #3b5999;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(2) {
  background: #1da1f3;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(3) {
  background: #0077b4;
}
.social-icon-wrapper .social-links a.social-links__icon:nth-child(4) {
  background: #cb2028;
}
.social-icon-wrapper .social-links a.social-links__icon:hover {
  opacity: .9;
}
.custom-footer h6 {
  color: #fff;
  padding-bottom: 48px;
}
.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:#fff;
}
.footer-address p{
  color:#fff;
  margin-bottom: 8px;
}
.custom-footer input[type=email] {
  background: #fafafa;
  height: 52px;
  padding: 0 20px;
  color: #696969;
  border: 1px solid #d0dcec;
  border-radius: 4px;
  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: 4px;
  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(https://20051942.fs1.hubspotusercontent-na1.net/hubfs/20051942/raw_assets/public/softek/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;
}
.footer-subscribe-form form {
  position: relative;
}
.custom-footer input::placeholder{
  color:#696969;
}
.footer-subscribe-form p{
  color:#fff;
}
.footer-copyright-section .dnd-section {
  padding: 0;
  text-align: center;
}
.footer-copyright-section .footer__copyright {
  text-align: center;
  padding: 20px 0;
}
.footer-copyright-section .footer__copyright p{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin:0;
}
.footer-copyright-section .footer__copyright p a{color:#fff;text-decoration:none;}
.footer-copyright-section .footer__copyright p a:hover{color:#fff!important;}
/*Footer End*/

/*LANDING PAGE START*/

.body-container--landing a.button{
  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;
  margin-top:10px;
}
.body-container--landing a.button:hover{
  box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.body-container--landing .softek-icon-box-wrapper.icon-box-parent-three{
  width: auto;
  max-width: 500px;
  padding:17px 30px;
}
.landing-text-four-center {
  width: 60%;
  margin: 0 auto;
}
.landing-text-four-center p{
  margin-bottom:30px;
}
.landing-text-five-left {
  width: 55%;
}
.landing-img-four-case img{
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 2px 10px 20px 5px rgb(23 22 139 / 8%);
  width: 100%;
}
.landing-text-six-case:hover{
  opacity: 1;
  transition-delay: .2s;
}
.landing-text-six-case {
  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;
}
.landing-text-six-case {
  width: 90%;
  position: absolute;
  overflow: hidden;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.landing-contact-form  input[type=text], .landing-contact-form  input[type=email], .landing-contact-form  input[type=tel] {
  background: #fafafa;
  border-radius: 4px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0;
  margin-bottom: 5px;
  padding: 0 20px;
  color: #696969;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  border: 1px solid #d0dcec;
}
.landing-contact-form  textarea {
  background: #fafafa;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  line-height: 55px;
  border: 0;
  margin-bottom: 5px;
  padding: 0 20px;
  color: #696969;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  border: 1px solid #d0dcec;
  resize: none;
}
.landing-contact-form  .hs-fieldtype-text.field.hs-form-field {
  width: 49%;
  display: inline-block;
  margin-bottom: 0;
}
.landing-contact-form .hs_firstname.hs-firstname,.landing-contact-form .hs_phone.hs-phone{
  margin: 0 10px 0 0;
}
.landing-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: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 33px;
}
.landing-contact-form .hs-form-field{
  margin:0;
}
/*LANDING PAGE END*/

/*Header Start*/
.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 .header__container{
  padding:10px 0;
}
.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: #414754;
  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: Raleway,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: 78px;
  left: 0px;
  z-index: 1;
  width: 335px !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 .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: #000061;
}
.nav-item.dropdown>.navbar-nav .nav-item .nav-link{
  padding: 15px 0;
}
.header nav>ul>li>ul>li>a:hover{
  color: #104cba;
}
.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: #104cba;
}
.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-nav.level-1 > .nav-item:last-child .nav-link{background-color: #ff9902;padding: 14px 20px !important;color: #fff !important;display: inline-block !important;width: auto !important;border-radius: 4px;}
.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: Raleway,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;
  left:7px;
}
.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;
}
.rt-search-box2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#search-overlay2 .container{
  max-width: 1170px;
}
.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: Raleway,sans-serif;
  text-transform: capitalize;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 36px;
  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 #104cba;
  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;
}
#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;
}

.membership-login-page form input[type=text],
.membership-login-page form input[type=email], 
.membership-login-page form input[type=password], 
.membership-login-page form input[type=tel], 
.membership-login-page form input[type=number], 
.membership-login-page form input[type=file], 
.membership-login-page form select, form textarea{
  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;
}

.membership-login-page a{
  color:#000;
}
.membership-login-page p{
  padding:0;
  margin: 0;
}
.membership-login-page ul.no-list.hs-error-msgs,
.membership-register ul.no-list.hs-error-msgs,
.membership-reset-pass-req ul.no-list,
.membership-reset-pass ul.no-list{
  display:none;
}

.membership-register form input[type=text],
.membership-register form input[type=email], 
.membership-register form input[type=password], 
.membership-register form input[type=tel], 
.membership-register form input[type=number], 
.membership-register form input[type=file], 
.membership-register form select, form textarea{
  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;
}

.membership-register a{
  color:#000;
}
.membership-register p{
  padding:0;
  margin: 0;
}
.membership-reset-pass-req ul.no-list.hs-error-msgs {
  display: none;
}

.membership-reset-pass-req a{
  color:#000;
}
.membership-reset-pass-req p{
  padding:0;
  margin: 0;
}
.membership-register form input[type=email]{
  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;
}


.membership-reset-pass form input[type=text],
.membership-reset-pass form input[type=email], 
.membership-reset-pass form input[type=password], 
.membership-reset-pass form input[type=tel], 
.membership-reset-pass form input[type=number], 
.membership-reset-pass form input[type=file], 
.membership-reset-pass form select, form textarea{
  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;
}

.membership-reset-pass a{
  color:#000;
}
.membership-reset-pass p{
  padding:0;
  margin: 0;
}
/* System Page End*/

/*Pricing table Start */

.softek-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);
}
.softek-pricing-table > .holder > .icon {
  margin-bottom: 30px;
}
.softek-pricing-table > .holder > .plan-name {
  margin-bottom: 25px;
}
.softek-pricing-table > .holder > .plan-name > *:last-child {
  margin-bottom: 0;
}
.softek-pricing-table > .holder > .plan-name h5 {
  color: #000;
  font-weight:600;
}
.softek-pricing-table > .holder > .pricing {
  margin-bottom: 0;
}
.softek-pricing-table > .holder > .pricing .price {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 50px;
  color: #104cba;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  font-family: Raleway,sans-serif;
}
.softek-pricing-table > .holder > .pricing .price sup {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  margin-right: 8px;
}
.softek-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;
}
.softek-pricing-table > .holder > .pricing .tagline {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}
.softek-pricing-table > .holder > .list {
  margin-bottom: 35px;
  font-size: 16px;
  color: #2b2944;
  line-height: 28px;
  padding-top: 25px;
  border-top: 1px solid #ededed;
}
.softek-pricing-table > .holder > .list > *:last-child {
  margin-bottom: 0;
}
.softek-pricing-table > .holder > .list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.softek-pricing-table > .holder > .list > ul li {
  margin-bottom: 11px;
}
.softek-pricing-table > .holder > .spotlight-tag {
  position: absolute;
  top: 0;
  right: 0;
  height: 106px;
  width: 94px;
  background: url("https://20051942.fs1.hubspotusercontent-na1.net/hubfs/20051942/raw_assets/public/softek/images/price-tag.png") no-repeat 0 0;
    padding: 5px 0 0 40px;
    }
.softek-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;
}
.softek-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%);
}
.spotlight .holder h5,.spotlight .holder p{
  color:#fff;
}
.spotlight.softek-pricing-table>.holder>.plan-name h5{
  color:#fff;
}
.spotlight.softek-pricing-table>.holder>.pricing .price{
  color:#fff;
}
.spotlight.softek-pricing-table>.holder>.pricing .price sub{
  color:#fff;
}
.spotlight.softek-pricing-table>.holder>.list>ul li {
  color: #fff;
}
.home-one-text-five-center p{
  padding: 0 0 30px 0;
  margin: 0 auto;
  width: 44%;
}

/*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 !important;
  }
  .hs-tools-menu.hs-collapsed {
    display: none;
  }
  .header .header-navigation {
    width: 100%;
  }

  .rt-search-box2 {
    top: 28px;
  }
  .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;
  }
  .body-container--landing .dnd-section .dnd-column {
    padding-bottom: 30px;
  }
  .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;
  }

}
.body-container--landing .landing-contact-form .hs-fieldtype-text.field.hs-form-field {
  float: left;
}
.body-container--landing .landing-contact-form .hs-fieldtype-textarea.field.hs-form-field {
  float: left;
  width: 100%;
}
/*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: 21px;
    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 0 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: 20px;
    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;

  }
  .body-container--home-one .dnd_area-row-0-background-image {
    background-image: none !important;
  }
  /*.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;
  }
  .footer-copyright-section .footer__copyright p a:hover{color:#fff!important;}
  .body-container--home-one .dnd-section {
    padding: 50px 15px 27px 15px !important;
  }
  /* Footer End*/
  .softek-progress-bar {
    padding: 0 15px;
  }
  .service-one-icon-box-five .softek-icon-box-icon, .service-one-icon-box-six .softek-icon-box-icon, .service-one-icon-box-seven .softek-icon-box-icon, .service-one-icon-box-eight .softek-icon-box-icon {
    width: 40%;
  }
  .service-one-icon-box-five .softek-icon-box-icon, 
  .service-one-icon-box-six .softek-icon-box-icon, 
  .service-one-icon-box-seven .softek-icon-box-icon, 
  .service-one-icon-box-eight .softek-icon-box-icon {
    width: 40%;
  }
  .body-container--service-one .dnd_area-row-3-background-image {

    background-size: 100% !important;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
  } 
  .softek-icon-box-wrapper.icon-box-parent-three{
    width:100%;
    padding: 15px;
  }
  .softek-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;
  }
  .softek-pricing-table>.holder>.select-btn .btn{
    font-size:14px;
  }
  .body-container--about {
    padding: 0 15px;
  }
  .team-contact-form input[type=email]{
    width:100%;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .softek-progress-bar {
    padding: 0 15px;
  }

  .service-one-icon-box-five .softek-icon-box-icon, .service-one-icon-box-six .softek-icon-box-icon, .service-one-icon-box-seven .softek-icon-box-icon, .service-one-icon-box-eight .softek-icon-box-icon {
    width: 40%;
  }
  .softek-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: 21px;
    right: 36px;
  }
  .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*/

  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .wraper_inner_banner.banner-one {
    padding: 50px 15px;
  }
  .inner_banner_main h1.title {
    font-size: 49px;
    line-height: 60px;
  }
  .inner_banner_main .subtitle {
    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: 0px 15px 0 15px;
  }
  .service-one-contact-form {
    padding: 0 15px;
  }
  .service-one-icon-box-one .softek-icon-box-icon, 
  .service-one-icon-box-parent-two .softek-icon-box-icon,
  .service-one-icon-box-parent-three .softek-icon-box-icon, 
  .service-one-icon-box-parent-four .softek-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 .softek-icon-box-icon, 
  .service-one-icon-box-six .softek-icon-box-icon, 
  .service-one-icon-box-seven .softek-icon-box-icon, 
  .service-one-icon-box-eight .softek-icon-box-icon {
    width: 40%;
  }
  .body-container--service-one .dnd_area-row-3-background-image {

    background-size: 100% !important;
  }
  /*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: 30px 15px 0 15px !important;
  }
  /* Footer End*/
  .header nav.navigation-primary ul li:last-child {
    padding-bottom: 25px;
  }
  .softek-icon-box-wrapper.icon-box-parent-three{
    width:100%;
    padding: 15px;
  }
  .softek-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;
  }
  .softek-pricing-table>.holder>.select-btn .btn{
    font-size:14px;
  }
  .about-one-icon-box .softek-icon-box-wrapper.icon-box-parent-two .softek-icon-box-icon {
    margin-top: 0;
  }
  .body-container--about {
    padding: 0 15px;
  }
  .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: 30px;
  }
  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;
  }
  .body-container--home-one .dnd_area-row-0-background-image {
    background-image: none !important;
  }
  .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;
}*/
  .softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon {
    width: 80px;
  }
  /*Landing Page Responsive Start*/
  .landing-contact-form .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
  .landing-text-four-center {
    width: 100%;
    margin: 0 auto;
  }
  /*Landing Page Responsive Start*/
}

/* 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: 20px;
  }
  .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;
}*/
  .body-container--home-one .dnd_area-row-0-background-image {
    background-image: none !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 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom:10px;
  }
  .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;
  }
  .softek-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon {
    width: 80px;
    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;
  }
  .softek-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: 0;
  }
  .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-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;
  }
  .softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-icon {
    width: 60px;
  }
  .custom-footer {
    background-position: left top !important;
  }
  /*Home Page End*/
  /* About Page Start*/
  .softek-icon-box-wrapper.icon-box-about-one .softek-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;
  }
  .softek-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 .softek-faq {
    border: 0px none;
    width: auto;
    padding: 0 15px;
  }
  .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;
  }
  .softek-progress-bar {
    padding: 0 15px;
  }
  .service-one-img-two img {
    padding-top: 50px;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
  }
  .body-container--service-one .dnd_area-row-3-background-image {
    background-size: 100% !important;
  }
  .wraper_inner_banner.banner-one {
    padding: 50px 15px;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .wraper_inner_banner.banner-one {
    padding: 50px 15px;
  }
  .inner_banner_main h1.title {
    font-size: 49px;
    line-height: 60px;
  }
  .inner_banner_main .subtitle {
    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 .softek-icon-box-icon, 
  .service-one-icon-box-parent-two .softek-icon-box-icon,
  .service-one-icon-box-parent-three .softek-icon-box-icon, 
  .service-one-icon-box-parent-four .softek-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 .softek-icon-box-icon, 
  .service-one-icon-box-six .softek-icon-box-icon, 
  .service-one-icon-box-seven .softek-icon-box-icon, 
  .service-one-icon-box-eight .softek-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;
  }
  /*Contact Responsive Start*/
  .contact-img-one {
    padding: 46px 15px 50px 15px;
  }
  .contact-text-one {
    padding: 0 15px;
  }
  .contact-text-one p {
    width: auto;
  }
  .contact-icon-box-parent-one {
    padding: 0 15px;
  }
  /*Contact 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: 30px 15px 0 15px !important;
  }
  /* Footer End*/
  .home-one-text-five-center p {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .softek-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 .softek-icon-box-wrapper.icon-box-parent-two .softek-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;
  }
  .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: 30px;
  }
  button.navbar-toggler.toggler-spring.active {
    top: -2px;
  }
  /*Landing Page Responsive Start*/
  .landing-contact-form .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
  .landing-text-four-center {
    width: 100%;
    margin: 0 auto;
  }

  /*Landing Page Responsive Start*/
}


/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
  /*Header Responsive Start*/
  div.bsnav-mobile .navbar-nav .nav-item .navbar-nav li a {
    font-size: 14px;
  }
  .rt-search-box2 .search-btn2{
    color:#000;
  }
  .header .content-wrapper{
    padding:0 15px;
  }
  .header__container{
    padding:0 15px !important;
  }
  .hs-tools-menu.hs-collapsed {
    display: none;
  }
  .header .header-navigation {
    width: 100%;
  }

  .rt-search-box2 {
    top: 23px;
  }
  .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;
}*/
  .body-container--home-one .dnd_area-row-0-background-image {
    background-image: none !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 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .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;
  }
  .softek-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon {
    width: 80px;
  }
  .home-one-text-three-right {
    padding-top: 47px;
  }
  .items-start {
    padding-bottom: 24px;
  }
  .home-one-text-four-center {
    padding: 15px 0 0 0;
  }
  .softek-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: 0;
  }
  .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-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;
  }
  .softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-icon {
    width: 60px;
  }
  /*Home Page End*/
  /* About Page Start*/
  .about-one-img-left {
    padding: 20px 0;
  }
  .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;
  }
  .softek-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 .softek-faq {
    border: 0px none;
    width: auto;
    padding: 0 15px;
  }
  .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;
  }
  .softek-progress-bar {
    padding: 0 15px;
  }
  .service-one-img-two img {
    padding-top: 50px;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
  }
  .body-container--service-one .dnd_area-row-3-background-image {
    background-size: 100% !important;
  }
  .wraper_inner_banner.banner-one {
    padding: 30px 15px;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .inner_banner_main h1.title {
    font-size: 36px;
    line-height: 46px;
  }
  .inner_banner_main .subtitle {
    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: 0 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 0px 0 0px;
  }
  .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-text-one {
    padding: 0 15px;
  }
  .contact-text-one p {
    width: auto;
  }
  .contact-icon-box-parent-one {
    padding: 0 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: 30px 15px 0 15px !important;
  }
  /* Footer End*/
  .home-one-text-five-center p {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .softek-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 .softek-icon-box-wrapper.icon-box-parent-two .softek-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: 31px;
  }
  .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;
  }
  /*Landing Page Responsive Start*/
  .landing-contact-form .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
  .landing-text-four-center {
    width: 100%;
    margin: 0 auto;
  }
  /*Landing Page Responsive Start*/
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){ 
  .navbar-toggler{
    margin-top: 27px;
  }
  div.bsnav-mobile .navbar-nav .nav-item .navbar-nav li a {
    font-size: 14px;
  }
  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%;
  }
  .softek-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: 18px;
  }
  .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 h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .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;
  }
  .softek-icon-box-wrapper.icon-box-parent-one {
    padding: 30px 15px;
  }
  .softek-icon-box-wrapper.icon-box-parent-one .softek-icon-box-icon {
    width: 80px;
  }
  .home-one-text-three-right {
    padding-top: 47px;
  }
  .items-start {
    padding-bottom: 24px;
  }
  .home-one-text-four-center {
    padding: 15px 0 0 0;
  }
  .softek-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: 0;
  }
  .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-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;
  }
  .softek-icon-box-wrapper.icon-box-parent-three .softek-icon-box-icon {
    width: 60px;
  }

  /*Home Page End*/

  /* About Page Start*/
  .about-one-img-left {
    padding: 20px 0;
  }
  .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;
  }
  .softek-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 .softek-faq {
    border: 0px none;
    width: auto;
    padding: 0 15px;
  }
  .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;
  }
  .softek-progress-bar {
    padding: 0 15px;
  }
  .service-one-img-two img {
    padding-top: 50px;
  }
  .softek-container {
    width: 100%;
    margin: 0 auto;
  }
  .body-container--service-one .dnd_area-row-3-padding {
    padding: 0 !important;
  }
  .body-container--service-one .dnd_area-row-3-background-image {
    background-size: 100% !important;
  }
  .wraper_inner_banner.banner-one {
    padding: 50px 15px;
  }
  .inner_banner_main h1.title {
    font-size: 49px;
    line-height: 60px;
  }
  .inner_banner_main .subtitle {
    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 0px 0 0px;
  }
  .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*/

  /*Contact Responsive Start*/
  .contact-img-one {
    padding: 46px 15px 50px 15px;
  }
  .contact-text-one {
    padding: 0 15px;
  }
  .contact-text-one p {
    width: auto;
  }
  .contact-icon-box-parent-one {
    padding: 0 15px;
  }
  /*Contact 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: 30px 15px 0 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 .softek-icon-box-wrapper.icon-box-parent-two .softek-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%;
  }
  /*Landing Page Responsive Start*/
  .landing-contact-form .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
  .landing-text-four-center {
    width: 100%;
    margin: 0 auto;
  }
  /*Landing Page Responsive Start*/
}
/*Responsive Section End*/  

.cta_button{background-color: #253367 !important;border: 0 !important;border-radius: 4px !important;font-size: 17px !important;letter-spacing: 0;line-height: 30px !important;padding: 11px 36px !important;}
.cta_button:focus{box-shadow: none !important;outline: none !important;text-decoration:none;}

.hs-search-field{position: relative}
.hs-search-field__input {box-sizing: border-box;width: 100%}
.hs-search-field__bar button svg {height: 10px}
.hs-search-field__suggestions {list-style: none;margin: 0;padding: 0}
.hs-search-field--open .hs-search-field__suggestions {border: 1px solid #000}
.hs-search-field__suggestions li {display: block;margin: 0;padding: 0}
.hs-search-field__suggestions #results-for {font-weight: 700}
.hs-search-field__suggestions #results-for,.hs-search-field__suggestions a {display: block}
.hs-search-field__suggestions a:focus,.hs-search-field__suggestions a:hover {background-color: rgba(0,0,0,.1);outline: none}
.hs-search-field {position: relative}
.hs-search-field  .filters .searchcontent{border: 1px solid #cbcfcf;padding: 15px 10px;width: 100%}
.hs-search-field  .filters button {position: absolute;right: 0;background-color:#ff9902;border-color: #ff9902;padding: 15px 30px}
.hs-search-field  .filters button svg {width: 16px;height: 16px;fill: #fff}
.hs-search-field--open .hs-search-field__suggestions {border: 1px solid #cbcfcf;padding: 10px 0}
.hs-search-field--open .hs-search-field__suggestions a,#results-for {color: #2c2c2c;font-size: 18px;padding: 0 10px}