/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */








 



 






























/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body::-webkit-scrollbar {
  width: 0em;
}
html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
  background: #f5f8fa
}

p {
  margin: 0 0 20px;
  line-height: 1.5; 
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
p {
  margin: 0 0 10px;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin: 0 0 20px; 

}

h5 {
  font-size: 1rem;

}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul li {
  font-size: 15px;
}
.pv ul li {
  font-size: inherit;
}
ul li {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/li-be-or.png) no-repeat left 6px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  display: block;
  line-height: 2;
}
ol {
  padding-left: 28px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs li,
.hs-menu-wrapper ul li,
footer ul li, 
header ul li{
  padding: 0;
  background-image: none !important;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 7.5px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 6.0px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  transition: all ease-out .5s;
  text-transform: capitalize;
  line-height: initial;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  outline: 0;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: inherit;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label { 
  margin-top: .5rem;
  color: #f00;
}

form {
  font-size: 14px;
  line-height: 1.42857143;
}
.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea{
  display: block;
  outline: 0;
  width: 100% !important;
  height: auto !important;
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  color: #464646;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Muli',sans-serif;
  line-height: inherit;
  line-height: 1;

}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
  border: 0;
  border-bottom: 4px solid #f00 !important;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.no-padd-sec .dnd-section {
  padding: 0;
}
.no-padd-sec .dnd-section > .row-fluid,
.no-padd-sec .dnd-section .page-center {
  padding-left: 0;
  padding-right: 0;
}
.page-def-content h2 strong, 
.page-def-content h3 strong, 
.page-def-content h1 strong, 
.page-def-content h4 strong, 
.page-def-content strong {
  color: #ea722b;
  font-weight: 400;
}
.page-def-content img {
  max-width: 100%;
  height: auto;
}
.page-def-content p {
  color: #454f5b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  margin: 0 0 20px;
}
.top_pane_content {
  padding-right: 150px;
  padding-left: 150px;
  margin-bottom: 40px;
}
.content_with_image .top_pane_content {
  margin-bottom: 50px;
}
.top_pane_inr {
  padding-bottom: 35px;
}
.top_pane_inr :last-child {
  margin-bottom: 0;
}
.content_with_image {
  padding-top: 80px;
  padding-bottom: 0px;
}
.sec-hubspot p strong {
  color: #454f5b;
  font-weight: 700;
}
.content_with_image .cwit2_wrap_inr {
  align-items: inherit;
  margin-bottom: 80px;
}
.content_with_image .row {
  margin-left: 0px;
  margin-right: 0px;
}
.row.no_margin {
  margin-left: 0;
  margin-right: 0;
}
.wpb-wrapper :last-child {
  margin-bottom: 0;
}
.wpb-content-element {
  margin-bottom: 35px;
}

.cloud-source-app {
  padding-top: 100px;
  padding-bottom: 80px;
}
.cloud-source-app .box .column-inner {
  padding: 40px 0 20px;
}
.cloud-source-app .market-cols-wrap {
  position: relative;
}
.cloud-source-app .box.cols {
  padding-left: 0px;
  padding-right: 0px;
}
.cloud-source-app .box h4 + p {
  line-height: 0.5;
}
.cloud-source-app .abs {
  position: relative;
  float: left;
}

.one-col-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content-with-icon {
  padding-top: 80px;
}
.one-column-content-wrap .box .column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px 30px;
  transition: all ease .5s;
}
.one-column-content-wrap .box .column-inner p strong {
  color: #454f5b;
  font-weight: 700;
}
.one-column-content-wrap .box:hover .column-inner h4,
.one-column-content-wrap .box:hover .column-inner p strong,
.one-column-content-wrap .box:hover .column-inner p, 
.one-column-content-wrap .box:hover .column-inner ul li {
  color: #fff;
}
.one-cols-wrap .flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.one-cols-wrap .flex .box {
  padding: 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.one-cols-wrap .flex .box .column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.sec-market-3 .box .column-inner h4 {
  font-size: 24px;
}
img {
  vertical-align: middle;
}
.one-cols-wrap img.hover-img {
  display: none;
}
.one-cols-wrap .box:hover img.normal-img {
  display: none;
}
.one-cols-wrap .box:hover img.hover-img {
  display: inline-block;
}
.one-column-content-wrap .top_pane_content {
  padding-right: 100px;
  padding-left: 100px;
}
.markering-process-wrap {
  padding-top: 80px;
  padding-bottom: 350px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}
.markering-process-wrap .process .box .vc_column-inner {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.markering-process-wrap .bottom_pane_content .bottom_pane_inr {
  padding-top: 35px;
  margin-top: 60px;
  padding-bottom: 35px;
}
.marketing_process.sec-market-4 {
  padding-bottom: 0 !important;
}
.sec-market-4 .process .box p strong {
  font-weight: bold;
  color: rgba(247,250,255,0.8);
}
.sec-market-4 .bottom_pane_content h2 {
  color: #ff8f59;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  font-size: 50px;
}

.sec-market-4 .bottom_pane_content h2 strong {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.clients-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-market-2 .box img {
  height: auto;
}
.cloudsource_approach.sec-market-2 {
  overflow: hidden;
}
body {
  overflow-x: hidden;
}
.hidden {
  visibility: visible !important;
}
figure.vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.sec-market-4 .process .box img {
  width: 206px;
  height: auto;
  max-width: 100%;
}


div#sec-hubspot .dnd-section {
  padding-top: 120px !important;
  background-size: 44% 60% !important;
  background-repeat: no-repeat !important;
  background-position: 60px bottom !important;
}

div#sec-hubspot .dnd-section > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid  > .span12 > div.widget-type-rich_text {
  margin-bottom: 100px;
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 35px;
}
div#sec-hubspot .dnd-section > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid > .span12 > div.widget-type-rich_text h2 {
  margin-bottom: 0;
}
div#sec-hubspot .dnd-section .span6 div.widget-type-rich_text {
  margin-bottom: 35px;
}

.sec-hubspot .row-fluid .span6,
.sec-hub-2 .row-fluid .span6,
.sec-hub-6 .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.sec-hub-6 .dnd-section .span6 div.widget-type-rich_text {
  margin-bottom: 35px;
}

.sec-hub-2 .dnd-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.sec-hub-2 p strong {
  font-weight: bold !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.markering-hub-wrap.sec-hub-3 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.markering-hub-wrap .top-pane-content {
  padding-bottom: 40px;
  padding-left: 200px;
  padding-right: 200px;
}
.markering-hub-wrap .top-pane-content h2 {
  margin-bottom: 0;
}
.projects-wrapper .box-content h3 {
  margin-bottom: 10px;
}
.markering-hub-wrap.sec-hub-3 .box2 {
  opacity: 1;
}
.markering-hub-wrap.sec-hub-3 .box3 {
  opacity: 1;
}
.markering-hub-wrap .bottom-content .flex {
  align-items: center;
}
.markering-hub-wrap .bottom-content p strong {
  font-weight: bold;
  color: inherit;
}
.markering-hub-wrap .bottom-content blockquote {
  border-left: 5px solid #ea722b;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
.markering-hub-wrap .bottom-content p em { 
  color: #253342;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.content-with-icon .box p strong {
  font-weight: bold;
  color: inherit;
} 
.content-with-icon .box .wpb_text_column a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  transition: all ease .5s;
  background: #d36c55;
  border-radius: 10px;
  color: #fff;
  border-top-right-radius: 0;
  padding: 8px 25px;
  transition: all ease 1s;
}
.content-with-icon .box:hover .wpb_text_column a {
  opacity: 1;
  transition: all ease 1s;
}
.sec-hub-4 .box .column-inner h4 {
  margin: 30px 0 20px;
  color: #253342;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

.make-an-appoinment .top-cta {
  margin-top: 40px;
  margin-bottom: 70px;
}
.make-an-appoinment:before {
  display: none !important;
}

body .page-def-content .sec-hub-6 {
  padding: 0 !important;
}

.sec-hub-6 .dnd-section {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
  background-size: 44% 70% !important;
  background-repeat: no-repeat !important;
  background-position: 810px 90px !important;
  position: relative;
}
.sec-hub-6 .dnd-section:before {
  content: '';
  position: absolute;
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/sec-hub-3-be.png) no-repeat;
  width: 278px;
  height: 272px;
  left: 48%;
  top: 40px;
  z-index: -1;
}
.markering-hub-wrap .bottom-content .pic {
  position: relative;
}
.markering-hub-wrap .bottom-content .pic:before {
  content: '';
  position: absolute;
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/sec-hub-3-be.png) no-repeat;
  width: 278px;
  height: 272px;
  left: -50px;
  bottom: 160px;
}

.hubspot_service_page .one-col-content {
  padding-top: 35px;
  padding-bottom: 80px;
}
.hubspot_service_page .one-col-content .box h4 {
  font-size: 24px;
}
.hubspot_service_page .one-col-content .box p {
  font-size: 18px;
}

.content-with-icon .wpb-content-element {
  margin-bottom: 0;
}


.mobile_app_development_page .sec-app-dev .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mobile_app_development_page .cwit2_wrap_inr {
  margin-left: 0;
  margin-right: 0;
}
.mobile_app_development_page .sec-app-dev .cwit2_wrap_inr {
  align-items: inherit;
}
.mobile_app_development_page .cwit2_wrap_content p strong {
  font-weight: bold;
  color: inherit;
}
.mobile_app_development_page .cwit2_wrap_inr {
  margin-bottom: 0;
}
.mobile_app_development_page .sec-app-2 .dnd-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
.mobile_app_development_page .sec-app-2 .dnd-section div.widget-type-rich_text {
  padding-right: 215px;
  padding-left: 215px;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
.mobile_app_development_page .sec-case-2 {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 0;
}
.mobile_app_development_page .sec-case-2 .box p strong {
  font-weight: bold;
  color: inherit;
}
.mobile_app_development_page .sec-case-2 .row30 {
  margin: 0;
}
.mobile_app_development_page .sec-case-2 .box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mobile_app_development_page .sec-case-2 .box p {
  font-size: 18px;
  line-height: 28px;
}
.mobile_app_development_page .sec-case-2 .box-inner-wrap {
  margin-bottom: 35px;
}
.sec-case-2 .box-inner-wrap a.blue-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 70px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s;
}

.sec-app-3.industry-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-app-3.industry-wrap .page-center {
  max-width: 100%;
}
.row4-wrap.sec-app-4 .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.row6-wrap.sec-app-4 .dnd-section {
  padding-bottom: 60px;
}
.row7-wrap.sec-app-4 .dnd-section {
  padding-bottom: 60px;
}
.sec-app-4 h3 {
  font-weight: 400;
}
.sec-app-4 .cwit2_wrap ul li {
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Muli', sans-serif;
  padding-left: 35px;
}
.row7-wrap.sec-app-4-bottom div.widget-type-rich_text {
  padding-bottom: 35px;
}
.row7-wrap.sec-app-4-bottom div.widget-type-rich_text :last-child {
  margin-bottom: 0;
}
.row7-wrap.sec-app-4-bottom div.widget-type-rich_text h4 strong {
  font-weight: bold;
  color: inherit;
}
.row7-wrap.sec-app-4-bottom div.widget-type-rich_text {
  padding-left: 15px;
  padding-right: 15px;
}
.sec-app-4 .cwit2_wrap ul li:last-child {
  margin-bottom: 0;
}
.sec-app-3.industry-wrap .top_pane_content .top_pane_inr {
  padding-left: 15px;
  padding-right: 15px;
}
.sec-app-3.industry-wrap .top_pane_content {
  margin-bottom: 50px;
  padding-right: 300px;
  padding-left: 300px;
}
.sec-app-3 .tdt-slider .carousel-caption img {
  margin-bottom: 10px;
}

.make-an-appoinment .top-cta.row {
  margin-left: 0;
  margin-right: 0;
  z-index: 9;
}
.marketing_grt_page .sec-hub-5 .tdt-slider .carousel-caption .inner p {
  display: none;
}

.hs-form-field > label span:empty + span {
  display: none;
}
.cnt_row1 .dnd-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.cnt_row1 .dnd-section .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cnt_row1 .dnd-section > .row-fluid > div {
  width: 90%;
  margin: 0 auto;
  float: none;
  border: 2px solid #ff8f59;
  padding: 0 80px 40px !important;
  border-radius: 15px;
}
.cnt_row1 div.widget-type-rich_text h2 {
  margin: 0 0 15px;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  background: #f5f8fa;
  display: inline-block;
  top: -25px;
  position: relative;
  padding: 0 60px;
}
.cnt_row1 div.widget-type-rich_text {
  margin-bottom: 35px;
  text-align: center;
}
.cnt_row1 div.widget-type-rich_text :last-child {
  margin-bottom: 0;
}
.cnt_row1 div.widget-type-rich_text p {
  margin-bottom: 40px !important;
  color: #454f5b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
}
.cnt_row1 div.widget-type-rich_text p a {
  color: #3f2988;
}
.cnt_row1 .hs-form label {
  margin-bottom: 0;
}
.cnt_row1 .hs-form textarea {
  min-height: 260px;
}
.cnt_row1 .actions {
  text-align: center;
}
.cnt_row1 input.hs-button.primary.large {
  display: inline-block;
  padding: 20px 100px;
  margin: 20px 0;
}

.cnt_row2 .contact_right_inr {
  padding-top: 40px;
  padding-left: 50px;
}
.cnt_row2 .contact_item {
  margin-bottom: 15px;
}
.cnt_row2 .contact_item .contact_icon {
  width: 8.33333333%;
}
.contact_icon-inner {
  box-sizing: border-box;
  line-height: 0;
  font-size: 14px;
}
.cnt_row2 .contact_icon-content {
  margin-bottom: 35px;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 56px;
  height: 56px;
  box-sizing: content-box;
  position: relative;
  max-width: 100% !important;
  line-height: 2.15em !important;
  font-size: 2.15em !important;
  color: #ea7631 !important;
  top: -4px;
}
.cnt_row2 .contact_item_content {
  width: 91.66666667%;
  /*   padding-left: 20px; */
}
.contact_us.sec-map .hscol-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.sec-map .soc i.fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.contact_us.sec-map h3 {
  margin-top: 0 !important;
  padding-top: 15px;
}
.cont_social_wrap {
  /*   padding-left: calc(8.33333333% + 20px); */
  padding-left: 8.33333333%;
  margin-bottom: 15px;
}
.contact_us.sec-map .contact_inr_left {
  margin-bottom: 22px;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.contact_us.sec-map .soc li {
  margin-left: -2px;
}
.contact_us.sec-map .soc li:first-child {
  margin-left: 0;
}
.cnt_row1 .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  border: 2px solid #f7e700;
  color: #000;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.cnt_row1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
}
.cnt_row1 input::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
}
.cnt_row1 input:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
}
.cnt_row1 input:-moz-placeholder { /* Firefox 18- */
  color: #464646;
}



.cnt_row1 select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
}
.cnt_row1 select::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
}
.cnt_row1 select:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
}
.cnt_row1 select:-moz-placeholder { /* Firefox 18- */
  color: #464646;
}

.cnt_row1 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.cnt_row1 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.cnt_row1 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.cnt_row1 textarea:-moz-placeholder { /* Firefox 18- */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}


.marketing_grt_page .one-cols-wrap .flex .box p {
  font-size: 18px;
}
.marketing_grt_page .clients-wrap .top_pane_content {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.our_service_page .sec-hubspot h2 strong {
  display: block;
}
.cloudsource_section .dnd-section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.cloudsource_section .dnd-section div.widget-type-rich_text {
  margin-bottom: 60px;
  padding-right: 150px;
  padding-left: 150px;
}
.cloudsource_section .dnd-section .widget-type-linked_image {
  padding-left: 15px;
  padding-right: 15px;
}
.our_service_page .markering-process-wrap {
  border-bottom: 15px solid #e0e8ec;
  padding-bottom: 150px;
}
.our_service_page .clients-wrap .top_pane_content {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.our_service_page.marketing_grt_page .sec-hub-5 .tdt-slider .carousel-caption .inner p {
  display: block;
}
.our_service_page .sec-market-4 .process .box p a strong {
  color: #ea722b;
  font-weight: 400;
}

.our_service_growth_page .sec-market-3 h2 strong {
  display: inline;
}
.our_service_growth_page .content_with_image .cwit2_wrap_inr {
  align-items: center;
  margin-bottom: 30px;
}
.our_service_growth_page .content_with_image .top_pane_content {
  margin-bottom: 0 !important;
}
.our_service_growth_page .cloudsource_section p strong {
  font-weight: bold;
  color: inherit;
}
.our_service_growth_page .sec-market-3 h2 {
  font-size: 45px;
}
.our_service_growth_page .sec-market-4 .process .box p a strong {
  color: #ea722b;
  font-weight: 400;
}

.sec-cta .top-cta h2 strong {
  font-size: inherit;
}

.our_remote_page div#sec-remote.sec-hubspot h2 strong {
  display: block;
}
.our_remote_page div#sec-remote.sec-hubspot .cwit2_wrap_inr {
  align-items: center;
}
.our_remote_page .cloudsource_section.sec-remote-1 div.widget-type-rich_text h2 strong {
  display: block;
}
.our_remote_page .cloudsource_section.sec-remote-1 .dnd-section {
  padding-top: 80px;
  padding-bottom: 0;
}
.our_remote_page .cloudsource_section.sec-remote-1 div.widget-type-rich_text p strong {
  font-weight: bold;
  color: inherit;
}
.our_remote_page .cloudsource_section.sec-remote-1 div.widget-type-rich_text {
  margin-bottom: 50px;
}
.one-column-content-wrap .top_pane_content p strong {
  font-size: inherit;
}
.our_remote_page .one_column_content.sec-market-3.sec-remote-2 .top_pane_content p strong {
  font-weight: bold;
}
.one-column-content-wrap ul li {
  padding-left: 35px;
  list-style: none;
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Muli', sans-serif;
}
.our_remote_page .make-an-appoinment .top-cta {
  margin-top: 0;
}
.sec-market-4 .process {
  background-repeat: no-repeat;
}
.our_remote_page .sec-remote-4 .markering-process-wrap {
  padding-bottom: 200px;
}
.our_remote_page .one-column-content-wrap ul li strong {
  font-weight: bold;
  color: inherit;
}
.our_remote_page .markering-process-wrap:before {
  width: 380px;
  height: 310px;
  bottom: 0px;
  right: 20px;
}
.our_remote_page.marketing_grt_page .sec-hub-5 .tdt-slider .carousel-caption .inner p {
  display: block;
}


@media (min-width: 768px) {
  .sec-app-4 .cwit2_wrap .hscol-sm-6.cwit2_wrap_img {
    width: 58.33333333%;
  }
  .sec-app-4 .cwit2_wrap .hscol-sm-6.cwit2_wrap_content {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1000px) {
  .one-column-content-wrap .box .column-inner p {
    font-size: 18px;
  }
  div#sec-hubspot .dnd-section {
    background-position: 0px 440px !important;
    background-size: 490px 250px !important;
  }
  .sec-hub-4 .box .column-inner h4 {
    font-size: 20px;
  }
  .sec-hub-4 .box .column-inner p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-6 .dnd-section {
    padding: 50px 0 !important;
  }
  .hubspot_service_page .one-col-content .box p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-6 .dnd-section {
    background-size: 460px !important;
    background-position: 580px !important;
  }
  .sec-case-2 .box-inner-wrap a.blue-btn { 
    font-size: 16px;
  }
  .our_service_growth_page .sec-hubspot .cwit2_wrap_content p {
    font-size: 17px;
    line-height: 30px;
  }
  .our_service_growth_page .markering-process-wrap:before {
    height: 300px;
    width: 300px;
    bottom: -90px;
    right: 0;
  }
}

/**********Banner Responsive Style***********/

.mobile-app-banner .ad_banner_area_content h1 strong {
  display: block;
}
.marketing_grt-banner .ad_banner_area_content h1 strong {
  display: block;
}
.hubspot_service-banner .ad_banner_area_content h1 strong {
  display: block;
}
.marketing_grt-banner .ad_banner_area_content {
  padding-top: 0px;
}
.mobile-app-banner .ad_banner_area_content {
  padding-top: 0px;
}
.hubspot_service-banner .ad_banner_area_content {
  padding-top: 0;
}
.cnt_banner .ad_banner_area_content p {
  color: #e3e1ec;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.our_service_growth_page .markering-process-wrap:before {
  height: 350px;
  width: 540px;
  bottom: 0;
  right: 20px;
}


.our_remote_banner.marketing_grt-banner .ad_banner_area_content {
  padding-top: 20px;
}
.our_remote_banner .dwn_arrow {
  left: -164px;
  bottom: -320px;
}
.our_remote_banner.csm-banner .ad_banner_area_content h1 strong {
  font-size: 50px;
}


@media (min-width: 1441px) {

  .csm-banner .ad_banner_area_content h1 strong{
    font-size: 55px;
  }
  .csm-banner .ad_banner_area_content h1 {
    font-size: 45px; 
  }
  .cnt_banner .ad_banner_area_content h1 {
    font-size: 45px;
  }
  .our_service_growth_banner.csm-banner .ad_banner_area_content h1,
  .our_service_growth_banner.csm-banner .ad_banner_area_content h1 strong {
    font-size: 40px;
  }
}


@media screen and (max-width: 999px) and (min-width: 998px) {
  .csm-banner .ad_banner_area_content h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .csm-banner .hscol-sm-6.ad_banner_area_content {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1681px) {
  .hubspot_service-banner .dwn_arrow {
    left: -140px;
    bottom: -115%;
  }
}

@media screen and (max-width: 1680px) {
  .hubspot_service-banner .dwn_arrow,
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 0px;
    bottom: -163%;
  }
  .mobile-app-banner .dwn_arrow {
    left: -30px;
    bottom: -111%;
  }
  .marketing_grt-banner .dwn_arrow {
    left: 0px;
    bottom: -83%;
  }
  .cnt_banner .dwn_arrow {
    left: -30px;
    bottom: -113%;
  }
  .our_service_growth_banner.marketing_grt-banner .dwn_arrow {
    left: -30px;
    bottom: -152%;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: -30px;
    bottom: -222px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
  .mobile-app-banner .dwn_arrow {
    left: 20px;
    bottom: -260px;
  }
  .marketing_grt-banner .dwn_arrow,
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 30px;
    bottom: -212px;
  }
  .hubspot_service-banner .dwn_arrow {
    left: 30px;
    bottom: -262px;
  }
  .our_service_growth_banner.marketing_grt-banner .dwn_arrow {
    left: 20px;
    bottom: -259px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
  .cnt_banner .dwn_arrow {
    left: 20px;
    bottom: -84%;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 20px;
    bottom: -240px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1281px) {
  .cnt_banner .dwn_arrow {
    left: 20px;
    bottom: -91%;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 20px;
    bottom: -260px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1000px) {
  .our_remote_banner.csm-banner .ad_banner_area_content h1 strong {
    font-size: 25px;
  }
  .our_remote_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 0;
  }
}



@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .mobile-app-banner .dwn_arrow {
    left: 53px;
    bottom: -235px;
  }
  .marketing_grt-banner .dwn_arrow,
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 50px;
    bottom: -174px;
  }
  .cnt_banner .dwn_arrow {
    left: 40px;
    bottom: -91%;
  }
  .markering-process-wrap:before {
    height: 400px !important;
    width: 400px !important;
  }
  .our_service_growth_banner.marketing_grt-banner .dwn_arrow {
    left: 60px;
    bottom: -219px;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 60px;
    bottom: -256px;
  }
} 

@media screen and (max-width: 1280px) and (min-width: 1200px) {
  .hubspot_service-banner .dwn_arrow {
    left: 50px;
    bottom: -145%;
  }

} 

@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .hubspot_service-banner .dwn_arrow,
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 50px;
    bottom: -116%;
  }
  .cnt_banner .dwn_arrow {
    left: 40px;
    bottom: -78%;
  }
} 

@media screen and (max-width: 1024px) and (min-width: 999px) {
  .mobile-app-banner .dwn_arrow {
    left: 40px;
    bottom: -190px;
  }
  .marketing_grt-banner .dwn_arrow {
    left: 0px;
    bottom: -225px;
  }
  .cnt_banner .dwn_arrow {
    left: 60px;
    bottom: -64%;
  }
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 0px;
    bottom: -195px;
  }
  .our_service_growth_banner.marketing_grt-banner .dwn_arrow {
    left: 0px;
    bottom: -175px;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 40px;
    bottom: -226px;
  }
} 

@media screen and (max-width: 998px) and (min-width: 0px) {
  .mobile-app-banner .ad_banner_area_content {
    padding-top: 30px;
  }
  .mobile-app-banner .dwn_arrow {
    left: 31px;
    bottom: -117px;
  }
  .marketing_grt-banner .ad_banner_area_content {
    padding-top: 20px;
  }
  .csm-banner .dwn_arrow img {
    width: 146px;
  }
  .marketing_grt-banner .dwn_arrow {
    left: 40px;
    bottom: -120px;
  }
  .hubspot_service-banner .ad_banner_area_content,
  .our_service_banner.marketing_grt-banner .ad_banner_area_content{
    padding-top: 40px;
  }
  .hubspot_service-banner .dwn_arrow {
    left: 40px;
    bottom: -67%;
  }
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    left: 40px;
    bottom: -100px;
  }
  .cnt_banner .ad_banner_area_content p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .cnt_banner .dwn_arrow img {
    width: 146px;
  }
  .cnt_banner .dwn_arrow {
    left: 30px;
    bottom: -40%;
  }
  .our_service_page .content_with_image.sec-hubspot h2 {
    font-size: 30px;
  }
  .our_service_page .sec-market-2 h2 {
    font-size: 31px;
  }
  .our_service_growth_banner.marketing_grt-banner .dwn_arrow {
    left: 30px;
    bottom: -97px;
  }
  .our_service_growth_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 40px;
  }
  .our_service_growth_page.our_service_page .content_with_image.sec-hubspot h2 {
    font-size: 31px;
  }
  .our_service_growth_page.our_service_page .sec-market-2 h2 {
    font-size: 31px !important;
  }
  .our_remote_banner.csm-banner .ad_banner_area_content h1 strong {
    font-size: 24px;
  }
  .our_remote_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 60px;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 59px;
    bottom: -98px;
  }

} 

@media screen and (max-width: 991px) {
  .marketing_grt-banner .ad_banner_area_content {
    padding-top: 40px;
  }
  .csm-banner .dwn_arrow img {
    width: 112px;
  }
  .marketing_grt-banner .dwn_arrow {
    left: 40px;
    bottom: -100px;
  }
  .hubspot_service-banner .dwn_arrow,
  .our_service_banner.marketing_grt-banner .dwn_arrow {
    bottom: -60%;
    left: 40px;
  }
  .cnt_banner .dwn_arrow img {
    width: 112px;
  }
  .cnt_banner .dwn_arrow {
    left: 30px;
    bottom: -35%;
  }
  .our_remote_banner.marketing_grt-banner .dwn_arrow {
    left: 61px;
    bottom: -122px;
  }
}

@media screen and (max-width: 799px) and (min-width: 767px) {
  .marketing_grt-banner .ad_banner_area.bnr {
    min-height: 400px;
  }
}

@media screen and (max-width: 800px) {
  .mobile-app-banner .ad_banner_area {
    min-height: 400px;
  }
  .our_service_growth_page.our_service_page .content_with_image.sec-hubspot h2 {
    font-size: 30px !important;
  }
  .our_service_growth_page.our_service_page .sec-market-2 h2 {
    font-size: 26px !important;
  }
} 

@media screen and (max-width: 736px) {
  .mobile-app-banner .ad_banner_area_content {
    padding-top: 0px;
  }
  .marketing_grt-banner .ad_banner_area_content {
    padding-top: 60px;
  }
  .hubspot_service-banner .ad_banner_area_content,
  .our_service_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 60px;
  }
  .cnt_banner .ad_banner_area_content {
    padding-top: 80px;
  }
  .our_service_page .sec-hubspot h2 strong {
    display: inline-block;
  }
  .cloudsource_section .dnd-section {
    padding-top: 50px;
  }
  .cloudsource_section .dnd-section div.widget-type-rich_text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .our_service_growth_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 60px;
  }
  .our_service_growth_page.our_service_page .content_with_image.sec-hubspot h2 {
    font-size: 25px !important;
    line-height: 35px;
  }
  .our_service_growth_page .sec-market-2.sales-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .our_service_growth_page.our_service_page .sec-market-2 h2 {
    font-size: 30px !important;
  }
  .our_remote_banner.marketing_grt-banner .ad_banner_area_content {
    padding-top: 59px;
}


} 

@media screen and (max-width: 479px) {
  .marketing_grt-banner .ad_banner_area {
    height: 100vh;
  }
}

@media screen and (max-width: 420px) {
  .marketing_grt-banner .ad_banner_area {
    height: 50vh;
  }
  .marketing_grt-banner .ad_banner_area_content {
    padding-top: 59px;
  }
}

/*************End Banner*************/

@media screen and (max-width: 1440px) and (min-width: 1281px) {
  div#sec-hubspot .dnd-section {
    background-position: 0px 280px !important;
    background-size: 677px !important;
  }
  .sec-hub-6 .dnd-section {
    background-size: 660px !important;
    background-position: 680px !important;
    padding: 150px 0px 0 !important;
  }
  .our_remote_page .markering-process-wrap:before {
    height: 300px;
    width: 300px;
    bottom: -50px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .our_remote_page .markering-process-wrap:before {
    height: 280px !important;
    width: 280px !important;
    bottom: -40px;
    right: 0;
  }
  .sec-remote-4 .markering-process-wrap .top_pane_content h2 {
    font-size: 31px;
  }
  .our_remote_page .sec-market-4 .process {
    background-size: 100% auto !important;
  }
  .our_remote_page .sec-market-4.sec-remote-4 .process .box p {
    font-size: 11px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 981px) {
  .sec-hub-6 .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .content-with-icon .box .wpb_text_column a {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1290px) and (min-width: 1200px) {
  .sec-market-2 .abs-1 {
    left: -16px !important;
  }
  .sec-market-2 .abs-5 {
    left: 54% !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .sec-market-2 .abs-1 {
    left: -19px !important;
  }
  .sec-market-2 .abs-2 {
    left: 8% !important;
  }
  .sec-market-2 .abs-3 {
    left: 21.5% !important;
  }
  .sec-market-2 .abs-4 {
    left: 35% !important;
  }
  .sec-market-2 .abs-5 {
    left: 45.5% !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 999px) {
  .sec-market-2 .abs-1 {
    left: -11px !important;
  }
  .sec-market-2 .abs-2 {
    left: 8% !important;
  }
  .sec-market-2 .abs-3 {
    left: 21.5% !important;
  }
  .sec-market-2 .abs-4 {
    left: 35% !important;
  }
  .sec-market-2 .abs-5 {
    left: 44.5% !important;
  }
}

@media screen and (max-width: 998px) and (min-width: 992px) {
  .sec-market-2 .abs-1 {
    left: -3px !important;
  }
  .sec-market-2 .abs-2 {
    left: 12.5% !important;
  }
  .sec-market-2 .abs-3 {
    left: 29.5% !important;
  }
  .sec-market-2 .abs-4 {
    left: 46.5% !important;
  }
  .sec-market-2 .abs-5 {
    left: 59.5% !important;
  }
}

@media (max-width: 1279px) {
  .sec-market-4 .process {
    background-size:  auto 100% !important;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1260px) {
  .contact_us.sec-map .contact_inr_left {
    margin-bottom: 8px;
  }
}


@media (max-width: 1199px) {
  .sec-market-4 .process {
    background-size: 100% auto !important;
  }
}

@media (max-width: 1024px) {
  .sec-market-4 .process {
    background-size:  auto 100% !important;
  }
  .our_remote_page .sec-market-4 .process {
    background-size: 100% auto !important;
  }
  .our_remote_page .markering-process-wrap:before {
    width: 200px !important;
    height: 200px !important;
  }
}


@media screen and (max-width: 998px) and (min-width: 0px) {
  .our_remote_page div#sec-remote.sec-hubspot h2 strong {
    display: inline;
  }
  .our_remote_page .cloudsource_section.sec-remote-1 div.widget-type-rich_text h2 strong {
    display: inline;
  }
  .sec-market-2 .cloud-source-app .abs-1 h3 {
    text-align: center !important;
  }
  .sec-market-2 .box p {
    font-size: 18px !important;
    line-height: initial !important;
  }
  .sec-market-3 .box .column-inner p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .markering-process-wrap .top_pane_content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .clients-wrap .top_pane_content { 
    padding-left: 0;
    padding-right: 0;
  }
  .sec-market-4 .process .box p {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .sec-market-4 .top_pane_content h2 {
    font-size: 24px;
    line-height: 38px;
  }
  div#sec-hubspot .dnd-section {
    background-position: -40px bottom !important;
    background-size: 55% 40% !important;
  }
  #sec-hubspot p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  div#sec-hubspot .dnd-section > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid > .span12 > div.widget-type-rich_text {
    margin-bottom: 50px;
  }

  .markering-hub-wrap .top-pane-content {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-hub-4 .box .column-inner h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .content-with-icon .one-cols-wrap .flex .box .column-inner {
    padding: 30px 20px;
  }
  .sec-cta.b_pane.make-an-appoinment .top-cta {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-hub-6 .dnd-section {
    background-position: 1000px 120px !important;
  }
  .hubspot_service_page .sec-hub-6 .row-fluid .span6 {
    width: 100%;
    float: none;
    display: block !important;
    max-width: 100%;
    text-align: center;
  }
  .hubspot_service_page .sec-hub-6 .row-fluid {
    display: block !important;
  }
  .hubspot_service_page .one-col-content {
    padding-top: 0;
  }
  .hubspot_service_page .one-col-content .box h4 {
    font-size: 17px;
  }
  .hubspot_service_page .one-col-content .box p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .hubspot_service_page .one-col-content .one-cols-wrap .flex .box .column-inner {
    padding: 20px 30px 0 !important;
  }
  .markering-hub-wrap .bottom-content p em {
    font-size: 14px;
  }
  .sec-cta .top-cta h2,
  .sec-cta .top-cta h2 strong {
    font-size: 22px !important;
  }
  .page-def-content h2 {
    font-size: 30px;
  }
  .mobile-app-banner .ad_banner_area_content h1,
  .mobile-app-banner .ad_banner_area_content h1 strong {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .mobile_app_development_page .sec-case-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile_app_development_page .cwic_item_inr {
    padding: 30px;
  }
  .mobile_app_development_page .sec-case-2 .box p {
    line-height: 26px !important;
  }
  .sec-case-2 .box-inner-wrap a.blue-btn {
    padding: 20px 10px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
  .sec-app-3.industry-wrap .top_pane_content {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-app-4 .cwit2_wrap ul li {
    font-size: 16px;
  }
  .cnt_row1 div.widget-type-rich_text h2 {
    font-size: 30px;
    padding: 0 20px 0 20px;
  }
  .markering-process-wrap:before {
    height: 200px;
    width: 200px;
  }
  .one-column-content-wrap ul li {
    font-size: 16px;
  }
  .our_remote_page .make-an-appoinment.sec-cta .top-cta h2 strong {
    line-height: inherit;
  }
  .our_remote_page .sec-market-4.sec-remote-4 .process .box p {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .our_remote_page .markering-process-wrap:before {
    height: 200px !important;
    width: 240px !important;
  }
  .our_remote_page .markering-process-wrap .process .box h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  div#sec-remote .top_pane_content {
    padding: 0;
  }
  div#sec-remote .top_pane_content .top_pane_inr {
    max-width: 750px;
    margin: 0 auto;
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .cnt_row1 div.widget-type-rich_text h2 {
    font-size: 31px;
  }
  .page-def-content h2 {
    font-size: 31px;
  }
  .sec-market-4 .top_pane_content h2 {
    font-size: 31px;
  }
  .sec-market-4 .process .box p {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .sec-market-4 .bottom_pane_content h2 {
    font-size: 30px !important;
  }
  .sec-hub-3 .box1 p, .sec-hub-3 .box2 p, .sec-hub-3 .box3 p {
    font-size: 14px !important;
  }
  .our_service_page .sec-market-2 h2 {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 737px) {
  .markering-process-wrap.sec-market-4 .process {
    background-size: cover !important;
  }
}

@media screen and (max-width: 549px) and (min-width: 421px) {
  .sec-market-4 .process h3, 
  .sec-market-4 .process p {
    padding: 0 80px !important;
  }
}






@media (max-width: 799px) {
  .sec-market-4 .bottom_pane_content h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .sec-market-4 .process {
    background-size: 100% auto !important;
  }
  .hidden.mob-img {
    display: block !important;
    text-align: center;
  }
  .markering-process-wrap .market-process-cols-wrap .process {
    background-image: none !important;
    padding: 0 !important;
  }
  .markering-process-wrap .top_pane_content {
    padding-bottom: 0px !important;
  }
  .sec-market-4 .process .box-1,
  .sec-market-4 .process .box-2,
  .sec-market-4 .process .box-3 {
    top: 0 !important;
  }
  .one-column-content-wrap .flex .box {
    padding-left: 0;
    padding-right: 0;
  }
  .one-column-content-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cloud-source-app .abs {
    float: none;
  }
  .sec-market-2 .flex {
    display: block;
  }

  .hubspot_service-banner .ad_banner_area {
    background-position: 40% 100% !important;
  }
  .hubspot_service-banner .ad_banner_area_content h1 strong {
    display: block;
  }
  .sec-hubspot .row-fluid .span6,
  .sec-hub-2 .row-fluid .span6,
  .sec-hub-6 .row-fluid .span6 {
    width: 100%;
  }
  div#sec-hubspot {
    padding: 0 !important;
  }
  div#sec-hubspot .dnd-section {
    text-align: center;
    background-size: 100% !important;
    background-position: 0 100px !important;
    padding-top: 400px !important;
  }
  #sec-hubspot h2 {
    padding-top: 50px;
  }
  div#sec-hubspot .dnd-section > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid > .span12 > div.widget-type-rich_text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .row-fluid [class*="span"] {
    min-height: 0;
  }
  .sec-hub-2 {
    text-align: center;
  }
  .sec-hub-2 div.widget-type-linked_image {
    margin-top: 50px;
  }
  .projects-wrapper .flex {
    display: block;
  }
  .projects-wrapper .hscol-md-6 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .sec-hub-3 .box-content p {
    font-size: 22px !important;
  }
  .markering-hub-wrap .bottom-content .flex {
    display: block;
  }
  .markering-hub-wrap.sec-hub-3 {
    padding-bottom: 0px !important;
  }
  .content-with-icon {
    padding-top: 0;
  }
  .content-with-icon .container.page-center {
    width: 85%;
  }
  .one-cols-wrap .flex {
    display: block;
  }
  .hubspot_service_page.page-def-content .sec-hub-6 h2 {
    font-size: 25px;
  }
  .sec-hub-6 .dnd-section {
    padding-bottom: 0 !important;
  }
  .hubspot_service_page.page-def-content h2 {
    font-size: 25px;
  }
  .mobile_app_development_page .right .cwit2_wrap_inr.flex {
    flex-direction: column-reverse;
  }
  .mobile_app_development_page .cwit2_wrap_content {
    text-align: left;
    width: 100%;
  }
  .mobile_app_development_page .row30 .box.cwic_item.hscol-sm-6 {
    padding: 15px;
  }
  .contact_inr_wrap.flex {
    display: block;
  }
  .contact_inr_wrap.flex {
    display: block;
  }
  .contact_item.flex {
    display: block;
  }
  .cnt_row2 .contact_item .contact_icon {
    width: 100%;
  }
  .cnt_row2 .contact_item_content {
    padding-left: 30px;
    width: 100%;
  }
  .cnt_row2 .contact_icon-content {
    width: 56px;
  }
  .cont_social_wrap {
    padding-left: 30px;
  }
}

@media (max-width: 736px) {
  .sec-market-4 .top_pane_content h2 {
    font-size: 26px;
  }
  .sec-cta .top-cta h2, 
  .sec-cta .top-cta h2 strong {
    font-size: 20px !important;
  }
  .top_pane_content,
  .sec-market-4 .bottom_pane_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .content_with_image .top_pane_content {
    margin-bottom: 20px !important;
  }
  .content_with_image .top_pane_inr {
    padding-bottom: 0;
  }
  .content_with_image .cwit2_wrap_inr > div {
    margin-bottom: 0px;
  }
  .content_with_image .cwit2_wrap_inr {
    margin-bottom: 0;
  }
  .cloudsource_approach.sec-market-2 {
    padding: 0 !important;
  }
  .markering-process-wrap .top_pane_content {
    padding-bottom: 0px;
  }
  .markering-process-wrap {
    background-color: #3a2d75 !important;
    background-image: none !important;
    padding-bottom: 30px !important;
  }
  .sec-market-4 .bottom_pane_content h2 {
    font-size: 32px;
  }
  .sec-market-4 .mob-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
  div#sec-hubspot {
    padding: 0 !important;
  }
  div#sec-hubspot .dnd-section .span6 div.widget-type-rich_text {
    margin-bottom: 0;
  }
  div#sec-hubspot .dnd-section {
    padding-bottom: 50px;
  }
  .hubspot_service_page.page-def-content h2 {
    font-size: 26px;
  }
  .sec-hub-3 h2 {
    font-size: 25px !important;
  }
  .mobile-app-banner .ad_banner_area {
    height: 500px;
  }
  #sec-app-dev .top_pane_inr {
    padding-bottom: 0;
  }
  .mobile_app_development_page #sec-app-dev .cwit2_wrap_content {
    text-align: center;
    margin-bottom: 0;
  }
  .page-def-content h2 {
    font-size: 26px;
  }
  .mobile_app_development_page .sec-app-2 .dnd-section div.widget-type-rich_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile_app_development_page .sec-case-2.cwic_wrap {
    text-align: left;
  }
  .mobile_app_development_page .sec-case-2 .box h3 {
    line-height: 26px;
  }
  .sec-app-3.industry-wrap .top_pane_content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hubspot_service_page.page-def-content .clients-wrap h2,
  .hubspot_service_page.page-def-content .clients-wrap h2 strong {
    font-size: 25px;
    line-height: 30px;
  }
  .hubspot_service_page .clients-wrap .top_pane_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cnt_row2 .contact_right_inr {
    padding: 0;
    padding-top: 4px;
  }
  .cnt_row2 .contact_icon-content {
    margin-bottom: 0;
  }
  .cnt_row2 .contact_item_content {
    padding-left: 0;
  }
  .cont_social_wrap {
    padding-left: 0;
  }
  .cnt_row2 .dnd-section {
    margin-bottom: 190px;
  }
  .cnt_row1 .dnd-section>.row-fluid>div {
    padding: 0 10px !important;
    width: 100% !important;
    margin: 0 auto;
    border: none;
  }
  .cnt_row1 div.widget-type-rich_text h2 {
    padding: 0;
    display: block;
    font-size: 25px;
  }
  .cnt_row1 div.widget-type-rich_text p {
    padding: 0;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .cnt_row1 .hs-input {
    padding: 15px !important;
  }
  .cnt_row1 textarea::placeholder {
    font-size: 13px;
  }
  .our_service_page .sec-market-2 h2 {
    font-size: 30px !important;
  }
  .our_service_page .markering-process-wrap .bottom_pane_content .bottom_pane_inr {
    margin-top: 0;
  }
  .markering-process-wrap:before {
    display: none;
  }
  .our_remote_page div#sec-remote.sec-hubspot h2 {
    font-size: 22px;
  }
  .our_remote_page .markering-process-wrap .process .box h3 {
    margin: 0 0 12px;
    font-size: 22px;
  }
  .our_remote_page .markering-process-wrap .market-process-cols-wrap .process .box p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  div#sec-remote .top_pane_content .top_pane_inr {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 479px) {
  /*   .marketing_grt-banner .ad_banner_area {
  height: 50vh;
} */
  .cloudsource_approach.sec-market-2 {
    max-height: 100% !important;
    height: auto;
  }
  .market-abs-wrap {
    height: 0px;
  }
  .cloud-source-app {
    padding-bottom: 60px;
  }
}

@media (max-width: 420px) {
  div#sec-hubspot .dnd-section {
    padding-top: 300px !important;
  }
  div#sec-hubspot .dnd-section {
    padding-bottom: 0;
  }
  .content-with-icon .container.page-center {
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.hscol-xs-1, .hscol-sm-1, .hscol-md-1, .hscol-lg-1, .hscol-xs-2, .hscol-sm-2, .hscol-md-2, .hscol-lg-2, .hscol-xs-3, .hscol-sm-3, .hscol-md-3, .hscol-lg-3, .hscol-xs-4, .hscol-sm-4, .hscol-md-4, .hscol-lg-4, .hscol-xs-5, .hscol-sm-5, .hscol-md-5, .hscol-lg-5, .hscol-xs-6, .hscol-sm-6, .hscol-md-6, .hscol-lg-6, .hscol-xs-7, .hscol-sm-7, .hscol-md-7, .hscol-lg-7, .hscol-xs-8, .hscol-sm-8, .hscol-md-8, .hscol-lg-8, .hscol-xs-9, .hscol-sm-9, .hscol-md-9, .hscol-lg-9, .hscol-xs-10, .hscol-sm-10, .hscol-md-10, .hscol-lg-10, .hscol-xs-11, .hscol-sm-11, .hscol-md-11, .hscol-lg-11, .hscol-xs-12, .hscol-sm-12, .hscol-md-12, .hscol-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.hscol-xs-1, .hscol-xs-2, .hscol-xs-3, .hscol-xs-4, .hscol-xs-5, .hscol-xs-6, .hscol-xs-7, .hscol-xs-8, .hscol-xs-9, .hscol-xs-10, .hscol-xs-11, .hscol-xs-12 {
  float: left
}

.hscol-xs-12 {
  width: 100%
}

.hscol-xs-11 {
  width: 91.66666667%
}

.hscol-xs-10 {
  width: 83.33333333%
}

.hscol-xs-9 {
  width: 75%
}

.hscol-xs-8 {
  width: 66.66666667%
}

.hscol-xs-7 {
  width: 58.33333333%
}

.hscol-xs-6 {
  width: 50%
}

.hscol-xs-5 {
  width: 41.66666667%
}

.hscol-xs-4 {
  width: 33.33333333%
}

.hscol-xs-3 {
  width: 25%
}

.hscol-xs-2 {
  width: 16.66666667%
}

.hscol-xs-1 {
  width: 8.33333333%
}

.hscol-xs-pull-12 {
  right: 100%
}

.hscol-xs-pull-11 {
  right: 91.66666667%
}

.hscol-xs-pull-10 {
  right: 83.33333333%
}

.hscol-xs-pull-9 {
  right: 75%
}

.hscol-xs-pull-8 {
  right: 66.66666667%
}

.hscol-xs-pull-7 {
  right: 58.33333333%
}

.hscol-xs-pull-6 {
  right: 50%
}

.hscol-xs-pull-5 {
  right: 41.66666667%
}

.hscol-xs-pull-4 {
  right: 33.33333333%
}

.hscol-xs-pull-3 {
  right: 25%
}

.hscol-xs-pull-2 {
  right: 16.66666667%
}

.hscol-xs-pull-1 {
  right: 8.33333333%
}

.hscol-xs-pull-0 {
  right: auto
}

.hscol-xs-push-12 {
  left: 100%
}

.hscol-xs-push-11 {
  left: 91.66666667%
}

.hscol-xs-push-10 {
  left: 83.33333333%
}

.hscol-xs-push-9 {
  left: 75%
}

.hscol-xs-push-8 {
  left: 66.66666667%
}

.hscol-xs-push-7 {
  left: 58.33333333%
}

.hscol-xs-push-6 {
  left: 50%
}

.hscol-xs-push-5 {
  left: 41.66666667%
}

.hscol-xs-push-4 {
  left: 33.33333333%
}

.hscol-xs-push-3 {
  left: 25%
}

.hscol-xs-push-2 {
  left: 16.66666667%
}

.hscol-xs-push-1 {
  left: 8.33333333%
}

.hscol-xs-push-0 {
  left: auto
}

.hscol-xs-offset-12 {
  margin-left: 100%
}

.hscol-xs-offset-11 {
  margin-left: 91.66666667%
}

.hscol-xs-offset-10 {
  margin-left: 83.33333333%
}

.hscol-xs-offset-9 {
  margin-left: 75%
}

.hscol-xs-offset-8 {
  margin-left: 66.66666667%
}

.hscol-xs-offset-7 {
  margin-left: 58.33333333%
}

.hscol-xs-offset-6 {
  margin-left: 50%
}

.hscol-xs-offset-5 {
  margin-left: 41.66666667%
}

.hscol-xs-offset-4 {
  margin-left: 33.33333333%
}

.hscol-xs-offset-3 {
  margin-left: 25%
}

.hscol-xs-offset-2 {
  margin-left: 16.66666667%
}

.hscol-xs-offset-1 {
  margin-left: 8.33333333%
}

.hscol-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
  .hscol-sm-1, .hscol-sm-2, .hscol-sm-3, .hscol-sm-4, .hscol-sm-5, .hscol-sm-6, .hscol-sm-7, .hscol-sm-8, .hscol-sm-9, .hscol-sm-10, .hscol-sm-11, .hscol-sm-12 {
    float:left
  }

  .hscol-sm-12 {
    width: 100%
  }

  .hscol-sm-11 {
    width: 91.66666667%
  }

  .hscol-sm-10 {
    width: 83.33333333%
  }

  .hscol-sm-9 {
    width: 75%
  }

  .hscol-sm-8 {
    width: 66.66666667%
  }

  .hscol-sm-7 {
    width: 58.33333333%
  }

  .hscol-sm-6 {
    width: 50%
  }

  .hscol-sm-5 {
    width: 41.66666667%
  }

  .hscol-sm-4 {
    width: 33.33333333%
  }

  .hscol-sm-3 {
    width: 25%
  }

  .hscol-sm-2 {
    width: 16.66666667%
  }

  .hscol-sm-1 {
    width: 8.33333333%
  }

  .hscol-sm-pull-12 {
    right: 100%
  }

  .hscol-sm-pull-11 {
    right: 91.66666667%
  }

  .hscol-sm-pull-10 {
    right: 83.33333333%
  }

  .hscol-sm-pull-9 {
    right: 75%
  }

  .hscol-sm-pull-8 {
    right: 66.66666667%
  }

  .hscol-sm-pull-7 {
    right: 58.33333333%
  }

  .hscol-sm-pull-6 {
    right: 50%
  }

  .hscol-sm-pull-5 {
    right: 41.66666667%
  }

  .hscol-sm-pull-4 {
    right: 33.33333333%
  }

  .hscol-sm-pull-3 {
    right: 25%
  }

  .hscol-sm-pull-2 {
    right: 16.66666667%
  }

  .hscol-sm-pull-1 {
    right: 8.33333333%
  }

  .hscol-sm-pull-0 {
    right: auto
  }

  .hscol-sm-push-12 {
    left: 100%
  }

  .hscol-sm-push-11 {
    left: 91.66666667%
  }

  .hscol-sm-push-10 {
    left: 83.33333333%
  }

  .hscol-sm-push-9 {
    left: 75%
  }

  .hscol-sm-push-8 {
    left: 66.66666667%
  }

  .hscol-sm-push-7 {
    left: 58.33333333%
  }

  .hscol-sm-push-6 {
    left: 50%
  }

  .hscol-sm-push-5 {
    left: 41.66666667%
  }

  .hscol-sm-push-4 {
    left: 33.33333333%
  }

  .hscol-sm-push-3 {
    left: 25%
  }

  .hscol-sm-push-2 {
    left: 16.66666667%
  }

  .hscol-sm-push-1 {
    left: 8.33333333%
  }

  .hscol-sm-push-0 {
    left: auto
  }

  .hscol-sm-offset-12 {
    margin-left: 100%
  }

  .hscol-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-sm-offset-9 {
    margin-left: 75%
  }

  .hscol-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-sm-offset-6 {
    margin-left: 50%
  }

  .hscol-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-sm-offset-3 {
    margin-left: 25%
  }

  .hscol-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 992px) {
  .hscol-md-1, .hscol-md-2, .hscol-md-3, .hscol-md-4, .hscol-md-5, .hscol-md-6, .hscol-md-7, .hscol-md-8, .hscol-md-9, .hscol-md-10, .hscol-md-11, .hscol-md-12 {
    float:left
  }

  .hscol-md-12 {
    width: 100%
  }

  .hscol-md-11 {
    width: 91.66666667%
  }

  .hscol-md-10 {
    width: 83.33333333%
  }

  .hscol-md-9 {
    width: 75%
  }

  .hscol-md-8 {
    width: 66.66666667%
  }

  .hscol-md-7 {
    width: 58.33333333%
  }

  .hscol-md-6 {
    width: 50%
  }

  .hscol-md-5 {
    width: 41.66666667%
  }

  .hscol-md-4 {
    width: 33.33333333%
  }

  .hscol-md-3 {
    width: 25%
  }

  .hscol-md-2 {
    width: 16.66666667%
  }

  .hscol-md-1 {
    width: 8.33333333%
  }

  .hscol-md-pull-12 {
    right: 100%
  }

  .hscol-md-pull-11 {
    right: 91.66666667%
  }

  .hscol-md-pull-10 {
    right: 83.33333333%
  }

  .hscol-md-pull-9 {
    right: 75%
  }

  .hscol-md-pull-8 {
    right: 66.66666667%
  }

  .hscol-md-pull-7 {
    right: 58.33333333%
  }

  .hscol-md-pull-6 {
    right: 50%
  }

  .hscol-md-pull-5 {
    right: 41.66666667%
  }

  .hscol-md-pull-4 {
    right: 33.33333333%
  }

  .hscol-md-pull-3 {
    right: 25%
  }

  .hscol-md-pull-2 {
    right: 16.66666667%
  }

  .hscol-md-pull-1 {
    right: 8.33333333%
  }

  .hscol-md-pull-0 {
    right: auto
  }

  .hscol-md-push-12 {
    left: 100%
  }

  .hscol-md-push-11 {
    left: 91.66666667%
  }

  .hscol-md-push-10 {
    left: 83.33333333%
  }

  .hscol-md-push-9 {
    left: 75%
  }

  .hscol-md-push-8 {
    left: 66.66666667%
  }

  .hscol-md-push-7 {
    left: 58.33333333%
  }

  .hscol-md-push-6 {
    left: 50%
  }

  .hscol-md-push-5 {
    left: 41.66666667%
  }

  .hscol-md-push-4 {
    left: 33.33333333%
  }

  .hscol-md-push-3 {
    left: 25%
  }

  .hscol-md-push-2 {
    left: 16.66666667%
  }

  .hscol-md-push-1 {
    left: 8.33333333%
  }

  .hscol-md-push-0 {
    left: auto
  }

  .hscol-md-offset-12 {
    margin-left: 100%
  }

  .hscol-md-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-md-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-md-offset-9 {
    margin-left: 75%
  }

  .hscol-md-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-md-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-md-offset-6 {
    margin-left: 50%
  }

  .hscol-md-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-md-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-md-offset-3 {
    margin-left: 25%
  }

  .hscol-md-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-md-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 1200px) {
  .hscol-lg-1, .hscol-lg-2, .hscol-lg-3, .hscol-lg-4, .hscol-lg-5, .hscol-lg-6, .hscol-lg-7, .hscol-lg-8, .hscol-lg-9, .hscol-lg-10, .hscol-lg-11, .hscol-lg-12 {
    float:left
  }

  .hscol-lg-12 {
    width: 100%
  }

  .hscol-lg-11 {
    width: 91.66666667%
  } 

  .hscol-lg-10 {
    width: 83.33333333%
  }

  .hscol-lg-9 {
    width: 75%
  }

  .hscol-lg-8 {
    width: 66.66666667%
  }

  .hscol-lg-7 {
    width: 58.33333333%
  }

  .hscol-lg-6 {
    width: 50%
  }

  .hscol-lg-5 {
    width: 41.66666667%
  }

  .hscol-lg-4 {
    width: 33.33333333%
  }

  .hscol-lg-3 {
    width: 25%
  }

  .hscol-lg-2 {
    width: 16.66666667%
  }

  .hscol-lg-1 {
    width: 8.33333333%
  }

  .hscol-lg-pull-12 {
    right: 100%
  }

  .hscol-lg-pull-11 {
    right: 91.66666667%
  }

  .hscol-lg-pull-10 {
    right: 83.33333333%
  }

  .hscol-lg-pull-9 {
    right: 75%
  }

  .hscol-lg-pull-8 {
    right: 66.66666667%
  }

  .hscol-lg-pull-7 {
    right: 58.33333333%
  }

  .hscol-lg-pull-6 {
    right: 50%
  }

  .hscol-lg-pull-5 {
    right: 41.66666667%
  }

  .hscol-lg-pull-4 {
    right: 33.33333333%
  }

  .hscol-lg-pull-3 {
    right: 25%
  }

  .hscol-lg-pull-2 {
    right: 16.66666667%
  }

  .hscol-lg-pull-1 {
    right: 8.33333333%
  }

  .hscol-lg-pull-0 {
    right: auto
  }

  .hscol-lg-push-12 {
    left: 100%
  }

  .hscol-lg-push-11 {
    left: 91.66666667%
  }

  .hscol-lg-push-10 {
    left: 83.33333333%
  }

  .hscol-lg-push-9 {
    left: 75%
  }

  .hscol-lg-push-8 {
    left: 66.66666667%
  }

  .hscol-lg-push-7 {
    left: 58.33333333%
  }

  .hscol-lg-push-6 {
    left: 50%
  }

  .hscol-lg-push-5 {
    left: 41.66666667%
  }

  .hscol-lg-push-4 {
    left: 33.33333333%
  }

  .hscol-lg-push-3 {
    left: 25%
  }

  .hscol-lg-push-2 {
    left: 16.66666667%
  }

  .hscol-lg-push-1 {
    left: 8.33333333%
  }

  .hscol-lg-push-0 {
    left: auto
  }

  .hscol-lg-offset-12 {
    margin-left: 100%
  }

  .hscol-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-lg-offset-9 {
    margin-left: 75%
  }

  .hscol-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-lg-offset-6 {
    margin-left: 50%
  }

  .hscol-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-lg-offset-3 {
    margin-left: 25%
  }

  .hscol-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-lg-offset-0 {
    margin-left: 0
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " "; 
  display: table;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
} 


/* Mig Style */

.sec-career-4 .upper h2{
  margin:  0 0 15px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;	
}
.sec-career-4 .upper p{
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
}

.sec-career-4 .main{
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  width: 80%;
  margin: 50px auto !important;
}
.sec-career-4 .main p{
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 50px !important;
}
.sec-career-4 .main p strong{

}
.sec-career-4 .main .col-main{
  border-top: 1px solid #ebebeb;
  padding:30px 0;	
}
.sec-career-4 .main .col-main h5{
  margin: 0;
  color: #253342;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-career-4 .main .col-main h3{
  margin: 5px 0 0;
  color: #f2545b;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-career-4 .main .col-main p{
  margin: 0 0 5px !important;
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  max-width: 100%;
}
.sec-career-4 .main .col-main p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-career-4 .wpb_button, .sec-career-4 .wpb_content_element, .sec-career-4 ul.wpb_thumbnails-fluid>li{
  margin: 0 !important;
}
.sec-career-4 .down{

}
.sec-career-4 .down h4{
  margin: 0 auto;
  color: #253342;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  max-width: 70%;
  line-height: 35px;
}
.sec-career-4 .down h4 strong{
  font-weight: 400;
  color: #3d2c75;
}
.sec-career-4 .down h4 a{
  font-weight: 400;
  color: #3d2c75;
}
.page-id-95 .sec-cta, .page-id-92 .sec-cta {
  position: relative;
  background: #f6eeed;
}

/*sec-case*/

.sec-case{
  padding: 80px 0 0;
}
.sec-case .filter-button-group{
  margin-bottom: 60px;
}
.sec-case .filter-button-group button{
  background: transparent;
  border: none;
  text-transform: capitalize;
  color: #253342;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  transition: all ease .5s;
}
.sec-case .filter-button-group button.current,.sec-case .filter-button-group button:hover{
  color: #fff;
  background: #ff8f59;
  transition: all ease .5s;
}

.sec-case .main{
  position: relative;
  margin-bottom: 130px;
}

.sec-case .main .pic{
  width: 100%;
  height: 460px;
}
.sec-case .main .pic img{
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-case .main .desc{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: #fff;
  width: 70%;
  margin: 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  padding: 30px 20px;
  text-align: center;
  max-height: 210px;
}

.sec-case .main .desc .case-logo{

}
.sec-case .main .desc .case-logo img {
  max-height: 45px;
}
.sec-case .main .desc h4{
  color: #253342;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 25px 0;
}
.sec-case .main .desc a{
  color: #ff8f59;
  border: 1px solid #ff8f59;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  text-transform: uppercase;
  transition: linear .5s;
}
.sec-case .main .desc a:hover{
  background: #ff8f59;
  color: #fff;
  transition: linear .5s;
}
.sec-case .main .desc a i{
  left: 7px;
  position: relative;
  border: 1px solid #ec8d57;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  transition: linear .5s;
}
.sec-case .main .desc a:hover i{
  border: 1px solid #fff;
  color: #fff;
  transition: linear .5s;
} 
.sec-career h2{
  margin: 0px auto 30px !important;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif	
}
.sec-career h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-career a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 60px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s;	
}
.sec-career a:hover{
  background: #ff7958;
  color: #fff;
  transition: all ease-out .5s;
}
.sec-career .wpb_button, .sec-career .wpb_content_element, .sec-career ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}

/*sec-career-2*/

.sec-career-2{
  background-size: 100% 100% !important;
}
.sec-career-2 h2{
  margin: 0 0 30px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
}
.sec-career-2 h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-career-2 p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;	
}
.sec-career-2 ul{
  padding: 0;
  margin: 0 0 20px;
}
.sec-career-2 ul li{
  list-style: none;
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Muli', sans-serif;
  padding-left: 35px;
}


.banner-section .dnd-section>.row-fluid,
.banner-section .dnd-section {
  padding: 0 !important;
}
.ad_banner_area {
  height: 100vh;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ad_banner_area .page-center {
  width: 100%;
  position: relative;
}
.dwn_arrow img {
  display: block;
}
.dwn_arrow {
  left: -30px;
  bottom: -143%;
  position: absolute;
}
.ad_banner_area_content p {
  color: #e3e1ec;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 36px;
  margin: 0;
}
.ad_banner_area_content {
  padding-top: 60px;
}
.ad_banner_area_content h1 strong {
  color: #ea722b;
  font-weight: 400;
}
.ad_banner_area_content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 54px;
  font-size: 47px;
  display: inline-block;
  text-transform: capitalize;
}
.dnd_pd .dnd-section {
  padding: 0;
}
.no_sty .dnd-section {
  padding: 0;
}
.no_sty .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0 !important;
}
.container {
  max-width: 1170px;
}
.page-center ,
.container{
  padding-left: 15px;
  padding-right: 15px;
}
.inds_row1 {
  padding-bottom: 60px;
  padding-top: 80px;
}
.body-container-wrapper p:last-child{
  margin-bottom: 0;
}

.tp_content p {
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  max-width: 75%;
  margin: 0 auto !important; 
}
.tp_content h3 {
  max-width: 80%;
  margin: 0 auto 20px;
  color: #253342;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.inds_row2 {
  background-color: #f6eeed;
  padding-bottom: 80px;
  padding-top: 120px;
}
.tp_content {
  margin-bottom: 35px;
}
.cwit2_wrap_img img {
  display: block; 
  max-width: 100%;
}
.cwit2_wrap_inr {
  align-items: center;
  margin-bottom: 60px;
} 
.cwit2_wrap_inr > div {
  margin-bottom: 35px;
}
.cwit2_wrap_content p:last-child {
  margin: 0;
}

.cwit2_wrap_content p {
  margin-bottom: 20px;
}
div#hswidget_1597053618086 {
  margin-bottom: 20px;
}
.res_wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}
.def-banner{
  height: 500px; 
  background-size: 100% 100% !important;
  display: table;
  width: 100%; 
  position: relative;
}
.def-banner .container{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.def-banner h1{
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.def-banner .down-arr{
  position: absolute;
  bottom: -7%;
  left: 220px;
}
.down-arr img {
  display: block;
}


/*sec-1*/

.sec-1{
  overflow: hidden;
}
.sec-1 .main{
  position: relative;
}
.sec-1 .main .pic{

}
.sec-1 .main .desc{
  position: absolute;
  top: 24%;
  left: 15%;
  width: 37%;
}
.sec-1 .main .desc h1{
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.sec-1 .main .desc h2{
  margin: 12px 0 10px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.sec-1 .main .desc h2 span.orange{
  color: #ea722b;
}
.sec-1 .main .desc h3{
  color: #f5f8fa;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.sec-1 .main .desc p{
  color: rgba(245, 248, 250, 0.6);
  font-size: 22px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 34px;
}
.sec-1 .main .desc a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #ff7958;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 30px;
  line-height: initial;
  margin-top: 20px;
  -webkit-box-shadow:0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  transition: all ease-out .5s;
}
.sec-1 .main .desc a:hover {
  background: #3d2c75;
  transition: all ease-out .5s;
}
.home-slider .slick-dots {
  position: absolute;
  z-index: 11;
  bottom: 220px;
  margin: 0px;
  padding: 0;
  text-align: center;
  width: auto;
  left: 16%;
}
.home-slider .slick-dots button {
  border: none;
  background: #7C6087;
  width: 25px;
  height: 8px;
  border-radius: 5px;
  font-size: 0;
  padding: 0px;
  margin-right: 10px;
}
.home-slider .slick-dots .slick-active button, .home-slider .slick-dots li:hover button {
  background: #f5c26b;
}

.sec-1 .down{
  position: absolute;
  bottom: 10px;
  left: 13%;
}



/*sec-2*/

.sec-2{

}
.sec-2 .pic{

}
.sec-2 .pic img{
  width: 95%;
  bottom: -30px;
  position: relative;
  z-index: 99;
}
.sec-2 .descrp{
  padding: 0 120px 0 0px;
}
.sec-2 .descrp h2{
  margin: 0 0 15px;
  color: #253342;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-weight: 400;
}
.sec-2 .descrp h2 strong{
  color: #ea722b;
  font-weight: 400;
}
.sec-2 .descrp h4{
  margin: 25px 0 20px;
  color: #253342;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Muli', sans-serif;
  line-height: 34px;
}
.sec-2 .descrp p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  margin-bottom: 10px;
}

/*sec-3*/
.sec-3{
  position: relative;
}
.sec-3:before{
  content: ''; 
  position: absolute;
  width: 899px;
  height: 1495px;
  top: -55px;
  left: -357px;
}
.sec-3 h2{
  margin: 0 0 70px !important;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-3 h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-3 .box {
  background: #ffffff;
  padding: 50px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  transition: all ease .5s;
}
.sec-3 .box.remote p {
  margin-bottom: 3px;
  line-height: 30px;
}
.sec-3 .box h3, .sec-3 .box h3 a{
  margin: 25px 0;
  color: #253342;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.sec-3 .box h4{
  margin: 40px 0 20px;
  color: #253342;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}
.sec-3 .box p{
  color: #454f5b;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
}
.sec-3 .box ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sec-3 .box ul li{
  list-style: none;
  color: #454f5b;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
}

.sec-3 .box:hover{
  background: #3d2c75;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(61, 44, 117, 0.5);
  -moz-box-shadow:0px 0px 30px 1px rgba(61, 44, 117, 0.5);
  box-shadow:0px 0px 30px 1px rgba(61, 44, 117, 0.5);transition: all ease .5s;
}

.sec-3 .box:hover h3, .sec-3 .box:hover h3 a{
  color: #fff;
}
.sec-3 .box:hover h4{
  color: #fff;
}
.sec-3 .box:hover p{
  color: #fff;
}
.sec-3 .box:hover ul li{
  color: #fff;
}
.sec-3 .box.orange{
  background: #ff7958;
  -webkit-box-shadow:0px 0px 20px 1px rgba(234, 119, 85, 0.4);
  -moz-box-shadow: 0px 0px 20px 1px rgba(234, 119, 85, 0.4);
  box-shadow: 0px 0px  20px 1px rgba(234, 119, 85, 0.4);
}
.sec-3 .box.orange h3{
  color: #fff;
}
.sec-3 .box.orange h3 a{
  float: right;
  margin: 0;
}

/*sec-4*/

.sec-4{

  padding: 100px 0;
  background-size: 100% 100%;
  margin-top: 40px;
  position: relative;
}
.sec-4:before{
  content: 'Algorithm';
  position: absolute;
  top: 40%;
  left: -2%;
  color: rgba(255, 255, 255, 0.1);
  font-size: 75px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  transform: rotate(-90deg);
}
.sec-4 h2{
  margin: 0 0 60px !important;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-4 h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-4 .pic{
  padding-top: 150px;
}


.sec-4 i.vc_tta-controls-icon{
  display: none !important; 
}
.sec-4 .vc_tta-panel-heading , .vc_tta-panel-body {
  background: transparent!important;
  border: none !important;
  padding: 0 !important;
}
.sec-4 .vc_tta-panel{
  background: #473484 !important;
  border: none !important;
  padding: 50px !important;
  margin-bottom: 20px;
  border-radius: 10px;
}
.sec-4 .vc_tta-panel.vc_active{
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/home-tab-bg.png) no-repeat !important;
  background-size: 100% 100% !important;
  border: none !important;
}
.sec-4 .vc_tta-panel-heading a{
  padding: 0 !important;
  color: #ccd2fb !important;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif; 
  line-height: 34px !important; 
}
.sec-4 .vc_tta-panel.vc_active .vc_tta-panel-heading a{
  color: #fff !important; 
}
.sec-4 .vc_tta-panel-body p{
  color: #f0edfb;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  margin: 25px 0 0;
}

.sec-4 i.vc_tta-icon.fas.fa-angle-right {
  position: absolute;
  right: 0;
  top: 18px;
  color: #ea722b;
  margin: 0 !important;
  transition: all ease .2s;
}
.sec-4 .vc_tta-panel.vc_active i.vc_tta-icon.fas.fa-angle-right {
  transform: rotate(90deg);
  transition: all ease .2s;
}

/*sec-testi*/

.sec-testi{
  padding: 60px 0 0;
  position: relative;
}
.sec-testi:before{
  content: 'Testimonials';
  position: absolute;
  top: 56%;
  left: 15%;
  color: rgba(0, 0, 0, 0.05);
  font-size: 45px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  transform: rotate(-90deg);
}
.sec-testi:after{
  content: '';
  position: absolute;
  top: -100px;
  left: 0px;
  width: 320px;
  height: 340px;
  background-size: contain !important;
  z-index: -1;
}
.sec-testi h2{
  margin: 20px 0 60px !important;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-testi h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-testi .desc{
  background-size: 100% 100% !important;
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/testimonial-box-bg.png) no-repeat;
  padding: 50px 50px 90px; 
  -webkit-box-shadow: 0px -55px 15px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px -55px 15px 1px rgba(0,0,0,0.04);
  box-shadow: 0px -55px 15px 1px rgba(0,0,0,0.04);
}
.sec-testi .desc p{
  color: #454f5b;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}
.sec-testi .desc img{

}
.sec-testi .outter{

}
.sec-testi .outter .row{
  padding-left: 70px;
  margin-top: -20px;
}
.sec-testi .outter .row img{

}
.sec-testi .outter .row h3{
  margin: 10px 0 0;
  font-size: 18px;
  color: #253342;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.sec-testi .outter .row h5{
  color: #677294;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.sec-testi .slick-list {
  padding: 0 25% 0 0 !important;
}
.sec-testi  .row.testimonial {
  margin-left: 15%;
}

.sec-testi .slick-arrow {
  border: 0px;
  font-size: 0;
  right: 27%;
  margin-top: 0;
  position: absolute;
  top: -34%;
  z-index: 1;
  background: transparent url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/testmonial-arrow.png) no-repeat center center;
  width: 33px;
  height: 25px;
  transform: none;
  -webkit-transform: none;;
}
.sec-testi .slick-next.slick-arrow {
  left: 66%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.sec-testi .slick-arrow:hover {
  background: transparent url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/testmonial-arrow-hvr.png) no-repeat center center;
}
.sec-testi .slick-arrow {
  outline: 0;
  cursor: pointer;
}


/*sec-cta*/
.sec-cta{
  position: relative;
}
.sec-cta:before{
  content: '';
  position: absolute;

  right: 2%;
  bottom: 0;
  width: 250px;
  height: 200px;
  background-size: contain !important;
  z-index: 999;
}

.sec-cta .top-cta{
  background: #ff7958;
  padding: 50px;
  border-radius: 10px;
  z-index: 999;
  position: relative;;
}
.sec-cta .top-cta .wpb_button, .sec-cta .top-cta .wpb_content_element,  .sec-cta .top-cta ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}
.sec-cta .top-cta h2{
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 40px;
}
.sec-cta .top-cta h2 strong{ 
  color: #fff;
  font-weight: 700;
}

.sec-cta .top-cta a{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 50px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s;

}
.sec-cta .btm-cta{

  background-size: 100% 100%;
  color: #3d2c75;
  padding: 140px 0 80px;
  position: relative;
  margin-top: -80px;
}
.sec-cta .btm-cta li#custom_html-2{
  list-style: none;
}
.sec-cta .btm-cta li#custom_html-2 h3.widget-title{
  display: none;
}
.sec-cta .btm-cta h4{
  color: #ffffff;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
} 
.sec-cta .btm-cta h2{
  color: #ffffff;
  margin: 5px 0 30px;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-cta .btm-cta h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-cta .btm-cta p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  max-width: 85%;
}
.sec-cta .btm-cta p strong{
  color: #ea722b;
}
.sec-cta .btm-cta input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #645691;
  padding: 15px 15px 15px 40px;
  background: transparent;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.sec-cta span.your-name input{

}


.sec-cta .btm-cta input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255 , 0.6);
}
.sec-cta .btm-cta input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255 , 0.6);
}
.sec-cta .btm-cta input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255 , 0.6);
}
.sec-cta .btm-cta input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255 , 0.6);
}

.sec-cta .btm-cta input[type="submit"] {
  width: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #ea722b;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 30px;
  line-height: initial;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  transition: all ease-out .5s;
  text-transform: capitalize;
}
.sec-cta .btm-cta input[type="submit"]:hover {
  background: #3d2c75;
  transition: all ease-out .5s;
}


/*sec-about*/

.sec-about{

}
.sec-about .upper{
  margin-bottom: 40px;
}
.sec-about .upper h2{
  margin: 0;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.sec-about .pic{
  margin-top: 30px;
}
.sec-about .desc{

}
.sec-about .desc h3{
  margin: 0 0 30px;
  color: #454f5b;
  font-size: 35px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
}
.sec-about .desc p{
  color: #454f5b;
  font-size: 20px;
  line-height: 30px;	
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  margin: 0 0 20px;
}
.sec-about .desc img{

}

/*sec-about-2*/

.sec-about-2{

}
.sec-about-2 .upper{
  margin-bottom: 40px;
}
.sec-about-2 .upper h2{
  margin: 0 0 20px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.sec-about-2 .box{
  display: table;
  height: 320px;	
}
.sec-about-2 .box .vc_column-inner {
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  transition: all ease .5s;
}
.sec-about-2 .box .vc_column-inner:hover{
  background: #3d2c75;
  transition: all ease .5s;
}
.sec-about-2 .box h4{
  color: #253342;
  font-weight: 500;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  max-width: 75%;
  margin: 30px auto 0;
  line-height: 30px;
}
.sec-about-2 .box .vc_column-inner:hover h4{
  color: #fff;
}
.sec-about-2 .wpb_button, .sec-about-2 .wpb_content_element, .sec-about-2 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.sec-about-2 .down{
  margin-top: 50px;
}
.sec-about-2  .down h3{
  color: #3d2c75;
  font-size: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  margin: auto;
  max-width: 60%;
}

/*sec-about-3*/

.sec-about-3{
  position: relative;
}
.sec-about-3:before{
  content: '';
  position: absolute;
  width: 586px;
  height: 2050px;
  left: -10px;
  top: 210px;
  background-size: 100% 100%;
}
.sec-about-3 .desc{

}
.sec-about-3 .desc h2{
  margin: 0 0 30px;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  position: relative;

}
.sec-about-3 .desc h2:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: -34px;
}
.sec-about-3 .desc p{
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: 'Muli', sans-serif;
}
.sec-about-3 .desc ul{
  margin: 0;
  padding: 0;
}
.sec-about-3 .desc ul li{
  list-style: none;
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: 'Muli', sans-serif;
  padding-left: 35px;
}

.sec-about-4{

}
.sec-about-4 .upper{
  margin-bottom: 40px;
}
.sec-about-4 .upper h2{
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.sec-about-4 .upper h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-about-4 .box{

}
.sec-about-4 .box h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-about-4 .box h4{
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  max-width: 60%;
  margin: 0 auto;
  line-height: 24px;
}

/*sec-about-5*/

.sec-about-5{

}
.sec-about-5 h2{
  margin: 0 0 80px !important;
  color: #253342;
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;	
} 
/* .sec-about-5 .brdr{
border-right: 1px solid #e2e3ec;
} */


/*sec-career*/

.sec-career{

}
.sec-career h2{
  margin: 0px auto 30px !important;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif	
}
.sec-career h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-career a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 60px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s;	
}
.sec-career a:hover{
  background: #ff7958;
  color: #fff;
  transition: all ease-out .5s;
}
.sec-career .wpb_button, .sec-career .wpb_content_element, .sec-career ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}

/*sec-career-2*/

.sec-career-2{
  background-size: 100% 100% !important;
}
.sec-career-2 h2{
  margin: 0 0 30px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
}
.sec-career-2 h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-career-2 p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;	
}
.sec-career-2 ul{
  padding: 0;
  margin: 0 0 20px;
}
.sec-career-2 ul li{
  list-style: none;
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Muli', sans-serif;
  padding-left: 35px;
}

/*sec-career-3*/
.sec-career-3{
  background-size: 50% 65%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.sec-career-3 .upper{
  margin-bottom: 60px;
}
.sec-career-3 .upper h2{
  margin: 0;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;	
}
.sec-career-3 h3{
  margin: 0 0 15px;
  color: #ea722b;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;	
}
.sec-career-3 p{
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 15px;
}
.sec-career-3 .wpb_button, .sec-career-3 .wpb_content_element, .sec-career-3 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

/*sec-career-4*/

.text-center {
  text-align: center;
} 
.sec-career-4 .upper h2{
  margin:  0 0 15px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;	
}
.sec-career-4 .upper p{
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
}

.sec-career-4 .main{
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  width: 80%;
  margin: 50px auto !important;
}
.sec-career-4 .main p{
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 50px !important;
}
.sec-career-4 .main p strong{

}
.sec-career-4 .main .hscol-main{
  border-top: 1px solid #ebebeb;
  padding:30px 0;	
}
.sec-career-4 .main .hscol-main h5{
  margin: 0;
  color: #253342;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-career-4 .main .hscol-main h3{
  margin: 5px 0 0;
  color: #f2545b;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-career-4 .main .hscol-main p{
  margin: 0 0 5px !important;
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  max-width: 100%;
}
.sec-career-4 .main .hscol-main p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-career-4 .wpb_button, .sec-career-4 .wpb_content_element, .sec-career-4 ul.wpb_thumbnails-fluid>li{
  margin: 0 !important;
}
.sec-career-4 .down{

}
.sec-career-4 .down h4{
  margin: 0 auto;
  color: #253342;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  max-width: 70%;
  line-height: 35px;
}
.sec-career-4 .down h4 strong{
  font-weight: 400;
  color: #3d2c75;
}
.sec-career-4 .down h4 a{
  font-weight: 400;
  color: #3d2c75;
}
.page-id-95 .sec-cta, .page-id-92 .sec-cta {
  position: relative;
  background: #f6eeed;
}

/*sec-case*/

.sec-case{
  padding: 80px 0 0;
}
.sec-case .filter-button-group{
  margin-bottom: 60px;
}
.sec-case .filter-button-group button{
  background: transparent;
  border: none;
  text-transform: capitalize;
  color: #253342;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  transition: all ease .5s;
}
.sec-case .filter-button-group button.current,.sec-case .filter-button-group button:hover{
  color: #fff;
  background: #ff8f59;
  transition: all ease .5s;
}

.sec-case .main{
  position: relative;
  margin-bottom: 130px;
}

.sec-case .main .pic{
  width: 100%;
  height: 460px;
}
.sec-case .main .pic img{
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-case .main .desc{
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: #fff;
  width: 70%;
  margin: 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  padding: 30px 20px;
  text-align: center;
  max-height: 210px;
}

.sec-case .main .desc .case-logo{

}
.sec-case .main .desc .case-logo img {
  max-height: 45px;
}
.sec-case .main .desc h4{
  color: #253342;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 25px 0;
}
.sec-case .main .desc a{
  color: #ff8f59;
  border: 1px solid #ff8f59;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  text-transform: uppercase;
  transition: linear .5s;
  font-size: 14px;
  line-height: 1.42857143;
}
.sec-case .main .desc a:hover{
  background: #ff8f59;
  color: #fff;
  transition: linear .5s;
}
.sec-case .main .desc a i{
  left: 7px;
  position: relative;
  border: 1px solid #ec8d57;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  transition: linear .5s;
  font-weight: 400;
  font-family: FontAwesome;
}
.sec-case .main .desc a:hover i{
  border: 1px solid #fff;
  color: #fff;
  transition: linear .5s;
}

.sec-case-1{

}
.sec-case-1 .desc{

}
.sec-case-1 .desc h2{
  margin: 0 0 30px;
  color: #253342;
  font-weight: 400;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
}
.sec-case-1 .desc strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-case-1 .desc p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
}

.sec-case-1 .pic {
  background: #fff;
  height: 200px;
  display: table;
  width: auto;
  padding: 0px 80px;
  border-radius: 8px;
}
.sec-case-1 .pic .vc_column-inner {
  vertical-align: middle;
  display: table-cell;
}

.sec-case-1 .pic .wpb_button,.sec-case-1 .pic  .wpb_content_element, .sec-case-1 .pic ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}
.sec-case-2{

}
.sec-case-2 .box .vc_column-inner{
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px;
}
.sec-case-2 .box h3{
  margin: 0 0 20px;
  color: #253342;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}
.sec-case-2 .box p{
  color: #5d6165;
  font-weight: 300;
  font-size: 19px;
  line-height:26px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;
}
.sec-case-2 .wpb_button, .sec-case-2 .wpb_content_element, .sec-case-2 ul.wpb_thumbnails-fluid>li {
  margin-bottom:0px;
}

.sec-case-3 .box-orange{
  background: #ff8f59;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  border-radius: 8px;
  padding: 50px;
}
.sec-case-3 .box-orange h3{
  margin: 0 0 20px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}
.sec-case-3 .box-orange p{
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  line-height:26px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;
}
.sec-case-3 .wpb_button, .sec-case-3 .wpb_content_element, .sec-case-3 ul.wpb_thumbnails-fluid>li {
  margin-bottom:0px;
}


/*sec-case-4*/

.sec-case-4{
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.sec-case-4 .upper{

}
.sec-case-4 .upper h2{
  margin: 0 0 30px;
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
}
.sec-case-4 .upper h2 strong{
  font-weight: 400;
  color: #ea722b;
}
.sec-case-4 .upper p{
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height:26px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;	
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
.sec-case-4 .main{

}
.sec-case-4 .main h3{
  margin: 0 0 15px;
  color: #ff8f59;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
}
.sec-case-4 .head-sm .main h3{
  font-size: 30px;
}
.sec-case-4 .main p{
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height:26px;
  font-family: 'Muli', sans-serif;
  max-width: 75%;
  margin: 0 auto;
}

.sec-case-5{

}
.sec-case-5 h1 a{
  margin: 0;
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-bottom: 6px solid #fff;
}


.sec-case h2.more-case-head{
  margin: 0 0 70px;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;	
}

/*sec-ind-1*/

.sec-ind-1{

}
.sec-ind-1 h3{
  max-width: 80%;
  margin: 0 auto 20px;
  color: #253342;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;	
}
.sec-ind-1 p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height:30px;
  font-family: 'Muli', sans-serif;
  max-width: 75%;
  margin: 0 auto;
}

.sec-ind-2{

}
.sec-ind-2 h4{
  margin: 0 0 20px;
  color: #253342;
  font-size: 26px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;	
}
.sec-ind-2 p{
  color: #454f5b;
  font-weight: 300;
  font-size: 20px;
  line-height:30px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;
}


/*sec-res-1*/
.sec-res-1{

}
.sec-res-1 .main{
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 8px;
  transition: linear .3s;
  min-height: 480px;
  margin-bottom: 30px !important;
}
.sec-res-1 .main:hover{
  background: #ff8f59;
  transition: linear .3s;
}
.sec-res-1 .main h3{
  margin: 0 0 10px;
  color: #253342;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
.sec-res-1 .main h4{
  margin: 0 0 4px;
  color: #a7a7a7;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.sec-res-1 .main:hover h4{
  color: #fff;
}
.sec-res-1 .main a{
  opacity: 0;
  color: #253342;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding: 10px 0 0px 35px;
  margin-top: 3px;
  display: inline-block;
  text-decoration: underline;
}
.sec-res-1 .main a:before{
  content: '';
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/pdf-bg.png) no-repeat;
  position: absolute;
  width: 25px;
  height: 36px;
  left: 0;
  top: 0;

}
.sec-res-1 .main:hover a{
  opacity: 1;
}
.sec-res-1 .main .pic {
  height: 380px;
  width: 100%;
  margin-bottom: 20px;
}
.sec-res-1 .main .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*sec-con-1*/

.sec-con-1{

}
.sec-con-1 .vc_column-inner {
  width: 90% !important;
  margin: 0 auto;
  border: 2px solid #ff8f59;
  padding: 0 80px 40px !important;
  border-radius: 15px;
}
.sec-con-1 h2{
  margin: 0 0 15px;
  color: #253342;
  font-size: 45px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  background: #f5f8fa;
  display: inline-block;
  top: -25px;
  position: relative;
  padding: 0 60px;
}
.sec-con-1 p{
  margin-bottom: 40px !important;
  color: #454f5b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
}
.sec-con-1 p a{
  color: #3f2988;
}
.sec-con-1 input , .sec-con-1 select, .sec-con-1 textarea{
  width: 100%;
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  color: #464646;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  border: none;
  border-radius: 30px;
  resize: none;
}

.sec-con-1 input[type="submit"] {
  width: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  padding: 20px 100px;
  border-radius: 30px;
  line-height: initial;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  transition: all ease-out .5s;
  text-transform: capitalize;
}
.sec-con-1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
}
.sec-con-1 input::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
}
.sec-con-1 input:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
}
.sec-con-1 input:-moz-placeholder { /* Firefox 18- */
  color: #464646;
}



.sec-con-1 select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
}
.sec-con-1 select::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
}
.sec-con-1 select:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
}
.sec-con-1 select:-moz-placeholder { /* Firefox 18- */
  color: #464646;
}


.sec-con-1 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.sec-con-1 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.sec-con-1 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.sec-con-1 textarea:-moz-placeholder { /* Firefox 18- */
  color: #464646;
  font-weight: 600;
  font-size: 22px;
}
.sec-con-1 div.wpcf7-response-output {
  color: #000;
}



/*sec-map*/

.sec-map{

}
.sec-map h3{
  margin: 15px 0 !important;
  color: #253342;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.sec-map p, .sec-map a{
  color: #454f5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
}
.sec-map .soc{
  padding: 0;
  margin: 25px 0 0 !important;
}
.sec-map .soc li{
  display: inline-block;
  margin: 0 6px 0 0px;
  background: none;
  padding: 0;
}
.sec-map .soc li a{
  background: #fff;
  color: #8b8c92;
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  padding: 15px 0 0;
  transition: all ease .5s;
}

.sec-map .soc li a:hover{
  background: #ea722b;
  color: #fff;
  transition: all ease .5s;
}
.sec-map .wpb_button, .sec-map .wpb_content_element, .sec-map ul.wpb_thumbnails-fluid>li {
  margin-bottom: 15px;
}
.page-id-8 .sec-cta {
  position: relative;
  margin-top: -140px;
}

/*sec-app-dev*/

.sec-app-dev{
  background-size: 44% 60%;
  background-repeat: no-repeat;
  background-position: 60px 230px;
}
.sec-app-dev h2 strong{
  display: block;
}



.sec-app-2 .box .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px;
}
.sec-app-2 .box .vc_column-inner h3{
  color: #253342;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.sec-app-2 .box .vc_column-inner  p{
  font-size: 18px;
  color: #454f5b;
  line-height: 28px;
}
.sec-app-2 .box-or .vc_column-inner {
  background: #ff8f59;
  color: #fff;
}
.sec-app-2 .box-or .vc_column-inner h3, .sec-app-2 .box-or .vc_column-inner p{
  color: #fff;
}
.sec-app-2 .box-or .vc_column-inner h5{
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  line-height: 32px;
}
.sec-app-2 .box-or .vc_column-inner  a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 70px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s;
}
.sec-app-2 .box-bl .vc_column-inner {
  background: #3d2c75;
  color: #fff;
}
.sec-app-2 .box-bl .vc_column-inner h3, .sec-app-2 .box-bl .vc_column-inner p{
  color: #fff;
}




.sec-app-3{

}

.sec-app-3 h2 strong{
  display: block;
}


.sec-app-3 .tdt-slider .carousel-caption {
  left: 0%;
  right: 0%;
  background: #fff !important;
  padding: 30px 20px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  text-shadow: none !important;
}
.sec-app-3 .tdt-slider .carousel-caption img{
  border-radius: 10px !important;
}
.sec-app-3 .tdt-slider .carousel-caption h4{
  margin-bottom: 10px !important;
  color: #253342;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.sec-app-3 .slick-dots li.slick-active button:before, .sec-app-3 .slick-dots li button:before{
  display: none !important;
}
.sec-app-3 .tdt-slider  .slick-dots .slick-active button, .sec-app-3 .tdt-slider  .slick-dots li:hover button{
  background: #f5c26b !important;
}
.sec-app-3 .tdt-slider  .slick-dots button {
  border: none !important;
  background: #cbd1d5 !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 10px !important;
  font-size: 0;
  padding: 0px;
  margin: 0 !important;
  padding: 0 !important;
}

.sec-app-3 .tdt-slider  .slick-dots li {
  margin: 0 5px !important;
}
.sec-app-3 .tdt-slider .slick-track {
  padding-bottom: 50px;
}

.sec-app-4 h3{
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 35px;
}
.sec-app-4 h3 strong{
  display: block;
}


.sec-hubspot{
  background-size: 44% 60%;
  background-repeat: no-repeat;
  background-position: 60px bottom;
}
.sec-hubspot h2 strong{
  display: inline-block;
}
.sec-hubspot p strong{
  color:#454f5b;
  font-weight: 700;
}
.sec-hub-2{
  color: #fff;
}
.sec-hub-2 .wpb_button,.sec-hub-2 .wpb_content_element, .sec-hub-2 ul.wpb_thumbnails-fluid>li{
  margin-bottom: 0 !important;
}
.sec-hub-2 h2, .sec-hub-2 p{
  color: #fff;
}
.sec-hub-2 p strong{
  font-weight: 300;
  font-size: 28px;
  color: #fff;
}


.sec-hub-3 .box1{
  border: 1px solid #f5c26b;
  padding: 30px 40px 40px;
  border-radius: 10px;
  position: relative;	
}
/*.sec-hub-3 .box1:after{
content: '';
position: absolute;
width: 50px;
height: 50px;
bottom: -25px;
left: 0;
right: 0;
margin: 0 auto;
background: #f5f8fa;
border-radius: 100%;
}*/
.sec-hub-3 .box1:before{
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #f5c26b;
  border-radius: 100%;
  z-index: 9;
  border: 15px solid #f5f8fa;
}

.sec-hub-3 .box1 p{
  color: #454f5b;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.sec-hub-3 .box1 p strong{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #454f5b;
}
.sec-hub-3 .box1 h3{
  margin-top: 0px;
  color: #f5c26b;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}



.sec-hub-3 .box2{
  border: 1px solid #00bda5;
  padding: 30px 40px 40px;
  border-radius: 10px;
  position: relative;
  opacity: 0.4;
}
.sec-hub-3 .box2:after{
  content: '';
  position: absolute;
  width: 3px;
  height: 28px;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #909090;
}
.sec-hub-3 .box2:before{
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #00bda5;
  border-radius: 100%;
  z-index: 9;
  border: 15px solid #f5f8fa;
}

.sec-hub-3 .box2 p{
  color: #454f5b;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.sec-hub-3 .box2 p strong{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #454f5b;
}
.sec-hub-3 .box2 h3{
  margin-top: 0px;
  color: #00bda5;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.sec-hub-3 .wpb_button, .sec-hub-3 .wpb_content_element, .sec-hub-3 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 50px;
}
.sec-hub-3 .wpb_wrapper .wpb_text_column:last-child:before{
  display: none;
}

.sec-hub-3{
  position: relative;
}

.sec-hub-3 .row-2 .pic{
  position: relative;
}
.sec-hub-3 .row-2 .pic:before{ 
  content: '';
  position: absolute;
  width: 278px;
  height: 272px;
  left: -50px;
  bottom: 160px;
}

.sec-hub-3 .row-2 p strong{
  color: #253342;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}
.sec-hub-3 .row-2 blockquote {
  border-left: 5px solid #ea722b;
}


.sec-hub-4 .box .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px 30px;
  transition: all ease .5s;
}
.sec-hub-4 .box .vc_column-inner h4{
  margin: 30px 0 20px;
  color: #253342;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}
.sec-hub-4 .box .vc_column-inner .hov-img{
  display: none;
}
.sec-hub-4 .wpb_button,.sec-hub-4  .wpb_content_element,.sec-hub-4  ul.wpb_thumbnails-fluid>li {
  margin-bottom: 00px;
}
.sec-hub-4 .box:hover .vc_column-inner{
  background: #ff7958;
  transition: all ease .5s;
}
.sec-hub-4 .box:hover .vc_column-inner .hov-img{
  display: block;
}
.sec-hub-4 .box:hover .vc_column-inner .wpb_text_column img{
  display: none;
}
.sec-hub-4 .box:hover .vc_column-inner h4,.sec-hub-4 .box:hover .vc_column-inner p{
  color: #fff;
}
.sec-hub-4 .box .vc_column-inner .wpb_text_column a{
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  transition: all ease .5s;
  background: #d36c55;
  border-radius: 10px;
  color: #fff;
  border-top-right-radius: 0;
  padding: 8px 25px;
  transition: all ease 1s;
}
.sec-hub-4 .box:hover .vc_column-inner .wpb_text_column a{
  opacity: 1;
  transition: all ease 1s;
}


.sec-cta.cta-mid:before{
  display: none;
}

.sec-hub-5{

}
.sec-hub-5 h2{
  color: #fff;
}
.sec-hub-5 h2 strong{
  display: block;
}
.sec-hub-5 .tdt-slider .carousel-caption{
  background: #fff !important;
  padding:40px 20px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.04);
  text-shadow: none !important;
}
.sec-hub-5 .tdt-slider .carousel-caption h2.tdt-slider-heading {
  margin:40px 0 0;
  font-family: 'Poppins', sans-serif;
}
.sec-hub-5 .tdt-slider .carousel-caption .inner {
  background: #3d2c75;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  text-align: left;
  margin: 60px 0 20px !important;
}
.sec-hub-5 .tdt-slider .carousel-caption .inner h3{
  position: absolute;
  color: #ea722b;
  font-size: 54px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  right: 20px;
  top: -30px;
}
.sec-hub-5 .tdt-slider .carousel-caption .inner h4{
  margin: 0 0 10px;
  color: #ea722b;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.sec-hub-5 .tdt-slider .carousel-caption .inner p{
  color: #e1e0e8;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  margin: 0;
  line-height: 23px;
}
.sec-hub-5 .tdt-slider .carousel-caption a{
  text-align: right;
  display: block;
  color: #ea722b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 25px
}
.sec-hub-5 .tdt-slider .carousel-caption a:before {
  content: "\f105";
  position: absolute !important;
  font-size: 14px;
  right: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border: 1px solid #ec8d57;
  border-radius: 100%;
  text-align: center;
  padding: 1px 0 0;
}

.sec-hub-5 .tdt-slider .slick-dots li.slick-active button:before, .sec-hub-5 .tdt-slider .slick-dots li button:before{
  display: none !important;
}
.sec-hub-5 .tdt-slider .slick-dots .slick-active button, .sec-hub-5 .tdt-slider  .slick-dots li:hover button{
  background: #f5c26b !important;
}
.sec-hub-5 .tdt-slider  .slick-dots button {
  border: none !important;
  background: #645691 !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 10px !important;
  font-size: 0;
  padding: 0px;
  margin: 0 !important;
  padding: 0 !important;
}

.sec-hub-5 .tdt-slider  .slick-dots li {
  margin: 0 5px !important;
}
.sec-hub-5 .tdt-slider .slick-track {
  padding-bottom: 50px;
}


.sec-hub-6 {
  background-size: 44% 70%;
  background-repeat: no-repeat;
  background-position: 810px 90px;
  position: relative;
}
.sec-hub-6:before{ 
  content: '';
  position: absolute;
  width: 278px;
  height: 272px;
  left: 48%;
  top: 40px;
  z-index: -1;
}
.sec-hub-6 p  strong{
  color: #454f5b;
  font-weight: 700;
}

.sec-hub-7 .box .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px 30px;
  transition: all ease .5s;
}
.sec-hub-7 .box:hover .vc_column-inner{
  background: #3d2c75;
}
.sec-hub-7 .box .vc_column-inner h4{
  font-size: 24px;
}
.sec-hub-7 .box .vc_column-inner p{
  font-size: 18px;
}
.sec-hub-7 .box:hover .vc_column-inner h4, .sec-hub-7 .box:hover .vc_column-inner p{
  color: #fff;
}

.single-our_services.postid-108 .sec-hubspot {
  background-size: 38% 60%;
  background-repeat: no-repeat;
  background-position: 90px bottom;
}

.sec-market-2{
  position: relative;
}
.sec-market-2 .box:first-child:before{
  content: '';
  background:  #253342;
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 8px;
  height: 50%;
}
.sec-market-2 .box:last-child:after{
  content: '';
  background:  #253342;
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 8px;
  height: 50%;
}
.sec-market-2 .box{
  border-bottom: 8px solid #253342;
}
.sec-market-2 .box .vc_column-inner {
  padding: 40px 0 20px;
}
.sec-market-2 .box h4{
  margin: 0;
  color: #f5c26b;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
.sec-market-2 .box p{
  color: #d9d7e1;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Muli', sans-serif;
  line-height: initial;
}

.sec-market-2 .box img{
  margin: 120px auto 40px;
}
.sec-market-2 .box:nth-child(2){
  border-right: 2px solid #7867a3;
}
.sec-market-2 .abs{
  z-index: 999;
  background: #000;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  bottom: 265px;
  left: 0px;
  padding: 45px 0 0;
  text-align: center;
}
.sec-market-2 .abs h3{
  margin: 0;
  color: #f6eeed;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.sec-market-2 .abs-1{
  background-size: contain;
  left: -60px;
}
.sec-market-2 .abs-2{
  background: #6a78d1;
  left: 11%;
}
.sec-market-2 .abs-3{
  background: #e98042;
  left: 27%;
}
.sec-market-2 .abs-4{
  background: #58ad4a;
  left: 42%;
}
.sec-market-2 .abs-5{
  background: #af4b88;
  left: 58%;
}

.sec-market-2 .abs .wpb_button, .sec-market-2 .abs .wpb_content_element, .sec-market-2 .abs ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.sec-market-2.sales-2 .black-row{
  background: #253342;
  padding: 25px 0;

}
.sec-market-2.sales-2 .abs h3{
  font-size: 13px;
}
.sec-market-2.sales-2 .black-row h5{
  margin: 0;
  color: #f5f8fa;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.sec-market-2.sales-2 .wpb_button, .sec-market-2.sales-2 .wpb_content_element, .sec-market-2.sales-2 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.sec-market-2.sales-2  .box {
  border-bottom: 0px solid #253342;
}
.sec-market-2.sales-2 .box:first-child:before {
  bottom: -74px;
  height: 70%;
}
.sec-market-2.sales-2 .box:last-child:after {
  bottom: -74px;
  height: 70%;
}

.sec-market-2.sales-2 .box img {
  margin: 120px auto;
}



.sec-market-3 h2{
  font-size: 35px;
}
.sec-market-3 h2 strong{
  display: block;
  font-size: 45px;
}

.sec-market-3 .box .vc_column-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px 30px;
  transition: all ease .5s;
}
.sec-market-3 .box:hover .vc_column-inner{
  background: #3d2c75;
}
.sec-market-3 .box .vc_column-inner h4{
  font-size: 24px;
}
.sec-market-3 .box .vc_column-inner p{
  font-size: 18px;
}
.sec-market-3 .box .vc_column-inner p strong{
  color: #454f5b;
  font-weight: 700;
}
.sec-market-3 .box:hover .vc_column-inner h4,.sec-market-3 .box:hover .vc_column-inner p strong, .sec-market-3 .box:hover .vc_column-inner p,
.sec-market-3 .box:hover .vc_column-inner ul li{
  color: #fff;
}
.sec-market-3 .box .vc_column-inner p strong{
  color: #454f5b;
  font-weight: 700;
}

.sec-market-4{
  background-size: 100% 100% !important;
}
.sec-market-4 h2, .sec-market-4 p{
  color: #fff;
}
.sec-market-4 .down-desc h2{
  color: #ff8f59;
  font-size: 50px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.sec-market-4 .down-desc h2 strong{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.sec-market-4 .process {
  background-position: center center !important;
  background-size: 100% 100%;
  padding: 200px 0;
}
.sec-market-4 .process .box{
  padding: 0 30px;
}
.sec-market-4 .process .box h3{
  margin: 0 0 15px;
  color: #ff8f59;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
}
.sec-market-4 .process .box p{
  color: rgba(247, 250, 255, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  font-family: 'Muli', sans-serif;
}
.sec-market-4 .process .box-1{
  position: relative;
  top: 180px;
}
.sec-market-4 .process .box-2{
  position: relative;
  top: -180px;
}
.sec-market-4 .process .box-3{
  position: relative;
  top: 180px;	
}

.sec-hub-5.sec-market-5 h2{
  color: #253342;
}
.sec-hub-5.sec-market-5 .tdt-slider .slick-dots button{
  background: #cbd1d5;
}


.sec-market-4.sales-4{
  position: relative;
  border-bottom: 15px solid #e0e8ec;
}
.sec-market-4.sales-4:before{
  content: '';
  position: absolute;
  width: 520px;
  height: 500px;
  background-size: contain;
  bottom: 0px;
  right: 50px;
}

.sec-hubspot.sec-growth {
  background-size: 32% 75%;
  background-repeat: no-repeat;
  background-position: 190px bottom;
}

.sec-market-3.growth-3 h2{
  font-size: 45px;
}
.sec-market-3.growth-3 h2 strong{
  display: inline-block;
}

.sec-market-4.growth-4{
  position: relative;
  border-bottom: 15px solid #e0e8ec;
}
.sec-market-4.growth-4:before{
  content: '';
  position: absolute;
  width: 540px;
  height: 350px;
  background-size: contain;
  bottom: 0px;
  right: 20px;
}


/*sec-thankyou*/

.sec-thankyou{

}
.sec-thankyou ul.soc{
  text-align: center;
  margin: 0;
  padding: 0;
}
.sec-thankyou ul.soc li{
  background: none;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.sec-thankyou .soc li a{
  background: #fff;
  color: #8b8c92;
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  padding: 15px 0 0;
  transition: all ease .5s;
}

.sec-thankyou .soc li a:hover{
  background: #ea722b;
  color: #fff;
  transition: all ease .5s;
}

.sec-thankyou a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #ff7958;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 30px;
  line-height: initial;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(233, 254, 254, 0.1);
  transition: all ease-out .5s;
}
.sec-thankyou a:hover {
  background: #3d2c75;
  transition: all ease-out .5s;
  color: #fff;
}


.sec-remote-1 .wpb_button,  .sec-remote-1 .wpb_content_element, .sec-remote-1  ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}

.sec-remote-2 p strong{
  color: #454f5b;
  font-size: 24px;
}


.sec-market-4.sec-remote-4{
  position: relative;
  border-bottom: 15px solid #e0e8ec;
}
.sec-market-4.sec-remote-4 .process .box p {
  font-size: 15px;
  line-height: 23px;
}
.sec-market-4.sec-remote-4 .process {
  background-position: center center !important;
  background-size: contain;
  padding: 200px 0;
}
.sec-market-4.sec-remote-4 .process .box {
  padding: 0;
}
.sec-market-4.sec-remote-4 .process .box-2, .sec-market-4.sec-remote-4 .process .box-4 {
  position: relative;
  top: -140px;
}
.sec-market-4.sec-remote-4 .process .box-1, .sec-market-4.sec-remote-4 .process .box-3 {
  position: relative;
  top: 150px;
}


.sec-market-4.sec-remote-4:before {
  content: '';
  position: absolute;
  width: 380px;
  height: 310px;
  background-size: contain;
  bottom: 0px;
  right: 20px;
}



/*projects-wrapper*/

.projects-wrapper {
  position: relative;
  overflow: hidden;
}
.projects-wrapper .bg-inner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.projects-wrapper .mrgn-50{
  margin-bottom: 50px;
}
.projects-wrapper .mac-area-clip {
  position: relative;
  height: 100vh;
}
.projects-wrapper .mac-area-clip-inner {
  clip: rect(auto,auto,auto,auto);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.projects-wrapper .mac-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 100px;
}
.projects-wrapper .h-100 {
  height: 100%!important;
}
.projects-wrapper .mb-auto, .my-auto {
  margin-bottom: auto!important;
}

.sec-hub-3 .box2.sec-clr, .sec-hub-3 .box3.sec-clr {
  opacity: 1;
}

.sec-hub-3 .box3{
  border: 1px solid #51a5be;
  padding: 30px 40px 40px;
  border-radius: 10px;
  position: relative;
  opacity: 0.4;
}
.sec-hub-3 .box3:after{
  content: '';
  position: absolute;
  width: 3px;
  height: 28px;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #909090;
}
.sec-hub-3 .box3:before{
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #51a5be;
  border-radius: 100%;
  z-index: 9;
  border: 15px solid #f5f8fa;
}

.sec-hub-3 .box3 p{
  color: #454f5b;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.sec-hub-3 .box3 p strong{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #454f5b;
}
.sec-hub-3 .box3 h3{
  margin-top: 0px;
  color: #51a5be;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


.sec-partner .tdt-slider .slick-dots li.slick-active button:before, .sec-partner .tdt-slider .slick-dots li button:before{
  display: none !important;
}
.sec-partner .tdt-slider .slick-dots .slick-active button, .sec-partner .tdt-slider  .slick-dots li:hover button{
  background: #f5c26b !important;
}
.sec-partner .tdt-slider  .slick-dots button {
  border: none !important;
  background: #e6e6e6 !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 10px !important;
  font-size: 0;
  padding: 0px;
  margin: 0 !important;
  padding: 0 !important;
}

.sec-partner .tdt-slider  .slick-dots li {
  margin: 0 5px !important;
}

.sec-partner .slick-dots {
  bottom: 0;
}

.sec-awards .tdt-slider .slick-dots li.slick-active button:before, .sec-awards  .tdt-slider .slick-dots li button:before{
  display: none !important;
}
.sec-awards  .tdt-slider .slick-dots .slick-active button, .sec-awards .tdt-slider  .slick-dots li:hover button{
  background: #f5c26b !important;
}
.sec-awards  .tdt-slider  .slick-dots button {
  border: none !important;
  background: #e6e6e6 !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 10px !important;
  font-size: 0;
  padding: 0px;
  margin: 0 !important;
  padding: 0 !important;
}

.sec-awards  .tdt-slider  .slick-dots li {
  margin: 0 5px !important;
}
.sec-awards .slick-dots {
  bottom: 0;
}
.sec-app-2 .box-or strong {
  color: #fff;
}
.postid-108 .inner-banner.hub-ban .down-arr {
  bottom: -190px;
  left: 0;
}
.sec-testi .desc a {
  color: #ea7755;
}


/*sec-post*/
.sec-post{

}
.sec-post .main{
  margin-bottom: 60px; 
}
.sec-post .main .pic{
  width: 100%;
  height: 250px; 
}
.sec-post .main .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
}
.sec-post .main .desc{

}
.sec-post .main .desc h4{
  color: #253342;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0 10px;  
}
.sec-post .main .desc p{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;  
}
.sec-post .main .desc a{
  color: #ea722b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 25px;  
}
.sec-post .main .desc a:before {
  content: "\f105";
  position: absolute !important;
  font-size: 14px;
  right: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border: 1px solid #ec8d57;
  border-radius: 100%;
  text-align: center;
  padding: 1px 0 0;
}

.sec-post a.more1{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #3d2c75;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 50px;
  border-radius: 30px;
  line-height: initial;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  -moz-box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(233, 254, 254, 0.3);
  transition: all ease-out .5s; 
}

.sec-post .moreBox{ 
  display: none;
}
.post-img {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
}
@media screen and (min-width: 1000px) and (max-width: 1366px) {

  .sec-1 .down {
    bottom: -15px;
  }
  .sec-1 .main .desc a {
    margin-top: 0;
    padding: 8px 40px;
    font-size: 12px;
  }
  .sec-1 .main .desc p {
    margin-bottom: 5px;
  }

  .sec-1 .main .desc h1 {
    font-size: 25px;
  }
  .sec-1 .main .desc h2 {
    font-size: 30px;
  }
  .sec-1 .main .desc p {
    font-size: 13px !important;
  }
  .home-slider .slick-dots {
    top: 400px;
  }

  .sec-2 .descrp {
    padding: 0 !important;
  }
  .sec-testi:before{
    left: 5%;
    top: 62%;
  }
  .inner-banner.hub-ban {
    height: 500px;
  }
  .sec-1 .main .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .sec-1 .main .pic {
    height: 120vh;
  }
  .sec-1 .down {
    bottom: -30px;
  }
  .sec-1 .down {
    bottom: 10px;
    width: 12%;
  }
  .sec-cta:before{
    height: 170px;
  }
  .sec-2 .descrp h2 {
    font-size: 23px;
    line-height: 35px;
  }
  .sec-2 .descrp h4 {
    font-size: 19px;
    margin-top: 10px;
  }
  .sec-2 .descrp p {
    width: 100%;
    font-size: 13px;
  }
  .sec-3:before {
    width: 810px;
    top: -200px;
    background-size: contain;
  }
  .sec-3 .box p {
    font-size: 12px;
  }
  .sec-3 .box p {
    font-size: 12px;
    line-height: 24px;
  }
  .sec-3 .box ul li {
    font-size: 12px;
  }
  .sec-4 h2 {
    font-size: 40px;
  }
  .sec-4 h4 a {
    font-size: 17px !important;
  }
  .sec-4 .vc_tta-panel-body p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-testi .desc p {
    font-size: 11px;
    line-height: 22px;
  }
  .sec-testi .desc {
    padding: 10px 20px;
  }
  .sec-testi .desc {
    padding: 10px 20px;
  }
  .sec-testi .outter .row h3 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 10px;
  }

  .sec-testi .desc img {
    position: relative;
    bottom: 21px;
    height: 10px;
    width: 80px;
    object-fit: contain;
  }
  .sec-testi .slick-arrow {
    right: 23%;
  }
  .sec-testi .slick-arrow {
    height: 15px;
  }
  .inner-banner .desc h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .inner-banner .desc h1 strong {
    font-size: 40px;
  }
  .inner-banner .desc p {
    font-size: 18px;
  }
  .single-our_services .desc {
    padding-left: 100px;
  }
  .inner-banner.hub-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .postid-109 .down-arr {
    bottom: -160px !important;
  }
  .single-our_services.postid-108 .sec-hubspot {
    background-size: 40% 50%;
  }
  #sec-marketing p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-market-2 .abs-1{
    left: -30px;
  }
  .sec-market-2 .abs-2 {
    left: 8%;
  }
  .sec-market-2 .abs-3 {
    left: 22%;
  }
  .sec-market-2 .abs-4 { 
    left: 35%;
  }
  .sec-market-4 .process {
    padding: 130px 0 !important;
  }
  .sec-market-4 .process .box p {
    font-size: 13px;
    line-height: 20px;
  }
  .sec-market-4 .vc_custom_1590904630824 p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-market-4 {
    padding-bottom: 400px !important;
  }
  .sec-market-4.sales-4:before {
    height: 300px;
    width: 300px;
  }

  .sec-market-2 .abs-5 {
    left: 46%;
  }
  .sec-market-3 h2 {
    font-size: 31px;
  }
  .sec-market-4 {
    padding-bottom: 400px !important;
  }
  .inner-banner.growth-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -85%;
    left: 7%;
  }
  .inner-banner .desc h1 strong {
    font-size: 26px;
  }
  .inner-banner .desc p {
    font-size: 15px;
    line-height: 30px;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -85%;
    left: 0;
  }
  .sec-hubspot.sec-growth {
    background-size: 32% 40%;
  }
  #sec-growth p {
    font-size: 17px;
    line-height: 30px;
  }
  .sec-market-2.sales-2 p {
    font-size: 17px;
    line-height: 26px;
  }
  .sec-market-3 p {
    font-size: 20px;
  }
  #back-top > a {
    z-index: 99999;
  }
  .sec-market-4.growth-4:before {
    height: 300px;
    width: 300px;
    bottom: -90px;
    right: 0;
  }
  .inner-banner {
    background-size: 100% 100%;
    background-position: bottom center;
  }
  .inner-banner h1 strong {
    font-size: 25px !important;
  }
  .sec-app-3 .vc_custom_1590821599650 {
    padding: 0 150px !important;
  }
  .sec-app-3 .tdt-slider .carousel-caption {
    min-height: 210px;
  }
  .sec-app-3 .tdt-slider .carousel-caption h4 {
    font-size: 17px;
    line-height: 20px;
  }
  .sec-app-4 h3{
    font-size: 23px;
  }
  #sec-hubspot h2 {
    font-size: 34px;
    line-height: 50px;
  }
  .sec-hub-2 h2, .sec-hub-2 p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-2 p strong {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-hub-2 h2 {
    font-size: 30px;
  }
  .sec-hub-3 h2 {
    font-size: 30px;
  }
  .sec-hub-3 .box2 h3, .sec-hub-3 .box1 h3 {
    font-size: 23px;
  }
  .sec-hub-3 {
    padding-bottom: 0 !important;
  }
  .sec-hub-4 .box .vc_column-inner h4 {
    font-size: 20px;
  }
  .sec-hub-4 .box .vc_column-inner p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-6 {
    background-size: 100% 80%;
  }
  .sec-hub-7 .box .vc_column-inner p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-6 p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-6 h2 {
    font-size: 30px;
  }
  .postid-113 .inner-banner.hub-ban .down-arr {
    bottom: -300px;
  }
  .inner-banner.about-ban {
    background-size: 100% 100%;
  }
  .inner-banner.about-ban .desc {
    padding-left: 100px;
  }
  .sec-about .desc h3 {
    font-size: 30px;
  }
  .sec-about .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-about-3 .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-about-3 .desc h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 50px;
  }
  .sec-about-3:before{
    width: 486px;
  }
  .sec-about-5 h2 {
    font-size: 30px;
  }
  .page-id-95 .inner-banner .down-arr {
    bottom: -100%;
  }
  .sec-career-2 h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .sec-career-2 ul li {
    font-size: 14px;
  }
  .sec-career-2 p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-career-4 .main .hscol-main h3 {
    font-size: 20px;
  }
  .page-id-91 .inner-banner .down-arr {
    bottom: -305px;
    left: 50px;
  }
  .sec-case .filter-button-group button {
    padding: 5px 17px;
    font-size: 13px;
  }
  .inner-banner.case-det-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .inner-banner.case-det-ban .down-arr {
    bottom: -255px;
    left: 70px;
  }
  .sec-case-1 .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-case-1 .desc h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .sec-case-2 .box h3 {
    font-size: 20px;
  }
  .sec-case-2 .box p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-case-4 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .sec-case-5 h1 a {
    font-size: 51px !important;
  }
  .inner-banner.indus-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
  }
  .inner-banner.indus-ban .desc {
    padding-left: 100px;
  }
  .inner-banner.indus-ban .down-arr {
    left: 60px;
    bottom: -287px;
  }
  .inner-banner.indus-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .inner-banner.contact-ban .desc {
    padding-left: 100px;
  }

  .inner-banner.contact-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom !important;
  }
  .inner-banner.contact-ban .down-arr {
    left: 60px;
    bottom: -240px;
  }
  .def-banner .down-arr {
    left: 100px;
  }
  .sec-1 .main .pic {
    height: auto;
  }
  .sec-1 .main .desc h3 {
    font-size: 15px !important;
  }
  .sec-1 .main .desc h1, .sec-1 .main .desc h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .inner-banner .down-arr {
    bottom: -127px;
    left: 40px;
  }
  .inner-banner.remote-ban .down-arr {
    bottom: -190px;
  }
  .sec-app-2 .box-or .vc_column-inner a {
    font-size: 16px;
  }
  .sec-app-2 .box-or .vc_column-inner h5 {
    font-size: 17px;
  }
  .sec-market-4.sec-remote-4:before {
    width: 200px;
    height: 200px;
  }
  body .vc_custom_1590898078074 {
    padding: 50px 0 !important;
  }
  .sec-testi .desc img {
    margin: 30px 0 20px;
  }
  .sec-hubspot.sec-growth {
    background-position: 100px 300px;
  }

  #sec-remote {
    background-position: 30px 350px;
    background-size: 480px;
  }
  .about-ban .down-arr {
    left: 40px;
    bottom: -190px;
  }
  .page-id-92 .down-arr, .page-id-91 .down-arr, .page-id-99 .down-arr{
    bottom: -170px !important;
  }
  .page-id-8 .down-arr {
    bottom: -110px !important;
  }
  #sec-hubspot {
    background-position: 0px 440px;
    background-size: 490px 250px;
  }
  .sec-hub-6 {
    background-size: 460px;
    background-position: 580px;
  }
  .page-id-95 .sec-career-3 {
    background-position: 100px 280px;
    background-size: 400px 300px;
  }
  .inner-banner.case-det-ban .down-arr {
    bottom: -190px !important;
    left: 60px !important;
  }
  body .sec-case-5 {
    min-height: 400px !important;
    padding-top: 0 !important;
  }
  .sec-map .vc_col-sm-11 {
    padding-left: 20px;
  }
  body .inner-banner.case-det-ban .down-arr {
    bottom: -255px !important;
    left: 70px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px){


  .home-slider .slick-dots {
    top: 81%;
    left: 18%;
  }
  .sec-3:before {
    width: 900px;
    top: -90px;
  }
  .sec-testi:before {
    left: 200px;
    top: 213px;
    width: 400px;
    height: 200px;
  }
  .sec-1 .main .pic {
    height: auto !important;
  }
  .inner-banner.hub-ban .down-arr {
    left: 50px !important;
    bottom: -139px !important;
  }
  .inner-banner {
    height: 100vh !important;
  }
  .sec-market-2 .abs-1 {
    left: -50px;
  }
  .sec-market-2 .abs-2 {
    left: 11%;
  }
  .sec-market-2 .abs-3 {
    left: 27%;
  }
  .sec-market-2 .abs-4 {
    left: 43%;
  }
  .sec-market-2 .abs-5 {
    left: 57%;
  }
  .sec-market-4 .process {
    padding: 200px 0 !important;
  }
  .single-our_services.postid-108 .sec-hubspot {
    background-size: 40% 60%;
  }
  .sec-market-4.sales-4:before {
    height: 400px;
    width: 400px;
  }
  .sec-hubspot.sec-growth {
    background-size: 32% 70%;
  }
  .sec-market-4.growth-4:before {
    height: 400px;
    width: 400px;
    bottom: -140px;
    right: 0;
  }
  .inner-banner .desc h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .inner-banner .desc h1 strong {
    font-size: 30px;
  }
  .inner-banner .desc p {
    font-size: 16px;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -184px;
    left: 60px;
  }
  .about-ban .down-arr {
    left: 73px;
    bottom: -271px;
  }
  .sec-app-3 .tdt-slider .carousel-caption {
    min-height: 250px;
  }
  .inner-banner.remote-ban .down-arr {
    bottom: -152%;
    left: 61px;
  }
  .postid-112 .sec-market-4 h2 {
    font-size: 31px;
  }
  .postid-112 .sec-market-4 p {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .sec-market-4.sec-remote-4:before {
    height: 280px;
    width: 280px;
    bottom: -40px;
    right: 0;
  }
  .inner-banner.remote-ban .down-arr {
    bottom: -221px;
    left: 61px;
  }
  .about-ban .down-arr {
    left: 53px;
    bottom: -231px;
  }
  .sec-about-3:before {
    width: 586px;
  }
  .page-id-95 .inner-banner .down-arr {
    bottom: -273px;
  }
  .sec-case .filter-button-group button {
    padding: 8px 34px;
    font-size: 16px;
  }
  .inner-banner.case-det-ban .down-arr{
    bottom: -248px;
  }
  .def-banner .down-arr {
    left: 140px;
  }
  .sec-1 .main .desc h1, .sec-1 .main .desc h2 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .sec-1 .main .desc p {
    font-size: 16px !important;
  }

  .postid-111 .down-arr {
    bottom: -200px;
  }

  .page-id-95 .inner-banner .down-arr {
    bottom: -173px;
  }
  .page-id-8 .down-arr {
    bottom: -150px !important;
    left: 40px !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px){

  .sec-1 .main .desc h1 {
    font-size: 30px !important;
    line-height: 40px !important;

  }
  .sec-1 .main .desc h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .sec-1 .down {
    bottom: 0;
    width: 10%;
  }
  .sec-1 .main .desc{
    top: 28%;
  }
  .sec-1 .main .desc a {
    margin-top: 20px;
    padding: 12px 50px;
    font-size: 18px;
  }
  .sec-1 .main .desc p {
    font-size: 19px;
  }
  .home-slider .slick-dots {
    top: 83%;
    left: 17%;
  }

  .sec-2 .descrp h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec-2 .descrp h4 {
    font-size: 23px;
    margin-top: 10px;
  }
  .sec-2 .descrp p {
    width: 100%;
    font-size: 16px;
  }
  .sec-3:before {
    width: 100%;
    top: -64px;
  }
  .sec-3 .box p {
    font-size: 16px;
    line-height: 32px;
  }
  .sec-3 .box ul li {
    font-size: 16px;
  }
  .sec-4 h4 a {
    font-size: 21px !important;
  }
  .sec-4 .vc_tta-panel-body p {
    font-size: 16px;
    line-height: 32px;
  }
  .sec-testi:before {
    top: 500px;
    width: 0;
    height: 0;
    left: 300px;
    background-size: contain;
  }
  .sec-testi {
    padding: 30px 0 60px;
  }
  .sec-testi .desc {
    padding: 40px 20px;
  }
  .sec-testi .desc p {
    font-size: 15px;
    line-height: 26px;
  }
  .sec-testi .desc img {  
    bottom: 10px;
    height: auto;
    width: auto;
  }
  .sec-testi .outter .row h3 {
    font-size: 18px;
  }

  .sec-1 .main .pic {
    height: 100vh;
  }
  .single-our_services.postid-108 .sec-hubspot {
    background-size: 40% 65%;
  }
  #sec-marketing p {
    font-size: 16px;
    line-height: 32px;
  }
  .sec-market-2 .abs-2 {
    left: 11%;
  }
  .sec-market-2 .abs-1 {
    left: -50px;
  }
  .sec-market-2 .abs-3 {
    left: 26%;    
  }
  .sec-market-2 .abs-4 {
    left: 42%;
  }
  .sec-market-4 .process {
    padding: 170px 0 !important;
  }
  .sec-market-4 .process .box p {
    font-size: 16px;
    line-height: 32px;
  }
  .inner-banner.hub-ban .down-arr {
    left: 30px !important;
    bottom: -177px !important;
  }
  .sec-market-2 .abs-5 {
    left: 56%;
  }
  .postid-113 .inner-banner.hub-ban .down-arr {
    left: 30px !important;
    bottom: -227px !important;
  }
  .sec-market-4.sales-4:before {
    height: 400px;
    width: 400px;
  }
  .inner-banner .desc h1 {
    font-size: 50px;
    line-height: inherit;
  }
  .inner-banner .desc h1 strong {
    font-size: 35px;
  }
  .inner-banner .desc p {
    font-size: 20px;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -120%;
    left: 50px;
  }
  .sec-hubspot.sec-growth {
    background-size: 32% 66%;
    background-position: 200px 200px;
  }
  #sec-growth p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-market-4.sec-remote-4:before {
    height: 300px;
    width: 300px;
    bottom: -50px;
  }
  .postid-113 .down-arr {
    bottom: -298px !important;
    left: 52px !important;
  }
  .sec-about-3:before {
    width: 586px;
  }
  .page-id-95 .inner-banner .down-arr {
    bottom: -170px !important;
  }
  .sec-case .filter-button-group button {
    padding: 8px 34px;
    font-size: 16px;
  }
  .sec-case-5 h1 a {
    font-size: 70px !important;
  }
  .inner-banner.indus-ban .down-arr {
    left: 30px !important;
    bottom: -196px !important;
  }
  .inner-banner.contact-ban .down-arr {
    left: 60px;
    bottom: -260px;
  }
  .sec-map .vc_col-sm-11 {
    padding-left: 20px;
  }
  .def-banner .down-arr {
    left: 150px;
  }
  .sec-1 .main .desc h1 {
    font-size: 30px !important;
  }
  .sec-1 .main .desc p {
    font-size: 19px !important;
  }
  .inner-banner.hub-ban {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh !important;
  }
  .inner-banner.about-ban {
    background-size: 100% 100%;
    height: 100vh !important;
  }
  .inner-banner .down-arr {
    bottom: -225px !important;
    left: 20px !important;
  }
  .inner-banner.contact-ban {
    height: 100vh !important;
  }
  .inner-banner.contact-ban .down-arr {
    left: 20px !important;
    bottom: -174px !important;
  }
  body .sec-hub-6 {
    background-size: 660px;
    background-position: 680px;
    padding: 150px 100px 0 !important;
  }
  .single-our_services .inner-banner.growth-ban {
    height: 100vh !important;
  }
  .sec-market-4.growth-4:before {
    height: 400px;
    width: 500px;
  }
  .inner-banner {
    height: 100vh !important;
  }
  #sec-remote {
    background-position: 90px 280px;
    background-size: 580px;
  }
  .sec-market-3 h2 {
    font-size: 31px;
  }
  #sec-hubspot {
    background-position: 0px 280px;
    background-size: 677px;
  }
  .page-id-95 .sec-career-3 {
    background-position: 100px 217px;
    background-size: 569px 370px;
  }
}
@media screen and (min-width: 0px) and (max-width: 998px){

  .sec-1 .main .desc h1 {
    font-size: 20px;
  }
  .sec-1 .main .desc h2 {
    font-size: 18px;
  }
  .sec-1 .main .desc h3 {
    font-size: 13px;
  }
  .sec-1 .main .desc p {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .sec-1 .main .desc p {
    margin-bottom: 20px;
  }
  .sec-1 .down {
    bottom: 10px;
    left: 70px;
    width: 15%;
  }
  .sec-1 .main .desc a {
    margin-top: 0;
    padding: 10px 40px;
    font-size: 13px;
  }
  .home-slider .slick-dots {
    bottom: 50px;
    left: 180px;
  }
  .sec-2 .descrp {
    padding: 0;
  }
  .sec-2 .descrp h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .sec-2 .descrp h4 {
    font-size: 18px;
  }
  .sec-2 .descrp p {
    font-size: 15px;
    line-height: 22px !important;
  }
  .sec-3:before {
    width: 94%;
    height: 1495px;
    top: -245px;
    background-size: 100%;
  }
  .sec-3 h2 {
    font-size: 35px;
  }
  .sec-3 .box p {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .sec-3 .box.blue ul li {
    font-size: 12px;
    line-height: 20px;
    background-position: top left;
  }
  .sec-3 .box ul li {
    font-size: 12px;
    padding-left: 23px;
    line-height: 20px !important;
    background-position: top left;
  }
  .sec-3 .box {
    padding: 10px 30px;
  }
  .service_item2 .s_item_inr3 p {

    line-height: 30px !important;
  }
  .sec-4 h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .sec-4 h4 a {
    font-size: 14px !important;
  }
  .sec-4 .vc_tta-panel-body p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-testi .desc {
    padding: 30px 30px 60px;
  }
  .sec-testi .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-testi .slick-arrow{
    right: 16%;
  }
  .sec-testi:before {
    left: 0;
  }
  .sec-cta .top-cta .hscol-md-6 {
    width: 50%;
    float: left;
  }
  .sec-cta .top-cta h2, .sec-cta .top-cta h2 strong {
    font-size: 22px;
  }
  .sec-cta .top-cta a {
    font-size: 17px;
    margin-top: 25px;
  }
  .sec-cta .btm-cta {
    text-align: center;
    padding-bottom: 110px;
  }
  .sec-cta .btm-cta p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    max-width: 65%;
  }

  a#hamburg span {
    background: #fff;
  }

  a#hamburg {
    background: rgba(171,88,70,1);
    background: -moz-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,88,70,1)), color-stop(100%, rgba(46,74,117,1)));
    background: -webkit-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -o-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: linear-gradient(to bottom, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab5846', endColorstr='#2e4a75', GradientType=0 );
    z-index: 999999;
  }
  nav.nav1 {
    background: rgba(171,88,70,1);
    background: -moz-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,88,70,1)), color-stop(100%, rgba(46,74,117,1)));
    background: -webkit-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -o-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: linear-gradient(to bottom, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab5846', endColorstr='#2e4a75', GradientType=0 );
  }
  .push-logo img {
    width: 30%;
  }
  .nav1 ul li a {
    display: block;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #e7e2e5;
    font-weight: 500;
    text-transform: capitalize;
  }
  nav.nav1 .top-btn a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    padding: 10px 0;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 80%;
  }
  .top-btn a.btn-wt {
    background: #fff !important;
    color: #000 !important;
  }
  .inner-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 40vh;
  }
  .inner-banner .desc {
    padding-left: 100px;
    padding-top: 40px;
  }
  .inner-banner .desc h1 strong {
    font-size: 18px;
    line-height: initial;
  }

  .inner-banner .desc h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-banner .desc p {
    font-size: 14px;
    line-height: 18px;
  }
  #sec-hubspot h2 {
    font-size: 21px;
    line-height: 31px;
  }
  .nav1 ul {
    width: 30%;
  }
  ul li.has-subnav .accordion-btn {
    color: #fff;
  }
  .nav1 ul li a {
    color: #e7e2e5 !important;
  }
  #sec-hubspot p {
    font-size: 13px;
    line-height: 26px;
  }

  .page-def h2 {
    font-size: 30px;
  }
  .sec-hub-2 p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-hub-2 p strong {
    font-size: 16px;
  }
  .vc_custom_1590872206892 {
    padding: 0px 60px !important;
  }
  .vc_custom_1590872206892 h2 {
    font-size: 30px;
  }
  .sec-hub-3 .box1 h3 {
    font-size: 20px;
  }
  .sec-hub-3 .box1 p {
    padding: 0;
  }
  .sec-hub-3 .box2 p {
    padding: 0;
  }
  .sec-hub-3 .box2 h3 {
    font-size: 20px;
  }
  .page-def p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .sec-hub-3 .row-2 p strong {
    font-size: 14px;
  }
  .vc_custom_1590894596919 {
    padding-top: 0 !important;
  }
  .sec-hub-4 .box .vc_column-inner h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .page-def p {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .sec-hub-6 {
    padding: 50px !important;
  }
  .sec-hub-6 .vc_col-sm-6 {
    width: 100%;
    text-align: center;
  }
  .sec-hub-6 {
    padding-bottom: 0 !important;
  }
  .sec-hub-7 .box .vc_column-inner h4 {
    font-size: 17px;
  }
  .sec-hub-7 .box .vc_column-inner p {
    font-size: 14px;
  }
  .inner-banner.hub-ban .down-arr {
    bottom: -80px !important;
    left: 40px !important;
    max-width: 30%;
  }
  #sec-marketing h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .sec-market-2 h2 {
    font-size: 26px;
  }
  .sec-market-3 h2 {
    font-size: 22px;
  }
  .sec-hub-3 {
    padding-bottom: 0 !important;
  }
  .sec-hub-6 {
    padding: 30px 100px !important;
  }
  .sec-hub-7 {
    padding-top: 0 !important;
  }
  .sec-market-2 .abs-1 {
    background-size: contain;
    left: -20px;
    height: 100px;
    width: 150px;
  }
  .sec-market-2 .abs-1 h3 {
    font-size: 10px;
    width: auto;
    text-align: left !important;
  }
  .sec-market-2 .box img {
    position: relative;
    width: 40px;
    left: 0;
  }
  .sec-market-2 .abs-2 {
    left: 70px;
  }
  .sec-market-2 .abs-1, .sec-market-2 .abs-2, .sec-market-2 .abs-3, .sec-market-2 .abs-4 {
    width: 80px !important;
    height: 80px !important;
    top: -250px;
  }
  .sec-market-2 .box img {
    margin: 70px auto 40px;
    width: 30px;
  }
  .sec-market-2 .abs {
    padding: 31px 0 0;
  }
  .sec-market-2 .abs-4 {
    width: 100px;
    height: 100px;
  }
  .sec-market-3 h2 strong {
    font-size: 25px;
    line-height: 30px;
  }
  .sec-market-4 {
    padding-bottom: 500px !important;
  }
  #sec-sales h2 {
    font-size: 30px;
  }
  .sec-market-4 .process {
    padding: 70px 0 !important;
  }
  .sec-market-4 .process .box p {
    font-size: 10px;
    line-height: 24px;
  }
  .sec-market-4 .process .box {
    padding: 0;
  }
  .sec-market-4 .vc_custom_1590904630824 {
    padding: 0px 0px 80px !important;
  }
  .sec-market-4 .process .box h3 {
    font-size: 15px;
    margin: 10px 0 10px;
  }
  .vc_custom_1590904804476 {
    padding-bottom: 500px !important;
  }
  .sec-hub-5.sec-market-5 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .sec-market-4.sales-4:before {
    height: 200px;
    width: 200px;
  }
  .sec-market-3 .box .vc_column-inner p {
    font-size: 13px;
    line-height: 26px;
  }
  #sec-contact h2 {
    padding: 0 20px 0 20px;
  }
  .postid-111 .inner-banner .down-arr {
    top: 176px !important;
    left: -10px;
  }
  .sec-app-2 .box h3 {
    font-size: 20px !important;
  }
  .sec-app-2 .box p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .sec-app-2 .box-or .vc_column-inner h5 {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-app-2 .box-or .vc_column-inner a {
    padding: 20px 10px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
  .vc_custom_1590821599650 {
    padding: 0 0 !important;
  }
  .page-def ul li {
    font-size: 16px;
  }
  .inner-banner.remote-ban .desc h1 strong {
    font-size: 24px;
  }
  .sec-market-4 h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .sec-market-4.sec-remote-4 .process .box p {
    font-size: 11px;
  }
  .sec-market-4.sec-remote-4:before {
    height: 200px;
    width: 240px;
  }
  .inner-banner .vid {
    top: 70px;
  }
  .about-ban .desc {
    padding-top: 30px;
  }
  .sec-about .desc h3 {
    font-size: 21px;
    line-height: 31px;
  }
  .sec-about .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-about-2 .box h4 {
    font-size: 17px;
  }
  .sec-about-2 .down h3 {
    max-width: 100%;
    line-height: 0;
    font-size: 20px;
  }
  .sec-about-3 .desc p, .sec-about-3 .desc ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-about-3:before {
    width: 380px;
    top: 140px;
  }
  .sec-about-3 .desc h2:before{
    left:-20px;
  }
  .page-id-95 .inner-banner .desc h1 strong {
    font-size: 19px;
  }
  .page-id-95 .down-arr {
    bottom: -60px !important;
    width: 30%;
    left: 80px;
  }
  .sec-career-4 .main p {
    max-width: 100%;
  }
  .sec-career-4 .down h4 {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .page-id-91 .down-arr {
    bottom: -70px !important;
    width: 30%;
    left: 60px !important;
  }
  .sec-case .filter-button-group button {
    padding: 10px 12px;
    font-size: 13px;
  }
  .sec-case .main .desc h4 {
    font-size: 13px;
  }
  .sec-case .main .desc a {
    font-size: 10px;
  }
  .inner-banner.case-det-ban {
    background-size: 100% 100%;
    height: 70vh;
  }
  .inner-banner.case-det-ban .down-arr {
    bottom: -60px !important;
    left: 20px;
  }
  .sec-case-1 .desc h2 {
    font-size: 24px !important;
    line-height: 35px;
  }
  .sec-case-1 .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-case-1 .desc {
    width: 70%;
    float: left;
  }
  .sec-case-1 .pic {
    width: 27%;
    float: left;
    padding: 0;
  }
  .sec-case-2 .box h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .sec-case-5 {
    min-height: 400px !important;
    padding-top: 0 !important;
  }
  .sec-case-5 h1 a {
    font-size: 50px;
  }
  .sec-case-2 .box p {
    font-size: 13px;
    line-height: 22px !important;
  }
  .sec-case-3 .box-orange h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .sec-case-3 .box-orange p {
    font-size: 13px;
    line-height: 26px;
  }
  .vc_custom_1590727757366 {
    background-size: cover !important;
    background-position: center !important;
  }
  .sec-case-4 .main p {
    font-size: 13px;
    line-height: 26px;
  }
  .sec-case .hscol-md-6 {
    width: 50%;
    float: left;
  }
  .sec-case .main .pic {
    width: 100%;
    height: auto;
  }
  .page-id-92 .down-arr, .page-id-99 .down-arr{
    bottom: -60px !important;
    width: 28%;
    left: 70px;
  }
  .page-id-92 .desc,  .page-id-99 .desc {
    padding-top: 0;
  }
  .sec-ind-1 h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .sec-res-1 .main h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .inner-banner.contact-ban .desc p {
    font-size: 13px;
    line-height: 26px;
  }
  .inner-banner.contact-ban .desc {
    padding-top: 0;
  }
  .inner-banner.contact-ban .down-arr {
    bottom: -60px;
    width: 30%;
    left: 60px;
  }
  .sec-map .vc_col-sm-11 {
    padding-left: 30px !important;
  }
  .sec-map a, .sec-map p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .page-id-346 .def-banner .down-arr {
    left: 50px;
    width: 20%;
    bottom: -30px;
  }

  .hscol-md-3.logo.padright {
    text-align: center;
  }
  .push-logo {
    margin: 20px 0 40px;
  }
  .sec-4 .vc_tta-panel{
    padding: 25px !important;

  }
  .sec-4 {
    padding: 40px 0;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    line-height: 20px !important;
  }
  .sec-4:before{
    display: none;
  }
  .single-our_services.postid-108 .sec-hubspot {
    background-size: 45% 55% !important;
    background-repeat: no-repeat;
    background-position: 20px bottom !important;
  }
  .sec-market-4 {
    padding-bottom: 500px !important;
  }
  .sec-market-2 .abs h3 {
    font-size: 10px !important;
  }
  .sec-market-2 .abs-3 {
    background: #e98042;
    left: 23%;
  }
  .sec-market-2 .abs-4 {
    background: #58ad4a;
    left: 37%;
  }
  .sec-market-2 .abs-5 {
    background: #af4b88;
    left: 48%;
    width: 75px;
    height: 73px;
    top: -250px;
  }
  .sec-market-2 .box h4{
    font-size: 20px;
  }
  body .vc_custom_1590904804476{
    padding-top: 80px !important;
  }
  .sec-market-2 .abs-1 {
    left: -9px;
  }
  .postid-109 .sec-market-2 .abs h3 {
    text-align: center !important;
  }
  .sec-market-2 .abs-4 {
    background: #58ad4a;
    left: 37%;
  }
  .postid-109 .sec-market-2 .abs {
    padding: 40px 0 0;
    width: 90px !important;
    height: 90px !important;
    top: -270px !important;
  }
  .postid-109 .sec-market-2 .abs-2 {
    left: 60px;
  }
  .postid-109 .sec-market-2 .abs-3 {
    left: 20%;
  }
  .postid-109 .sec-market-2 .abs-4 {
    left: 250px;
  }
  .postid-109 .sec-market-2 .abs-5 {
    left: 42%;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -77px;
    left: 56px;
    width: 30%;
  }
  #sec-growth {
    background-size: 40% 65%;
    background-position: 50px bottom;
  }
  .sec-market-4.growth-4:before {
    width: 300px;
    height: 300px;
    bottom: -98px;
  }
  .postid-111 .inner-banner .desc h1 strong, .postid-111 .inner-banner .desc h1 {
    font-size: 25px !important;
    margin-bottom: 0;
    line-height: 30px;
  }
  .inner-banner {
    padding-top: 20px !important;
  }
  .inner-banner .down-arr {
    width: 30%;
    left: 30px !important;
  }
  #sec-app-dev {
    background-size: 45% 50%;
    background-repeat: no-repeat;
    background-position: 20px 250px;
  }
  body .vc_custom_1590821599650 {
    padding: 0 !important;
  }
  .sec-app-3 .tdt-slider .carousel-caption h4 {
    font-size: 16px;
  }
  .sec-app-4 h3 {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .sec-app-2 .vc_row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sec-app-2 .box .vc_column-inner {
    padding: 30px;
  }
  .sec-app-2 .vc_custom_1590821599650 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .inner-banner.remote-ban .down-arr {
    bottom: -70%;
    left: 60px !important;
  }
  #sec-remote {
    background-size: 44% 50%;
    background-repeat: no-repeat;
    background-position: 20px bottom;
  }
  .postid-112 .sec-market-4 .process .box h3 {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .postid-112 .sec-market-4.sec-remote-4 .process .box p {
    font-size: 11px;
    line-height: 15px;
  }
  .sec-market-4.sec-remote-4 .process .box-2, .sec-market-4.sec-remote-4 .process .box-4 {
    top: -90px;
  }
  .sec-market-4.sec-remote-4 .process .box-1, .sec-market-4.sec-remote-4 .process .box-3 {
    top: 110px;
  }
  body .vc_custom_1590904630824 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  body#sec-hubspot .vc_custom_1590869591751 {
    margin-bottom: 0 !important;
  }
  .vc_section.sec-hub-3 {
    padding-bottom: 0 !important;
  }
  body .vc_custom_1590872206892 {
    padding: 0px 0px !important;
  }
  body .vc_custom_1590894596919 {
    padding-top: 0px !important;
  }
  #sec-hubspot {
    background-position: -40px bottom;
    background-size: 55% 40%;
  }
  .projects-wrapper .hscol-md-6 {
    width: 50%;
    float: left;
  }

  #sec-resources .hscol-md-4 {
    width: 50%;
    float: left;
  }
  .sec-hub-7 .box .vc_column-inner {
    padding: 20px 30px 0 !important;
  }
  .sec-hub-4 .box .vc_column-inner{
    padding: 30px 20px;
  }
  .inner-banner .down-arr {
    width: 30%;
    left: 30px !important;
    bottom: -40px;
  }
  .sec-about-3:before{
    display: none;
  }
  .sec-about-4 .box h4 {
    max-width: 100%;
  }
  .sec-career-4 .main .hscol-main h3{
    font-size: 20px;
  }
  .inner-banner.case-det-ban {
    height: 40vh;
  }
  .inner-banner.case-det-ban .down-arr {
    bottom: -120px !important;
    width: 30% !important;
    left: 20px !important;
  }
  .sec-career-3 {
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: left 210px;
  }
  .sec-career-2 h2 {
    font-size: 29px !important;
  }
  .case-det-ban .desc {
    padding-left: 0;
    width: 100%;
  }
  .def-banner {
    height: 200px;
  }
  .def-banner h1 {
    font-size: 40px;
  }
  .def-banner .down-arr {
    left: 70px;
    width: 15%;
  }
  .def-banner .down-arr {
    display: none;
  }


  .sec-thankyou .vc_custom_1590967588769 p {
    margin-bottom: 0;
  }
  .sec-thankyou .vc_custom_1590967588769 {
    padding: 0 100px !important;
    margin-bottom: 0;
  }
  .sec-hub-6 {
    background-position: 1000px 120px;
  }
  .def-banner .down-arr {

    bottom: -3%;
    left: 220px;
  }
  .service_heading h2 {
    font-size: 31px;
  }
  .service_item2 .s_item_inr3 p {
    margin-bottom: 3px;
    line-height: 30px !important;
  }
  .sec-4 .vc_tta-panel-heading a {
    line-height: 20px !important;
  }
  .sec-4 .vc_tta-panel-body p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .tst_top_content h2 {
    font-size: 31px;
  }
  .sec-testi .slick-arrow{
    top:-25%;
  }
  .sec-testi .desc p {
    font-size: 13px !important;
    line-height: 26px !important;
  }


}
@media screen and (min-width: 735px) and (max-width: 998px){
  .def-banner.bnr.banner_area{
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
  }
  .mig_page   .def-banner.bnr.banner_area{

    padding-bottom: 20px;
  }
  .inds_banner .def-banner.bnr.banner_area {

    align-items: center; 
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1681px) and (max-width: 1920px){
  .sec-1 .down{
    position: absolute;
    bottom: 40px;
    left: 13%;
  }
  .inner-banner {
    height: 100vh;
    background-size: 100% 100%;
    background-position: center !important;
  }
  .inner-banner .down-arr {
    left: -139px !important;
    bottom: -193px !important;
  }
  .postid-112 .inner-banner.remote-ban .down-arr {
    left: -164px !important;
    bottom: -305px !important;
  }
  #sec-remote {
    background-size: 800px 500px;
    background-position: 108px 201px;
  }

  .page.page-id-95 .inner-banner .down-arr {
    left: -149px !important;
    bottom: -244px !important;
  }
  .inner-banner.case-det-ban .down-arr {
    bottom: -245px !important;
    left: -140px !important;
  }
  .sec-hub-6 {
    background-position: 1000px 100px !important;
  }

  .sec-hub-6 .dnd-section {
    background-position: 1000px 100px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 736px){
  .page-def h2 {
    font-size: 26px;
  }
  .sec-app-2 .box .vc_column-inner h3 {
    line-height: 26px;
  }
  .sec-1 .main .desc {
    width: 100%;
    left: 0;
    padding: 0px 20px;
    text-align: center;
    top: 150px;
  }
  .sec-1 .main .pic {
    height: 100vh;
  }   
  .sec-1 .main .pic img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 100px;
  }
  .home-slider .slick-dots {
    bottom: 29%;
    left: 40%;
  }
  .push-logo img {
    width: 100%;
  }
  .nav1 ul {
    width: 100%;
  }
  .sec-1 .down {
    bottom: 0px;
    left: -40px;
    width: 40%;
  }
  #sec-2 {
    padding-top: 0 !important;
    text-align: center;
  }
  .sec-2 .descrp {
    padding: 0 20px;
  }
  .sec-2 .descrp h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .sec-2 .descrp h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0;

  }
  .sec-3 {
    padding-top: 0 !important;
  }
  .sec-3 h2 {
    font-size: 25px;
    margin-bottom: 0 !important;
  }

  .sec-3 .box.orange h3 {
    font-size: 20px;
  }
  .sec-3 .box ul li {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    font-size: 15px !important;
    background-size: 15px 16px;
  }
  .sec-4 {
    background-size: cover;
    background-position: center !important;
  }   
  .sec-4 h2 {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  body .sec-4 h4 a {
    font-size: 15px !important;
  }
  .sec-4 .pic {
    padding: 0;
  }
  .sec-4 {
    padding-bottom: 0;
  }
  .sec-testi h2 {
    font-size: 25px;
  }
  .sec-testi .desc{
    padding: 30px 15px 60px;
  }
  .sec-testi .desc p {
    margin: 0 auto;
    display: block;
    font-size: 12px;
    line-height: 20px;
  }

  .sec-testi .slick-next.slick-arrow {
    height: 31px;
    width: 20%;
    left: 50%;
    top: -18.5% !important;
  }
  .sec-testi .slick-arrow {
    top: -18% !important;
  }
  .sec-cta .top-cta .hscol-md-6 {
    width: 100%;
  }
  .sec-cta .top-cta {
    padding: 50px 0;
  }
  .sec-cta .top-cta h2, .sec-cta .top-cta h2 strong {
    text-align: center;
    font-size: 20px;
    line-height: inherit;
  }
  .sec-cta .btm-cta h2 {
    font-size: 20px;
  }
  .sec-cta .btm-cta p {
    max-width: 100%;
  }
  .sec-cta:before {
    width: 40%;
    top: auto !important;
    bottom: 0 !important;
    height: 130px;
  }
  .sec-cta .top-cta .hscol-md-6 {
    text-align: center !important;
    float: none !important;
  }

  .fa.fa-arrow-circle-o-up {
    padding-bottom: 70px;
  }
  body .sec-3 {
    padding-top: 0 !important;
  }
  .inner-banner .desc{
    padding-left: 0;
  }
  .inner-banner .desc .wpb_text_column p, .inner-banner .down-arr{
    display: none;
  }
  .inner-banner {
    height: 50vh;
    border-radius: 0 0 0 100px;
  }
  .inner-banner {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 90% 100%;
    height: 80vh;
  }
  .inner-banner .desc h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-shadow: 3px 0px black;
  }
  .inner-banner .desc h1 strong {
    font-size: 25px;
  }
  .inner-banner .desc p {
    text-align: center;
  }
  .inner-banner {
    height: 50vh;
    border-radius: 0 0 0 100px;
  }
  .inner-banner.hub-ban .down-arr {
    bottom: -130px !important;
    left: -10px !important;
    max-width: 40% !important;
  }
  .vc_custom_1590869785808 {
    padding: 0 !important;
  }
  #sec-remote .vc_custom_1590869785808 h2 {
    font-size: 22px;
  }
  #sec-marketing {
    height: auto;
    text-align: center;
    margin-bottom: 0 !important;
    background-position: center 50px !important;
    background-size: 200px 200px !important;
    padding-bottom: 50px;
  }
  .sec-market-2 h2 {
    font-size: 30px;
  }
  .vc_custom_1590869591751 {
    margin-bottom: 0 !important;
  }
  body .vc_custom_1590900489268 {
    padding: 0 20px !important;
  }
  .sec-market-2 {
    padding-top: 70px !important;
  }
  .sec-market-2 .abs-1 {
    left: -20px;
    height: 100px;
    width: 150px;
    top: -1308px;
    left: 38%;
  }
  .sec-market-2 .box img {
    position: relative;
    width: 40px;
    left: 0;
    transform: rotate(-271deg);
    z-index: 999;
    top: 202px;
  }
  .sec-market-2 .abs-2 {
    top: -688px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .sec-market-2 .abs-3 {
    height: 100px;
    width: 110px;
    left: 0;
    top: -1108px;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .sec-market-2 .abs-4 {
    background: #58ad4a;
    left: 0;
    top: -508px;
    right: 0;
    margin: 0 auto;
    display: block;
    top: -508px;
  }
  .postid-109 .sec-market-2 .abs-4 {
    top: -630px !important;
  }
  .postid-109 .sec-market-2 .abs-5 {
    top:-440px !important;
  }
  .postid-109 .sec-market-2 {
    height: 1960px;
  }
  .sec-market-2 .abs-5 {
    top: -370px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .sec-market-2 {
    padding-bottom: 0 !important;
    height: 388vh;
  }
  body .vc_custom_1590903475015 {
    padding: 0 0 !important;
  }
  .sec-market-3 h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .sec-market-3 h2 strong {
    font-size: 20px;
  }
  body .vc_custom_1590904630824 {
    padding: 0 0 !important;
  }
  body .vc_custom_1590869785808 {
    background: transparent !important;
    padding: 0 0 !important;
  }
  #sec-sales .wpb_content_element {
    margin-bottom: 0 !important;
  }
  body .vc_custom_1590869591751 {
    margin-bottom: 20px !important;
  }
  .row6-wrap.sec-hub-6 {
    overflow-x: hidden;
  }
  #sec-sales {
    background-size: 80% 35% !important;
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
    background-position: center 40px;
  }
  .sec-market-2 {
    padding: 40px 0 !important;
  }
  body .sec-market-2 .vc_custom_1590907372604 {
    padding: 0 0 !important;
  }
  .postid-109 .sec-market-2 .abs-1 {
    top: -1360px !important;
  }
  .postid-109 .sec-market-2 .abs-2 {
    top: -1100px !important;;
  }
  .postid-109 .sec-market-2 .abs-3 {
    top: -880px !important;;
  }
  .postid-109 .sec-market-2 .abs-5 {
    top: -431px !important;
  }
  .postid-109 img.alignnone {
    top: 140px;
  }
  .sec-market-2.sales-2 .black-row h5 {
    line-height: 30px;
  }

  .sec-market-2.sales-2 .black-row {
    position: relative;
    top: 133px;
  }
  .postid-109 .sec-market-2.sales-2 {
    height: 2800px !important;
  }
  .inner-banner.growth-ban .down-arr {
    bottom: -120px;
    width: 40%;
    left: -20px;
  }
  body .vc_custom_1590909319033 {
    padding: 0 0 !important;
  }
  .sec-hubspot.sec-growth h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .sec-hubspot .wpb_content_element,     .sec-hubspot .vc_custom_1590909319033 {
    margin-bottom: 0 !important;
  }
  #sec-growth {
    text-align: center;
    margin-bottom: 0 !important;
    background-size: 80% 40% !important;
    padding-bottom: 50px;
    background-position: center 40px !important;
  }
  #sec-growth .vc_custom_1591203874560 {
    padding: 0 !important;
  }
  .sec-market-2.sales-2 {
    padding-top: 50px !important;
    height: auto;
  }
  .sec-market-3 h2, .sec-market-3 h2 strong {
    font-size: 22px !important;
    line-height: 30px;
    padding: 0;
  }
  .postid-111 .inner-banner .down-arr {
    width: 40%;
  }
  #sec-app-dev h2 {
    font-size: 25px;
    line-height: 35px;
  }


  .inner-banner.remote-ban .down-arr {
    width: 40%;
    left: -12px;
    bottom: -169px;
  }
  #sec-remote {
    background-size: 100%;
    text-align: center;
    background-position: 0 60px;
  }
  .sec-hubspot.sec-remote-1 {
    padding: 0 !important;
  }
  .sec-remote-2 p strong {
    font-size: 20px;
  }

  #sec-hubspot {
    text-align: center;
    background-size: 100%;
    background-position: 0 100px;
    padding-top: 300px !important;
  }
  .sec-hub-2 {
    text-align: center;
  }
  .sec-hub-2 .wpb_single_image {
    margin: 50px 0 0 !important;
  }
  body .vc_custom_1590872206892 {
    padding: 0 0 !important;
  }
  .vc_custom_1590872206892 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .sec-hub-3 .box1 {
    text-align: center;
  }
  .sec-hub-3 .box2 {
    text-align: center;
  }
  .sec-hub-3 {
    text-align: center;
  }
  .sec-hub-3 h2 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 15px;
  }
  .sec-hub-3 {
    padding-bottom: 0 !important;
  }
  .sec-hub-4 {
    padding-top: 0 !important;
  }
  .sec-hub-5 h2, .sec-hub-5 h2 strong {
    font-size: 25px;
    line-height: 30px;
  }
  .sec-hub-6 {
    padding: 0 !important;
  }
  .sec-hub-6 h2, .sec-hub-6 h2 strong {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
  }
  .inner-banner.about-ban {
    height: 650px;
  }
  .inner-banner .vid {
    top: 0;
  }
  .inner-banner.about-ban .down-arr {
    bottom: -325px;
    width: 40%;
    left: 0;
  }
  .sec-about .upper h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .sec-about .wpb_text_column.wpb_content_element {
    margin: 0;
  }
  #sec-about {
    text-align: center;
  }
  .sec-about-2 .upper h2 {
    font-size: 25px;
  }
  .sec-about-2 .down h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .vc_custom_1590618743962 {
    text-align: center;
  }
  .sec-about-3 .desc h2:before {
    left: 30px;
    top: 2px;
  }
  .sec-about-3 .desc h2 {
    text-align: center;
    font-size: 25px;
  }
  .sec-about-3 {
    text-align: center !important;
  }
  .sec-about-3 .desc ul li {
    text-align: left;
    font-size: 13px;
    line-height: 26px;
  }
  .sec-about-3 {
    padding-bottom: 0 !important;
  }
  .sec-about-4 {
    padding: 30px 0 !important;
  }
  .sec-about-4 .upper h2 {
    font-size: 30px;
  }
  .page-id-95 .inner-banner {
    height: 60vh !important;
  }
  .page-id-95 .inner-banner .down-arr {
    bottom: -130px !important;
  }
  .sec-career-2 {
    background-size: cover !important;
    background-position: bottom !important;
  }
  .sec-career-2 h2 {
    font-size: 25px;
  }
  .sec-career-2 h2, .sec-career-2 p {
    font-size: 22px !important;
    line-height: initial !important;
  }
  body .sec-career-2 {
    background-color: #f7eeef;
    background-image: none !important;
    padding-bottom: 20px !important;
  }
  .sec-career-3 .upper {
    margin-bottom: 0;
  }
  .sec-career-2 p {
    font-size: 16px !important;
    line-height: inherit !important;
  }
  body .vc_custom_1590690203284 {
    background: transparent !important;
    text-align: center;
  }
  .sec-career-3 .upper h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .sec-career-3 h3 {
    font-size: 19px;
    line-height: 30px;
  }
  .sec-career-4 .main .hscol-main p{
    text-align: center;
  }
  .sec-career-4 .upper h2 {
    font-size: 25px;
  }
  .sec-career-4 .main {
    padding: 40px 20px !important;
    margin: 30px auto !important;
  }
  .sec-career-4 .main .hscol-main {
    text-align: center;
  }
  .page-id-91 .inner-banner {
    height: 80vh;
  }
  .page-id-91 .inner-banner .down-arr {
    bottom: -160px !important;
    left: 0 !important;
  }
  .sec-case .filter-button-group button {
    padding: 10px 6px;
    font-size: 13px;
    width: 49%;
  }
  .sec-case .hscol-md-6 {
    width: 100%;
    float: none;
  }
  .sec-case .main .desc a {
    font-size: 10px;
    padding: 10px 12px;
  }
  .postid-262 .inner-banner.case-det-ban, .page-id-92 .inner-banner, .page.page-id-99 .inner-banner{
    height: 70vh;
  }
  .postid-262 .inner-banner.case-det-ban .down-arr, .page-id-92 .inner-banner .down-arr, .page.page-id-99 .inner-banner .down-arr{
    bottom: -120px !important;
    width: 40%;
    left: 0;
  }
  .sec-case-1 .desc {
    width: 100%;
    text-align: center;
  }
  .sec-case-1 .desc h2 {
    font-size: 20px;
  }
  .sec-case-1 .pic {
    width: 100%;
  }
  .sec-case-2 {
    text-align: center;
  }
  .sec-case-3 .box-orange {
    padding: 40px 10px !important;
  }
  .sec-case-3 .box-orange {
    text-align: center;
  }
  .sec-case-4 h2 {
    font-size: 25px !important;
  }
  .sec-case-4 p {
    font-size: 13px !important;
  }
  .sec-case-4 {
    padding: 30px 0 !important;
  }
  .sec-case-5 h1 a {
    font-size: 60px;
  }
  .sec-case h2.more-case-head {
    font-size: 30px;
  }
  .sec-ind-1 h3 {
    font-size: 18px;
    max-width: 100%;
    line-height: inherit;
  }
  .sec-ind-1 p {
    max-width: 100%;
  }
  .sec-ind-2 {
    text-align: center;
  }
  .inner-banner.contact-ban .down-arr {
    left: 0;
    bottom: -80px;
  }
  #sec-contact  h2 {
    font-size: 25px !important; 
    padding: 0 !important;
  }
  .sec-con-1 .vc_column-inner {
    padding: 0 10px !important;
    width: 100% !important;
    margin: 0 auto;
    border: none;
  }
  .sec-con-1 textarea::placeholder {
    font-size: 13px;
  }
  .sec-map iframe {
    height: 400px !important;
  }
  body .vc_custom_1590803751247, .sec-map .vc_col-sm-11 {
    padding: 0 !important;
  }
  .sec-map {
    text-align: center !important;
  }
  .sec-map .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: center;
  }
  .def-banner {
    height: 40vh;
  }
  .def-banner h1 {
    text-align: center;
    font-size: 25px;
    margin-top: 60px;
  }
  .page-id-346 .down-arr {
    left: 0;
    width: 30%;
    bottom: -20px;
  }
  body .vc_custom_1590967588769 {
    padding: 0 !important;
  }
  body .sec-hub-6 {
    padding-bottom: 0 !important;
  }
  .sec-2 .pic img {
    width: 100%;
  }
  .sec-3 .box.blue{
    text-align: left;

  }
  .sec-3 .box {
    padding: 20px 30px;
  }
  .sec-3 .box p {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-3 .box {
    padding: 20px 30px;
    text-align: left;
  }
  .sec-4 i.vc_tta-icon.fas.fa-angle-right{
    right: -10px;
  }
  .sec-testi .slick-list{
    padding: 0 !important;
  }
  .sec-testi:before{
    display: none;
  }
  .sec-testi .desc img {
    margin: 10px 0px;
  }
  .sec-testi .row.testimonial {
    margin-left: 0;
  }

  .nav1 ul li a {
    font-size: 12px;
  }
  .sec-market-2 .abs {
    padding: 31px 0 0;
    width: 80px !important;
    height: 80px !important;
  }
  .sec-market-2 {
    padding: 0;
    max-height: 2000px;
  }
  body .vc_section.sec-market-4 {
    background-color: #3a2d75 !important;
    background-image: none !important;
    padding-bottom: 30px !important;
  }
  .sec-market-4 .down-desc h2 {
    font-size: 32px;
    line-height: initial;
  }
  .sec-market-4 .process {
    background: transparent !important;
  }
  .sec-market-4 .mob-img {
    display: block !important;
    padding: 0 70px;
  }
  #sec-hubspot h2 {
    padding: 0 6px;
  }
  .sec-market-4 .process .box-1, .sec-market-4 .process .box-2, .sec-market-4 .process .box-3 {
    top: 0;
  }
  .sec-market-4 .process {
    padding: 0px 0 !important;
  }
  .vc_section.sec-market-4 .vc_custom_1590904640152 {
    margin-top: 0 !important;
  }
  .sec-hub-5 .tdt-slider .carousel-caption .inner h3 {
    font-size: 30px !important;
    top: -17px;
  }
  .sec-market-4.sales-4:before {
    display: none;
  }
  .postid-109 .sec-market-2 .abs {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .sec-market-4.growth-4:before{
    display: none;
  }
  .postid-111 .inner-banner.about-ban {
    height: 300px;
  }
  #sec-app-dev {
    background-size: 100%;
    text-align: center;
    background-position: center 100px;
  }
  #sec-hubspot .vc_custom_1591204447258 {
    padding: 0 !important;
  }
  .projects-wrapper .hscol-md-6 {
    width: 100%;
    float: none;
  }
  .inner-banner.about-ban {
    height: 500px !important;
  }
  #sec-resources .hscol-md-4 {
    width: 100%;
    float: none;
  }
  #down .vc_custom_1592168635134 {
    padding: 0 !important;
  }
  #sec-app-dev .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
  }
  .sec-market-4.sec-remote-4 .process .box-1, .sec-market-4.sec-remote-4 .process .box-2, .sec-market-4.sec-remote-4 .process .box-3, .sec-market-4.sec-remote-4 .process .box-4 {
    top: 0;
  }
  .postid-112 .sec-market-4 .process .box h3 {
    margin: 0 0 12px;
    font-size: 22px;
  }
  .postid-112 .sec-market-4.sec-remote-4 .process .box p {
    font-size: 13px;
    line-height: 18px;
  }
  .sec-market-4.sec-remote-4:before{
    display: none;
  }
  .postid-113 .inner-banner.hub-ban {
    height: 60vh;
    background-position: 40% 100% !important;
  }
  .inner-banner.about-ban {
    height: 500px;
  }

  body .inner-banner.about-ban .desc {
    padding-top: 0;
  }
  body .inner-banner.about-ban .vc_custom_1590621718615 {
    padding-top: 0 !important;
  }
  .page.page-id-91 .inner-banner.about-ban {
    height: 60vh;
  }
  .sec-case-1 .desc h2 {
    font-size: 18px !important;
    line-height: 35px;
  }
  .page-id-92 .desc, .page.page-id-99  .desc{
    text-align: center;
    padding-left: 0;
  }
  .page-id-92 .inner-banner, .page.page-id-99  .inner-banner{
    height: 60vh;
  }
  .sec-con-1 input, .sec-con-1 select, .sec-con-1 textarea {
    padding: 15px;
  }
  .sec-map .vc_icon_element {
    margin-bottom: 0 !important;
  }
  .page-id-8 .sec-cta {
    position: relative;
    margin-top: 40px;
  }
  body .sec-thankyou .vc_custom_1590967588769 {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .sec-cta.cta-mid .text-right {
    text-align: center !important;
  }
  .sec-market-2.sales-2 p {
    padding: 0 20px;
  }
}
@media screen and (min-width: 421px) and (max-width: 736px){
  .sec-1 .main .desc a {
    margin-top: 20px;
  }
  .home-slider .slick-dots {
    bottom: 26%;
    left: 45%;
  }
  .sec-1 .down {
    display: none;
  }
  .sec-3:before{
    display: none !important;
  }
  .inner-banner {
    height: 100vh;
  }
  .sec-market-2 .abs-1 {
    left: 43% !important;
  }
  .sec-market-2 {
    height: 2000px;
  }
  .sec-market-4 .mob-img {
    padding: 0 250px;
  }
  .sec-market-4 .process h3, .sec-market-4 .process p {
    padding: 0 150px;
  }
  .postid-109 .sec-market-2 .abs-1 {
    top: -1360px !important;
    left: 0% !important;
  }
  #sec-hubspot {
    padding-top: 400px !important;
  }
  .inner-banner .vid {
    margin: 0 auto;
    height: 200px;
    width: 300px;
  }
  .sec-about-3 img {
    margin: 0 auto;
    display: block;
  }
  .inner-banner.indus-ban, .inner-banner.case-det-ban, .page-id-92 .inner-banner, .page.page-id-99 .inner-banner, body.def-banner {
    height: 100vh;
  }
  .sec-ind-2 .wpb_single_image {
    text-align: center;
  }
  #sec-resources .hscol-md-4 {
    width: 50%;
    float: left;
  }
  .sec-1 .main .pic img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 100px;
    width: 100%;
  }
  .sec-1 .main .desc {
    top: 100px;
  }
  .sec-1 .main .pic{
    height: 150vh;
  }
  .inner-banner {
    height: 100vh;
  }
  .sec-market-4 .vc_custom_1590904630824 {
    padding-bottom: 0 !important;
  }
  .sec-hub-2 .wpb_single_image, .sec-hub-3 .wpb_single_image, .sec-about-3 .wpb_single_image {
    text-align: center !important;
  }
  .postid-113 .inner-banner.hub-ban {
    height: 100vh;
    background-position: 0% 100%;
  }
  #sec-hubspot h2 {
    padding: 50px 0 0;
  }
  #sec-hubspot{
    padding-bottom: 50px;
  }
  .sec-hub-4 .vc_col-sm-4 {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .sec-about-2 .box {
    width: 33%;
    float: left;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px){


  .sec-1 .main .desc{
    top: 28%;
  }
  .home-slider .slick-dots {
    bottom: 70px;
    left: 150px;
  }
  .sec-1 .main .desc h2{
    margin: 5px 0;
  }

  .page-def h2 {
    font-size: 31px;
  }
  .inner-banner {
    height: 400px;
  }
  #sec-marketing h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .sec-market-3 h2, .sec-market-3 h2 strong {
    font-size: 30px;
  }
  .sec-market-4 .process .box p {
    font-size: 13px;
    line-height: 19px;
  }
  .sec-market-4 .process .box-1,    .sec-market-4 .process .box-3 {
    top: 130px;
  }
  .sec-market-4 .process .box-2 {
    position: relative;
    top: -120px;
  }
  .sec-market-4 .down-desc h2 {
    font-size: 30px;
  }
  .sec-market-3 h2, .sec-market-3 h2 strong {
    font-size: 29px !important;
  }
  .sec-market-4.sales-4:before {
    height: 250px;
    width: 250px;
  }
  .page-def p {
    font-size: 15px;
    line-height: 24px;
  }
  #sec-growth .vc_custom_1590909319033 {
    margin-bottom: 0 !important;
  }
  #sec-remote {
    background-size: 44% 50%;
    background-repeat: no-repeat;
    background-position: 20px 250px;
  }
  #sec-about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sec-about-3 .desc h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .sec-about-3 .desc h2:before {
    left: -32px;
    top:12px;
  }
  .page-id-91 .inner-banner .down-arr {
    bottom: -125px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 400px){
  .projects-wrapper .img--projects {
    display: none;
  }

  .projects-wrapper .mac-area {
    padding-top: 80px;
  }
  .sec-hub-3 .box1, .sec-hub-3 .box2, .sec-hub-3 .box3 {
    padding: 15px 20px;
  }
  .sec-hub-3 .box1 p, .sec-hub-3 .box2 p, .sec-hub-3 .box3 p {
    font-size: 16px;
    line-height: 20px;
  }
  .sec-hub-3 .box1 h3, .sec-hub-3 .box2 h3, .sec-hub-3 .box3 h3 {
    font-size: 16px;
  }

  .sec-hub-3 .box1:before, 
  .sec-hub-3 .box2:before,
  .sec-hub-3 .box3:before {
    width: 45px;
    height: 45px;
    bottom: -24px;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px){
  .sec-hub-3 .box1 h3, .sec-hub-3 .box2 h3, .sec-hub-3 .box3 h3 {
    font-size: 24px;
  }
  .sec-hub-3 .box1, .sec-hub-3 .box2, .sec-hub-3 .box3 {
    padding: 25px 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px){
  .projects-wrapper .mac-area .box1.mrgn-50 h3, .projects-wrapper .mac-area .box2.mrgn-50 h3, .projects-wrapper .mac-area .box3.mrgn-50 h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px){
  .sec-hub-3 .box1, .sec-hub-3 .box2, .sec-hub-3 .box3 {
    padding: 15px;
  }
  .sec-hub-3 .box1 p, .sec-hub-3 .box2 p, .sec-hub-3 .box3 p {
    font-size: 14px;
  }
  .sec-hub-3 .box1 h3, .sec-hub-3 .box2 h3, .sec-hub-3 .box3 h3 {
    font-size: 20px;
  }
  .projects-wrapper .mrgn-50 {
    margin-bottom: 20px;
  }
  .projects-wrapper .mac-area {
    padding-top: 10px;
  }
  .sec-hub-3 .box1:after, .sec-hub-3 .box2:after, .sec-hub-3 .box3:after{
    display: none;
  }
}
@media screen and (min-width: 550px) and (max-width: 680px){
  .sec-hub-3 .box1, .sec-hub-3 .box2, .sec-hub-3 .box3 {
    padding: 15px;
  }
  .sec-hub-3 .box1 h3, .sec-hub-3 .box2 h3, .sec-hub-3 .box3 h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .projects-wrapper .mrgn-50 {
    margin-bottom: 20px;
  }
  .projects-wrapper .mac-area {
    padding-top: 20px;
  }

  .sec-hub-3 .box1:after, .sec-hub-3 .box2:after, .sec-hub-3 .box3:after{
    display: none;
  }
  .sec-hub-3 .box1 p, .sec-hub-3 .box2 p,     .sec-hub-3 .box3 p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .projects-wrapper .img--projects {
    display: none;
  }
  .sec-hub-3 .box1:before, .sec-hub-3 .box2:before , .sec-hub-3 .box3:before{
    width: 25px;
    height: 25px;
    bottom: -14px;
    border: 5px solid #f5f8fa;
  }
}
.page-def p {
  color: #454f5b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  margin: 0 0 20px;
}
.text-right {
  text-align: right;
}



/* Web page */
.mr {
  margin-bottom: 35px;
}
.ty_social i {
  font-family: FontAwesome;
  font-weight: 400;
}
.ty_row1 .dnd-section>.row-fluid > .span12 > div:nth-of-type(2) {
  padding: 0 200px;
}
.ty_row1 {
  padding: 80px 0;
}
.ty_row1 .hs_cos_wrapper_type_linked_image img {
  display: block;
}
.ty_row1 p {
  margin-bottom: 20px;
}
.b_pane_wrapper .dnd-section>.row-fluid {
  padding: 0;
}
section.sec-cta.b_pane:before {
  content: '';
  position: absolute;
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/cta-rocket.png) no-repeat; 
  right: 2%;
  bottom: 0;
  width: 250px;
  height: 200px;
  background-size: contain !important;
  z-index: 999;
}

.bt_pane_form .hs-form-field > label {
  display: none;
}
.bt_pane_form .hs-input {
  border-radius: 0;
}
.bt_pane_form h3 {
  margin: 0;
}
ul.no-list.hs-error-msgs, ul.no-list.hs-error-msgs li {
  margin: 0;
  line-height: inherit;
}

.sec-cta .btm-cta .hs_error_rollup label {
  margin: 0;
  color: #ffff;
  font-size: 14px;
  line-height: 20px;
}
.sec-cta .btm-cta .hs_error_rollup {
  border: 2px solid #f7e700;
  margin: 2em 0 1em;
  padding: 0.2em 1em;
}
.b_pane_wrapper .dnd-section {
  padding: 0;
}
.bt_pane_form .field {
  margin-bottom: 0;
}
.bt_pane_form .hs_firstname input {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/name-icon.png) no-repeat left center !important;
}
.bt_pane_form .hs_email input {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/mail-icon.png) no-repeat left center !important;
}
.bt_pane_form .hs_phone input {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/phone-icon.png) no-repeat left center !important;
}
.banner_area_sub {
  height: 650px;
  background-size: cover;
}
.banner_area_sub h4 {
  margin: 0;
  color: #ff8f59;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.banner_area_sub h1 {
  line-height: 54px;
  font-size: 45px;
  margin: 0 0 20px;
}
.banner_area_sub h1 b {
  font-weight: bold;
}
.banner_area_sub {
  height: 650px;
  background-size: cover !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.banner_area_sub .down-arr {
  left: 60px;
  bottom: -290px; 
}

.hcwic_img img {
  display: block;
}

.hcwic_img {
  background: #fff;
  min-height: 200px;
  width: auto;
  padding: 0px 95px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.hcwic_wrap {
  padding-top: 80px;
}
.hcwic_wrap_inr {
  align-items: flex-start;
}
.hcwic_content {
  margin-bottom: 35px;
} 
.cwic_item {
  padding: 15px;
}
.cwic_item_inr {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 50px;
  height: 100%;
}
.row30 {
  margin: 0 -30px;
}
.cwic_item_inr p {
  color: #5d6165;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 20px;
}

.cwic_item_inr h3 {
  margin: 0 0 20px;
  color: #253342;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}
.cwic_wrap {
  margin-bottom: 40px;
}
.cwic_item.cwic_item_full {
  padding: 0;
}
.cwic_item_inr_fl h3 {
  color: #FFF !important;
}

.cwic_item_inr_fl p {
  color: #FFF !important;
}
.cwic_item_inr_fl {
  padding: 0 15px;
  color: #fff;
}
.cwic_wrap.one {
  margin-bottom: 60px;
}
.banner_area_sub .page-center {
  position: relative;
  width: 100%;
}
.cwic_item_inr p:last-child {
  margin: 0 !important;
}
.case_row2 .grid-item {
  display: none;
}
.let_talk {
  min-height: 100vh; 
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
} 
.let_talk_img {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  right: 0;  
  background-size: cover;
  top: -40%;
}
.let_talk .page-center {
  position: relative;
}
.let_talk_inr {
  margin-top: 39px;
}
/* Carrers */
.job_wrap {
  background-color: #f6eeed;
  padding-bottom: 80px;
  padding-top: 80px;
}
.job_wrap_inr {
  margin: 0 -15px;
} 
.job_wrap_inr_top {
  padding: 0 15px;
}
.cr_botom {
  background: #f6eeed;
}
.crs_row3 .cwit2_wrap_inr {
  align-items: flex-start;
}
.crs_row2 .dnd-section {
  padding: 80px 0;
  background-size: 100% 100% !important;
}
.crs_row2 ul, .crs_row2 ul li:last-child {
  margin-bottom: 0;
}
.crs_row2 .dnd-section .span6 {
  margin-bottom: 35px;
}
div#topwidget_1597209000077 {
  padding-top: 60px;
}
.crs_row3 .cwit2_wrap p:not(:last-child) {
  margin-bottom: 15px;
}
div#hswidget_1597209000077 {
  margin-bottom: 35px;
}
.crs_row3 .top_pane_content {
  margin-bottom: 25px;
}
div#hswidget_1597209055654 {
  margin-bottom: 25px;
}

.crs_row1 {
  padding: 100px 0;
}
.crs_row1 a {
  font-weight: 400;
}
.crs_row3 .top_pane_inr h2 {
  margin: 0;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
}
.crs_row2 .dnd-section .span6:last-child {
  display: none !important;
}
.crs_banner .ad_banner_area_content h1 strong {

  display: block;
}

.crs_banner  .ad_banner_area_content {
  padding-top: 0;
}
.crs_banner .dwn_arrow {
  left: -30px;
  bottom: -85%;
} 
.res_wrap_inr {
  margin-bottom: 35px;
}


/* Who We Are */
.wwa_row1 .top_pane_content {
  padding-top: 100px;
}
.wwa_row1 .cwit2_wrap {
  padding-bottom: 100px;
}
.wwa_row1 .top_pane_content h2 {
  text-transform: capitalize;
}

.wwa_row1 .cwit2_wrap p strong {
  color: #ea722b;
  font-weight: 400;
}
.wwa_row1 .cwit2_wrap_inr {
  align-items: flex-start;
  margin-bottom: 0;
}
.wwa_row1 .cwit2_wrap .cwit2_wrap_img img {
  display: block;
  margin: auto;
  margin-top: 30px;
}
.wwd_wrap {
  background-color: #f6eeed;
  padding-bottom: 80px;
  padding-top: 80px;
}
.wwd_item {
  padding: 15px;
  text-align: center;
} 
.row.wwd_inr.flex {
  margin-bottom: 51px;
}
.wwa_wrap_main_inr {
  padding-top: 30px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.wwa_wrap {
  padding-top: 90px;
}
.wwa_wrap_content h2:before {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/about-heading-be.png) no-repeat;
}
.sec-about-3:before {
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/about-divider.png) no-repeat;
  background-size: 100% 100% !important;
}
.wwa_wrap_main .page-center {
  padding: 0;
} 
.wwa_wrap_inr p:last-child {
  margin: 0;
}
.wwa_wrap_inr > div {
  margin-bottom: 35px;
}

.logo_slider_wrap {
  padding: 40px 0;
}
div#logowidget_1597292909879 {
  margin-top: 50px;
  padding-bottom: 30px;
}
.tdt-slider .carousel-caption {
  z-index: 10;
  padding-top: 20px; 
  text-align: center;
  margin-bottom: 80px;
}  
.tdt-slider .slick-slide img {
  margin: auto;
  transition: all .25s ease;
}
.wwa_row1 .logo_slider_wrap ul li {
  background-image: none !important;
  padding-left: 0 !important;

}
.logo_slider_wrap ul.slick-dots {
  bottom: -12px !important;
}
.logo_slider_wrap ul {
  display: flex !important;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.logo_slider_wrap img {
  max-width: 100%;
}
div#logowidget_1597292918389  .slick-slider {
  margin-bottom: 50px;
} 
.wpb_video_wrapper.ad_video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0; 
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ad_iframe_inr {
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
}
.wpb_video_wrapper.ad_video {
  padding-top: 56.25%;
  position: relative;
}
.ad_banner_area_iframe {
  padding: 0;
}
.wwa_banner .ad_banner_area_inr.flex {
  padding-top: 35px;
}
.wwd_wrap .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.wwa_banner .dwn_arrow {
  bottom: -194px;
  left: -30px;
}

/* Home */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.hbanner_inr {
  position: relative;
  padding: 0 15px;
  padding-bottom: 35px;
}
.sec-1 .main .desc p {
  margin: 0 0 20px;
}

.home-slider .slick-dots li {
  display: inline-block;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  line-height: initial !important;
}
.home_row1 {
  padding-top: 80px;
}
.home_row1 .span6 {
  width: 50%;
  margin-left: 0;
}
.home_row1 .pic.descrp {
  padding-right: 0;
}
.home_row1 .pic.descrp {
  padding-right: 0;
}
.home_row1 .span6:first-child {
  width: 50%;
}
.home_row1 .span6:last-child {
  padding: 0 120px 0 0px;
  margin-left: 0 !important;
  width: 41.66666667%;
}
.home_row1 .span6:first-child .row-fluid > div {
  display: block !important;
  max-width: 899px;
}
.home_row1 .dnd-section>.row-fluid {
  align-items: flex-start;
}

.home_row1 p strong {
  color: #ea722b;
  font-weight: 400;
}
.vc_tta-panel-heading a {
  position: relative;
  display: block;
}
.alg_wrap .page-center {
  padding: 0;
}
.vc_tta-panel-heading h4 i {
  top: 5px !important;
  font-size: 1.15em;
}

.alg_img_wrp img {
  display: block;
}
.alg_img_wrp {
  margin-bottom: 35px;
}
.tst_wrap.hscol-sm-10 {
  margin-right: 0;
  float: none;
  padding-bottom: 35px;
  margin-left: auto;
}

.sec-testi .outter .row h5 {
  margin: 10px 0;
}
.service_item_inr {
  margin-bottom: 35px;
}

.service_heading {
  display: none;
}
.service_item1 .service_heading {
  display: block;
}

.service_inr {
  padding-top: 100px;
}
.home_row1 .span6 {
  margin-bottom: 35px;
}
.service.wrap .page-center {
  padding: 0;
}
.service_item_inr p:not(:last-child) {
  margin-bottom: 20px;
}
.service_item2 .s_item_inr3 p {
  margin-bottom: 3px;
  line-height: 30px;
}
.vc_tta-panel-heading h4 {
  margin: 0;
}
.sec-3 .box ul li {
  line-height: 30px;
}
.sec-2 .descrp p:last-child {
  margin: 0;
}
.alg_img_wrp img {
  display: block; 
  max-width: 100%;
}
.sec-cta .btm-cta input {
  line-height: inherit;
}
.custom-popup .modal-content {
  background-size: cover !important; 
  border: none !important;
  background: #563bad url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/home-tab-bg.png) no-repeat !important;
  color: #fff !important;
  box-shadow: none;
  padding: 0 !important;
  background-position: bottom !important;
  border-radius: 6px;
  outline: 0;
} 
.ty_social i.fa.fa-facebook:before {
  content: "\f09a";
}
.home-slider .slick-dots button {
  cursor: pointer;
  outline: 0;
}
.inner-item.slick-slide {
  outline: 0;
}
.sec-partner .tdt-slider .slick-dots button {
  cursor: pointer;
  outline: 0;
}
a.d_pdf:hover {
  text-decoration: none !important; 
}

@media screen and (max-width: 1920px){

  .hbanner_wrap img {
    width: 100%;
  }
}

@media screen and (min-width: 1921px){
  .banner_area_sub .down-arr {
    left: 60px;
    bottom: -290px;
  }
  .ad_banner_area {
    height: 810px;
    background-position: inherit;
  }
  .web_banner .dwn_arrow {
    bottom: -137%;
  }

}
.res_pop form .hs-error-msgs label {
  text-align: center;
}

@media screen and (max-width: 1920px) and (min-width: 1681px){
  .dwn_arrow {
    left: -139px;
    bottom: -228px; 
  }
  .crs_banner .dwn_arrow {
    left: -149px;
    bottom: -279px; 
  }
  .wwa_banner .dwn_arrow { 
    bottom: -136px;
    left: -139px;
  }
  .inds_banner .banner_area_sub .down-arr {
    left: -140px !important;
    bottom: -279px;
  }

}

@media screen and (min-width: 1441px){
  .ad_banner_area .page-center {
    padding: 0;
  }
  .crs_banner .ad_banner_area_content h1 strong {
    font-size: 55px;
    display: block;
  }
  .crs_banner .ad_banner_area_content h1 {
    font-size: 45px;
  }
  .wwa_banner .ad_banner_area_content h1 {
    font-size: 45px;
  }
  .wwa_banner .ad_banner_area_content h1 strong {
    font-size: 55px;
    display: block;
  }



} 
@media screen and (max-width: 1680px){
  .ad_banner_area {
    background-color: #f5f8fa !important;
    height: 810px; 
    background-size: cover;
    background-position: inherit;
  }

}
@media screen and (max-width: 1440px) and (min-width: 1366px){


  .crs_banner .ad_banner_area_content {
    padding-left: 0;
  }
  .ad_banner_area_content {
    padding-left: 0;
  }
  .wwa_banner .ad_banner_area_content {
    padding-left: 15px;
  }

}
.wwa_wrap_main img {
  max-width: 100%;
}
@media screen and (max-width: 1366px) and (min-width: 1000px){
  .ad_banner_area {  
    background-size: 100% 100%;
    height: 100vh; 
  }
  .hscol-sm-6.ad_banner_area_content {
    padding-left: 100px;
  }
  .ad_banner_area_content p {
    line-height: 30px;
  }
  .ad_banner_area_content h1 strong {
    font-size: 25px;
  }
  .ad_banner_area_content h1 {
    font-size: 30px;
    line-height: 35px; 
    margin-bottom: 0;
  }
  .dwn_arrow {
    left: 60px;
    bottom: -205px;
  }
  .ad_banner_area_content h1 strong {
    font-size: 25px !important;
  }
  section.sec-cta.b_pane:before {
    height: 170px;
  }
  .ft_menu .hs-menu-wrapper>ul>li:last-child {
    margin-left: 38px !important;
  }
  .banner_area_sub {
    background-size: 100% 100% !important;
  }
  .banner_area_sub h1 {
    margin: 0;
  }
  .banner_area_sub .down-arr {
    left: 70px;
    bottom: -290px;
  }
  .hcwic_content p {
    font-size: 13px;
    line-height: 26px;
  }
  .wwa_row1 .cwit2_wrap_inr p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .wwa_banner .hscol-sm-6.ad_banner_area_content {
    padding-left: 115px;
  }
  .sec-1 .main .desc p {
    margin-bottom: 5px;
  }
  .inds_banner .banner_area_sub .down-arr {
    left: 70px;
    bottom: -290px;
  }

} 
@media screen and (max-width: 1440px) and (min-width: 1281px){
  .ad_banner_area_content h1 {
    font-size: 50px;
    line-height: inherit;
  }
  .ad_banner_area_content p {
    font-size: 20px;
  } 
  .ad_banner_area {
    height: 100vh;
  }
  .ad_banner_area_content h1 strong {
    font-size: 35px;
  }
  .dwn_arrow {
    left: 30px;
    bottom: -231px;
  }
  .banner_area_sub {
    height: 100vh;
  }
  .banner_area_sub h1 {
    font-size: 50px;
    line-height: inherit;
  }
  .banner_area_sub .down-arr {
    left: 20px;
    bottom: -260px;
  }
  .crs_banner .dwn_arrow {
    left: 20px;
    bottom: -205px;
  }
  .wwa_banner .dwn_arrow {
    bottom: -145px;
    left: 20px;
  }

  .wwa_banner .page-center {
    padding: 0;
  }

}
@media screen and (max-width: 1366px) and (min-width: 1281px){
  .wwa_banner .dwn_arrow {
    bottom: -104px;
    left: 20px;
  } 
}

.wwa_banner .ad_banner_area_content h1 strong {
  display: block;
}

@media screen and (max-width: 1280px) and (min-width: 1025px){
  .ad_banner_area_content p {
    font-size: 16px;
  }
  .ad_banner_area_content h1 {

    font-size: 40px;
    line-height: 45px; 
    margin-bottom: 0; 
  }
  .banner_area_sub h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner_area_sub {
    height: 100vh;
  }
  .banner_area_sub .page-center {
    width: 100%;
  }
  .crs_banner .dwn_arrow {
    left: 53px;
    bottom: -208px;
  }
  .wwa_banner .dwn_arrow {
    left: 53px;
    bottom: -94px;
  }


}
@media screen and (max-width: 1199px) and (min-width: 1025px){

  .wwa_banner .dwn_arrow {
    bottom: -150px;
  }

}
@media screen and (max-width: 1440px) and (min-width: 1025px){

  .ad_banner_area {
    background-position: center !important;
    background-size: cover !important;
  }




}

@media(max-width:1366px){
  .banner_area_sub {
    background-position: center !important;
    background-size: cover !important;
  }
  .wwa_banner .ad_banner_area .page-center {
    padding: 0;
  }
  .home_row1 .span6:last-child {
    padding: 0;
  }


}
@media(max-width:1199px){
  body .dnd-section>.row-fluid,
  body .content-wrapper,
  body .footer__container,
  body .page-center,
  .container{
    max-width: 970px;
  }

  .sec-cta .btm-cta {
    padding-bottom: 96px;
  }







} 
@media(max-width:1024px){

  .ad_banner_area{
    height: auto;
    min-height: 500px;
  }
  .ad_banner_area_content p {
    font-size: 15px;
    line-height: 30px;
  }
  .banner_area_sub h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .banner_area_sub {
    height: 500px;
  }
  .crs_banner .dwn_arrow {
    left: 40px;
    bottom: -200px;
  }
  .wwa_banner .dwn_arrow {
    left: 40px;
    bottom: -90px;
  }

  .wwa_banner .ad_banner_area_inr.flex {
    padding-top: 74px;
  }




}
.wwa_row1 .top_pane_inr h2 {
  margin: 0;
  color: #253342;
  font-weight: 400;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 999px) and (min-width: 800px){
  .wwa_row1 .top_pane_content {
    padding-top: 0;
  }


  .wwa_row1 .cwit2_wrap {
    padding-bottom: 50px;
  }
  .upper.wwd_inr_top p {
    font-size: 15px !important;
    line-height: 24px !important;
  }


}
@media(max-width:1000px){
  .wwa_row1 .cwit2_wrap_inr p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .upper.wwd_inr_top p {
    font-size: 15px !important;
    line-height: 24px !important;
  }

}
@media(max-width:998px){
  .our_service_growth_page .markering-process-wrap:before {
    width: 300px;
    height: 300px;
    bottom: -98px;
  } 
  p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .ad_banner_area {
    min-height: 400px;
    background-position: right;
    background-size: 100% 100%;
  }
  .ad_banner_area_content {
    padding-left: 100px;
  }
  .ad_banner_area_content h1 strong {
    font-size: 18px;
    line-height: initial;
  }
  .ad_banner_area_content h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ad_banner_area_content p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .ad_banner_area_content {
    margin-bottom: 15px;
  }
  .dwn_arrow img {
    max-width: 100%;
    bottom: -60px;
    width: 112px;
  }

  .dwn_arrow {
    left: 30px;
    bottom: -79px;
  }
  .tp_content h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .b_pane .hscol-md-6 {
    width: 100%;
  }
  .sec-cta .btm-cta {
    padding-bottom: 110px;
  }

  .hscol-md-6.bt_pane_form {
    padding-top: 20px;
  }
  .sec-cta .btm-cta p {
    font-size: 16px !important;
  }
  .b_pane .hs_submit.hs-submit .actions {
    padding-right: 20px;
  }
  .sec-case .main .desc a i:before {
    top: 2px;
    position: relative;
  }

  .banner_area_sub {
    height: 40vh;
    background-size: 100% 100% !important;
  }
  .banner_area_sub h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .banner_area_sub .page-center {

    padding-top: 25px;
  }
  .hcwic_img.hscol-sm-5 img {
    max-width: 100%;
  }

  .hcwic_img.hscol-sm-5 {
    width: 27%;
    padding: 0 15px;
  }
  .hcwic_content.hscol-sm-7 {
    width: 70%;
  }
  .cwic_item_inr h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .banner_area_sub .down-arr {
    display: block;
    left: 20px;
    bottom: -155px;
  }
  .let_talk_inr {
    margin-top: 25px;
    padding-bottom: 20px;
  } 
  .let_talk_img {
    top: -20%;
  }
  .cwit2_wrap p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .sec-career-4 .main p,
  .sec-career-4 .upper p{
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .sec-career-4 .main .col-main h3 {
    font-size: 20px;
  }
  .sec-career-4 .main .col-main p {
    font-size: 14px !important;
  }
  .crs_banner .ad_banner_area_content {
    padding-top: 30px;
  }
  .crs_banner .ad_banner_area_content h1 strong {
    font-size: 19px;
  }
  .crs_banner .dwn_arrow {
    left: 30px;
    bottom: -79px;
  }

  .crs_banner .ad_banner_area {
    height: 40vh;
  }
  .sec-cta .btm-cta .hs_error_rollup label {
    margin: 0;
    color: #ffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .tp_content p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .wwa_wrap_content p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .wwa_banner .ad_banner_area_inr.flex {
    padding-top: 156px;
  }
  .wwa_banner .ad_banner_area_content {
    padding-left: 115px;
    padding-top: 20px;
  }
  .wwa_banner .dwn_arrow {
    left: 30px;
    bottom: 26px;
  }








}

@media(max-width:991px){
  body .dnd-section>.row-fluid,
  body .content-wrapper,
  body .footer__container,
  body .page-center,
  .container{
    max-width: 750px;
  }
}

@media(max-width:800px){
  .ad_banner_area {
    height: 40vh;
    min-height: auto;
  }
  .row30 {
    margin: 0 -15px;
  }

  .wwa_banner .ad_banner_area {
    height: 500px;
  }
  .hscol-sm-6.ad_banner_area_iframe {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .wwa_banner .ad_banner_area_inr.flex {
    padding-top: 0;
  }
  .wwa_banner  .ad_banner_area_content {

    padding-top: 13px;
  }


}


@media(max-width:767px){
  .wwa_banner  .ad_banner_area_content {
    padding-left: 15px;
  }
  body .dnd-section>.row-fluid, 
  body .content-wrapper, 
  body .footer__container, 
  body .page-center, .container {
    max-width: 100%;
  }

  .ad_banner_area {
    height: 100vh;
    min-height: auto;
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: cover;
    border-radius: 0 0 0 100px;
  }
  .dwn_arrow {
    display: none;
  }
  .ad_banner_area_content p {
    display: none;
  }
  .ad_banner_area_content {
    padding-left: 15px;
    text-align: center;
    width: 100%;
  }
  .ad_banner_area_content h1 strong {
    font-size: 25px;
  }
  .ad_banner_area_content h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-shadow: 3px 0px black;
  }

  .tp_content h3 {
    font-size: 18px;
    max-width: 100%;
    line-height: inherit;
  }
  .tp_content p {
    max-width: 100%;
  }
  .cwit2_wrap_content {
    text-align: center;
  }

  .row30 .box.cwic_item.hscol-sm-6 {
    padding: 15px 0;
  }
  .crs_row3  .cwit2_wrap_content {
    text-align: left;
  }
  .crs_row3  .cwit2_wrap_inr>div:first-child {
    margin-bottom: 0;
  }
  .job_wrap_item .hscol-sm-6 {
    width: 100%;
  }
  .crs_banner .ad_banner_area {
    height: 500px;
  }
  .crs_banner .ad_banner_area_content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .hscol-sm-6.wwa_wrap_img {
    width: 100%;
  }
  .wwa_row1 .cwit2_wrap_inr > div {
    width: 100%;
  }
  .wwa_wrap_main {
    padding-bottom: 120px;
  }
  .home_row1 .span6 {
    width: 100% !important;
  }
  .home_row1 .pic.descrp {
    padding: 0;
  }
  .home_row1 .span6:last-child {
    padding: 0 20px;
  }



}
@media(max-width:736px){

  .ty_row1 .dnd-section>.row-fluid>.span12>div:nth-of-type(2) {
    padding: 0;
  }
  section.sec-cta.b_pane:before {
    width: 40%;
    top: auto !important;
    bottom: 0 !important;
    height: 130px;
  }
  .banner_area_sub {
    height: 100vh;
    background-size: cover !important;
    border-radius: 0 0 0 100px;
    background-repeat: no-repeat;
    background-position: 90% 100% !important;
  }
  .banner_area_sub h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-shadow: 3px 0px black;
  }
  .banner_area_sub .down-arr {
    display: none;
  }
  .hcwic_content.hscol-sm-7 {
    width: 100%;
  }
  .hcwic_img.hscol-sm-5 {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    justify-content: center;
  }
  .cwic_wrap.one .cwic_item_inr {
    padding: 40px 10px;
    text-align: center;
  }
  .banner_area_sub .col-md-12 {
    padding: 0 15px;
  }
  .hcwic_content {
    text-align: center;
  }

  .crs_row2 .dnd-section {
    padding-bottom: 0;
    background-image: none !important;
  }
  .crs_row3 .top_pane_inr h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .crs_row3 .top_pane_content .top_pane_inr {
    padding-bottom: 0;
  }
  .crs_row3 .top_pane_content {
    margin-bottom: 0;
  }

  .job_wrap_item .hscol-sm-6 {
    width: 100%;
    text-align: center;
  }
  .wwa_row1 .top_pane_inr h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .wwa_row1 .cwit2_wrap .cwit2_wrap_img img {
    margin-top: 0;
  }
  .wwa_row1 .top_pane_content {
    padding-top: 100px;
    margin-bottom: 35px;
  }

  .wwa_row1 .hscol-sm-6.cwit2_wrap_content {
    margin-bottom: 0;
  }
  .service_heading {
    text-align: center;
    margin-bottom: 35px;
  }
  .sec-3 .box p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .service_item2 .s_item_inr3 p {
    line-height: 30px !important;
  } 
  .alg_tabber_top {
    text-align: center;
    margin-bottom: 35px;
  }
  .pic.hscol-sm-6.alg_img_wrp {
    padding: 0 15px;
  }
  .sec-testi .desc p {

    font-size: 12px !important;
    line-height: 20px !important;
  }

  /*   .sec-1 .main .desc {
  padding-top: 200px;
} */
  .def-banner.bnr.banner_area h1 {
    padding: 0 20px;
  }



}
@media(max-width:560px){
  .hscol-sm-4.box.wwd_item {
    width: 100%;
  }
}

@media(max-width:560px) and (min-width:480px) {
  .sec-hub-5 .tdt-slider .carousel-caption .inner h4 {

    font-size: 16px;
  }
  .marketing_grt_page .sec-hub-5 .tdt-slider .carousel-caption .inner p {
    display: none !important;
  } 

}
@media(max-width:479px){

  .ad_banner_area {
    height: 60vh;
  }
  .banner_area_sub {
    height: 40vh;
    min-height: 350px;
  }
  .wwa_banner .ad_banner_area_content {
    padding-left: 15px;
    padding-top: 10px;
  }

}
@media(max-width:420px){
  .cnt_banner .ad_banner_area {
    height: 50vh;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header__container {
  display: flex;
  flex-wrap:wrap;
  margin: 0 auto;
} 
.mobile_menu {
  display: none;
}
.hd_inr .flex::before,
.hd_inr .flex::after{
  display: none;
}
.row.flex.b_pane_b_content::before,
.row.flex.b_pane_b_content::after,
.ft_top .flex:before,
.ft_top .flex:after{  
  display: none; 
}
.custom-menu-primary ul ul {
  display: none;
}
.hd_group {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 20px 0;
}
body.no-banner .hd_group {
  position: relative;
}
body.no-banner .header {
  background-color: rgba(61,44,117,1.0);
}

.hd_inr {
  padding: 0 15px;
  width: 95%;
  margin: 0 auto;
}
body .padleft {
  padding-left: 0;
}
body .padright {
  padding-right: 0;
}
.custom-menu-primary nav.navigation-primary > ul > li > a {
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  display: block;
}
.custom-menu-primary nav.navigation-primary > ul > li:first-of-type {
  padding-left: 0 ; 
}
.custom-menu-primary nav.navigation-primary > ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-menu-primary nav.navigation-primary > ul > li {
  display: inline-block;
  padding: 40px 8px 30px 20px;
  line-height: 1;
  position: relative;
  margin: 0;
  margin-right: 3.5px;
}
li.has-submenu.menu-item:hover > a:before {
  transform: rotate(180deg);
}

li.has-submenu.menu-item > a:before {
  position: absolute;
  top: 8px;
  right: -15px;
  display: block;
  width: 9px;
  height: 5px;
  background: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/down-sm.png); 
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-btn {
  margin: 18px 0 0;
}
.top-btn a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 15px 35px;
  border-radius: 30px;
  display: inline-block;
}
.top-btn a.btn-wt {
  margin-left: 6px;
}



@media(max-width:1590px){
  header .top-btn a {
    padding: 10px 26px;
    font-size: 15px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li > a {
    font-size: 14px;
  }

  .custom-menu-primary nav.navigation-primary>ul>li {
    padding: 40px 0px 20px 18px !important;
  }
  .top-btn {
    margin: 28px 0 0;
  }






}
@media(max-width:1410px){
  .top-btn a.btn-wt {
    margin-left: 0;
  }






}

@media(max-width:1385px){
  header .top-btn a {
    padding: 10px 30px;
    font-size: 12px;
  }
  .top-btn {
    margin: 22px 0 0;
  }
  .hscol-md-3.logo.padright img {
    width: 200px !important;
    height: 50px;
    object-fit: contain;
    margin: 19px 0 0 0;
  }

  .custom-menu-primary nav.navigation-primary>ul>li {
    padding: 40px 0px 20px 17px !important;
  }
  .custom-menu-primary nav.navigation-primary>ul>li > a {
    font-size: 13px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child {
    margin: 0 !important;
  }

  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item>a:before {
    top: 3px;
    right: -11px;
  }




}

@media(max-width:1280px) and (min-width:1171px){

  .hd_inr .row.flex > div {
    width: auto;
  }
  .hd_inr .row.flex {
    justify-content: space-between;
  }







}

@media(max-width:1170px) {
  header .top-btn a {
    padding: 10px 14px;
    font-size: 10px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li > a {
    font-size: 10px;
  }

  .custom-menu-primary nav.navigation-primary>ul>li {
    padding: 40px 0px 20px 13px !important;
  }



}
@media(max-width:1024px) and (min-width:851px){
  .hd_inr .hscol-md-4.padleft {
    width: 100%;
    text-align: right;
  }
  .hd_inr .hscol-md-5.padleft {
    width: auto;
  }
  .hd_inr .top-btn {
    margin: 0;
  }
  .custom-menu-primary nav.navigation-primary>ul>li > a {
    font-size: 13px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li {
    padding: 40px 0px 20px 17px !important;
  }
  .custom-menu-primary nav.navigation-primary>ul>li.has-submenu.menu-item>a:before {
    top: 4px;
    right: -13px;
  }
  .custom-menu-primary nav.navigation-primary li.has-submenu.menu-item.focus:nth-of-type(3):hover ul {
    right: 0;
  }
  .custom-menu-primary nav.navigation-primary li.has-submenu.menu-item.focus:nth-of-type(3) ul::before {
    right: 20px;
    left: auto;
  }




} 

@media(min-width:851px) {

  .custom-menu-primary ul ul li:before {
    content: '';
    position: absolute;
    background-image: url(//5663806.fs1.hubspotusercontent-na1.net/hubfs/5663806/raw_assets/public/Team_CloudSource_August2020/images/li-be-or.png) !important; 
    width: 19px;  
    height: 19px;
    left: 12px;   
    background-repeat: no-repeat;
    top: 15px;
    z-index: 9;
  }
  .custom-menu-primary ul ul li a {
    border-bottom: none;
    padding: 15px 30px 15px 45px;
    width: auto;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
    position: relative;
    line-height: 1;
    display: block;
  }
  .custom-menu-primary ul li:hover ul li {
    height: 48px;
  }
  .custom-menu-primary ul ul li {
    height: 0;
    transition: all .25s ease;
    line-height: 1;
    margin: 0;
  }
  .custom-menu-primary ul ul:before {
    border-color: transparent transparent #ffffff; 
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 40px;
    position: absolute;
    top: -20px;
  }

  .custom-menu-primary ul li:hover ul {
    left: auto;
    top: 80px;
  }
  .custom-menu-primary ul ul {
    line-height: 1;
    display: block;
    width: 350px;
    padding: 35px 25px;
    border-radius: 8px;
    position: absolute;
    left: -9999px;
    z-index: 9999;
  } 
  .custom-menu-primary ul li ul:after { 
    content: "" !important;   
    width: 100%;
    background: transparent;
    top: -17px;
    height: 20px;
    position: absolute;
    left: 0;
  } 

}
@media screen and (max-width: 1366px) and (min-width: 850px){ 
  .custom-menu-primary ul ul {
    padding: 20px;  
  }  
  .custom-menu-primary ul ul li a {   
    font-size: 13px;
  } 
  .custom-menu-primary nav.navigation-primary li.has-submenu.menu-item.focus:nth-of-type(3):hover ul {
    right: 0;
  }
  .custom-menu-primary nav.navigation-primary li.has-submenu.menu-item.focus:nth-of-type(3) ul::before {
    right: 20px;
    left: auto;
  }
  .custom-menu-primary ul ul {
    padding: 20px;
      width: 300px;
  }

}
@media screen and (max-width: 1440px) and (min-width: 1281px){
  .custom-menu-primary ul ul li a {
    font-size: 15px;
  }
}


@media(max-width:850px) {

  .hd_inr .hscol-md-5.padleft {
    display: none;
  }
  .hd_inr  .hscol-md-4.padleft {
    display: none;
  }
  .hd_inr .hscol-md-3.logo.padright img {
    padding: 0 60px;
    width: 308px !important;
    margin: 0;
    height: 51.5px;
  }
  .hscol-md-3.logo.padright {
    width: 100%;
    text-align: center;
  }
  .mb_trigger {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    transition: all ease-out 0.3s;
    background: rgba(171,88,70,1);
    background: -moz-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,88,70,1)), color-stop(100%, rgba(46,74,117,1)));
    background: -webkit-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -o-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: linear-gradient(to bottom, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab5846', endColorstr='#2e4a75', GradientType=0 );
    z-index: 999999;
  }

  .nav-cross {
    width: 24px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .nav-cross span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 18px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 36px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    transform: rotate(-135deg);
  }

  .nav-cross span:nth-child(1) {
    top: 12px;
    transform-origin: left center;
  }

  .nav-cross span:nth-child(2) {
    top: 20px;
    transform-origin: left center;
  }

  .nav-cross span:nth-child(3) {
    top: 28px;
    transform-origin: left center;
  }

  .nav-cross.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
    left: 4px;
  }

  .nav-cross.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .nav-cross.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 4px;
  }
  /* Mobile Menu */
  body.mb_open {
    position: fixed;
    width: 100%;
    left: 0;
  } 
  .mobile_menu {
    box-shadow: -2px 0 10px #999 inset;
    display: block;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-250px);
    width: 250px;
    background: rgba(171,88,70,1);
    background: -moz-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(171,88,70,1)), color-stop(100%, rgba(46,74,117,1)));
    background: -webkit-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -o-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    background: linear-gradient(to bottom, rgba(171,88,70,1) 0%, rgba(46,74,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab5846', endColorstr='#2e4a75', GradientType=0 );
  }
  .mb_open .mobile_menu {
    z-index: 3;

  }
  .mb_open .body-wrapper { 
    transform: translateX(250px);
  }
  .body-wrapper {
    transition: all ease-out 0.3s;
  }

  .mb_open  div#menuoverlay {
    visibility: visible;
    background: rgba(0,0,0,0.5);
    min-height: 100vh;
    width: 100% !important;
    opacity: 1;
    width: calc(-150%);
    left: 0;
  }
  div#menuoverlay {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
    z-index: 1;
    opacity: 0;
  }
  .mb_logo img {
    max-width: 100%;
    display: block;
    width: 216px !important;
  }

  .mb_logo {
    margin: 20px 0 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb_menu_inr nav.navigation-primary > ul > li > a {
    display: block;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #e7e2e5;
    font-weight: 500;
    text-transform: capitalize;
    color: #e7e2e5 !important;
    line-height: 1.42857143;
  }

  .mb_menu_inr nav.navigation-primary > ul > li:last-child {
    border: none;
  }
  .mb_menu_inr nav.navigation-primary > ul > li {
    display: block;
    border-bottom: 1px solid #999;
    margin: 0;
    position: relative;
  }
  .mb_menu_inr  li.has-submenu.menu-item>a:before {
    display: none;
  }
  .child_trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .child_trigger:after {
    content: "›";
    font-size: 24px;
    width: 43px;
    line-height: 34px;
    color: #fff;
    float: right;
    font-weight: 400;
    padding-right: 6px;
    cursor: pointer;
    top: 2px;
    display: block;
    text-align: right;
    right: 0;
    height: 43px;
  }
  .mb_menu_inr li.has-submenu.menu-item>a {
    position: relative;
  }
  .mb_menu_inr ul ul {
    display: none;
  }
  .mb_menu_inr {
    padding: 0 15px;
    padding-right: 20px;
  }
  header .mobile_menu .top-btn a {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 80%;
  }
  .top-btn.mb_btn {
    margin: 20px 0 0;
  }
  .mb_menu_inr nav.navigation-primary ul ul>li:not(:last-child) {
    border-bottom: 1px solid #999;
    display: block;
  }
  .mb_menu_inr nav.navigation-primary ul ul>li {
    margin: 0;
  }

  .mb_menu_inr nav.navigation-primary ul ul {
    padding: 0 10px;
  }
  .mb_menu_inr nav.navigation-primary ul ul>li a {
    display: block;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #e7e2e5 !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.42857143;
  }
  .mb_menu_inr nav.navigation-primary ul ul>li:not(:last-child) {
    border-bottom: 1px solid #999;
    display: block;
  }
  li.has-submenu.menu-item.child_open .child_trigger:after {
    content: "‹";
  }








}

@media(max-width:800px) {

  .hd_inr .hscol-md-3.logo.padright img {
    padding: 0;
    width: 308px !important;
    margin: 0;
    height: auto;
    max-width: 100%;
  }




}

@media(max-width:769px) {
  .hd_inr .hscol-md-3.logo.padright img {
    height: 60px;
  }
}
@media(max-width:736px) {

  .mb_menu_inr nav.navigation-primary ul li a {
    font-size: 12px !important;
  }
  .mb_menu_inr {
    padding-right: 15px;
  }
  .mb_logo img {
    width: 220px !important;
  }



}
@media(max-width:479px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer.no_nav {
  padding: 0;
}

footer.footer.no_nav .ft_copyright {
  margin-top: 0;
  border: 0;
}

.footer__container {
  margin: 0 auto;
}
.ft_copyright {
  border-top: 1px solid #f2f2f2;
  padding: 25px 0;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.footer .soc li a i {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400
}

#back-top > a {
  bottom: 1%;
  color: #b25b43;
  display: block;
  font-size: 37px;
  position: fixed;
  right: 1%;
  text-align: center;
}
#back-top > a {
  z-index: 9999; 
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
#back-top>a .fa {
  font-weight: 400;
}
.ft_top {
  padding: 0 15px;
}
.ft_social h3, .ft_menu .hs-menu-wrapper>ul>li>a {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0 30px;
  display: block;
  line-height: 1.1;
}
.ft_menu .hs-menu-wrapper>ul>li:last-child {
  margin-left: 68px;
}
.ft_menu .hs-menu-wrapper>ul {
  display: block;
}
.ft_menu .hs-menu-wrapper>ul > li {
  display: inline-block;
  vertical-align: top;
}
.ft_menu li a {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
}
.ft_menu .hs-menu-wrapper ul li {
  margin: 0;
  line-height: 1.42857143;
}
.ft_menu .hs-menu-wrapper ul {
  display: block;
}

footer.footer {
  padding: 60px 0 0;
}
.ft_adrs ul {
  margin: 30px 0 0;
}
.ft_adrs ul li a, .ft_adrs ul li p {
  font-size: 16px !important;
  font-weight: 400;
  font-family: 'Muli',sans-serif;
  line-height: 1.42857143 !important;
}
.ft_adrs ul li span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.ft_adrs ul li {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.42857143;
}
.footer .soc li {
  display: inline-block;
  margin: 0 4px 0 0px;
}
.footer .soc li a {
  width: 55px;
  height: 55px;
  display: flex;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05);
  transition: all ease .5s;
  align-items: center;
  justify-content: center;
}

.footer .soc li a:hover{
  transition: all ease .5s;
}
.ft_adrs img {
  display: block;
}
i.fa.fa-linkedin:before {
  content: "\f0e1";
}

.footer .soc li a i.fa-facebook:before {
  content: "\f39e";
}


@media screen and (max-width: 1199px) and (min-width: 1000px){
  .ft_menu .hs-menu-wrapper>ul>li:last-child {
    margin-left: 38px;
  }
  .footer .soc li a {
    height: 35px;
    width: 35px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
  }

}

@media (max-width: 999px){
  .ft_top .hscol-md-5.hscol-sm-6.ft_menu {
    display: none;
  }
  .ft_top .row.flex > div {
    width: 100%;
    text-align: center;
  }
  .footer .soc li a i {
    position: relative;
    top: -1px;
  }
  .ft_adrs img {
    display: block;
    margin: auto;
  }




}
@media (max-width: 736px){

  .ft_adrs ul li a, .ft_adrs ul li p {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .ft_adrs ul li {
    margin-bottom: 15px;
  }
  .ft_adrs ul li:last-child {
    margin: 0;
  }




}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
} 
.comment-date, .comment-from {
  display: block !important;
} 
div#infscr-loading {
  display: none !important;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content h2 a{
  color:inherit !important;
  text-decoration:none !important;
}
.blog-index.post-listing {
  padding-top: 80px;
}

.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  padding: 80px 0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
  padding-top: 80px;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link { 
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
  padding-bottom: 80px;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 960px;
  margin: 0 auto; 
}
.blog-comments form {
  max-width: 100%;
}


.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post__tags {
    font-size: 15px;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


.blog-pagination{
  display: block !important;
}

.blog-pagination.hide{
  display: none !important;
}

.blog-pagination .no-post{
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}
input#hs-register-widget-email {
  background: transparent;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
.blog-comments .grecaptcha-badge {
  margin-left: 0 !important;
}

.blog-comments form {
  border: 0;
  padding: 0;
  max-width: 100%;
}
.content-wrapper.err p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.content-wrapper.err h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.content-wrapper.err .error-page {
  padding: 80px 0;
  text-align: left;
}


@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }