@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

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

:root {
  /* font-family */
  --primary-font: 'degular', sans-serif;
  --secondary-font: 'Instrument Serif', serif;

  /* color */
  --white: #fff;
  --black: #000;

  /* size */
  --font-32: 32px;
  --font-24: 24px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;

  /* space */
  --space-10: 10px;
  --space-20: 20px;
  --space-30: 30px;
  --space-40: 40px;
  --space-50: 50px;
  --space-60: 60px;
  --space-70: 70px;
  --space-80: 80px;
  --space-90: 90px;
  --space-100: 100px;
  --space-120: 120px;

  /* width */
  --width-100: 100%;
  --width-50: 50%;
  --width-33: 33.33%;
  --width-25: 25%;
  --width-20: 20%;
  --width-16: 16.66%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
  outline: none;
}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bold;
}
/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}
/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: var(--black);
}
/** 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;
}
/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
  font: inherit;
}
/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/** 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;
}
/** Change the cursor in all browsers (opinionated). */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
  cursor: default;
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted;
}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/** 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  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;
}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type='search'] {
  -webkit-appearance: textfield;
}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
blockquote {
  max-width: 100%;
  padding-top: 0px;
  position: relative;
  margin: 30px 0px;
  background-image: url('../../assets/images/quote-bg.svg');
  background-repeat: no-repeat;
  background-position: top left;
}

blockquote .wp-mycore:first-child p {
  color: rgb(0 0 0 / 20%);
  font-family: 'Instrument Serif';
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 20px;
}
blockquote p {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
blockquote .wp-mycore:nth-child(2) p {
  font-size: 22px;
  line-height: 26px;
}
blockquote *:last-child {
  margin: 0;
}
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 1px solid #f2a1ad;
  outline: 0;
}
textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
label,
legend {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5rem;
  color: #302c2e;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
}
input[type='submit']:focus {
  outline: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(47, 45, 45, 0.7);
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(47, 45, 45, 0.7);
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(47, 45, 45, 0.7);
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(47, 45, 45, 0.7);
}
input:focus {
  outline: none;
}
dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}
dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
dl {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
}
*:not([class*='acf-'])li {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 5px 9px;
  background-size: 7px;
  background-image: url('../../assets/images/triangle.svg');
}

ol {
  list-style: decimal inside;
}
dt,
dd,
li {
  margin-bottom: 10px;
}
hr {
  border-top: 0.1rem solid #4a4d50;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem;
}
input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.4rem;
}
pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
  margin-bottom: 0;
}
table {
  width: 100%;
}
.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-stratch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.tacenter {
  text-align: center;
}
.taright {
  text-align: right;
}
.taleft {
  text-align: left;
}
.relative {
  position: relative;
}
body,
html {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.bg-white {
  background: var(--white);
}
.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}

blockquote:last-child {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}

h1 {
  font-size: 73px;
  line-height: 79px;
}
h2 {
  font-size: 50px;
  line-height: 67px;
}
h3 {
  font-size: 46px;
  line-height: 48px;
  font-family: var(--primary-font);
  font-weight: 600;
}
h4 {
  font-size: 30px;
  line-height: 43px;
}
h5 {
  font-size: 20px;
  line-height: 22px;
}
h6 {
  font-size: 18px;
  line-height: 20px;
}

.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.pb-10 {
  padding-bottom: var(--space-10) !important;
}
.pb-20 {
  padding-bottom: var(--space-20) !important;
}
.pb-30 {
  padding-bottom: var(--space-30) !important;
}
.pb-40 {
  padding-bottom: var(--space-40) !important;
}
.pb-50 {
  padding-bottom: var(--space-50) !important;
}
.pb-60 {
  padding-bottom: var(--space-60) !important;
}
.pb-70 {
  padding-bottom: var(--space-70) !important;
}
.pb-80 {
  padding-bottom: var(--space-80) !important;
}
.pb-90 {
  padding-bottom: var(--space-90) !important;
}
.pb-100 {
  padding-bottom: var(--space-100) !important;
}
.pb-120 {
  padding-bottom: var(--space-120) !important;
}

.pt-10 {
  padding-top: var(--space-10) !important;
}
.pt-20 {
  padding-top: var(--space-20) !important;
}
.pt-30 {
  padding-top: var(--space-30) !important;
}
.pt-40 {
  padding-top: var(--space-40) !important;
}
.pt-50 {
  padding-top: var(--space-50) !important;
}
.pt-60 {
  padding-top: var(--space-60) !important;
}
.pt-70 {
  padding-top: var(--space-70) !important;
}
.pt-80 {
  padding-top: var(--space-80) !important;
}
.pt-90 {
  padding-top: var(--space-90) !important;
}
.pt-100 {
  padding-top: var(--space-100) !important;
}
.pt-120 {
  padding-top: var(--space-120) !important;
}

.mt-10 {
  margin-top: var(--space-10) !important;
}
.mt-20 {
  margin-top: var(--space-20) !important;
}
.mt-30 {
  margin-top: var(--space-30) !important;
}
.mt-40 {
  margin-top: var(--space-40) !important;
}
.mt-50 {
  margin-top: var(--space-50) !important;
}
.mt-60 {
  margin-top: var(--space-60) !important;
}
.mt-70 {
  margin-top: var(--space-70) !important;
}
.mt-80 {
  margin-top: var(--space-80) !important;
}
.mt-90 {
  margin-top: var(--space-90) !important;
}
.mt-100 {
  margin-top: var(--space-100) !important;
}
.mt-120 {
  margin-top: var(--space-120) !important;
}

.mb-10 {
  margin-bottom: var(--space-10) !important;
}
.mb-20 {
  margin-bottom: var(--space-20) !important;
}
.mb-30 {
  margin-bottom: var(--space-30) !important;
}
.mb-40 {
  margin-bottom: var(--space-40) !important;
}
.mb-50 {
  margin-bottom: var(--space-50) !important;
}
.mb-60 {
  margin-bottom: var(--space-60) !important;
}
.mb-70 {
  margin-bottom: var(--space-70) !important;
}
.mb-80 {
  margin-bottom: var(--space-80) !important;
}
.mb-90 {
  margin-bottom: var(--space-90) !important;
}
.mb-100 {
  margin-bottom: var(--space-100) !important;
}
.mb-120 {
  margin-bottom: var(--space-120) !important;
}

.grid-layout {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-layout.column-2 {
  margin-left: -20px;
  margin-right: -20px;
}
.grid-layout.column-5 {
  margin-left: -6px;
  margin-right: -6px;
}
.grid-layout.column-1 .item {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.grid-layout.column-2 .item {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.grid-layout.column-3 .item {
  width: calc(33% - 20px);
  margin: 0 10px;
}
.grid-layout.column-4 .item {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.grid-layout.column-5 .item {
  width: calc(20% - 12px);
  margin: 0 6px;
}

.one_column {
  width: var(--width-100);
}
.two_column {
  width: var(--width-50);
}
.three_column {
  width: var(--width-33);
}
.four_column {
  width: var(--width-25);
}
.five_column {
  width: var(--width-20);
}
.six_column {
  width: var(--width-16);
}

.primary_btn {
  color: #274195;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: underline;
  cursor: pointer;
  color: #232222;
  transition: all 0.3s ease-in-out;
}
a:hover {
  outline: none;
  color: #274195;
}
p {
  font-weight: 400;
  font-size: var(--font-16);
  line-height: 23px;
  color: #232222;
}
img {
  max-width: 100%;
  height: auto;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}
.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.paddingtop {
  padding: 100px 0px;
}
.inline__block {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.gfield_label {
  display: none !important;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  background: var(--white);
  border: none !important;
  outline: none;
  padding: 15px 15px 12px 15px !important;
  margin-bottom: 0px;
  height: 53px;
  outline: none;
  font-size: 16px !important;
  line-height: 26px;
  color: rgba(47, 45, 45, 0.7);
  border-radius: 8px;
}
.gform_wrapper .ginput_container textarea {
  height: 135px;
  margin-top: 0px;
}
.gform_wrapper input[type='submit'] {
  max-width: 115px;
  padding: 0px !important;
  background-color: transparent !important;
  border: none;
  color: #274195;
  height: 40px;
  border-bottom: 1px solid #274195;
  border-radius: 0px !important;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  background-image: url('../../assets/images/blue-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right;
  padding-right: 40px !important;
  background-size: 17px;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper input[type='submit']:hover {
  color: #000;
  border-bottom: 1px solid #000;
  background-image: url('../../assets/images/black-arrow.svg') !important;
  outline: 0;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  color: #f00;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}

.ie8 * {
  outline: none;
}
img {
  border: none;
}
body {
  color: #232222;
  font-size: var(--font-16);
  line-height: 23px;
  overflow-x: hidden;
  position: relative;
  background: var(--white);
  font-weight: 400;
  font-family: var(--primary-font);
}
html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/*form*/
.gform_validation_errors {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: var(--white) !important;
}
.gfield_error input {
  border-color: #c02b0a !important;
}
search .search-no-results .search form {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.search-no-results .search input {
  margin-bottom: 0;
  border: 1px solid #182c61 !important;
  border-radius: 0 !important;
  height: 50px;
  transition: all 0.5s ease-in-out;
  padding: 0.6rem 1rem;
  width: 100%;
}
.search-no-results .search input#searchsubmit {
  width: 160px;
  height: 50px;
  background-color: #182c61;
  border: 0 none;
  color: var(--white);
  border-radius: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

/*pagination*/
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  font-size: 20px;
  border: 1px solid #001347;
  color: #001347;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.pagination .next.page-numbers {
  min-width: 80px;
}
.pagination .page-numbers:hover {
  background: #001347;
  color: var(--white);
}

/*article.search-entry*/
article.search-entry {
  display: block;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
  box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
  border-radius: 8px;
  margin: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(33.33% - 20px);
}
article.search-entry h2 {
  font-size: 20px;
}
article.search-entry a {
  background-color: var(--white);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  padding: 20px 30px;
  display: block;
}
article.search-entry a:hover {
  background-color: #b7bcf3;
}
article.search-entry a:hover .search-entry-type {
  color: var(--black);
}
.search-entry-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; /* justify-content: space-between; */
  margin: 40px -20px;
}
.default-layout h1,
.default-page h1 {
  text-align: center;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
  width: 100%;
  height: auto;
}
.container {
  max-width: 1460px;
  height: auto;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.full-container {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.sub-container {
  max-width: 1100px;
  height: auto;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
section {
  position: relative;
}
.icon_list li {
  background-image: none;
  margin-bottom: 0px;
}
.primary_btn.blue {
  color: #274195;
}

.primary_btn.blue svg path {
  fill: #274195;
}
.primary_btn svg path {
  transition: all 0.3s ease-in-out;
}

.primary_btn.blue:after {
  background-color: #274195;
}

.primary_btn.blue:hover,
.primary_btn.white:hover {
  color: #000;
}
.primary_btn.blue:hover:after,
.primary_btn.white:hover:after {
  background-color: #000;
}
.primary_btn.blue:hover svg path,
.primary_btn.white:hover svg path {
  fill: #000;
}

.primary_btn.black:hover {
  color: #274195;
}
.primary_btn.black:hover:after {
  background-color: #274195;
}
.primary_btn.black:hover svg path {
  fill: #274195;
}
/*----- Wrapper Part ------*/

/* CSS Styles */
.menu_icon span {
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
/* header.fixed-header {
    backdrop-filter: blur(124px);
    background: rgba(0, 0, 0, 0.5);

} */
.open-popup {
  overflow: hidden;
}
header .current-menu-item a {
  color: #274195;
}
header.fixed-header .site-header {
  backdrop-filter: blur(124px);
  background: rgba(0, 0, 0, 0.5);
}
header .site-header {
  padding: 23px 0;
  transition: all 0.3s ease-in-out;
}
.menu_icon span {
  display: block;
  width: 48px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 16px;
}
.menu_icon span:last-child {
  margin-bottom: 0px;
}
.banner_section.inner_banner:after {
  background: linear-gradient(180deg, rgba(26, 33, 58, 0.7) 0%, rgba(26, 33, 58, 0.34) 100%);
}
.banner_section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(26, 33, 58, 0.5) 0%, rgba(26, 33, 58, 0.25) 100%);
}
.banner_section {
  height: 100vh;
}
.banner_section .full_banner_video_image {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -2; */
}
.banner_section .full_banner_video_image video,
.full_banner_video_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.banner_section .banner_content {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 133px 0;
}
.bottom_content {
  margin-top: 250px;
}
.banner_section .banner_content h1 {
  max-width: 781px;
  color: #fff;
}
.banner_section .banner_content h1 {
  max-width: 781px;
  color: #fff;
}
/* .banner_section .bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner_section.inner_banner .bottom_content .img {
  width: 123px;
} */
.banner_section .bottom_content .content {
  width: 45%;
}
.banner_section .bottom_content .content p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner_section .spinning_logo {
  animation: spin infinite 20s linear;
  width: 118px;
  height: 118px;
}

.two_column_content .image_column.column {
  width: 44%;
  padding-right: 72px;
}
.two_column_content .content_column.column {
  width: 56%;
  padding-left: 75px;
}
.two_column_content .image_column.column img {
  display: block;
  height: 603px;
  width: 100%;
  object-fit: cover;
}
.two_column_content {
  padding: 100px 0px;
}
.two_column_content .wrapper.flex {
  padding: 0px 28px;
}
.two_column_content .content h2 {
  margin-bottom: 40px;
}
.two_column_content .content p {
  color: #232222;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  max-width: 478px;
}
.two_column_content .content .primary_btn {
  margin-top: 30px;
}

.primary_btn svg {
  margin-left: 34px;
}
.primary_btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #274195;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.title_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 0px 50px 0px 45px;
}
.title_btn h3 {
  margin: 0px;
  max-width: 275px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.feature_project {
  padding: 100px 0px;
  border-top: 1px solid #000;
}
.feature_project .grid_column {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px;
}
.feature_project .grid_column .column {
  width: 50%;
  margin-bottom: 25px;
  padding: 0px 25px;
}
.feature_project .grid_column .image_block > img {
  height: 265px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.feature_project .grid_column .image_block .tag {
  position: absolute;
  top: 12px;
  left: 12px;
}
.feature_project .grid_column .image_block {
  position: relative;
}
.feature_project .grid_column .image_block .tag span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  padding: 13px 15px;
}
.feature_project .grid_column .column a {
  display: block;
  overflow: hidden;
}
.feature_project .grid_column .column a:hover .img_bottom_content {
  transform: none;
}
.feature_project .grid_column .image_block .img_bottom_content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  background-color: rgb(255 255 255 / 90%);
  transform: translate(0px, 300px);
  transition: all 0.3s ease-in-out;
}
.feature_project .grid_column .image_block .img_bottom_content .left h4 {
  margin-bottom: 5px;
  color: #232222;
}
.feature_project .grid_column .image_block .img_bottom_content .left p {
  margin: 0px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.feature_project .grid_column .image_block .img_bottom_content span.arrow {
  position: relative;
  margin: auto;
  bottom: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
.feature_project .grid_column .image_block .img_bottom_content .left {
  width: 70%;
}
.feature_project .grid_column .image_block .img_bottom_content .right {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.introducing_block .img_block img {
  height: 636px;
  width: 100%;
  display: block;
  object-fit: cover;
}
.introducing_block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 25.58%, rgba(0, 0, 0, 0) 63.86%);
  width: 100%;
  height: 100%;
}
.introducing_block .content {
  position: absolute;
  top: 50%;
  left: 48px;
  max-width: 663px;
  transform: translate(0px, -50%);
  z-index: 1;
}
.introducing_block {
  position: relative;
}
.introducing_block .content h3 {
  max-width: 400px;
  color: #fff;
}
.introducing_block .content p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.introducing_section {
  /* margin-bottom: -208px; */
  z-index: 1;
}
/* .introducing_block .content .primary_btn { color: #fff; }
.introducing_block .content .primary_btn:after { background-color: #fff; } */

.counter_number_section {
  background-color: #1b1818;
  padding: 330px 0px 130px;
}
.counter_number_section .wrap {
  display: flex;
}

.counter_number_section .wrap span {
  color: #fff;
  font-size: 120px;
  font-weight: 200;
  line-height: 120px;
}
.counter_number_section .counter_top .col {
  width: 50%;
}
.counter_number_section .counter_top .col {
  width: 50%;
}
.counter_number_section .counter_top h3 {
  color: #fff;
  max-width: 173px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.counter_number_section .counter_top p,
.award_section .contnet p {
  color: #fff;
  max-width: 615px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.award_section .contnet p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.counter_number_section .counter_top {
  margin-bottom: 160px;
}
.counter_number_section .counter_top .wrapper.flex {
  padding: 0px 50px 0px 45px;
}

.counter_number_section .number {
  font-size: 120px;
  font-style: normal;
  font-weight: 200;
  color: #fff;
  line-height: 120px;
}
.counter_number_section .number span {
  line-height: 120px;
}
.counter_number_section .counter_block .wrapper.flex {
  margin: 0px -49px;
}
/* .counter_number_section .digit {
  display: flex;
  justify-content: flex-start;
} */
.counter_number_section .small_t p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
}
.counter_number_section .counter_block .col {
  width: 33.33%;
  padding: 0px 49px;
  position: relative;
}
.counter_number_section .counter_block .col:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #727272;
  right: 0;
  top: 0;
}
.counter_number_section .counter_block .col:last-child:after {
  display: none;
}

.capabilities_block .capabilities_top .wrapper.flex {
  padding: 0px 50px 0px 45px;
}
.capabilities_block {
  background-image: url('../../assets/images/5Point-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.capabilities_block .container {
  padding: 150px 20px;
}
.capabilities_block .capabilities_top .col {
  width: 50%;
}
.capabilities_block .capabilities_top .col {
  width: 50%;
}
.capabilities_block .capabilities_top h3 {
  /* max-width: 173px; */
  font-family: var(--primary-font);
  font-weight: 600;
}
.capabilities_block .capabilities_top p {
  max-width: 615px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.capabilities_block .capabilities_top {
  margin-bottom: 75px;
}
.capabilities_block .capability_card .wrapper.flex {
  margin: 0px -15px;
}
.capabilities_block .capability_card .col {
  width: 20%;
  padding: 0 15px;
}
.capabilities_block .btn a {
  color: #000;
}
.capabilities_block .btn a:after {
  background-color: #000;
}
.capabilities_block .btn a svg path {
  fill: #000;
}
.capabilities_block .img_block img {
  height: 269px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.capabilities_block .img_block {
  overflow: hidden;
  position: relative;
}
.capabilities_block .img_block:hover .caption {
  transform: none;
}
.capabilities_block .btn {
  margin-top: 113px;
  text-align: center;
}
.capabilities_block .img_block .caption {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.capabilities_block .img_block .caption p {
  margin-top: 0px;
}
.capabilities_block .capability_card .flex {
  align-items: flex-start;
  justify-content: flex-start;
}
.capabilities_block .capability_card .col:nth-child(even) .img_block img {
  height: 390px;
}
.capabilities_block .capability_card .numnber span {
  color: #e0e0e0;
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
}
.capabilities_block .capability_card .col:nth-child(odd) .caption {
  height: 279px;
  overflow: auto;
}
.capabilities_block .capability_card .col:nth-child(even) .caption {
  height: 396px;
  overflow: auto;
}

.three_line {
  position: fixed;
  height: 100%;
  left: 0;
  max-width: 1420px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: -1;
}
.three_line > div {
  border-left: 1px solid rgb(224 224 224 / 34%);
  height: 100%;
  width: 33.33%;
}
.three_line > div:last-child {
  border-right: 1px solid rgb(224 224 224 / 34%);
}

.text_scroll_section .container {
  padding: 185px 20px 190px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
section.text_scroll_section.active .marquee-content {
  display: inline-block; /* Ensure text remains on a single line */
  animation: scroll 30s linear infinite; /* Adjust duration for speed */
}

@keyframes scroll {
  from {
    transform: translateX(-100%); /* Start off the right side */
  }
  to {
    transform: translateX(100%); /* End off the left side */
  }
}

.text_scroll_section .zoom_img {
  text-align: center;
}
.text_scroll_section .zoom_img {
  max-width: 475px;
  margin: auto;
}
.text_scroll_section .zoom_img img {
  height: 350px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.text_scroll_section .marquee span {
  font-family: 'Instrument Serif';
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  margin: 0 20px;
}
.text_scroll_section .marquee {
  color: rgb(0 0 0 / 20%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.text_scroll_section .three_line {
  position: absolute;
  height: 100%;
  left: 0;
  max-width: 1420px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: -1;
}
.text_scroll_section .three_line > div {
  border-left: 1px solid #dadada;
  height: 100%;
  width: 33.33%;
}

.leatest_news_section {
  padding: 82px 0 64px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.leatest_news_section .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.leatest_news_section .image_block {
  overflow: hidden;
}
.leatest_news_section .image_block img {
  height: 663px;
  object-fit: cover;
  width: 100%;
}
.leatest_news_section .image_block:hover .img_bottom_content {
  transform: none;
}
.leatest_news_section .image_block .img_bottom_content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  background-color: rgb(255 255 255 / 90%);
  transition: all 0.3s ease-in-out;
}
.leatest_news_section .image_block .img_bottom_content .left h4 {
  margin-bottom: 5px;
}
.leatest_news_section .image_block .img_bottom_content .left p {
  margin: 0px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.leatest_news_section .image_block .img_bottom_content .left {
  width: 70%;
  padding-bottom: 0px;
}
.leatest_news_section .image_block .img_bottom_content .left ul {
  margin-bottom: 12px;
  padding-left: 15px;
}
.leatest_news_section .image_block .img_bottom_content .left ul li {
  color: #232222;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  list-style: square;
  padding-left: 0;
  margin-bottom: 0;
  background-image: none;
}
.leatest_news_section .image_block .img_bottom_content .right {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.award_section {
  background-color: #1b1818;
  padding: 100px 0 79px;
}
.award_section .contnet {
  max-width: 944px;
  margin: auto;
  text-align: center;
  margin-bottom: 75px;
}
.award_section .contnet h2 {
  color: #fff;
  margin-bottom: 35px;
}
.award_section {
  background-color: #1b1818;
  padding: 100px 0 79px;
}
.award_section .contnet {
  max-width: 944px;
  margin: auto;
  text-align: center;
  margin-bottom: 75px;
}
.award_section .contnet h2 {
  color: #fff;
  margin-bottom: 35px;
}
.award_section .contnet .p.award_section .award_row.flex img {
  max-width: 135px;
}
.award_section .award_row.flex {
  /* max-width: 1040px; */
  max-width: 100%;
  margin: auto;
}
.award_section .award_row.flex .col {
  padding: 0 7px;
}
.award_section .contnet .primary_btn:hover {
  color: #bb9136;
}
.award_section .contnet .primary_btn:hover:after {
  background-color: #bb9136;
}
.award_section .contnet .primary_btn:hover svg path {
  fill: #bb9136;
}

.primary_btn.white {
  color: #fff;
}
.primary_btn.white:after {
  background-color: #fff;
}
.primary_btn.white svg path {
  fill: #fff;
}

.signup_block {
  padding: 33px 42px;
  background-color: #232222;
  z-index: 11;
  position: relative;
}
.signup_block .left_column {
  width: 30%;
}
.signup_block .right_column {
  width: 70%;
  padding-left: 57px;
}
.signup_block .left_column h3 {
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 600;
}
.signup_block .left_column p {
  color: #fff;
}

.siter_footer {
  padding-top: 241px;
  margin-top: -130px;
  position: relative;
  background-color: #f8f8f8;
}
.siter_footer:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../../assets/images/footer-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 100% 100%;
}
.siter_footer .wrapper.flex.footer_menu span {
  color: #888;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  margin-bottom: 35px;
}
.siter_footer .wrapper.flex.footer_menu .col {
  width: 33.33%;
  padding: 0 20px;
}
.siter_footer .wrapper.flex.footer_menu ul li {
  padding: 0;
  background-image: none;
}
.siter_footer .wrapper.flex.footer_menu ul li a {
  color: #000;
  font-family: Degular;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.siter_footer .wrapper.flex.footer_menu ul li a:hover {
  color: #274195;
}
.site_bottom_content ul li a:hover,
.site_bottom_content a:hover {
  color: #274195;
}
.siter_footer .footer_bottom_wrapper.flex {
  margin-top: 169px;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.siter_footer .footer_logo {
  width: 40%;
}
.siter_footer .social {
  width: 32.33%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.siter_footer .social ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.siter_footer .social ul li {
  padding: 0 7px;
  background-image: none;
}
.siter_footer .social ul li a img {
  transition: all 0.3s ease-in-out;
}
.siter_footer .social ul li a:hover img {
  transform: scale(1.1);
}
.site_bottom_content p,
.site_bottom_content p a {
  color: #727272;
  font-weight: 500;
  margin: 0;
}
.site_bottom_content ul {
  display: flex;
  margin: 0;
}
.site_bottom_content ul li:first-child:before {
  display: none;
}
.site_bottom_content ul li {
  margin: 0;
  padding: 0 8px;
  position: relative;
  background-image: none;
}
.site_bottom_content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #727272;
  left: 0;
  top: 5px;
}
.site_bottom_content ul li a {
  color: #727272;
  font-weight: 500;
  text-decoration: none;
}
.site_bottom_content {
  padding: 64px 0;
}
.site_bottom_content p,
.site_bottom_content ul {
  width: 33.33%;
  padding: 0 20px;
}
.site_bottom_content {
  margin: 0px -20px;
  border-top: 1px solid #e0e0e0;
  z-index: 1;
  position: relative;
}

.primary_btn.black {
  color: #000;
}

.primary_btn.black:after {
  background-color: #000;
}

.primary_btn.black svg path {
  fill: #000;
}

.siter_footer {
  position: relative;
}
.siter_footer .three_line {
  position: absolute;
  height: 100%;
  max-width: 1420px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  top: 0;
  z-index: 1;
}
.siter_footer .container {
  z-index: 1;
  position: relative;
}
.siter_footer .three_line > div:last-child {
  border-right: 1px solid #dadada;
}
.siter_footer .three_line > div {
  border-left: 1px solid #dadada;
  height: 100%;
  width: 33.33%;
}
.siter_footer .spinning_logo {
  animation: spin infinite 20s linear;
}
footer {
  overflow: hidden;
}

.banner_section.inner_banner {
  height: 431px;
  overflow: hidden;
}
.banner_section.inner_banner .banner_content .container {
  position: relative;
}
.banner_section.inner_banner .spinning_logo {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
  right: 20px;
  width: 123px;
}
.banner_section.inner_banner h1 {
  margin-bottom: 0;
}
.banner_section.inner_banner .banner_content h1 span {
  font-style: normal;
  font-family: var(--primary-font);
}

.banner_section.inner_banner .banner_content {
  padding: 0 0 35px 0;
}

.paragraph_section {
  padding: 93px 0px 84px;
}
.paragraph_section .wrapper {
  padding: 0px 45px;
}
.paragraph_section .content {
  max-width: 1000px;
}
.paragraph_section .small_ {
  max-width: 568px;
  margin: auto;
  margin-top: 70px;
}
.paragraph_section .small_ p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.full_image_block .full_img img {
  height: 500px;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 11;
}

.our_value_section {
  background-color: #1b1818;
  padding: 311px 0px 137px;
  margin-top: -200px;
}
.our_value_section .left_column {
  width: 50%;
  padding-right: 65px;
  position: sticky;
  top: 100px;
}
.our_value_section .wrapper.flex {
  align-items: flex-start;
}
.our_value_section .right_column {
  width: 50%;
  padding-left: 65px;
}
.our_value_section .left_column h3 {
  color: #fff;
  font-weight: 600;
  font-family: var(--primary-font);
  max-width: 200px;
}
.our_value_section .left_column p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.our_value_section .right_column .img {
  width: 106px;
}
.our_value_section .right_column .contnet {
  width: calc(100% - 106px);
  padding-left: 52px;
}
.our_value_section .right_column .list_value .flex {
  margin-bottom: 32px;
}
.our_value_section .right_column .contnet h4 {
  color: #fff;
}
.our_value_section .right_column .contnet p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.our_value_section .right_column .wrapper.flex {
  align-items: flex-start;
}

.video_popup {
  height: 515px;
}
.video_popup video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video_popup .full_video {
  height: 100%;
}
.video_popup .contnet h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  color: #fff;
}
.video_popup .contnet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0px 10px;
}
.video_popup .primary_btn svg {
  transform: translate(0px, 6px);
}

.two_column_content.reverse_column .wrapper.flex {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0px 48px;
}
.two_column_content.reverse_column .content_column.column {
  padding-left: 70px;
  padding-right: 75px;
  width: 54%;
}
.two_column_content.reverse_column .wrapper.flex .image_column.column {
  padding-left: 75px;
  padding-right: 0px;
  width: 46%;
}
.two_column_content.reverse_column .content_column.column .primary_btn.black {
  margin-top: 30px;
}
.two_column_content.reverse_column .container {
  padding: 100px 20px;
}
.two_column_content.reverse_column {
  padding: 0px;
}
.two_column_content.reverse_column .three_line {
  position: absolute;
  height: 100%;
  left: 0;
  max-width: 1420px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: -1;
}
.two_column_content.reverse_column .three_line > div {
  border-left: 1px solid rgb(218 218 218 / 70%);
  height: 100%;
  width: 33.33%;
}
.two_column_content.reverse_column .three_line > div:last-child {
  border-right: 1px solid rgb(218 218 218 / 70%);
}

.leatest_news_section .title_btn {
  padding: 0px 50px 0px 45px;
}

.our_team_column {
  padding: 70px 0px 100px;
  background-color: #1b1818;
}
.our_team_column .image_column.column {
  width: 40%;
}
.our_team_column .image_column.column img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}
.our_team_column .content_column.column {
  width: 60%;
  padding-left: 160px;
}
.our_team_column .wrapper.flex {
  align-items: flex-start;
  padding: 0px 45px;
}
.our_team_column .content_column.column .content h2 {
  color: #fff;
}
.our_team_column .content_column.column .content p {
  color: #f8f8f8;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  max-width: 478px;
}
.our_team_column .social ul {
  padding-top: 43px;
  display: flex;
}
.our_team_column .social ul li {
  padding: 0px 12px;
  position: relative;
}
.our_team_column .social ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
  top: 0;
  right: 0;
}
.our_team_column .social ul li:last-child:after {
  display: none;
}
.our_team_column .social ul li:first-child a:after {
  display: none;
}
.our_team_column .social ul li a {
  color: #f8f8f8;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-bottom: 7px;
}
.our_team_column .social ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f8f8f8;
  bottom: 0;
  left: 0;
}
.our_team_column .social ul li:first-child {
  padding-left: 0px;
}
.our_team_column .social ul li a img {
  margin-right: 7px;
  display: block;
  height: 20px;
  width: auto;
}

.team_intro {
  padding-top: 93px;
  border-top: 1px solid #fff;
}
.team_intro .content {
  max-width: 1276px;
  margin: auto;
  text-align: center;
  margin-bottom: 90px;
}
.team_intro .full_img img {
  height: 506px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.team_intro .content h2 {
  color: #fff;
}
.team_intro:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: #1b1818;
  top: 0;
  left: 0;
  z-index: -1;
}

.team_grid {
  padding: 65px 0px 100px;
}
.team_grid .team_grid_top .col h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  /* max-width: 150px; */
}
.team_grid .team_grid_top .flex {
  align-items: flex-start;
}
.team_grid .team_grid_top .col {
  width: 50%;
}
.team_grid .team_grid_top .col:nth-child(2) {
  width: 47%;
}
.team_grid .team_grid_top .col:nth-child(2) p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.team_grid .team_grid_top .wrapper.flex {
  padding: 0px 50px 0px 45px;
  margin-bottom: 110px;
}

.team_block .column {
  width: 33.33%;
  padding: 0px 37px;
  margin-bottom: 92px;
}
.team_block .wrapper.flex {
  margin: 0px -37px;
}
.team_block .wrapper.flex .img img {
  height: 477px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.team_block .wrapper.flex .team_name {
  padding: 30px 0px 20px;
  border-bottom: 1px solid #000;
}
.team_block .wrapper.flex .team_name span {
  color: #232222;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.team_block .wrapper.flex .team_name h4 {
  margin-bottom: 10px;
}
.team_block .wrapper.flex .caption p {
  margin: 0px;
  color: #000;
}
.team_block .wrapper.flex .caption {
  padding-top: 23px;
}

.capability_full_image img {
  width: 100%;
  height: 668px;
  object-fit: cover;
  display: block;
}
.capability_two_inner .column.left_c .img_block img {
  width: 100%;
  height: 446px;
  display: block;
  object-fit: cover;
}
.capability_two_inner .column.left_c {
  width: 36%;
}
.capability_two_inner .flex {
  align-items: flex-start;
  padding: 0px 50px 0px 22px;
}
.capability_two_inner .column.right_c {
  width: 64%;
  padding-left: 60px;
}
.capability_two_inner .column.right_c h3 {
  font-family: var(--primary-font);
  font-weight: 600;
}
.capability_two_inner .column.right_c p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.capability_two_inner .column.right_c ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capability_two_inner .column.right_c ul li {
  color: #000;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  background-image: url('../../assets/images/checkmark.svg');
  background-repeat: no-repeat;
  padding-left: 24px;
  background-size: 15px;
  background-position: 0% 16%;
  width: 48%;
  margin-bottom: 10px;
}
.capability_two_inner {
  border-bottom: 1px solid #000000;
  padding: 60px 0px;
}

.work_section {
  padding: 64px 0 78px;
  text-align: center;
}
.work_section h4 {
  margin-bottom: 50px;
}
.work_section .img {
  animation: spin infinite 20s linear;
  width: 118px;
  height: 118px;
  margin: auto;
}

.gallery_section {
  padding: 94px 0 165px;
  background-color: #1b1818;
}
.title h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  /* max-width: 200px; */
  color: #fff;
  margin-bottom: 70px;
}
.title {
  padding-left: 45px;
}
.gallery_section .owl-nav {
  max-width: 1367px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 10px);
}
.gallery_section .item img {
  height: 523px;
  object-fit: cover;
  width: 100%;
  display: block;
}
.gallery_section .owl-item:nth-child(odd) .item img {
  height: 390px;
}

.two_column_content .wrapper.flex {
  padding-bottom: 153px;
}
.two_column_content .wrapper.flex:last-child {
  padding-bottom: 0px;
}
.two_column_content .wrapper.flex:nth-child(even) {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 0px 48px;
}
.two_column_content .wrapper.flex:nth-child(even) .content_column.column {
  padding-left: 70px;
  padding-right: 75px;
  width: 56%;
}
.two_column_content .wrapper.flex:nth-child(even) .image_column.column {
  padding-left: 54px;
  padding-right: 0px;
  width: 44%;
}

.accordion_section {
  padding: 100px 0px;
  background-color: #f8f8f8;
}
.accordion_section .title h3 {
  color: #232222;
}
.accordion_section .accordion .accordion-title {
  width: 100%;
  text-align: left;
  color: #232222;
  font-family: var(--secondary-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  border: none;
  padding-bottom: 25px;
  padding-top: 52px;
  padding-left: 0px;
  background-color: transparent;
}
.accordion_section .panel h6 {
  color: #232222;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 26px;
  margin-bottom: 15px;
}
.accordion_section .panel h6 p {
  margin-top: 0px;
}
.accordion_section .accordion {
  border-bottom: 1px solid #000;
  position: relative;
}
.accordion_section .accordion .accordion-title:after {
  content: '';
  position: absolute;
  background-image: url('../../assets/images/plus-icon.svg');
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 63px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.accordion_section .accordion .panel {
  padding: 20px;
  display: none;
  padding-top: 0px;
  max-width: 922px;
  margin-left: auto;
  padding-right: 94px;
}
.accordion_section .accordion.active .accordion-title:after {
  transform: rotate(45deg);
}
.accordion_section .accordion .panel ul {
  padding-left: 10px;
}
.work_section.work_dev h4 {
  margin-bottom: 0px;
  margin-top: 50px;
}

.project_category ul {
  display: flex;
  margin-bottom: 47px;
  flex-wrap: wrap;
}
.project_category ul li a {
  color: #888;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
.project_category ul li.active a {
  color: #000;
}
.project_category ul li.active a {
  position: relative;
}
.project_category ul li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 2px;
  bottom: -3px;
  left: 0;
}
.project_category ul li {
  padding-left: 47px;
}
.project_list .p_left {
  width: 30%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
.project_list .p_left p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  bottom: 25px;
  padding: 0px 10px;
  text-align: center;
}
.project_list .p_left h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  color: #232222;
  text-align: center;
}
.project_list a {
  text-decoration: none;
}
.project_list .p_right {
  width: 70%;
  padding-left: 26px;
}
.project_list .p_right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.project_list .wrapper.flex {
  align-items: stretch;
  margin-bottom: 58px;
}

.single_two_column {
  padding: 92px 0px 83px;
}
.single_two_column .wrapper.flex {
  padding: 0px 45px;
  align-items: flex-start;
}
.single_two_column .column_left.column {
  width: 35%;
  padding-right: 28px;
}
.single_two_column .column_right.column {
  width: 65%;
  padding-left: 28px;
}
.single_two_column .column_left.column .project_detail li span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 350% */
  text-transform: uppercase;
  display: block;
}
.single_two_column .column_left.column .project_detail li p,
.single_two_column .column_left.column .project_detail li a {
  margin: 0px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0px;
}
.single_two_column .column_left.column .project_detail li {
  margin-bottom: 30px;
  padding-left: 0px;
  background-image: none;
}
.single_two_column .social_icon {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 56px;
}
.single_two_column .social_icon ul {
  display: flex;
}
.single_two_column .social_icon ul li {
  padding-left: 0px;
  padding-right: 10px;
  margin-bottom: 0px;
  background-image: none;
}
.single_two_column .social_icon ul li img {
  width: 21px;
  height: 21px;
}
.single_two_column .build_icon ul {
  display: flex;
}
.single_two_column .build_icon ul li {
  padding: 0px;
  padding-right: 30px;
  background-image: none;
}
.single_two_column .build_icon ul li img {
  animation: spin infinite 20s linear;
}
.video_popup .container {
  height: 100%;
}
.video_popup.smallcontainer {
  height: 636px;
  margin-bottom: 56px;
}

.counter_number_section.grey_section {
  background-color: #f8f8f8;
  padding: 62px 0px 134px;
}
.counter_number_section.grey_section .counter_top h3 {
  color: #232222;
}
.counter_number_section.grey_section .counter_top p {
  color: #232222;
}
.counter_number_section.grey_section .number,
.counter_number_section.grey_section .small_t p,
.counter_number_section.grey_section .wrap span {
  color: #232222;
}

.feeback_section {
  padding: 100px 0px;
}
.feeback_section .caption h2 {
  color: rgb(0 0 0 / 20%);
}
.feeback_section .title h3 {
  color: #232222;
}
.feeback_section .caption h2 {
  color: rgb(0 0 0 / 20%);
}
.feeback_section .name_author p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px;
  padding-bottom: 10px;
}
.feeback_section .feedback_slider {
  padding: 0px 45px;
}

.news_category {
  padding: 50px 0;
}
.news_category .grid_column {
  display: flex;
  flex-wrap: wrap;
}
.news_category .grid_column .column {
  margin-bottom: 84px;
  width: 100%;
}
.news_category .grid_column .image_block > img {
  height: 663px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.news_category .grid_column .image_block .tag {
  position: absolute;
  top: 12px;
  left: 12px;
}
.news_category .grid_column .image_block {
  position: relative;
}
.news_category .grid_column .image_block .tag span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  padding: 13px 15px;
}
.news_category .grid_column .column a {
  display: block;
  overflow: hidden;
}
.news_category .grid_column .column a:hover .img_bottom_content {
  transform: none;
}
.news_category .grid_column .image_block .img_bottom_content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  background-color: rgb(255 255 255 / 90%);
  transition: all 0.3s ease-in-out;
}
.news_category .grid_column .image_block .img_bottom_content .left h4 {
  margin-bottom: 5px;
  color: #232222;
}
.news_category .grid_column .image_block .img_bottom_content .left p {
  margin: 0px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.news_category .grid_column .image_block .img_bottom_content span.arrow {
  position: relative;
  margin: auto;
  bottom: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
.news_category .grid_column .image_block .img_bottom_content .left {
  width: 70%;
}
.news_category .grid_column .image_block .img_bottom_content .right {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.news_category .grid_column .img_bottom_content .left ul {
  margin-bottom: 12px;
  padding-left: 15px;
}
.news_category .grid_column .img_bottom_content .left ul li {
  color: #232222;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  list-style: square;
  padding-left: 0;
  margin-bottom: 0;
  background-image: none;
}
.news_banner .news_full_banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.news_intro_section {
  padding: 52px 0px 92px;
}
.news_intro_section .news_title span:first-child {
  margin: 0px;
}
.news_intro_section .news_title span {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding-left: 18px;
  position: relative;
  float: left;
  margin-left: 20px;
}
.news_intro_section .news_title span:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000;
  left: 0;
  top: 9px;
}
.news_intro_inner {
  padding: 0px 45px;
}
.news_intro_section .news_title h2 {
  font-size: 73px;
  font-style: normal;
  font-weight: 400;
  line-height: 79px;
  max-width: 860px;
  clear: both;
}
.news_intro_section .news_title {
  margin-bottom: 30px;
}
.news_intro_section .news_title p {
  color: #92a4b5;
}
.news_intro_section .wrapper {
  align-items: flex-start;
}
.news_intro_section .social {
  width: 34%;
  padding-right: 20px;
}
.news_intro_section .contnet {
  width: 66%;
}
.news_intro_section .social ul {
  display: flex;
}
.news_intro_section .social ul li {
  padding: 0px;
  margin-right: 8px;
  background-image: none;
}
.news_intro_section .social ul li img {
  width: 25px;
  height: 25px;
}
.news_intro_section .contnet p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.news_intro_section .social span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}

.related_news .column ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding-left: 18px;
  position: relative;
  margin-bottom: 0px;
  color: #232222;
  background-image: none;
}
.related_news .column a:hover p {
  color: #274195;
}
/* .related_news .related_main{padding:0px 45px;} */
.related_news .column a {
  text-decoration: none;
  display: block;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.related_news .column li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000;
  left: 0;
  top: 9px;
}
.related_news .column ul {
  padding-bottom: 35px;
  margin-bottom: 0px;
}
.related_news .column p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.related_news .img img {
  height: 241px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.related_news .column {
  width: 25%;
  padding: 0px 12px;
  margin-bottom: 20px;
}
.related_news .related_news_grid .flex {
  margin: 0px -12px;
}
.related_news .related_main {
  padding-top: 71px;
  border-top: 1px solid #232222;
}
.related_news {
  padding: 117px 0px 90px;
  background-color: #f8f8f8;
}

.artical_section {
  padding-bottom: 90px;
}
.artical_section .artical_list {
  padding: 73px 0px;
  border-bottom: 1px solid #000;
}
.artical_section .artical_left {
  width: 70%;
  padding-right: 26px;
}
.artical_section .artical_right {
  width: 30%;
  position: relative;
}
.artical_section .artical_list {
  display: flex;
  align-items: center;
}
.artical_section .artical_right img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.artical_section .artical_top {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.artical_section .artical_top .left {
  width: 100px;
}
.artical_section .artical_top .right {
  width: calc(100% - 100px);
  padding-left: 48px;
}
.artical_section .artical_top .right h4,
.artical_top .right p {
  margin: 0px;
}
.artical_section .artical_top .right p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  max-width: 453px;
  margin-bottom: 20px !important;
}
.artical_section .artical_top .right p span {
  color: #888;
  display: block;
}
.artical_section .artical_bottom {
  background-color: #f8f8f8;
  padding: 34px 40px;
  margin-top: 28px;
}
.artical_section .artical_bottom p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.artical_section .artical_bottom a {
  color: #000;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  position: relative;
}
.artical_section .artical_bottom a:hover {
  color: #274195;
}
.artical_section .artical_bottom a:hover:after {
  background-color: #274195;
}
.artical_section .artical_bottom a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.artical_section .artical_right button.owl-dot {
  width: 11px;
  height: 11px;
  background-color: rgb(248 248 248 / 70%) !important;
  border-radius: 50%;
  margin: 0px 4px;
}
.artical_section .artical_right .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.artical_section .artical_right button.owl-dot.active {
  background-color: #fff !important;
}

.contact_section .contact_left {
  width: 45%;
  padding-right: 40px;
}
.contact_section .contact_right {
  width: 55%;
  padding-left: 40px;
}
.contact_section.contact_form {
  padding-top: 93px;
}
.contact_section.c_detail {
  padding-bottom: 115px;
}
.contact_section .flex {
  padding-bottom: 67px;
  border-bottom: 1px solid #000000;
  align-items: flex-start;
}
.contact_section .contact_left p {
  max-width: 380px;
}
.contact_section .wrapper.flex.contact_info {
  padding: 58px 0px 77px;
  align-items: flex-start;
}
.contact_section .wrapper.flex.contact_info .contact_left .content h3 {
  font-family: var(--primary-font);
  font-weight: 600;
}
.contact_section .wrapper.flex.contact_info .info_detail address {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
  max-width: 330px;
}
.contact_section .wrapper.flex.contact_info .info_detail span {
  display: block;
  color: #000;
}
.contact_section .wrapper.flex.contact_info .info_detail span a {
  text-decoration: underline;
}
.contact_section .wrapper.flex.contact_info .info_detail p {
  margin: 0px;
}
.contact_section .wrapper.flex.contact_info .info_detail .time {
  margin-top: 20px;
}
.contact_section .contact_left a {
  text-decoration: underline;
}

.site_menu {
  position: fixed;
  right: 0;
  width: 516px;
  height: 100%;
  background-color: #f8f8f8;
  top: 0;
  padding: 129px 63px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(100%, 0px);
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
.active_menu .site_menu {
  transform: none;
}
.site_menu .site_navigation ul li a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  text-decoration: none;
}

.site_menu .site_navigation ul li {
  padding: 0px;
  background-image: none;
}
.site_menu .social ul {
  display: flex;
}

.site_menu .social ul li {
  padding: 0px;
  margin-right: 11px;
  background-image: none;
}

.site_menu .social ul li img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.site_menu .close_icon {
  position: absolute;
  top: 29px;
  right: 55px;
  cursor: pointer;
}
.cursive_style {
  display: inline-block;
  transform: rotate(-12deg) translate(-9px, -66px);
  margin-left: -53px;
  margin-bottom: -107px;
  position: absolute;
  z-index: -1;
}

.cursive_style span {
  color: #f8f8f8;
  font-size: 96px;
  font-weight: 400;
  line-height: normal;
  font-family: 'MrDafoe-Regular';
  display: inline-block;
}
.banner_section .banner_content h1 span {
  font-style: italic;
}
.owl-carousel .owl-nav button:hover {
  filter: invert(1);
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  width: 106px;
  height: 106px;
  background-color: #fff !important;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.owl-nav span {
  background-color: transparent;
  color: transparent;
}
.owl-nav button {
  background-image: url('../../assets/images/arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: center !important;
}
.owl-nav button.disabled {
  opacity: 0;
}
.owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 42%;
  width: 100%;
  transform: translate(0px, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.admin-bar header {
  top: 32px;
}
.text_scroll_section {
  overflow: hidden;
}
.two_column_content.reverse_column .wrapper.flex:nth-child(even) {
  flex-direction: row;
}
.two_column_content.reverse_column .wrapper.flex {
  padding-bottom: 100px;
}
.two_column_content.reverse_column .wrapper.flex:last-child {
  padding-bottom: 0px;
}
.two_column_content.reverse_column .wrapper.flex:nth-child(even) .image_column.column {
  padding-right: 75px;
  width: 48%;
}
.two_column_content.reverse_column .wrapper.flex:nth-child(even) .content_column.column {
  padding-left: 75px;
  padding-right: 0px;
  width: 52%;
}

.video_popup_style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.open-popup .video_popup_style {
  opacity: 1;
  z-index: 1111;
  visibility: visible;
}
.video_popup_style .popup_wrapper {
  height: calc(100% - 200px);
  position: relative;
  width: calc(100% - 500px);
  z-index: 1;
}
.video_popup_style .popup_wrapper iframe,
.video_popup_style .popup_wrapper video {
  width: 100%;
  height: 100%;
  border: none;
  padding: 20px;
}
.video_popup_style .popup_video {
  height: 100%;
  background-color: #000;
  border: none;
}
.video_popup_style .ovarlay_popup {
  position: fixed;
  background-color: rgb(0 0 0 / 75%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_popup_style .close img {
  width: 18px;
  height: auto;
}
.video_popup_style .close {
  position: absolute;
  top: -50px;
  z-index: 1;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.video_popup_style .close span {
  display: flex;
}

.contact_section .contact_right .gform-body.gform_body .ginput_container_text input {
  border: 1px solid #232222 !important;
  border-radius: 0px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
}

.contact_section .contact_right .gform-body.gform_body .ginput_container_text input::placeholder,
.contact_section .contact_right .gform-body.gform_body .ginput_container_email input::placeholder,
.contact_section .contact_right .gform-body.gform_body .ginput_container_phone input::placeholder,
.contact_section .contact_right .gform-body.gform_body .ginput_container_textarea textarea::placeholder {
  color: #232222 !important;
}

.contact_section .contact_right .gform-body.gform_body .ginput_container_email input,
.contact_section .contact_right .gform-body.gform_body .ginput_container_phone input,
.contact_section .contact_right .gform-body.gform_body .ginput_container_textarea textarea {
  border: 1px solid #232222 !important;
  border-radius: 0px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
}

.contact_section .contact_right .gform-body.gform_body .ginput_container_select select {
  border: 1px solid #232222 !important;
  border-radius: 0px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
  color: #232222 !important;
  background-image: url('../../assets/images/Vector-arrow.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97%;
}
.contact_section .contact_right .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 42px;
  grid-row-gap: 22px;
}
.contact_section .contact_right .gform_footer.before input {
  max-width: 115px;
  padding: 0px !important;
  background-color: transparent !important;
  border: none;
  color: #232222;
  height: 40px;
  border-bottom: 1px solid #000;
  border-radius: 0px !important;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  background-image: url('../../assets/images/arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right;
  background-size: 17px;
  transition: all 0.3s ease-in-out;
}

.contact_section .contact_right .gform_footer.before input:hover {
  color: #274195 !important;
  border-color: #274195 !important;
  background-image: url('../../assets/images/blue-arrow.svg') !important;
}

.signup_block .right_column .gform-body.gform_body .ginput_container_text input,
.signup_block .right_column .gform-body.gform_body .ginput_container_email input,
.signup_block .right_column .gform-body.gform_body .ginput_container_phone input,
.signup_block .right_column .gform-body.gform_body .ginput_container_textarea textarea {
  border: 1px solid #232222 !important;
  border-radius: 0px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #f8f8f8 !important;
}
.signup_block .right_column .gform-body.gform_body .ginput_container_text input::placeholder,
.signup_block .right_column .gform-body.gform_body .ginput_container_email input::placeholder,
.signup_block .right_column .gform-body.gform_body .ginput_container_phone input::placeholder,
.signup_block .right_column .gform-body.gform_body .ginput_container_textarea textarea::placeholder {
  color: #f8f8f8 !important;
}
.signup_block .right_column .gform-body.gform_body .ginput_container_select select {
  border: 1px solid #232222 !important;
  border-radius: 0px !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
  background-image: url('../../assets/images/white_select-arrow.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97%;
  color: #f8f8f8 !important;
  background-color: transparent;
  border: 1px solid #fff !important;
}
.signup_block .right_column .gform-body.gform_body .ginput_container_select select option {
  color: #000;
}
.gfield--type-submit input {
  max-width: 115px;
  padding: 0px !important;
  background-color: transparent !important;
  border: none;
  color: #f8f8f8;
  height: 40px;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 0px !important;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  background-image: url('../../assets/images/white_btn_arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right;
  background-size: 17px;
  transition: all 0.3s ease-in-out;
}

.gfield--type-submit input:hover {
  filter: opacity(0.5);
}
.gfield--type-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19% !important;
  display: block !important;
  margin: 0px !important;
}
.gform_ajax_spinner {
  position: absolute;
  margin: 0px;
}
.signup_block .right_column .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 42px;
  grid-row-gap: 22px;
  position: relative;
}
.signup_block .right_column .gfield {
  width: 36%;
}
.signup_block .right_column .gform_wrapper.gravity-theme .gform_fields {
  flex-wrap: wrap;
  display: flex;
}
.signup_block .right_column .gform_footer.before {
  padding: 0px !important;
}
.signup_block .right_column .gform_validation_error .gfield--type-submit {
  bottom: 31px;
}
.contact_section .contact_right .gform-body.gform_body .gfield_validation_message {
  color: #232222 !important;
}

.blog_description {
  background-color: #f8f8f8;
  padding-top: 60px;
}

.blog_description .wp-mycore.container {
  padding-left: 30.5%;
}
.blog_description .wp-mycore.container .wp-mycore.container {
  padding: 0px;
}
.blog_description .wp-mycore.container figure {
  margin: 40px 0px;
}
.blog_description .wp-mycore.container .wp-block-buttons {
  margin-top: 20px;
}
.blog_description .wp-mycore.container ul {
  margin: 20px 0px 20px 10px;
}
.blog_description .wp-mycore.container ul {
  margin: 20px 0px 20px 10px;
}
.blog_description section.feeback_section {
  padding: 70px 0px;
}
.blog_description .feedback_slider {
  background-color: #fff;
  padding: 53px 100px;
}
.blog_description .wp-mycore.container iframe {
  width: 100%;
}
.blog_description .wp-mycore.container figure.wp-block-embed {
  margin: 0px;
}

.blog_description a.wp-block-button__link.wp-element-button {
  color: #232222;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 0px;
  padding-right: 50px;
  background-image: url('../../assets/images/arrow.svg');
  background-repeat: no-repeat !important;
  background-position: right;
  background-size: 17px;
  transition: all 0.3s ease-in-out;
}
.blog_description a.wp-block-button__link.wp-element-button:hover {
  color: #274195 !important;
  border-color: #274195 !important;
  background-image: url('../../assets/images/blue-arrow.svg') !important;
}
.blog_description a.wp-block-button__link.wp-element-button:hover:after {
  background-color: #274195;
}
.blog_description a.wp-block-button__link.wp-element-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #232222;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.signup_block .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff;
  font-family: var(--primary-font);
}
.signup_block .gform_wrapper.gravity-theme .gform_validation_errors > h2:focus-within {
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .feature_project .grid_column {
    width: auto;
  }
  .capabilities_block .capability_card .wrapper.flex {
    width: auto;
  }
}
@media (max-width: 1700px) {
  .counter_number_section .number,
  .counter_number_section .wrap span {
    font-size: 80px;
    line-height: 80px;
  }
  .counter_number_section .counter_block .wrapper.flex {
    margin: 0px 0px;
  }
  .banner_section .bottom_content {
    margin-top: 90px;
  }

  .two_column_content .content_column.column {
    padding-left: 25px;
  }
  .two_column_content .image_column.column {
    padding-right: 25px;
  }
  .two_column_content .wrapper.flex:nth-child(even) .content_column.column {
    padding-left: 30px;
    padding-right: 25px;
  }
  .two_column_content .wrapper.flex:nth-child(even) .image_column.column {
    padding-left: 25px;
  }

  .two_column_content.reverse_column .content_column.column {
    padding-left: 0px;
    padding-right: 25px;
  }
  .two_column_content.reverse_column .wrapper.flex .image_column.column {
    padding-left: 25px;
  }
  .two_column_content.reverse_column .wrapper.flex:nth-child(even) .image_column.column {
    padding-right: 25px;
    padding-left: 0px;
    width: 46%;
  }
  .two_column_content.reverse_column .wrapper.flex:nth-child(even) .content_column.column {
    padding-left: 25px;
    width: 54%;
  }
  .our_value_section .right_column {
    padding-left: 25px;
  }
  .our_team_column .content_column.column {
    padding-left: 100px;
  }
  .two_column_content .wrapper.flex {
    padding-bottom: 100px;
  }
  .gallery_section {
    padding: 100px 0px;
  }
  .blog_description .wp-mycore.container {
    padding-left: 34.5%;
  }
}
@media (max-width: 1450px) {
  .three_line {
    padding: 0px 6px;
  }
  .blog_description .wp-mycore.container {
    padding-left: 35.5%;
  }
}
@media (max-width: 1440px) {
  .three_line {
    padding: 0px 11px;
  }
}
@media (max-width: 1430px) {
  .three_line {
    padding: 0px 15px;
  }
}
@media (max-width: 1420px) {
  .three_line {
    padding: 0px 20px;
  }
}
@media (max-width: 1199px) {
  /* .title_btn{
        padding:0px 25px 0px 25px;
    }
    .capabilities_block .capabilities_top .wrapper.flex {
        padding: 0px 25px 0px 25px;
    } */
  .capabilities_block .container {
    padding: 100px 20px;
  }
  .counter_number_section .counter_block .col {
    padding: 0px 30px;
  }
  .leatest_news_section .title_btn {
    padding: 0px 25px 0px 25px;
  }
  .award_section .award_row.flex .col {
    margin-bottom: 15px;
  }
  .award_section .award_row.flex {
    justify-content: center;
  }
  .counter_number_section .counter_top {
    margin-bottom: 100px;
  }
  .our_team_column .image_column.column img {
    height: 420px;
  }
  .our_team_column .social ul li a {
    font-size: 20px;
    line-height: 23px;
  }
  .our_team_column .content_column.column {
    padding-left: 30px;
  }
  .team_block .wrapper.flex .img img {
    height: 380px;
  }
  .project_category ul li {
    padding-left: 20px;
  }
  .capabilities_block .capability_card .col {
    width: 33.33%;
  }
  .signup_block .right_column .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .signup_block .right_column .gfield--type-submit {
    width: 20% !important;
  }
  .video_popup_style .popup_wrapper {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .two_column_content .image_column.column {
    width: 100%;
    padding-right: 0px;
  }
  .two_column_content .content_column.column {
    padding-left: 0px;
    width: 100%;
    margin-top: 62px;
  }
  .cursive_style {
    margin-left: 0px;
  }

  /* .two_column_content {
        padding: 80px 0px;
    } */
  .accordion_section .title h3 {
    margin-bottom: 30px;
  }
  .feature_project .grid_column {
    margin: 0px -10px;
  }
  .feature_project .grid_column .column {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .feature_project {
    padding: 80px 0px;
  }
  .counter_number_section {
    padding: 250px 0px 90px;
  }
  .counter_number_section .number,
  .counter_number_section .wrap span {
    font-size: 48px;
    line-height: 60px;
  }
  .counter_number_section .small_t p {
    font-size: 14px;
    line-height: 15px;
  }
  .capabilities_block .container {
    padding: 80px 20px;
  }
  .capabilities_block .capability_card .col {
    width: 50%;
  }
  .capabilities_block .btn {
    margin-top: 80px;
  }
  .leatest_news_section {
    padding: 80px 0px;
  }
  .leatest_news_section .image_block .img_bottom_content .right {
    width: 100%;
    justify-content: flex-start;
  }
  .leatest_news_section .image_block .img_bottom_content .left {
    width: 100%;
    padding-bottom: 0px;
  }
  .owl-nav button.owl-next,
  .owl-nav button.owl-prev {
    width: 70px;
    height: 70px;
  }
  .leatest_news_section .image_block .img_bottom_content {
    padding: 15px;
  }
  .signup_block .left_column {
    width: 100%;
  }
  .signup_block .right_column {
    width: 100%;
  }
  .site_bottom_content p:last-child {
    width: 20%;
  }

  .site_bottom_content ul {
    width: 46%;
  }
  .our_value_section .right_column {
    width: 60%;
  }
  .our_value_section .left_column {
    width: 40%;
    padding-right: 15px;
  }
  .two_column_content.reverse_column .wrapper.flex .image_column.column {
    width: 100%;
    padding-left: 0px;
  }
  .two_column_content.reverse_column .content_column.column {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .two_column_content.reverse_column .wrapper.flex:nth-child(even) .image_column.column {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .two_column_content.reverse_column .wrapper.flex:nth-child(even) .content_column.column {
    padding-left: 0px;
    width: 100%;
  }
  .two_column_content.reverse_column .wrapper.flex:last-child {
    padding-bottom: 0px;
  }
  .team_block .column {
    width: 50%;
    padding: 0px 20px;
  }
  .team_block .wrapper.flex {
    margin: 0px -20px;
  }
  .our_team_column .image_column.column {
    width: 58%;
  }
  .team_grid {
    padding: 65px 0px 0px;
  }
  .our_team_column .content_column.column {
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .capability_two_inner .column.right_c {
    padding-left: 30px;
  }
  .capability_two_inner .column.left_c .img_block img {
    height: 300px;
  }
  .gallery_section .owl-nav {
    max-width: 90%;
  }
  .two_column_content .wrapper.flex:nth-child(even) .content_column.column {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .two_column_content .wrapper.flex:nth-child(even) .image_column.column {
    padding-left: 0px;
    width: 100%;
  }
  .two_column_content .wrapper.flex {
    padding: 0px 48px 100px;
  }
  .related_news .column {
    width: 33.33%;
  }
  .artical_section .artical_left {
    padding-right: 0px;
    width: 100%;
  }
  .artical_section .artical_right {
    width: 100%;
    margin-bottom: 30px;
  }
  .artical_section .artical_list {
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0px;
  }
  .contact_section .contact_left .content h4 {
    font-size: 20px;
    line-height: normal;
  }
  .signup_block .right_column {
    padding-left: 0px;
    margin-top: 30px;
  }
  .signup_block .right_column .gfield--type-submit {
    position: relative !important;
    width: 30% !important;
    bottom: inherit !important;
  }
  .signup_block .right_column .gfield {
    width: 48%;
  }
  .contact_section .contact_right .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }
  .blog_description .feedback_slider {
    padding: 30px !important;
  }
  .related_news {
    padding: 90px 0px 90px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 67px;
  }
  h2 {
    font-size: 37px;
    line-height: 54px;
  }
  h3 {
    font-size: 34px;
    line-height: 41px;
  }
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .banner_section .banner_content {
    padding-bottom: 49px;
  }
  .banner_section .bottom_content {
    margin-top: 0px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner_section .bottom_content .content {
    width: 100%;
  }
  .banner_section .bottom_content .img {
    width: 100%;
  }
  .banner_section .bottom_content .content p {
    font-size: 20px;
    line-height: 23px;
  }
  .banner_section .bottom_content .content {
    margin-bottom: 64px;
  }
  .two_column_content .image_column.column img {
    height: 375px;
  }
  .three_line {
    padding: 0px 15px;
  }
  .two_column_content {
    padding: 70px 0px 70px;
  }
  .title h3 {
    margin-bottom: 45px;
    max-width: 158px;
  }

  .two_column_content .content_column.column {
    margin-top: 88px;
  }
  .cursive_style span {
    font-size: 80px;
  }
  .two_column_content .wrapper.flex {
    padding: 0px 22px;
  }
  .title_btn {
    padding: 0px 22px;
    flex-wrap: wrap;
  }
  .container {
    padding: 0px 15px;
  }
  .feature_project {
    padding: 50px 0px 50px;
    overflow: hidden;
  }
  .introducing_section {
    margin-top: 50px;
  }
  .work_section {
    padding: 10px 0 50px;
  }
  .title_btn h3 {
    max-width: 240px;
    margin-bottom: 10px;
  }
  .primary_btn {
    font-size: 16px;
  }
  .primary_btn svg {
    width: 17px;
  }

  .feature_project .grid_column .column {
    width: 100%;
  }
  .feature_project .grid_column .column {
    padding: 0px 19px;
  }
  .feature_project .grid_column .image_block > img {
    height: 186px;
  }
  .feature_project .owl-dots,
  .capabilities_block .owl-dots {
    width: 100%;
    height: 2px;
    background-color: rgb(35 34 34 / 20%);
    margin: 0px 34px;
    display: flex;
  }
  .feature_project .owl-dots button,
  .capabilities_block .owl-dots button {
    width: 100%;
  }
  .feature_project .owl-dots button.active,
  .capabilities_block .owl-dots button.active {
    background-color: #232222;
  }
  .feature_project .grid_column .image_block .img_bottom_content {
    padding: 10px;
  }
  .feature_project .grid_column .image_block .img_bottom_content span.arrow img {
    position: relative;
    margin: auto;
    bottom: auto;
    width: 20px;
  }
  .feature_project .grid_column .image_block .img_bottom_content span.arrow {
    position: relative;
    margin: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
  .feature_project .grid_column .image_block .img_bottom_content .left p {
    font-size: 18px;
    line-height: 21px;
  }
  .feature_project .grid_column {
    margin: 0px;
  }
  .feature_project .grid_column .column {
    padding: 0px;
  }
  .feature_project .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .title {
    padding-left: 22px;
  }
  .introducing_block .img_block img {
    height: 483px;
  }
  .introducing_block .content p {
    font-size: 20px;
    line-height: 23px;
  }
  .introducing_block .content {
    left: 19px;
    padding-right: 19px;
  }
  .counter_number_section .counter_top .wrapper.flex {
    padding: 0px 22px;
  }
  .counter_number_section .counter_top .col {
    width: 100%;
  }
  .counter_number_section {
    padding: 280px 0px 90px;
  }
  .counter_number_section .counter_top p {
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
  }
  .counter_number_section .counter_block .col {
    padding: 0px 22px;
    width: 100%;
  }
  .counter_number_section .number,
  .counter_number_section .wrap span {
    font-size: 120px;
    line-height: 111px;
  }
  .counter_number_section .digit {
    display: block;
    margin-bottom: 30px;
  }
  .counter_number_section .small_t p {
    font-size: 18px;
    line-height: 15px;
    margin-top: 20px;
  }
  .counter_number_section .counter_block .col:after {
    display: none;
  }
  .capabilities_block .capabilities_top .wrapper.flex {
    padding: 0px 22px;
  }
  .capabilities_block .capabilities_top .col {
    width: 100%;
  }
  .capabilities_block .capabilities_top p {
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
  }
  .capabilities_block .container {
    padding: 65px 20px 75px;
  }
  .capabilities_block .capability_card .col {
    width: 100%;
    padding: 0px 0px;
  }
  .capabilities_block .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .capabilities_block .capability_card .wrapper.flex {
    margin: 0px;
  }
  .capabilities_block .btn {
    margin-top: 85px;
  }
  .capabilities_block {
    overflow: hidden;
  }
  .capabilities_block .owl-dots {
    margin: 46px 0px 0px;
  }
  .text_scroll_section .container {
    padding: 100px 20px 100px;
  }
  .leatest_news_section .image_block img {
    height: 256px;
  }
  .leatest_news_section {
    padding: 69px 0px 80px;
  }
  .award_section {
    overflow: hidden;
    padding: 81px 0 89px;
  }
  .leatest_news_section .title_btn {
    padding: 0px 22px;
  }
  .signup_block {
    padding: 57px 20px;
  }
  .siter_footer .wrapper.flex.footer_menu .col {
    width: 50%;
    padding: 0px;
  }
  footer .container {
    padding: 0px 15px;
  }
  .site_menu {
    width: 100%;
  }
  .site_menu {
    padding: 129px 30px 65px;
  }
  .leatest_news_section .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .leatest_news_section .owl-nav {
    display: none;
  }
  .leatest_news_section .image_block .img_bottom_content .right .primary_btn {
    display: none;
  }
  .award_section .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .signup_block .left_column p {
    font-size: 15px;
    line-height: 20px;
  }
  .siter_footer .wrapper.flex.footer_menu .col:last-child {
    margin-top: 64px;
    width: 100%;
  }
  .siter_footer .wrapper.flex.footer_menu span {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
  }
  .siter_footer .wrapper.flex.footer_menu ul li a {
    font-size: 15px;
    line-height: 20px;
  }
  .siter_footer .wrapper.flex.footer_menu ul li {
    margin: 0px;
  }
  .siter_footer .footer_logo {
    width: 45%;
    position: absolute;
    top: -83px;
    left: 15px;
  }
  .siter_footer {
    padding-top: 270px;
  }
  .siter_footer .social {
    width: 100%;
  }
  .siter_footer .footer_bottom_wrapper.flex {
    padding-left: 0px;
  }
  .siter_footer .social ul li {
    padding-left: 0px;
    padding-right: 10px;
  }
  .siter_footer .footer_bottom_wrapper.flex {
    margin-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 69px;
  }
  .site_bottom_content p,
  .site_bottom_content ul {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .site_bottom_content {
    padding: 40px 0;
    margin: 0px;
  }
  .site_bottom_content p:first-child {
    margin-bottom: 5px;
  }
  .site_bottom_content p:last-child {
    width: auto;
    white-space: nowrap;
    transform: translate(0px, -1px);
    padding: 0px;
    padding-left: 7px;
  }
  .site_bottom_content ul {
    justify-content: center;
    text-align: center;
    padding: 0px;
    float: left;
    width: auto;
  }
  .site_bottom_content .wrapper {
    justify-content: center;
  }
  .site_bottom_content ul li:last-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #727272;
    right: 0;
    top: 5px;
  }
  .introducing_section .container {
    padding: 0 15px;
  }
  .paragraph_section .wrapper {
    padding: 0px 22px;
  }
  .paragraph_section {
    padding: 70px 0px;
  }
  .paragraph_section .small_ p {
    font-size: 20px;
    line-height: 23px;
  }
  .our_value_section .right_column {
    width: 100%;
    padding: 0px;
  }
  .our_value_section .left_column {
    width: 100%;
    padding-right: 0px;
    position: relative;
    top: inherit;
    margin-bottom: 40px;
  }
  .our_value_section .left_column p {
    font-size: 20px;
    line-height: 23px;
  }
  .our_value_section .right_column .contnet p {
    font-size: 20px;
    line-height: 23px;
  }
  .our_value_section {
    padding: 240px 0px 70px;
  }

  .two_column_content .content p {
    font-size: 20px;
    line-height: 23px;
  }
  .two_column_content.reverse_column .wrapper.flex {
    padding: 0px 22px 80px;
  }
  .our_team_column .image_column.column {
    width: 100%;
  }
  .our_team_column .wrapper.flex {
    padding: 0px 22px;
  }
  .our_team_column .content_column.column .content p {
    font-size: 20px;
    line-height: 23px;
  }
  .our_team_column {
    padding: 70px 0px 70px;
  }
  .our_team_column .image_column.column img {
    height: 400px;
  }
  .team_intro .full_img img {
    height: 400px;
  }
  .team_intro:after {
    height: 75%;
  }
  .team_intro .content {
    margin-bottom: 50px;
  }
  .team_intro {
    padding-top: 70px;
  }
  .our_team_column .social ul {
    flex-wrap: wrap;
  }
  .our_team_column .social ul li a {
    font-size: 12px;
    line-height: 23px;
  }
  .our_team_column .social ul li:nth-child(2) a {
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
  }
  .our_team_column .social ul li:nth-child(2) a:after {
    display: none;
  }
  .team_grid .team_grid_top .col {
    width: 100%;
  }
  .team_grid .team_grid_top .wrapper.flex {
    padding: 0px 22px;
    margin-bottom: 70px;
  }
  .team_grid .team_grid_top .col:nth-child(2) {
    width: 100%;
  }
  .team_grid .team_grid_top .col h3 {
    margin: 0px;
  }
  .capability_full_image img {
    height: 450px;
  }
  .capability_two_inner .column.right_c {
    padding-left: 0px;
    width: 100%;
  }
  .capability_two_inner .column.left_c {
    width: 100%;
    margin-bottom: 20px;
  }
  .capability_two_inner .flex {
    padding: 0px 22px;
  }
  .capability_two_inner .column.right_c p {
    font-size: 20px;
    line-height: 23px;
  }
  .gallery_section {
    padding: 70px 0px;
  }
  .gallery_section .owl-dots {
    width: 87%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery_section .owl-dots button.active {
    background-color: #000000;
  }
  .gallery_section .owl-dots {
    width: 86%;
    height: 2px;
    background-color: #fff;
    display: flex;
  }
  .gallery_section .owl-dots button {
    width: 100%;
  }
  .gallery_section .owl-item:nth-child(odd) .item img {
    height: 290px;
  }
  .gallery_section .item img {
    height: 423px;
  }
  .two_column_content .wrapper.flex:nth-child(even) {
    padding: 0px 22px;
  }
  .two_column_content .wrapper.flex {
    padding: 0px 22px 70px;
  }
  .banner_section.inner_banner .spinning_logo {
    width: auto;
    bottom: 70px;
  }
  .accordion_section .accordion .accordion-title {
    padding-top: 25px;
    font-size: 23px;
    line-height: 33px;
  }
  .accordion_section .accordion .accordion-title:after {
    top: 30px;
  }
  .accordion_section {
    padding: 70px 0px;
  }
  .project_list .wrapper.flex {
    flex-direction: column-reverse;
  }
  .project_list .p_right {
    width: 100%;
    padding-left: 0px;
  }
  .project_list .p_left {
    width: 100%;
    min-height: 250px;
  }
  .project_category ul li a {
    font-size: 20px;
    line-height: 23px;
    white-space: nowrap;
  }
  .project_list .p_left p {
    position: relative;
  }
  .project_category ul {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .single_two_column .wrapper.flex {
    padding: 0px 22px;
  }
  .single_two_column .column_left.column {
    width: 100%;
    padding-right: 0px;
  }
  .single_two_column {
    padding: 70px 0px;
  }
  .single_two_column .column_right.column {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .single_two_column .column_left.column .project_detail li p,
  .single_two_column .column_left.column .project_detail li a {
    font-size: 20px;
    line-height: 23px;
  }
  .single_two_column .column_left.column .project_detail li {
    margin-bottom: 15px;
  }
  .video_popup.smallcontainer {
    height: 450px;
  }
  .counter_number_section.grey_section {
    padding: 70px 0px 70px;
  }
  .feeback_section .feedback_slider {
    padding: 0px 22px;
  }
  .feeback_section {
    padding: 70px 0px;
  }
  .news_category .grid_column .image_block > img {
    height: 400px;
  }
  .news_category .grid_column .column {
    margin-bottom: 40px;
  }
  .news_category .grid_column .image_block .img_bottom_content .left {
    width: 100%;
  }
  .news_category .grid_column .image_block .img_bottom_content .right {
    display: none;
  }
  .news_category .grid_column .image_block .img_bottom_content {
    padding: 15px;
  }
  .news_intro_section .news_title h2 {
    font-size: 37px;
    line-height: 54px;
  }
  .news_intro_inner {
    padding: 0px 22px;
  }
  .news_intro_section .contnet p {
    font-size: 20px;
    line-height: 23px;
  }
  .news_intro_section {
    padding: 52px 0px 70px;
  }
  .news_intro_section .social {
    width: 100%;
    padding-right: 0px;
  }
  .news_intro_section .contnet {
    width: 100%;
  }
  .related_news {
    padding: 70px 0px;
  }
  .related_news .column {
    width: 50%;
  }
  .artical_section .artical_top .right {
    padding-left: 15px;
  }
  .artical_section .artical_top .right p {
    font-size: 20px;
    line-height: 23px;
  }
  .artical_section .artical_bottom p {
    font-size: 20px;
    line-height: 23px;
  }
  .artical_section .artical_list {
    padding: 40px 0px;
  }
  .artical_section .artical_bottom {
    padding: 22px;
  }
  .contact_section .contact_left {
    width: 100%;
    padding-right: 0px;
  }
  .contact_section .contact_right {
    width: 100%;
    padding-left: 0px;
  }
  .contact_section .wrapper.flex.contact_info {
    padding: 30px 0px;
  }
  .contact_section.c_detail {
    padding-bottom: 70px;
  }
  .contact_section .flex {
    padding-bottom: 30px;
  }
  .contact_section.contact_form {
    padding-top: 70px;
  }
  .signup_block .right_column .gfield {
    width: 100%;
  }
  .signup_block .right_column .gfield--type-submit {
    width: 50% !important;
  }
  blockquote .wp-mycore:first-child p {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .our_value_section .right_column .contnet {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .our_value_section .right_column .list_value .flex {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .full_image_block .full_img img {
    height: 350px;
  }
  .paragraph_section .small_ {
    margin-top: 50px;
  }
  .team_block .column {
    width: 100%;
    margin-bottom: 70px;
  }
  .capability_two_inner .column.right_c ul li {
    width: 100%;
  }
  .capability_two_inner .column.right_c ul {
    margin-top: 30px;
  }
  .related_news .column {
    width: 100%;
  }
  .blog_description .wp-mycore.container {
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
