@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/


@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Md.eot');
    src: url('../fonts/Behind-The-Nineties-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Md.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Md.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Md.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Md.svg#Behind-The-Nineties-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Rg.eot');
    src: url('../fonts/Behind-The-Nineties-Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Rg.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Rg.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Rg.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Rg.svg#Behind-The-Nineties-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Smbd.eot');
    src: url('../fonts/Behind-The-Nineties-Smbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Smbd.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Smbd.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Smbd.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Smbd.svg#Behind-The-Nineties-Smbd') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Xbd.eot');
    src: url('../fonts/Behind-The-Nineties-Xbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Xbd.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Xbd.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Xbd.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Xbd.svg#Behind-The-Nineties-Xbd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Bd.eot');
    src: url('../fonts/Behind-The-Nineties-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Bd.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Bd.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Bd.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Bd.svg#Behind-The-Nineties-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Behind The Nineties';
    src: url('../fonts/Behind-The-Nineties-Blk.eot');
    src: url('../fonts/Behind-The-Nineties-Blk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Behind-The-Nineties-Blk.woff2') format('woff2'),
        url('../fonts/Behind-The-Nineties-Blk.woff') format('woff'),
        url('../fonts/Behind-The-Nineties-Blk.ttf') format('truetype'),
        url('../fonts/Behind-The-Nineties-Blk.svg#Behind-The-Nineties-Blk') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}





/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
cite {
  font-weight: 600;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;  
}
form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
body {
  font-family: "Onest", sans-serif;
}
h1,h2,h3 {
  font-weight: 700;
}
p {
  color: #020202;
}
.ft_behind {
  font-family: 'Behind The Nineties';
  font-weight: 500;
}
section {
  position: relative;
}

/*-------------------------------------------------------------
                CUSTOM CSSS START  
--------------------------------------------------------------*/

header#masthead {
  background: #1C1C1C;
  padding: 30px 0;
}
.top_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_info .call_icon img {
  width: 56px;
  height: 56px;
  border: 1px solid #CBCBCB4D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.top_info .call_icon:hover img {
  transform: translateY(-10px);
}
.top_info .call_icon {
  color: #fff;
  position: relative;
  padding-left: 68px;
}
.top_info .call_icon span {
  display: block;
  font-size: 18px;
}
.top_info .call_icon span.nbr {
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.btn-custom {
  display: inline-block;
  text-decoration: none;
  padding: 18px 25px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #4D71FB !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_info .btn-custom:hover {
  background: transparent;
  color: #fff;
}
.btn-custom:hover {
  background: transparent;
  color: #4D71FB;
}
.btn-custom:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #4D71FB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s;
}
.btn-custom:hover:before {
  width: 0;
}
.top_info .btn-custom {
  margin-left: 30px;
}
.secBanner {
  background: #1C1C1C;
  padding-bottom: 50px;
}
.bn_ctn {
  height: 830px;
  background-size: cover;
  background-position: center;
  padding: 78px 60px;
}
.secBanner .thumb img {
  width: 100%;
  height: 830px;
  object-fit: cover;
}
.bn_ctn h4 {
  background: #313131;
  border: 1px solid #383838;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.bn_ctn h1 {
  font-size: 72px;
  line-height: 82px;
  color: #fff;
  margin: 30px 0;
  font-weight: 500;
}
.bn_ctn p {
    font-size: 18px;
    line-height: 28px;
}
.bn_ctn ul,.clt_ctn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bn_ctn ul li:not(:last-child),.clt_ctn ul li:not(:last-child) {
  margin-bottom: 16px;
}
.bn_ctn ul li,.clt_ctn ul li {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.bn_ctn ul li img {
  margin-right: 8px;
}
.counters {
  display: flex;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding-top: 50px;
  margin-top: 120px;
}
.counters .counter {
  display: flex;
  align-items: center;
  color: #fff;
}
.counters .counter h3 {
  margin: 0;
  font-size: 64px;
  line-height: 74px;
}
.counters .counter p {
  margin-bottom: 0;
  margin-left: 17px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.counters .counter:not(:last-child) {
  margin-right: 100px;
}
.company_logos {
  overflow: hidden;
}
.company_logos .item {
  padding: 10px 40px;
  border-right: 1px solid #E7E7E7;
}
.company_logos img {
  height: 50px;  /* apni need ke hisaab se */
  width: auto;
  display: block;
}
.secCompany .txt_head {
  margin-bottom: 50px;
}
.secCompany .txt_head h4 {
  font-size: 16px;
  color: #1C1C1C;
  letter-spacing: 10%;
  font-weight: 600;
  text-transform: uppercase;
}
.secCompany .comp_bord {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 77px;
  padding-top: 80px;
}
.secStress,.secReview {
  padding-top: 100px;
  padding-bottom: 100px;
}
.txt_head {
  margin-bottom: 50px;
}
.txt_head h2 {
  line-height: 70px;
  font-size: 54px;
  color: #1C1C1C;
  font-weight: 500;
}
.stressBox {
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stressBox h3 {
  margin: 30px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #2C2E31;
}
.stressBox p {
  font-size: 18px;
  line-height: 30px;
  color: #2C2E31;
}
.stressBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EDF4FF, #FFFFFF);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  border: 1px solid #F5F5F5;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.stressBox:hover:before {
  opacity: 1;
  visibility: visible;
}
.secServices {
  background: #1C1C1C;
  padding: 120px 0 100px;
}
.txt_head p {
  font-size: 18px;
  line-height: 28px;
}
.secServices .col-12.col-md-4 {
  margin-bottom: 30px;
}
.serv_box {
  background-image: url('../images/bg_serv.png');
  background-size: cover;
  background-position: center;
  padding: 30px;
  min-height: 390px;
}
.serv_box h3 {
  font-size: 28px;
  line-height: 40px;
  color: #1C1C1C;
  margin-bottom: 12px;
}
.serv_box img {
  margin-bottom: 30px;
}
.serv_box p {
  font-size: 18px;
  line-height: 28px;
  color: #1C1C1C;
  margin-bottom: 40px;
}
.serv_box .sv_link {
  color: #1C1C1C;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.serv_box .sv_link img {
  margin: 0;
}
.serv_box .sv_link .icon {
  margin-left: 10px;
}
.serv_box:hover .sv_link {
  color: #4d71fb;
  text-decoration: underline;
}
.serv_box:hover .sv_link .icon {
  filter: 
  invert(48%) 
  sepia(83%) 
  saturate(2800%) 
  hue-rotate(214deg) 
  brightness(100%) 
  contrast(101%);
}
.ftBox .tags li,.modal-dialog .icon_box .tags li {
  font-size: 16px;
  line-height: 26px;
  color: #2C2E31;
  background: #F2F2F2;
  border-radius: 40px;
  border: 1px solid #DADADA;
  padding: 6px 14px;
}
.ftBox .tags,.modal-dialog .icon_box .tags {
  list-style: none;
  padding: 0;
  display: flex;
  margin-left: 0;
  gap: 12px;
}
.ftBox .ft_img {
  margin-bottom: 40px;
  position: relative;
}
.ftBox .ft_thumb {
  width: 100%;
}
.ftBox  h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 27px;
  color: #1c1c1c;
  font-weight: 500;
}
.ftBox h3 .clr-blue {
  color: #4D71FB;
}
.case_study .item {
  padding-right: 30px;
}
.secCase {
  padding: 120px 0;
}
.secCta .row {
  padding: 60px;
  background-size: cover;
  background-position: center;
  align-items: center;
}
.secCta .txt_head {
  margin: 0;
}
.secCta .txt_head h2 {
  margin: 0;
  font-size: 36px;
  line-height: 46px;
}
.float_right {
  display: flex;
  justify-content: flex-end;
}
.clutchBox {
  background: #000;
  padding: 60px;
}
.icon_box,.img_box {
  position: relative;
  padding-left: 83px;
  margin-bottom: 60px;
}
.icon_box .clutch_icon,.img_box  .client_thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.icon_box h3 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  align-items: center;
}
.icon_box h3 .stars {
  margin-left: 15px;
}
.clutchBox .icon_box p {
  font-size: 16px;
}
.clutchBox h2 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
.clutchBox p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.clutchBox .ct_link {
  color: #24D5F6;
  font-weight: 600;
  text-decoration: underline;
}
.clutchBox .ct_link .icon {
  margin-left: 10px;
}
.img_box h4 {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}
.img_box {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 103px;
  margin-bottom: 0;
}
.img_box .client_thumb {
  top: 40px;
}
.img_box p {
  margin: 0;
}
.clt_ctn ul li {
  color: #000;
  font-weight: 600;
}
.secReview .row {
  align-items: center;
}
.clt_ctn.txt_head {
  padding-left: 130px;
  padding-right: 100px;
  margin: 0;
}
.secExpert {
  background: #F6F6F6;
  padding: 120px 0 100px;
}
.secExpert .txt_head {
    margin: 0;
}
.secExpert .txt_head h4 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
}
.secExpert .txt_head ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  color: #2C2E31;
  margin-bottom: 40px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.secExpert .txt_head ul:before {
  content: '';
  width: 1px;
  height: 90%;
  background: #E7E7E7;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: -1;
}
.secExpert .txt_head ul li .nbr {
  font-weight: 600;
  width: 44px;
  height: 44px;
  background: #E8ECFA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.secExpert .txt_head ul li {
  display: flex;
  align-items: center;
}
.secExpert .txt_head ul li:not(:last-child) {
  margin-bottom: 20px;
}
.secExpert .txt_head p {
  margin-bottom: 50px;
}
.expert_logos {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}
.faq-answer {
  display: none;
  padding: 10px 180px 10px 0;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.faq-question {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  padding-right: 50px;
}
.secFaq {
  padding: 140px 0;
}
.qt_box {
  margin-top: 60px;
  background: url('../images/bg_qt.png');
  background-size: cover;
  padding: 30px;
  margin-right: 90px;
}
.qt_box h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 34px;
}
.btn-custom.btn-white:before {background: #fff;border-color: #fff;}
.btn-custom.btn-white {
  color: #4D71FB;
  border-color: #fff !important;
}
.faq-question .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100%;
}
.faq-question.active .icon {
  background: #4d71fb;
  color: #fff;
}
footer.footer {
  background: #1C1C1C;
  padding-top: 100px;
}
.ct_info {
  width: 75%;
  float: right;
}
.ct_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.ct_info ul li img {
  width: 56px;
  height: 56px;
  border: 1px solid #CBCBCB4D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: scale-down;
}
.ct_info ul li {
  position: relative;
  padding-left: 65px;
  font-size: 18px;
}
.ct_info ul li span {
  display: block;
}
.ct_info ul li a {
  color: #fff;
}
.ct_info ul li .nbr {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.ct_info .btn-custom {
  width: 100%;
  text-align: center;
}
.ct_info .or {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  color: #B0B0B0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}
.ct_info .or:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #383838;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.ct_info .or span {
  background: #1c1c1c;
  padding: 10px;
}
footer.footer .row {
  align-items: center;
}
footer.footer .row:first-child {
  border-bottom: 1px solid #383838;
  padding-bottom: 100px;
  margin-bottom: 60px;
}
.social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social h5 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  margin-right: 40px;
}
.social .social_links {
  display: flex;
  gap: 20px;
}
.social .social_links a {
  width: 60px;
  height: 60px;
  border: 1px solid #383838;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_company {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
.cmptBox {
  background: #313131;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 40px 30px;
}
.cmptBox p {
  color: #fff;
  margin: 0;
}
.btm_row p {
  margin: 0;
  color: #8C8C8C;
  font-size: 14px;
}
.btm_row .text-right p {
  text-align: right;
}
.btm_row {
  padding: 30px 0;
}
.btm_row p a {
  text-decoration: underline;
  color: #8C8C8C;
  padding-left: 20px;
  margin-left: 20px;
}
.btm_row p a:last-child {
  border-left: 1px solid;
}
.enquiry_form {
  background: #F6F6F6;
  padding: 60px;
  margin-left: 75px;
}
.enquiry_form h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 40px;
}
.enquiry_form form label {
  display: none;
}
.enquiry_form form .input input,.enquiry_form form .input select {
  height: 44px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  color: #5C5C5C;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  box-shadow: none;
  outline: none;
  padding-bottom: 10px;
}
.enquiry_form form .input {
  margin-bottom: 30px;
}
.enquiry_form form .hs_submit.hs-submit input {
  width: 100%;
  background: #4D71FB;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}
.enquiry_form  p {
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.enquiry_form p a {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.ft_img .btn_modal {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background: #4D71FB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 44%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ft_img .btn_modal img {
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
}
.ftBox:hover .ft_img .btn_modal {
  opacity: 1;
  visibility: visible;
}
.modal-dialog {max-width: 1200px;}
.modal-dialog .icon_box img {
  position: absolute;
  left: 0;
  top: 0;
}
.modal-dialog .icon_box {
  padding-left: 110px;
}
.modal-dialog .icon_box h3 {
  color: #1C1C1C;
  font-weight: 500;
}
.modal-header {
  padding: 32px;
}
.modal-body {
  padding: 40px;
}
.modal-body h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.modal-body h2 .clr-blue {
  color: #4D71FB;
}
.modal-body p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 70px;
}
.modal-body .col-12:not(.col-md-6) img {
  margin-top: 40px;
}
.case_study_mobile {
  display: none;
}
.top_info .btn-toggle {
  display: none;
}
.secExpert .enquiry_form {
  background: #fff;
}

/*Mockup 2*/

.mockup2 .bn_form .enquiry_form {
  margin-left: 0;
  padding: 20px;
  background: #fff;
}
.mockup2 .bn_form .enquiry_form h3 {
  font-size: 28px;
  line-height: 36px;
}
.mockup2 .bn_form img {
  height: 285px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.mockup2 .bn_form .enquiry_form h3 br {
  display: none;
}
.mockup2 .bn_ctn {
  height: 916px;
}
.mockup2 .counters {
  margin-top: 170px;
}
.bn_form .field label {
  display: none;
}
.footer .txt_head h2 {
    margin-bottom: 20px;
}
.ft_logo {
    margin-bottom: 20px;
}


.clr-white {
  color: #fff !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.mobile_menu {
  display: none;
}
.clr-blue {
  color: #4D71FB !important;
}
.secExpert .txt_head h2 span {
    color: #4D71FB !important;
}

@media screen and (max-width: 1860px) and (min-width: 1410px) {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  body {
    zoom: 0.7;
  }
  .ct_info {
    width: 80%;
  }
}

@media screen and (max-width: 890px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bn_ctn {
    padding: 30px 20px;
    height: auto;
  }
  .bn_ctn h4 {
    font-size: 12px;
  }
  .bn_ctn h1 {
    margin: 25px 0;
    font-size: 42px;
    line-height: 50px;
  }
  .bn_ctn ul li, .clt_ctn ul li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 42px;
  }
  .bn_ctn ul li img, .clt_ctn ul li img {
    position: absolute;
    left: 0;
    top: 6px;
  }
  .counters {
    margin-top: 60px;
    display: block;
    padding: 0;
    border: none;
  }
  .counters .counter:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin-right: 0;
  }
  .counters .counter h3 {
    font-size: 48px;
    line-height: 60px;
  }
  .counters .counter p {
    font-size: 16px;
    line-height: 26px;
  }
  .secCompany .comp_bord {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .secCompany .txt_head {
    margin-bottom: 30px;
  }
  .secStress, .secReview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .txt_head h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .txt_head h2 br {
    display: none;
  }
  .stressBox {
    padding: 0 20px;
  }
  .stressBox h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
  }
  .stressBox p {
    font-size: 16px;
    line-height: 26px;
  }
  .enquiry_form {
    margin: 0;
    padding: 40px 20px;
  }
  .enquiry_form h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .enquiry_form form .input input, .enquiry_form form .input select {
    font-size: 16px;
  }
  .enquiry_form form .hs_submit.hs-submit input {
    font-size: 16px;
    padding: 16px;
  }
  .secServices {
    padding: 60px 0 40px;
  }
  .txt_head p {
    font-size: 15px;
    line-height: 26px;
  }
  .txt_head p br {
    display: none;
  }
  .txt_head {
    margin-bottom: 30px;
  }
  .serv_box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .serv_box img {
    margin-bottom: 24px;
  }
  .serv_box p {
    display: none;
  }
  .secServices .col-12.col-md-4 {
    margin-bottom: 15px;
  }
  .secCase {
    padding: 60px 0;
  }
  .secCta .row {
    padding: 40px 30px;
  }
  .secCta .txt_head h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .secCta .txt_head h2 br {
    display: none;
  }
  .btn-custom {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
  }
  .float_right {
    float: left;
    margin-top: 30px;
  }
  .clutchBox {
    padding: 40px 30px;
  }
  .icon_box h3 .stars img {margin-left: -7px;}
  .clutchBox .icon_box p {
    font-size: 14px;
  }
  .clutchBox h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .img_box {
    margin-top: 70px;
  }
  .img_box h4 {
    margin: 0;
  }
  .clt_ctn.txt_head {
    padding: 0;
    margin-top: 40px;
  }
  .secExpert {
    padding: 60px 0 50px;
  }
  .secExpert .txt_head ul li .nbr {
    position: absolute;
    left: 0;
    top: 0;
  }
  .secExpert .txt_head ul li {
    position: relative;
    padding-left: 54px;
  }
  .secExpert .txt_head h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .expert_logos {
    zoom: 0.5;
    justify-content: center;
  }
  .secFaq {
    padding: 60px 0;
  }
  .qt_box {
    margin-top: 30px;
    margin-right: 0;
  }
  .faq-question {
    font-size: 20px;
  }
  .faq-question .icon {
    width: 33px;
    height: 33px;
  }
  footer.footer {
    padding-top: 70px;
  }
  .ct_info {
    float: none;
    width: 100%;
  }
  .ct_info ul {
    display: block;
  }
  .ct_info ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .ct_info ul li .nbr {
    font-size: 20px;
  }
  .ct_info .or {
    margin: 15px 0;
  }
  footer.footer .row:first-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .social .social_links {gap: 10px;}
  .social {
    margin-top: 40px;
    display: block;
  }
  .social h5 {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .social .social_links a {
    width: 50px;
    height: 50px;
  }
  .btm_row p {
    text-align: center;
    padding: 0 50px;
  }
  .btm_row .text-right p {
    text-align: center;
    margin-top: 15px;
    padding: 0;
  }
  .btm_row p img {
    margin-top: 10px;
  }
  .footer_company .slick-track {
    display: flex;
    gap: 15px;
  }
  .cmptBox {
    min-height: 220px;
  }
  .cmptBox img {
    margin: -10px auto 20px;
  }
  .case_study {
    display: none;
  }
  .ftBox h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .ftBox .tags li, .modal-dialog .icon_box .tags li {
    font-size: 14px;
    line-height: 22px;
  }
  .case_study_mobile .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .case_study_mobile {
    display: block;
  }
  .top_info .btn-custom {
    display: none;
  }
  .top_info .call_icon span {
    display: none;
  }
  .top_info .call_icon img {
    width: 36px;
    height: 36px;
    padding: 8px;
    position: relative;
    top: auto;
    left: auto;
  }
  .top_info .call_icon {
    padding-left: 0;
    margin-right: 10px;
  }
  .top_info .btn-toggle {
    display: inline-block;
  }
  header#masthead {
    padding: 14px 0;
  }
  .secBanner .thumb img {
    height: auto;
  }
  .serv_box {
    min-height: inherit;
  }
  .case_study_mobile .ft_img .btn_modal {
    opacity: 1;
    visibility: visible;
    width: 65px;
    height: 65px;
  }
  .modal-header {
    padding: 15px;
  }
  .modal-dialog .icon_box {
    padding-left: 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  .modal-dialog .icon_box img {
    position: relative;
  }
  .modal-dialog .icon_box h3 {
    justify-content: center;
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0;
  }
  .modal-dialog .icon_box .tags {
    justify-content: center;
  }
  .modal-body {
    padding: 25px 15px;
    text-align: center;
  }
  .modal-body h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .modal-body p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .modal-body .thumbs .col-12 {
    margin: 10px 0;
  }
  .modal-body .col-12:not(.col-md-6) img {
    margin-top: 0;
  }
  .mobile_menu {
    padding: 20px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: none;
  }
  .mobile_menu .top_info {
    display: block;
  }
  .mobile_menu .top_info .call_icon {
    color: #000;
  }
  .mobile_menu .top_info .call_icon span {
    display: block;
  }
  .mobile_menu .top_info .btn-custom {
    display: block;
    text-align: center;
    margin: 0;
  }
  .mobile_menu .btn_close {
    position: absolute;
    right: 30px;
    top: 20px;
    display: inline-block;
    text-decoration: none;
  }
  .secExpert .enquiry_form {
    margin-top: 30px;
  }
  .mockup2 .counters {
    margin-top: 50px;
  }
  .col-12.col-md-6.slick-slide {
    padding: 0 5px;
  }
  .faq-answer {
    padding-right: 0;
  }
  .btm_row p a:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .mockup2 .bn_ctn {
    height: auto;
  }
  .secCase .txt_head h2 {
    text-align: center;
  }
}