@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-Bold.eot");
  src:
    url("../fonts/PathwayExtreme120pt-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-Bold.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-Bold.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-Bold.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-Bold.svg#PathwayExtreme120pt-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-Light.eot");
  src:
    url("../fonts/PathwayExtreme120pt-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-Light.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-Light.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-Light.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-Light.svg#PathwayExtreme120pt-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-Medium.eot");
  src:
    url("../fonts/PathwayExtreme120pt-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-Medium.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-Medium.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-Medium.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-Medium.svg#PathwayExtreme120pt-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-Regular.eot");
  src:
    url("../fonts/PathwayExtreme120pt-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-Regular.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-Regular.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-Regular.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-Regular.svg#PathwayExtreme120pt-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-ExtraBold.eot");
  src:
    url("../fonts/PathwayExtreme120pt-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-ExtraBold.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-ExtraBold.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-ExtraBold.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-ExtraBold.svg#PathwayExtreme120pt-ExtraBold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pathway Extreme 120pt";
  src: url("../fonts/PathwayExtreme120pt-SemiBold.eot");
  src:
    url("../fonts/PathwayExtreme120pt-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PathwayExtreme120pt-SemiBold.woff2") format("woff2"),
    url("../fonts/PathwayExtreme120pt-SemiBold.woff") format("woff"),
    url("../fonts/PathwayExtreme120pt-SemiBold.ttf") format("truetype"),
    url("../fonts/PathwayExtreme120pt-SemiBold.svg#PathwayExtreme120pt-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*-----RESET-----*/
:root {
  --white-color: #fff;
  --primary-color: #000000;
  --secondary-color: #11141c;
  --gray-color: #efefef;
  --light-gray: #f5f7f8;
  --blue-color: #003b7d;
  --text-light: 300;
  --text-semibold: 600;
  --box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

html,
body {
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Pathway Extreme 120pt", sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #000;
  line-height: 30px;
  letter-spacing: normal;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a img {
  border: none;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: "Myriad Pro";
  font-size: 1.125rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
ul {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
.copyright p a {
  color: var(--white-color);
  text-decoration: none;
}
.copyright p a:hover {
  color: var(--white-color);
  text-decoration: none;
}
/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: var(--secondary-color);
  font-family: "Pathway Extreme 120pt";
  font-weight: normal;
  opacity: 1;
}
::-moz-placeholder {
  color: var(--secondary-color);
  font-family: "Pathway Extreme 120pt";
  font-weight: normal;
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--secondary-color);
  font-family: "Pathway Extreme 120pt";
  font-weight: normal;
  opacity: 1;
}
::-moz-selection {
  color: #fff;
  background: #1a1818;
}
::selection {
  color: #fff;
  background: #1a1818;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input:invalid {
  box-shadow: none;
}
input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  height: auto !important;
  min-height: 96px;
  overflow: hidden;
  margin: 0;
}
.form-group {
  margin-bottom: 15px;
}
.message_areas {
  list-style: 0;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 40px;
  background: var(--white-color);
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.1px;
}
.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 100%;
}

.submit_btn {
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 3px;
  color: #fff;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-width: 110px;
  margin: 0 0 0 auto;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.submit_btn .submitbtn {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.form-control:focus {
  border-color: #fff !important;
}
select.form-control {
  background: url(../../assets/images/arrow-down.png) no-repeat top 20px right
    15px #fff;
  color: var(--secondary-color);
}
.submit_btn:hover {
  background: var(--white-color);
}
.submit_btn:hover .submitbtn {
  color: var(--blue-color);
}
/*-----STRUCTURE-----*/
.container,
.incontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.row::after,
.container::after,
.clearfix::after {
  clear: both;
}
.width50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hidden {
  display: none;
}
/* FLEX  */
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-none {
  flex: none;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.border-radius-20 {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  display: block;
}
.rounded-tl-md {
  border-top-left-radius: 15px;
}

.rounded-br-md {
  border-bottom-right-radius: 15px;
}

/*-----HELPER-----*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.mCSB_inside > .mCSB_container {
  margin-right: 35px;
}
.mCustomScrollbar .mCSB_scrollTools {
  opacity: 0;
}
.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1;
}
.cborder {
  border-radius: 5px;
}
/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 3px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--white-color);
  background: var(--blue-color);
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scrollTop > img {
  transform: rotate(-90deg);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}
@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/*-----BREADCRUMBS-----*/
.breadcrumb {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgb(0 6 25 / 65%), transparent);
}
.breadcrumb.service_breadcrumb {
  min-height: auto;
  background-color: #202020;
}
.breadcrumb.service_breadcrumb ul.woo_breadcums {
  text-align: center;
  padding: 15px 0;
}
.breadcrumb .container {
  width: 100%;
}
.pagetitle {
  font-size: calc(24px + (60 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  color: var(--white-color);
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
}
.breadcrumb .box_pattern {
  bottom: -60px;
}
.breadcrumb .box_pattern .white_box {
  margin-left: -60px;
}

ul.woo_breadcums {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 0;
}
ul.woo_breadcums li {
  list-style: none;
  color: var(--white-color);
  font-size: 16px;
  font-family: "Pathway Extreme 120pt";
  font-weight: normal;
  text-transform: capitalize;
}
ul.woo_breadcums li span {
  padding: 0;
}
ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 40px 0 0;
  display: inline-block;
}
ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  top: 4px;
  right: -24px;
  width: 11px;
  height: 9px;
  background: url(../../assets/images/svg/arrow-breadcurmb.svg) no-repeat;
}
ul.woo_breadcums li a:hover {
  text-decoration: underline;
}

/*-----CONTENT-----*/
h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="title_"] {
  font-size: inherit;
  font-family: "Pathway Extreme 120pt";
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
}

.title_xlg,
h1 {
  font-size: calc(24px + (46 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
}

.title_lg,
h2 {
  font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1920 - 320));
  line-height: 1.4;
}
.title_md,
h3 {
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  line-height: 1.4;
}
.title_sm,
h4 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
  line-height: 1.4;
}
.title_xs,
h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
  line-height: 30px;
}
.semi_head {
  background: var(--blue-color);
  border-radius: 3px;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 3px 11px;
  margin-bottom: 20px;
  display: inline-block;
}
.intro {
  margin-bottom: 40px;
}
.border_left {
  border-left: 1px solid var(--primary-color);
  padding-left: 28px;
}
/* TEXT CASE */
.uppercase {
  text-transform: uppercase;
}
.w-full {
  width: 100%;
}

.font-regular {
  font-weight: normal;
}
.font-light {
  font-weight: var(--text-light);
}
.font-semibold {
  font-weight: var(--text-semibold);
}
.font-bold {
  font-weight: bold;
}
.text_white {
  color: var(--white-color);
}
.text-black {
  color: var(--secondary-color);
}
.text-yellow {
  color: var(--box-color);
}
.text-gray {
  color: #9f9f9f;
}
.background-black {
  background: var(--primary-color);
}
.darkgray-bg {
  background: var(--secondary-color);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* BACKRGOUND */
.lightgraybg {
  background: #f5f7f8;
}
.blackbg {
  background: var(--primary-color);
}
.blackbg p,
.blackbg [class*="title_"] {
  color: var(--white-color);
}

.mb_0 {
  margin-bottom: 0;
}
.my_100 {
  margin: 100px 0;
}
.py_100 {
  padding: 100px 0;
}
.mt_50 {
  margin-top: 50px !important;
}
.mb_50 {
  margin-bottom: 50px;
}

/*P tags*/
p {
  margin-bottom: 30px;
  letter-spacing: normal;
  font-family: "Pathway Extreme 120pt";
  font-weight: 500;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
  color: var(--blue-color);
}
p a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
/*Default List*/
ul {
  margin-bottom: 25px;
}
.dlist {
  display: flex;
  flex-wrap: wrap;
}
.dlist li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 22px;
  flex: 0 0 100%;
  color: #000;
  font-weight: 500;
}
.half li {
  flex: 0 0 50%;
}
.thrice li {
  flex: 0 0 33.33%;
}
.dlist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: rgb(0 0 0 / 60%);
  border-radius: 100%;
  font-weight: 500;
}
.dlist li:not(:last-child) {
  margin-bottom: 12px;
}

/*Inner Content*/
.intro [class*="title-"] {
  margin-bottom: 0.938rem;
}
.inpage {
  padding: 100px 0;
  background-image: linear-gradient(to bottom, #f3f6ff, transparent 30%);
}

hr {
  margin: 45px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
}

/*-----BUTTONS-----*/

.btnlist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -7px;
}
.btnlist li {
  padding: 0px 7px;
}
[class*="btn_"] {
  font-family: "Pathway Extreme 120pt";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: var(--white-color);
  text-transform: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  padding: 5px 20px;
  overflow: hidden;
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
  min-height: 52px;
  min-width: 230px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.btn_white {
  color: var(--primary-color);
  background: var(--white-color);
  border-color: var(--white-color);
}
[class*="btn_"] img {
  margin-right: 16px;
}
[class*="btn_"]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: var(--blue-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
[class*="btn_"]:hover:before {
  height: 100%;
}
[class*="btn_"]:hover {
  color: var(--white-color);
  border-color: var(--blue-color);
}
.btn_theme:hover {
  color: var(--blue-color);
}
.btn_theme:before {
  background-color: var(--white-color);
}

[class*="btn_"]:hover span > img {
  filter: brightness(0) invert(1);
}
.btn_theme:hover span > img {
  filter: invert(16%) sepia(92%) saturate(1446%) hue-rotate(193deg)
    brightness(101%) contrast(108%);
}

/* [class*="btn_"]:hover{
  background-image: linear-gradient(90deg, #fff 0%, #003B7D 49%, #fff 80%, #003B7D 100%);
  animation: slidebg 5s linear infinite;
}

@keyframes slidebg {
  to {
    background-position:20vw;
  }
} */

@-webkit-keyframes sidearrow {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-0.2em);
  }
}
.btn_alink {
  background: transparent;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 1px solid var(--blue-color);
  border-radius: 0;
  min-height: auto;
  color: var(--blue-color);
  font-size: 16px;
  font-weight: 500;
  min-width: auto;
}
.btn_alink img {
  margin-left: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.btn_alink:before {
  content: none;
}
.btn_alink:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn_alink:hover span img {
  transform: rotate(-45deg);
  filter: brightness(0);
}

.btn_border {
  border-color: var(--primary-color);
}
.btn_arrow {
  text-transform: uppercase;
  font-size: 16px;
  min-height: 42px;
  font-weight: 500;
}
.btn_arrow img {
  margin: 0 0 0 10px;
}
.btn_theme img {
  filter: brightness(0) invert(1);
}

/* *********** SLICK SLIDER ************* */

ul.service_list li {
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.page-id-809 .subsv_section {
  padding-bottom: 50px;
}

.slick-arrow .slick-prev:before,
.slick-arrow .slick-next:before {
  content: none;
}
.slick-arrow .slick-prev:after,
.slick-arrow .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 26px;
  filter: brightness(0) invert(0.6);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.slick-arrow .slick-prev:after {
  background: url(../../assets/images/arrow-left.png);
}
.slick-arrow .slick-next:after {
  background: url(../../assets/images/arrow-right.png);
}
.slick-arrow .slick-prev:hover:after,
.slick-arrow .slick-next:hover:after {
  filter: inherit;
}

/* ************ BOX PATTERN *********** */
.box_pattern {
  position: absolute;
  z-index: 1;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.box_pattern span {
  width: 60px;
  height: 60px;
  display: flex;
}
.box_pattern .white_box {
  background-color: rgb(255 255 255 / 70%);
}
.box_pattern .blue_box {
  background-color: var(--blue-color);
}
.box_pattern.bluebox_first .blue_box {
  margin-left: 60px;
}
.box_pattern.bluebox_first {
  display: flex;
  flex-direction: column-reverse;
}
.bottom_box {
  bottom: -60px;
}
.hm_content .box_pattern {
  bottom: -160px;
}

/* *********** INPAGE CTA  ************* */
.inner_cta_wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.inner_cta_wrapper p {
  font-size: 16px;
  line-height: 22px;
}
.inner_cta_wrapper .btnlist {
  margin-top: 30px;
}
/* ***********  OUR SERVICES  ************* */
.hm_services {
  background: var(--primary-color);
  padding: 80px 0 100px;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.service_list li {
  width: 33.33%;
  padding: 0 25px;
}
.serinfo {
  background: var(--white-color);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.serinfo .title_sm {
  width: calc(100% - 44px);
  margin-bottom: 0;
  padding-right: 20px;
  line-height: 26px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.arrow_click {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.ser_intro {
  align-items: center;
}
.ser_intro .intro {
  width: calc(100% - 680px);
}
.ser_intro .title_md {
  line-height: 1.2;
  max-width: 585px;
}
.ser_intro p {
  width: 680px;
  color: var(--white-color);
  font-size: 18px;
}
.service_js.slick-initialized {
  display: block;
}
.serbox {
  position: relative;
}
/* HOVER */
.serbox:hover .serinfo {
  background: var(--blue-color);
}
.serbox:hover .serinfo .title_sm {
  color: var(--white-color);
}
.serbox:hover .serinfo .arrow_click {
  border-color: #0757b1;
  background: #033063;
}
.serbox:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: url(../../assets/images/border-img.svg);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.serbox:hover:after {
  opacity: 1;
  animation: slidebg 8s linear infinite;
}

@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}

/* ***********  content wrapper  ************* */
.dark_background {
  background: var(--primary-color);
}

.dark_background p,
.dark_background [class*="title_"] {
  color: var(--white-color);
}
.image_block {
  width: 543px;
}
.ctent_block {
  width: calc(100% - 543px);
  padding-left: 150px;
}
.kayfactor_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: space-between;
  margin-bottom: 0;
}
.kayfactor_list li {
  width: 48%;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 30px;
}
.kayfactor_list li:nth-child(n + 3) {
  margin-top: 45px;
}
.kayfactor_list li .kaybox {
  display: flex;
  align-items: center;
}
.kayfactor_list li .kaybox .icon {
  width: 50px;
  position: relative;
}
.kayfactor_list li .kaybox .icon:before {
  content: "";
  position: absolute;
  top: 3px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgb(148 148 148 / 10%);
  left: 0;
  z-index: -1;
}
.kayfactor_list li .kaybox .title_xs {
  width: calc(100% - 50px);
  padding-left: 15px;
  margin-bottom: 0;
}
.year_of_experience {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--blue-color);
  max-width: 256px;
  padding: 30px;
}
.year_of_experience .title_sm {
  font-size: 24px;
  color: var(--white-color);
  line-height: 30px;
  text-align: center;
}
.year_of_experience .circle_icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.left_image {
  width: 650px;
}
.right_image {
  width: calc(100% - 650px);
  padding-left: 100px;
}
.ctent_img {
  width: 650px;
}
.ctent_left {
  width: calc(100% - 650px);
  padding-right: 100px;
}
.row-reverse .ctent_left {
  padding-left: 100px;
  padding-right: 0;
}
.content_btm_space .content_wrapper:not(:last-child) {
  margin-bottom: 100px;
}
/* .content_wrapper [class*="btn_"]{
  margin-top: 40px;
} */
.ctent_left ul {
  margin-top: 25px;
}

/* ***********  BRANDS WE WORK WITH  ************* */
.hm_brands {
  background: var(--primary-color);
  position: relative;
  padding: 130px 0 110px;
}
.brands_list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -0.5px 0;
  justify-content: center;
}
.brands_list li {
  width: 16.66%;
  padding: 0.5px;
}
.brandbox {
  background: var(--white-color);
  min-height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ***********  CASE STUDIES  ************* */
.hm_casetudies {
  margin-top: 90px;
}
.studies_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px 75px;
}
.studies_list li {
  padding: 0 21px;
  width: 25%;
}
.studies_list li:nth-child(n + 5) {
  margin-top: 50px;
}
.case_info .title_xs {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid rgb(112 112 112 / 10%);
}
.case_info p {
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caseimg,
.case_info {
  position: relative;
}
.case_date {
  position: absolute;
  top: -65px;
  right: 0;
  width: 68px;
  background: var(--primary-color);
  font-size: 14px;
  color: var(--white-color);
  font-weight: 600;
}
.case_date span {
  display: block;
}
.case_date span.date {
  background: var(--blue-color);
  font-size: 24px;
  line-height: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_date span.montly_date {
  text-align: center;
  min-height: 34px;
  padding: 4px;
}
.case_info .title_xs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--blue-color);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.casebox:hover .case_info .title_xs:before {
  width: 100%;
}
.caseimg:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 59 125 / 50%);
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.casebox:hover .caseimg:before {
  opacity: 1;
}

/* ***********  CTA  ************* */
.cta_Wrappper {
  border-radius: 3px;
  overflow: hidden;
  background: rgb(0 0 0 / 80%);
  position: relative;
  margin-bottom: 4px;
}
.border_btm_img {
  position: relative;
}
.border_btm_img:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  background: url(../../assets/images/border-img.svg) no-repeat;
  width: 100%;
  height: 4px;
}
.cta_inner {
  padding: 40px 70px;
}
.cta_inner .title_sm {
  color: var(--white-color);
  margin-bottom: 0;
  width: calc(100% - 512px);
}
.cta_inner .btnlist {
  width: 512px;
}
.dlist a {
  display: inline-block !important;
  text-decoration: underline !important;
  color: var(--blue-color) !important;
}
/* ***********  FAQ  ************* */
.faq_img {
  width: 543px;
}
.faq_right {
  width: calc(100% - 543px);
  padding-left: 150px;
}
.faq_right .faq_accordion {
  border-bottom: 0;
}
.faq_accordion {
  border-bottom: 1px solid var(--primary-color);
}
.faq_right .faq_accordion .dlist {
  margin-bottom: 0;
}
.faq_right .faq_accordion p + ul {
  margin-top: 30px;
}
/* ***********  FOOTER  ************* */
footer {
  background: #202020;
  margin-top: 38px;
}
.ft_bottom {
  background: var(--primary-color);
  padding: 80px 0 45px;
}
.ft_block1 {
  width: calc(100% - 350px);
}
.ft_block2 {
  width: 350px;
}
.ft_top {
  position: relative;
}
.ft_logo > a {
  position: absolute;
  top: -50px;
}
.ftlabel {
  font-size: 14px;
  line-height: 100%;
  color: var(--white-color);
  margin-bottom: 12px;
  position: relative;
}
.quick_link li a {
  line-height: 100%;
  display: block;
  font-size: 14px;
  color: rgb(255 255 255 / 50%);
  padding: 5px 0;
}
.quick_link li a:hover,
.quick_link li.active a {
  color: var(--white-color);
}
.quick_link li:not(:last-child) {
  margin-bottom: 6px;
}
.ft_block1 .col3 {
  width: 315px;
}
.ft_block1 .col3:nth-child(2) {
  width: 400px;
}
.abntxt {
  font-size: 14px;
  color: var(--white-color);
  line-height: 100%;
  margin: 25px 0;
}
.social_list li {
  margin-right: 4px;
}
.icon_box {
  display: flex;
  align-items: center;
  color: var(--white-color);
}
.icon_box .icon {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.icon_box p,
.icon_box a {
  font-size: 14px;
  line-height: 26px;
  color: var(--white-color);
  display: block;
}
.icon_box .add_info a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.icon_box .add_info a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--white-color);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.icon_box .add_info a:hover:before {
  width: 100%;
}

.ft_logo {
  width: 265px;
}
.ft_ctact_address {
  width: calc(100% - 265px);
  padding: 24px 0;
}
.ft_form {
  background: #2d2d2d;
  padding: 30px 30px 32px;
  border-radius: 5px;
}
.ft_form .sub-btnblk {
  margin-top: 15px;
}
.ft_form .title-md {
  color: var(--white-color);
  margin-bottom: 10px;
}
.ft_form textarea {
  min-height: 64px;
}
.ft_form .submit_btn .submitbtn {
  padding: 10px 20px;
}

.copyright p {
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
  text-align: center;
  padding: 10px 0;
}
.copyright p span {
  font-size: 16px;
  position: relative;
  top: 3px;
}
footer .ft_block2 ::-webkit-input-placeholder {
  color: #000;
}
footer .ft_block2 ::-moz-placeholder {
  color: #000;
}
footer .ft_block2 :-ms-input-placeholder {
  color: #000;
}

/*----- thank you 0r error -----*/
.thank_you_content {
  text-align: center;
}
.thank_you_content p {
  font-size: 18px;
}
.thank_you_content p a:hover {
  color: var(--primary-color);
}
.thank_you_content > img {
  margin: 0 auto;
}
/*----- FORM COMMON  -----*/
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white-color);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -5px;
}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  color: #333333;
  font-size: 16px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/Icon-validation.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

/*======= START HOVER EFFECT ===========*/

@media (hover: hover) and (pointer: fine) {
}

/*===== No Hover =====*/

@media (any-hover: none) {
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
/* Super large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) {
  .container {
    max-width: 1430px;
  }
}

/* START MEDIA QUERY  */

@media screen and (max-width: 1439.99px) {
  /* CASE STUDIES */
  .studies_list {
    margin: 0 -10px 75px;
  }
  .studies_list li {
    padding: 0 10px;
  }
  .case_info .title_xs {
    padding: 20px 0;
  }
  .case_info p {
    padding-left: 0;
  }
  .case_date {
    top: -55px;
  }
  .case_date span.date {
    font-size: 20px;
    min-height: 55px;
  }
  .case_date span.montly_date {
    font-size: 12px;
    line-height: 100%;
    min-height: 24px;
  }

  /* SERVICE */
  .serinfo {
    padding: 25px 20px;
  }
  .service_list {
    margin: 0 -12px;
  }
  .service_list li {
    padding: 0 12px;
  }
  .arrow_click {
    width: 35px;
    height: 35px;
  }
  .serinfo {
    justify-content: space-between;
  }

  /* CTA */
  .cta_inner {
    padding: 30px;
  }

  /* CONTENT SECTION */
  .left_image,
  .image_block {
    width: 500px;
  }
  .right_image,
  .ctent_block {
    width: calc(100% - 500px);
    padding-left: 60px;
  }
  .kayfactor_list li .kaybox .title_xs {
    line-height: 26px;
  }
  .kayfactor_list li {
    padding-bottom: 20px;
  }
  .kayfactor_list li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .kayfactor_list {
    margin-top: 40px;
  }

  .ctent_left {
    width: calc(100% - 500px);
    padding-right: 60px;
  }
  .ctent_img {
    width: 500px;
  }
  .row-reverse .ctent_left {
    padding-left: 60px;
  }

  /* FAQ */
  .faq_img {
    width: 500px;
  }
  .faq_right {
    width: calc(100% - 500px);
    padding-left: 80px;
  }

  /* BRANDS */
  .brandbox {
    padding: 15px;
  }

  /* FOOTER */
  .icon_box .icon {
    margin-right: 10px;
  }
  .ft_logo {
    width: 180px;
  }
  .ft_ctact_address {
    width: calc(100% - 180px);
    padding: 24px 0 24px 30px;
  }
  .ft_block2 {
    width: 260px;
  }
  .ft_block1 {
    width: calc(100% - 260px);
  }
  .ft_form {
    padding: 20px;
  }
  .ft_block1 .col3 {
    width: 235px;
  }
  .ft_block1 .col3:nth-child(2) {
    width: 300px;
  }
}
@media screen and (max-width: 1199.99px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  .inpage {
    padding: 40px 0;
  }
  .intro p {
    font-size: 14px;
    line-height: 24px;
  }
  .breadcrumb {
    padding: 100px 0 60px;
    min-height: auto;
  }
  .breadcrumb .box_pattern {
    bottom: -30px;
  }
  .breadcrumb .box_pattern .white_box {
    margin-left: -30px;
  }
  .breadcrumb.service_breadcrumb {
    padding: 0;
  }
  [class*="btn_"],
  .btn_arrow {
    font-size: 14px;
    padding: 5px 15px;
    min-height: 42px;
    min-width: 190px;
  }
  .semi_head {
    font-size: 16px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="title_"] {
    margin-bottom: 10px;
  }
  .title_xs,
  h5 {
    line-height: 1.4;
  }

  .intro {
    margin-bottom: 20px;
  }

  .my_100 {
    margin: 40px 0;
  }
  .mt_50 {
    margin-top: 30px !important;
  }
  .py_100 {
    padding: 40px 0;
  }
  .mb_50 {
    margin-bottom: 30px;
  }

  /* CASE STUDIES */
  .hm_casetudies {
    margin-top: 40px;
  }
  .studies_list {
    margin: 0 -10px 30px;
  }
  .studies_list li {
    padding: 0 5px;
  }
  .case_info .title_xs {
    padding: 12px 0;
  }
  .case_date {
    top: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .case_date span.date {
    width: 60%;
  }
  .case_date span.montly_date {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case_date span.date {
    min-height: 45px;
  }
  .studies_list li {
    width: 33.33%;
  }
  .studies_list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  /* SERVICES */
  .hm_services {
    padding: 40px 0;
  }
  .hm_services .ser_intro .intro {
    width: 100%;
    text-align: center;
  }
  .hm_services .ser_intro .title_md {
    margin: 0 auto;
  }
  .ser_intro p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .serinfo .title_sm {
    font-size: 16px;
    line-height: 24px;
  }

  /* FAQ */
  .faq_img {
    width: 400px;
  }
  .faq_right {
    width: calc(100% - 400px);
    padding-left: 30px;
  }

  /* BRANDS */
  .hm_brands {
    padding: 40px 0;
  }
  .brands_list {
    margin: 20px -0.5px 0;
  }
  .brands_list li {
    width: 33.33%;
  }
  .brandbox {
    min-height: 100px;
  }

  /* CONTENT */
  .ctent_left {
    width: calc(100% - 400px);
    padding-right: 30px;
  }
  .ctent_img,
  .image_block {
    width: 400px;
  }
  .row-reverse .ctent_left {
    padding-left: 30px;
  }
  .ctent_block {
    width: calc(100% - 400px);
    padding-left: 30px;
  }

  .content_btm_space .content_wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
  .year_of_experience .title_sm {
    font-size: 18px;
    line-height: 26px;
  }
  .year_of_experience .circle_icon {
    margin: 0 auto 10px;
  }
  .year_of_experience {
    padding: 15px;
  }
  .kayfactor_list li .kaybox .icon {
    width: 35px;
  }
  .kayfactor_list li .kaybox .title_xs {
    width: calc(100% - 35px);
  }
  .kayfactor_list li {
    padding-bottom: 12px;
  }
  .kayfactor_list li:nth-child(n + 3) {
    margin-top: 12px;
  }

  .box_pattern span {
    width: 30px;
    height: 30px;
  }
  .box_pattern.bluebox_first .blue_box {
    margin-left: 30px;
  }
  .hm_content .box_pattern {
    bottom: -70px;
  }

  /* FOOTER */
  .ft_bottom {
    padding: 40px 0;
  }
  .ft_block1 .col3:nth-child(2),
  .ft_block1 .col3 {
    width: auto;
  }
  .ft_block1,
  .ft_block2 {
    width: 100%;
  }
  .ft_block2 {
    margin-top: 20px;
  }
  .ft_logo {
    width: 120px;
  }
  .ft_logo > a {
    top: -23px;
    max-width: 120px;
  }
  .ft_ctact_address {
    width: calc(100% - 120px);
    padding: 13px 0 13px 30px;
  }
  .ft_ctact_address .address_info {
    align-items: flex-start;
  }
  .ft_ctact_address .address_info li .icon_box {
    flex-wrap: wrap;
  }
  .ft_ctact_address .address_info li .icon_box .icon {
    margin: 0 auto 8px;
  }
  .ft_ctact_address .address_info li .icon_box .add_info {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 991.99px) {
  .sticky {
    position: relative;
    top: 0;
  }

  .box_pattern,
  .box_pattern.bluebox_first {
    display: none;
  }

  /* CASE STUDIES */
  .studies_list li {
    width: 33.33%;
  }
  .studies_list li:nth-child(n + 4) {
    margin-top: 20px;
  }

  /* SERVICES */
  .service_list {
    margin: 0 -5px;
  }
  .service_list li {
    padding: 0 5px;
  }
  .arrow_click {
    display: none;
  }
  .serinfo .title_sm {
    width: 100%;
    padding-right: 0;
    line-height: 22px;
    min-height: 44px;
  }
  .serinfo {
    padding: 10px 15px;
  }

  /* CTA */
  .cta_inner {
    justify-content: center;
    text-align: center;
  }
  .cta_inner .title_sm {
    margin-bottom: 20px;
  }
  .cta_inner .title_sm,
  .cta_inner .btnlist {
    width: 100%;
  }

  /* CONTENT */
  .ctent_left,
  .image_block {
    width: 100%;
    padding-right: 0;
  }
  .ctent_img,
  .ctent_block {
    width: 100%;
    margin-top: 30px;
  }
  .row-reverse .ctent_left,
  .ctent_block {
    padding-left: 0;
  }
  .ctent_left .btnlist {
    justify-content: flex-start;
  }
  .image_experience {
    max-width: 543px;
  }

  /* FAQ */
  .faq_img {
    width: 100%;
  }
  .faq_right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  /* FOOTER */
  .ft_ctact_address {
    width: 100%;
    padding: 10px 0;
  }
  .ft_logo {
    width: 120px;
    margin: 0 auto;
  }
  .ft_logo > a {
    position: relative;
  }
  .ft_ctact_address .address_info li .icon_box .add_info p br {
    display: none;
  }
}
@media screen and (max-width: 767.99px) {
  /* SLIDER */
  .slick-arrow .slick-prev,
  .slick-arrow .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-arrow .slick-prev:after,
  .slick-arrow .slick-next:after {
    background-size: 14px;
    top: 5px;
    left: 3px;
  }

  /* CASE STUDIES */
  .studies_list li {
    width: 50%;
  }
  .studies_list li:nth-child(n + 3) {
    margin-top: 20px;
  }

  /* FOOTER */
  .ft_block1 .col3:nth-child(2),
  .ft_block1 .col3 {
    width: 100%;
  }
  .nav_col ul.quick_link,
  .ft_block1 .col3 .abntxt,
  .ft_block1 .col3 .social_wrap {
    display: none;
  }
  .hidden.show_abn_follow {
    display: block;
    border-top: 1px solid #202020;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }
  .nav_col .ftlabel {
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #202020;
    font-size: 16px;
  }
  .nav_col .ftlabel:after {
    content: "+";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 26px;
    color: var(--white-color);
    line-height: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
  }
  .nav_col .ftlabel.showhide:after {
    content: "-";
  }

  .ft_ctact_address .address_info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft_ctact_address .address_info li:not(:last-child) {
    width: 50%;
    margin-bottom: 15px;
  }
  .ft_ctact_address .address_info li .icon_box p,
  .ft_ctact_address .address_info li .icon_box a {
    line-height: 20px;
  }

  /* SERVICES */
  .service_list li {
    width: 50%;
  }
  .service_list.inner_service_list li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575.99px) {
  .thrice li {
    flex: 0 0 100%;
  }

  .width50 {
    width: 100%;
  }
  .btnlist li:not(:last-child) {
    margin-bottom: 8px;
  }

  /* SERVICES */
  .serinfo .title_sm {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }

  .year_of_experience .title_sm {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .kayfactor_list li {
    width: 100%;
  }
  .kayfactor_list li:nth-child(n + 2) {
    margin-top: 12px;
  }

  /* CASE STUDIES */
  .case_info .title_xs {
    padding: 8px 0;
    min-height: 60px;
  }
  .case_date span.date {
    width: 35%;
    font-size: 16px;
  }
  .case_date span.montly_date {
    width: 65%;
  }
  .case_info p {
    font-size: 14px;
    line-height: 22px;
    height: 45px;
  }

  /* BRANDS */
  .brandbox {
    min-height: 80px;
    padding: 5px;
  }
}

@media screen and (max-width: 360px) {
}
.copyright p a img {
  display: inline-block;
}
