html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  background-color: #ffffff;
  font-size: 16px;
  color: #747DA1;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  scroll-behavior: smooth;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote, pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

blockquote p, pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: #FAFAFA;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: none;
  padding: 35px 35px 40px;
  color: #111111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px 0;
}

blockquote:before {
  color: #e6e9ec;
  content: "\f10d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  font-style: normal;
  margin-bottom: 15px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-size: 13px;
}

@media screen and (min-width: 992px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

abbr,
acronym {
  border-bottom: 1px dotted #4d4d4d;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
  font-weight: 800;
}

h2 {
  font-size: 45px;
  font-weight: 700;
}

h3 {
  font-size: 35px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover, a:focus, a:active {
  color: #B4260F;
  text-decoration: none;
  outline: 0;
}

a:visited {
  text-decoration: none;
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay,
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay {
  background-color: #111111;
  opacity: 0.5;
}

.overlay06 {
  background-color: #111111;
  opacity: 0.6;
}

.section-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .section-title {
    margin-bottom: 24px;
  }
}

.section-title span {
  display: inline-block;
  position: relative;
}

.section-head {
  position: relative;
  margin-bottom: 50px;
}

.divider-wrapper {
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .divider-wrapper {
    margin-bottom: 24px;
  }
}

.divider-wrapper .title-divider {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  display: block;
  line-height: 1;
}

.divider-wrapper .title-divider .top-title {
  color: #787878;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.divider-wrapper .title-divider .top-title:before, .divider-wrapper .title-divider .top-title:after {
  content: "";
  background-color: #368bae;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.divider-wrapper .title-divider .top-title:before {
  margin-right: 10px;
}

.divider-wrapper .title-divider .top-title:after {
  margin-left: 10px;
}

.title-highlight {
  color: #368bae;
}

.title-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 5px;
  overflow: visible;
}

.title-shape path {
  stroke: #368bae;
  stroke-width: 6px;
  fill: none;
  stroke-dasharray: 0 1500;
  -webkit-animation: headline-dash forwards;
  animation: headline-dash forwards;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.white-section-head .section-title,
.white-section-head .section-disc {
  color: #ffffff;
}

.white-section-head .back-title {
  color: rgba(255, 255, 255, 0.19);
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}

table thead tr {
  background-color: #262626;
}

table thead tr th {
  color: #383838;
}

table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th, td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 55px;
}

@media screen and (max-width: 575px) {

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color] {
    height: 42px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding: 0 15px;
  border-radius: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #368bae;
  outline: 0;
}

input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ACB1C5;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ACB1C5;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ACB1C5;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ACB1C5;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 0 30px 0 10px;
}

select option {
  padding: 8px;
}

select:focus {
  outline: none;
}

@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  color: #000;
  font-weight: normal;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.search-form button {
  background-color: #368bae;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.search-form button:hover {
  background-color: #B4260F;
}

.form-group {
  margin-bottom: 15px;
}

.form-group select {
  height: 48px;
}

.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}

.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}

.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}

.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-group label .custom-checkbox:before {
  background-color: #368bae;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.form-group label input:checked~.custom-checkbox {
  border-color: #368bae;
}

.form-group label input:checked~.custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.button-round-primary,
.button-round-secondary,
.button-round-white {
  font-size: 15px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {

  .button-round-primary,
  .button-round-secondary,
  .button-round-white {
    padding: 12px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #368bae;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
}

input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #B4260F;
}

.button-round-primary,
.button-round-secondary,
.button-round-white {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: none;
  color: #0E3500;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.button-round-primary {
  background-color: #368bae;
  color: #ffffff;
}

.button-round-secondary {
  background-color: #1D274E;
  color: #ffffff;
}

.button-round-white {
  background-color: #ffffff;
  color: #111111;
}

.button-round-primary:hover, .button-round-primary:focus, .button-round-primary:active,
.button-round-secondary:hover,
.button-round-secondary:focus,
.button-round-secondary:active,
.button-round-white:hover,
.button-round-white:focus,
.button-round-white:active {
  background-color: #B4260F;
  color: #ffffff;
}

.button-text {
  color: #0E3500;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.button-text:hover, .button-text:focus, .button-text:active {
  color: #368bae;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #F8F8F8;
}

.primary-bg {
  background-color: #368bae;
}

.secondary-bg {
  background-color: #1D274E;
}

.bg-transparent-img {
  background-color: rgba(21, 21, 21, 0.75);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-transparent-img:before {
  background-color: rgba(21, 21, 21, 0.75);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.primary-color {
  color: #368bae;
}

.secondary-color {
  color: #1D274E;
}

.title-color {
  color: #111111;
}

.list-more-btn {
  padding-top: 20px;
}

.list-more-btn a {
  padding: 18px 30px;
}

.site-loader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.social-links a {
  font-size: 16px;
  color: #368bae;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: #B4260F;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.social-icon-wrap .social-icon a {
  background-color: #368bae;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icon-wrap .social-icon a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}

.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}

.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 10px 15px;
}

.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}

.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}

.social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}

.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}

.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}

.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

.to-top-icon {
  background-color: rgba(249, 76, 48, 0.7);
  color: #ffffff;
  font-size: 12px;
  display: none;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
  background-color: #B4260F;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

.nav-tabs {
  margin: 0;
}

.nav-tabs .nav-link {
  color: #111111;
  border-radius: 0;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #368bae;
}

.tab-container {
  margin-top: 50px;
}

.tab-container .responsive-tabs .nav-tabs {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-container .responsive-tabs .nav-tabs {
    display: flex;
  }

  .tab-container .responsive-tabs .card {
    border: none;
  }

  .tab-container .responsive-tabs .card .card-header {
    display: none;
  }

  .tab-container .responsive-tabs .card .collapse {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tab-container .nav {
    display: block;
  }

  .tab-container .nav .nav-tabs .nav-link {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding: 15px 20px;
  }

  .tab-container .nav .nav-tabs .nav-link:hover, .tab-container .nav .nav-tabs .nav-link:focus, .tab-container .nav .nav-tabs .nav-link.active {
    background-color: #B4260F;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .tab-container .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tab-content {
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}

.tab-content ul {
  margin-bottom: 0;
}

.tab-content ul li {
  margin-bottom: 5px;
}

.tab-content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tab-content .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
  }

  .tab-content .card:last-child {
    margin-bottom: 0;
  }

  .tab-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }

  .tab-content .card .card-header a {
    color: #383838;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }

  .tab-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
  }

  .tab-content .card .card-header a.collapsed:before {
    content: "\f107";
  }

  .tab-content .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .tab-content {
    padding: 0;
    border: none;
  }
}

.progress-wrapper {
  padding-top: 35px;
}

.progress-wrapper .ab-progress {
  position: relative;
}

.progress-wrapper .ab-progress .progress-indecator-inner {
  position: absolute;
  top: -30px;
}

.progress-wrapper .ab-progress .progress-indecator-inner span {
  background-color: #1D274E;
  color: #ffffff;
  padding: 2px 7px;
  font-size: 12px;
  display: inline-block;
  z-index: 1;
}

.progress-wrapper .ab-progress .progress-indecator-inner span:before {
  background-color: #1D274E;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  z-index: -1;
}

.progress-wrapper .ab-progress .progress-indecator-inner .percent {
  position: absolute;
  left: -19px;
}

.progress-wrapper .ab-progress .progress-bar-wrap {
  background: #D9D9D9;
  border: none;
  height: 3px;
}

.progress-wrapper .progress-inline .ab-progress-bar {
  background: #1D274E;
  box-shadow: none;
  height: 3px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .progress-wrapper .progress-inline .progress-title {
    margin-bottom: 10px;
  }
}

.accordion-content .card {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
}

.accordion-content .card:last-child {
  margin-bottom: 0;
}

.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-content .card .card-header a {
  color: #383838;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 22px;
  font-weight: 500;
  position: relative;
  text-align: left;
}

.accordion-content .card .card-header a:before {
  content: "\f106";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
}

.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #747DA1;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-prev {
  left: 15px;
}

.slick-slider .slick-prev:before {
  content: "\f053";
}

.slick-slider .slick-next {
  right: 15px;
}

.slick-slider .slick-next:before {
  content: "\f054";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #B4260F;
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  background-color: #c6c6c6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover {
  background-color: #368bae;
}

.slick-dots li.slick-active button {
  background-color: #368bae;
}

.video-button a {
  background-color: #368bae;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
}

.video-button a i {
  color: #ffffff;
}

.video-button a:before, .video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 2s infinite;
  -moz-animation: rippleOne 2s infinite;
  -ms-animation: rippleOne 2s infinite;
  -o-animation: rippleOne 2s infinite;
  animation: rippleOne 2s infinite;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 10px rgba(244, 68, 56, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 10px rgba(244, 68, 56, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/
.post-navigation-wrap {
  margin-top: 30px;
}

.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  color: #444444;
  display: inline-block;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination li a:hover {
  background-color: #368bae;
  border-color: #368bae;
  color: #ffffff;
}

.pagination li.active a {
  background-color: #368bae;
  border-color: #368bae;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  background-color: rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 15px;
}

@media screen and (max-width: 991px) {
  .site-header {
    padding: 20px 15px 0;
  }
}

@media screen and (max-width: 575px) {
  .site-header {
    padding: 0px;
    padding-bottom: 0;
  }
}

/*--- top header css start ---*/
.header-contact-info {
  color: #fafafa;
  padding: 11px 0;
}

.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
}

.header-contact-info ul li:last-child {
  padding-right: 0;
}

.header-contact-info ul li:first-child {
  padding-left: 0;
}

.header-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}

.header-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.header-contact-info ul li a:hover, .header-contact-info ul li a:focus, .header-contact-info ul li a:active {
  color: #B4260F;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social li {
  margin: 0 8px;
}

.header-social li:first-child {
  margin-left: 0;
}

.header-social li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 479px) {
  .header-social li {
    margin: 0 6px;
  }
}

.header-social a {
  color: #fafafa;
}

.header-social a:hover, .header-social a:focus {
  color: #B4260F;
}

@media screen and (max-width: 767px) {
  .header-social a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header-social {
    padding: 8px 0;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}

.header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
  outline: none;
  color: #B4260F;
}

@media screen and (max-width: 575px) {
  .header-search-icon {
    margin-left: 0;
  }

  .header-search-icon .search-icon {
    padding-left: 12px;
  }

  .header-search-icon .search-icon i {
    font-size: 14px;
  }
}

/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}

@media screen and (max-width: 575px) {
  .site-identity .site-title {
    margin: 10px auto;
  }
}

@media screen and (max-width: 479px) {
  .site-identity .site-title {
    text-align: center;
  }
}

.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}

.site-identity img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.site-identity a {
  display: block;
}

.site-identity a:hover img, .site-identity a:focus img, .site-identity a:active img {
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .hgroup-wrap {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hgroup-wrap {
    display: flex;
    flex-direction: column;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.site-header .main-navigation .navigation>ul>li {
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .site-header .main-navigation .navigation>ul>li {
    padding: 0 10px;
  }
}

.site-header .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .main-navigation ul>li.menu-item-has-children>a:after {
  content: "\f0d7";
}

.site-header .main-navigation ul>li:last-child {
  border-bottom: none;
}

.site-header .main-navigation ul>li:last-child:before {
  display: none;
}

.site-header .main-navigation ul>li>a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
}

.site-header .main-navigation ul>li:hover>ul, .site-header .main-navigation ul>li:focus>ul, .site-header .main-navigation ul>li:active>ul {
  display: block;
}

.site-header .main-navigation ul>li:hover>a, .site-header .main-navigation ul>li:focus>a, .site-header .main-navigation ul>li:active>a {
  color: #368bae;
}

.site-header .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #1D274E;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
}

.site-header .main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}

.site-header .main-navigation ul ul li a {
  color: #747DA1;
  display: block;
  padding: 12px 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header .main-navigation ul ul li a:hover, .site-header .main-navigation ul ul li a:focus, .site-header .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #368bae;
}

.site-header .main-navigation ul ul li>ul {
  left: 100%;
  top: 0;
}

.site-header .main-navigation ul ul li.menu-item-has-children>a:after {
  content: "\f0da";
}

.site-header .main-navigation ul ul li:hover>ul, .site-header .main-navigation ul ul li:focus>ul, .site-header .main-navigation ul ul li:active>ul {
  display: block;
  top: -3px;
}

.site-header .main-navigation ul ul li:hover a:after, .site-header .main-navigation ul ul li:focus a:after, .site-header .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header .main-navigation ul li {
  position: relative;
}

.site-header .main-navigation ul li:last-child ul, .site-header .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}

.site-header .main-navigation ul li:last-child ul ul, .site-header .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}

.site-header .main-navigation ul li.menu-item-has-children>a {
  position: relative;
}

.site-header .main-navigation ul li.menu-item-has-children>a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.site-header .main-navigation ul li.menu-item-has-children li:hover>a, .site-header .main-navigation ul li.menu-item-has-children li:focus>a {
  background-color: #B4260F;
  color: #ffffff;
}


@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 30px;
}

.header-btn a {
  font-size: 13px;
  padding: 14px 22px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .header-btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .header-btn {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }

  .header-btn a {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 479px) {
  .header-btn {
    margin: 0;
  }
}

/*---  header search css ---*/
.header-search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
}

.header-search-form .header-search {
  position: relative;
}

.header-search-form input[type=text] {
  background-color: #ffffff;
  color: #292929;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  text-align: center;
}

.header-search-form .search-close {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.header-search-form .search-close:hover, .header-search-form .search-close:focus, .header-search-form .search-close:active {
  color: #B4260F;
}

.header-search-form.search-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---  fixed header css ---*/
.bottom-header {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

@media screen and (min-width: 992px) {
  .fixed-header {
    background-color: #111111;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 991px) {
  .fixed-header {
    background-color: transparent;
    position: relative;
  }
}

.fixed-header .main-navigation .navigation>ul>li>a {
  color: #ffffff;
  padding: 22px 0;
}

.fixed-header .main-navigation .navigation>ul>li>a:before {
  background-color: #444444;
}

.fixed-header .main-navigation .navigation>ul>li>a:hover {
  color: #B4260F;
}

.fixed-header .header-icon-group .header-social ul li a i {
  color: #111111;
}

.fixed-header .header-icon-group .header-social ul li a i:hover {
  color: #B4260F;
}

.fixed-header .search-icon i {
  color: #111111;
}

.fixed-header .search-icon i:hover {
  color: #B4260F;
}

/*.fixed-header .site-title img {*/
/*  filter: invert(100%) saturate(100%) hue-rotate(154deg) sepia(19%) contrast(200%);*/
/*}*/

/*.fixed-header .site-title img:hover {*/
/*  opacity: 1;*/
/*  filter: invert(100%) saturate(100%) hue-rotate(277deg) sepia(19%) contrast(500%);*/
/*}*/


@media screen and (max-width: 991px) {
  .fixed-header .mobile-menu-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }

  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }

  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #212121;
  }

  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #212121;
  }

  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before, .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #212121;
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 10px 0;
  float: none;
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}

.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .mobile-menu-container {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .mobile-menu-container .slicknav_menu .slicknav_btn {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}

.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}

.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}

.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #B4260F;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.slicknav_menu .slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}

.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}

.slicknav_btn .slicknav_icon:before {
  display: none;
}

.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}

.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}

.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}

.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}

.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}

.slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}

.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 160px;
  padding-top: 265px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .home-banner {
    padding-top: 190px;
  }
}

@media screen and (max-width: 479px) {
  .home-banner {
    padding-top: 220px;
    padding-bottom: 70px;
  }
}

.banner-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.banner-content .back-title {
  font-size: 130px;
  margin-bottom: -65px;
}

.banner-content .banner-title {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 25px;
}

.banner-content .banner-text p {
  color: #ffffff;
  margin-bottom: 45px;
  padding: 0 50px;
}

.banner-content .banner-button {
  margin-left: -7px;
  margin-right: -7px;
}

.banner-content .banner-button a {
  margin: 7px;
}

@media screen and (max-width: 991px) {
  .banner-content .back-title {
    font-size: 70px;
  }

  .banner-content .banner-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content .back-title {
    font-size: 45px;
    margin-bottom: -20px;
  }

  .banner-content .banner-title {
    font-size: 32px;
  }

  .banner-content .banner-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) and (max-width: 479px) {
  .banner-content .banner-text p {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content .banner-button {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-content .banner-button a {
    padding: 10px 15px;
    text-align: center;
    margin: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
  .banner-content .banner-button {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .banner-content .banner-button a {
    display: inline-block;
    margin: 10px 0;
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .banner-content .banner-text p {
    padding: 0;
  }
}

/*--------------------------------------------------------------
>>> Home service section  
----------------------------------------------------------------*/
.service-section {
  margin-bottom: 120px;
}

.service-section .service-inner-wrap {
  padding-top: 120px;
  padding-bottom: 210px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #292929;
}

.service-section .service-inner-wrap .overlay {
  background-image: url("assets/img/agency-img3.png");
  background-position: center center;
  background-repeat: repeat;
  opacity: 0.08;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.service-section .service-inner-wrap .section-disc p {
  color: #f8f8f8;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .service-section .service-inner-wrap .section-disc {
    margin-bottom: 50px;
  }
}

.service-section .service-inner-wrap .service-list ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.service-section .service-inner-wrap .service-list ul li i {
  color: #368bae;
  font-size: 14px;
  font-weight: 400;
}

.service-section .service-inner-wrap .service-list ul li .dot-list-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 5px;
}

.service-section .service-inner-wrap .author-content {
  margin-top: 50px;
}

.service-section .service-inner-wrap .service-tag {
  width: 55%;
}

.service-section .service-inner-wrap .service-tag .author-img {
  margin-right: 17px;
}

.service-section .service-inner-wrap .service-tag .author-img img {
  width: 65px;
  object-fit: cover;
  object-position: center;
  border: 2px solid #368bae;
  border-radius: 50%;
}

.service-section .service-inner-wrap .author-name {
  color: #ffffff;
  margin: 0;
}

.service-section .service-inner-wrap .tag-discription {
  color: #d9d9d9;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.service-section .service-inner-wrap .servicebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 45%;
  border-left: 2px solid #ffffff2e;
}

.service-section .types-of-duty {
  margin-left: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}

.service-section .types-of-duty .service-type {
  background-image: url("assets/img/agency-img22.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  box-shadow: 0px 0px 20px -10px #000000;
  transition: all 0.3s;
  padding: 40px;
  background-color: #111111;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-section .types-of-duty .service-type .overlay75 {
  opacity: 0.75;
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.service-section .types-of-duty .service-type .service-icon {
  margin-bottom: 22px;
  text-align: center;
}

.service-section .types-of-duty .service-type .service-icon .icon {
  color: #368bae;
  font-size: 60px;
}

.service-section .types-of-duty .service-type .service-title {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 8px;
  color: #ffffff;
}

.service-section .service-item-inner {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service-section .service-item-inner {
    margin-top: -100px;
  }
}

.service-section .service-item-inner .service-contact-wrapper {
  padding: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .service-section .service-item-inner .service-contact-wrapper {
    display: grid;
    grid-row-gap: 30px;
  }
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag {
  margin-right: 50px;
  border-right: 1px solid #ffffff57;
}

@media screen and (max-width: 991px) {
  .service-section .service-item-inner .service-contact-wrapper .contact-number-tag {
    border: none;
    margin: auto;
    justify-content: center;
  }
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon {
  margin-right: 20px;
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon .icon-outer-circle {
  padding: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: inline-block;
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon .icon-outer-circle i {
  font-size: 33px;
  color: #ffffff;
  height: 33px;
  width: 33px;
  position: relative;
  display: block;
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-detail-tag h6 {
  margin: 8px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-detail-tag span {
  font-weight: 700;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-detail-tag span {
    font-size: 25px;
  }
}

.service-section .service-item-inner .service-contact-wrapper .contct-info p {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .service-section .service-item-inner .service-contact-wrapper .contct-info p {
    text-align: center;
  }
}

.service-section .service-item-inner .service-contact-wrapper .contactbtn {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .service-section .service-item-inner .service-contact-wrapper .contactbtn {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .service-section .white-section-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-section .service-tag {
    justify-content: center;
  }

  .service-section .types-of-duty {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-section {
    margin-bottom: 80px;
  }

  .service-section .service-inner-wrap {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 575px) {
  .service-section .heading-wrap {
    padding-top: 70px;
    padding-bottom: 170px;
  }

  .service-section .types-of-duty {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-section .service-item-inner .service-contact-wrapper {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 479px) {
  .service-section .section-head .author-content {
    flex-direction: column;
  }

  .service-section .section-head .author-content .service-tag {
    width: 100%;
  }

  .service-section .section-head .author-content .servicebtn {
    width: 100%;
    border-left: none;
    margin-top: 20px;
  }

  .service-section .service-item-inner {
    margin-top: -130px;
    padding: 30px 0px 0px;
  }

  .service-section .service-item-inner .service-contact-wrapper {
    grid-row-gap: 15px;
  }

  .service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon {
    margin-right: 10px;
  }

  .service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon .icon-outer-circle {
    padding: 16px;
  }

  .service-section .service-item-inner .service-contact-wrapper .contact-number-tag .contact-icon .icon-outer-circle i {
    font-size: 17px;
    height: 1em;
    width: 1em;
  }
}

/*--------------------------------------------------------------
>>> Home about section  
----------------------------------------------------------------*/
.about-section {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .section-about-left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-about-left {
    margin-bottom: 40px;
  }
}

.section-about-right {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .section-about-right {
    padding-left: 0px;
  }
}

.section-about-content .section-head {
  margin-bottom: 20px;
}

.section-about-content ul {
  margin: 0;
  padding: 0;
}

.section-about-content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  list-style: none;
  margin-bottom: 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #1D274E;
  font-size: 15px;
}

.section-about-content ul li:before {
  color: #368bae;
  content: "\e9f2";
  font-family: "elementskit";
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .section-about-content ul li {
    font-size: 13px;
  }
}

.section-about-content h3 {
  color: #1D274E;
}

.section-about-content p {
  margin-bottom: 15px;
  color: #747DA1;
}

.section-about-content .about-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.section-about-content .exp-date {
  border: 3px solid #D9D9D9;
  color: #787878;
  font-weight: 600;
  text-align: center;
  min-width: 160px;
  padding: 20px 15px;
  border-radius: 30px;
  margin-left: 25px;
  display: grid;
}

.section-about-content .exp-date h2 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #368bae;
  font-weight: 800;
}

.section-about-content .exp-date h4 {
  color: #787878;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 7px;
}

.section-about-content .exp-date .date-decs {
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.section-about-content .aboutbtn {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .section-about-content .section-head {
    text-align: center;
    margin: 30px 0px;
  }

  .section-about-content .aboutbtn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-about-content .section-head {
    margin: 30px auto;
  }
}

@media screen and (max-width: 575px) {
  .section-about-content .about-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-about-content .about-list .exp-date {
    margin: 30px auto 0;
  }
}

.about-image-wrap {
  text-align: center;
}

.about-image-wrap .home-about-image {
  margin-left: auto;
  margin-right: auto;
}

.about-image-wrap .home-about-image img {
  border: 10px solid #ffffff;
  border-radius: 30px;
}

.about-image-wrap .left-image {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-right: -30px;
  width: 47%;
}

.about-image-wrap .left-image img {
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
}

.about-image-wrap .left-image .video-button {
  margin-top: -65%;
}

.about-image-wrap .left-image .video-button a {
  background-color: #368bae;
}

.about-image-wrap .left-image .video-button a i {
  color: #ffffff;
}

.about-image-wrap .right-image {
  margin-left: -30px;
  width: 62%;
}

.about-image-wrap .bottom-image {
  margin-top: -200px;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .about-image-wrap .left-image {
    height: auto;
    width: 55%;
    margin-top: 8%;
    margin-bottom: -50%;
    margin-left: 1%;
  }

  .about-image-wrap .left-image img {
    width: 100%;
    height: auto;
  }

  .about-image-wrap .left-image .video-button {
    margin-top: -50%;
  }

  .about-image-wrap .right-image {
    margin-left: auto;
    margin-right: -5%;
  }
}

@media screen and (max-width: 575px) {
  .about-image-wrap {
    padding: 0;
  }

  .about-image-wrap .home-about-image {
    margin-bottom: 20px;
    margin: 20px auto;
  }

  .about-image-wrap .home-about-image img {
    border: none;
  }

  .about-image-wrap .left-image {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
  }

  .about-image-wrap .left-image img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about-image-wrap .left-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .about-image-wrap .right-image {
    margin-left: 0;
    width: 100%;
  }

  .about-image-wrap .bottom-image {
    margin-bottom: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .about-image-wrap .section-about-right {
    padding: 12px;
  }
}

/*--------------------------------------------------------------
>>> Home progress section  
----------------------------------------------------------------*/
.progress-section {
  margin-bottom: -60px;
}

.process-count-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.03);
  margin-left: 40px;
}

.process-count-item .process-number {
  font-family: "Poppins", sans-serif;
  color: #368bae;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  margin-left: -20px;
}

.process-count-item .process-content {
  padding: 30px 35px;
}

.process-count-item .process-content h4 {
  margin-bottom: 8px;
}

.process-count-item .process-content p:last-child {
  margin-bottom: 0;
}

.process-count-item.secondary-bg .process-content * {
  color: #ffffff;
}

.process-count-item.primary-bg .process-number {
  color: #1D274E;
}

@media screen and (max-width: 767px) {
  .process-count-item {
    margin-bottom: 30px;
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
>>> Home contact section  
----------------------------------------------------------------*/
.contact-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

.contact-section .overlay {
  background-color: #f8f8f8;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .contact-section .contact-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.contact-section .section-title {
  color: #1D274E;
}

.contact-section .section-disc {
  color: #747DA1;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-section .section-disc {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .contact-section .section-disc {
    margin-bottom: 10px;
  }
}

.contact-section .contact-detail-wrapper {
  margin-top: 28px;
}

.contact-section .contact-detail-container {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact-section .contact-detail-container {
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .contact-section .contact-detail-container {
    margin-bottom: 20px;
  }
}

.contact-section .contact-icon {
  margin-right: 20px;
}

.contact-section .contact-icon span {
  padding: 20px;
  border-radius: 30px;
  background-color: #111111;
  display: inline-block;
}

.contact-section .contact-icon span i {
  font-size: 33px;
  color: #ffffff;
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
}

.contact-section .contact-detail h5 {
  margin-bottom: 8px;
  color: #111111;
  line-height: 1.1;
}

.contact-section .contact-detail span {
  color: #747DA1;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  display: block;
}

.contact-section .contact-image {
  margin: 0 -87px 0 -43px;
  position: relative;
  left: -15px;
}

.contact-section .contact-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-section .home-contact-form {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 100px;
  border-radius: 30px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.contact-section .home-contact-form .form-title {
  color: #111111;
  margin-bottom: 20px;
  text-align: center;
}

.contact-section .home-contact-form .form-detail {
  color: #747DA1;
  text-align: center;
  font-size: 15px;
}

.contact-section .home-contact-form .form-height {
  margin-bottom: 20px;
}

.contact-section .home-contact-form input,
.contact-section .home-contact-form textarea {
  border: 1px solid #D9D9D9;
  background-color: #F8F8F800;
  padding: 15px;
}

.contact-section .home-contact-form input:focus,
.contact-section .home-contact-form textarea:focus {
  border: 2px solid #D9D9D9;
  box-shadow: none;
}

.contact-section .home-contact-form input::-webkit-outer-spin-button,
.contact-section .home-contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-section .home-contact-form input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .contact-section .home-contact-form {
    padding: 35px 20px;
  }

  .contact-section .home-contact-form .button-round-secondary {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .contact-section .contact-image {
    width: 85%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}

.project-counter-section {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .project-counter-section {
    margin-top: -100px;
  }
}

.project-counter-section .counter-inner {
  border-radius: 30px;
  padding: 40px;
}

.project-counter-section .counter-inner .counter-item-wrap {
  display: flex;
  align-items: center;
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item {
  border-left: 1px solid #FFFFFF42;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item:first-child {
  border-left: none;
}

@media screen and (max-width: 991px) {
  .project-counter-section .counter-inner .counter-item-wrap .counter-item:first-child {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .project-counter-section .counter-inner .counter-item-wrap .counter-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .project-counter-section .counter-inner .counter-item-wrap .counter-item {
    border-width: 0 0 1px 0;
    margin-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-color: #FFFFFF42;
  }
}

@media screen and (max-width: 575px) {
  .project-counter-section .counter-inner .counter-item-wrap .counter-item {
    margin-top: 20px;
  }
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item .project-icons {
  margin-bottom: 11px;
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item .project-icons i {
  font-size: 65px;
  color: white;
  font-weight: 400;
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item .counter-no {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
}

.project-counter-section .counter-inner .counter-item-wrap .counter-item .Completed {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
>>> Home gallery section  
----------------------------------------------------------------*/
.gallery-section {
  padding-bottom: 120px;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .gallery-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.gallery-section .section-head {
  margin-bottom: 42px;
}

.gallery-section .section-head .section-title {
  color: #1D274E;
}

.gallery-section .section-head .section-disc {
  margin-left: 120px;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .gallery-section .section-head .section-disc {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-section .section-head .section-disc {
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-inner {
  padding-top: 0px;
  margin: 0 -8px;
}

.gallery-inner:before, .gallery-inner:after {
  content: "";
  display: block;
  clear: both;
}

.gallery-inner .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .gallery-inner .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .gallery-inner .gallery-container {
    grid-template-columns: auto;
  }
}

.gallery-inner .single-gallery {
  border-radius: 30px;
  overflow: hidden;
}

.gallery-inner .gallery-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.gallery-inner .gallery-img:hover a:before {
  opacity: 1;
}

.gallery-inner .gallery-img:hover .facility-wrapper {
  opacity: 1;
}

.gallery-inner .gallery-img img {
  width: 100%;
}

.gallery-inner .gallery-img a {
  display: block;
  position: relative;
}

.gallery-inner .gallery-img a:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery-inner .gallery-img .facility-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  z-index: 1;
}

.gallery-inner .gallery-img .facility-wrapper .facility-content {
  margin-top: 0px;
}

.gallery-inner .gallery-img .facility-wrapper .facility-title {
  color: #ffffff;
  text-align: center;
}

.gallery-inner .gallery-img .facility-wrapper .facility-title a:before {
  content: none;
}

.gallery-inner .gallery-img .facility-wrapper .facility-info {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gallery-inner {
    margin: -5px;
  }

  .gallery-inner .single-gallery {
    width: 100%;
    padding: 5px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .gallery-inner .single-gallery {
    width: 100%;
  }
}

.lb-data .lb-closeContainer {
  position: fixed;
  top: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
>>> Home client section  
----------------------------------------------------------------*/
.client-section {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.client-section .slick-slide img {
  display: initial;
}

@media screen and (max-width: 575px) {
  .client-section {
    padding-bottom: 60px;
  }
}

/*--------------------------------------------------------------
>>> Home fact section  
----------------------------------------------------------------*/
.fact-section {
  background-color: #292929;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .fact-section {
    padding: 80px 0 70px;
  }
}

.fact-section .fact-overlay {
  background-color: #999999;
  background-image: url("assets/img/agency-img3.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.fact-section .fact-item-wrap {
  position: relative;
  margin-top: -30px;
  align-items: center;
  justify-content: center;
  padding: 120px 80px;
}

@media screen and (max-width: 991px) {
  .fact-section .fact-item-wrap {
    margin: auto;
  }
}

@media screen and (max-width: 479px) {
  .fact-section .fact-item-wrap {
    padding: 80px 0;
  }
}

.fact-section .fact-item-wrap .circle-overlay {
  position: absolute;
  background-image: url("assets/img/agency-img21.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 90%;
  height: 100%;
  opacity: 0.4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .fact-section .fact-item-wrap .circle-overlay {
    background-size: contain;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fact-section .fact-item-wrap .circle-overlay {
    background-size: cover;
    max-width: 450px;
  }
}

@media screen and (max-width: 575px) {
  .fact-section .fact-item-wrap .circle-overlay {
    background-size: contain;
  }
}

.fact-section .fact-item-wrap .fact-section-head {
  text-align: center;
  margin: auto;
  position: relative;
  padding: 0 20px;
}

.fact-section .fact-item-wrap .fact-section-head .section-title {
  color: #ffffff;
}

.fact-section .fact-item-wrap .fact-section-head p {
  color: #ffffff;
}

@media screen and (max-width: 479px) {
  .fact-section .fact-item-wrap .fact-section-head {
    padding: 0;
  }
}

.fact-section .achivement-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .fact-section .achivement-wrapper {
    margin: 40px auto 0;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .fact-section .achivement-wrapper {
    margin: 20px auto 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .fact-section .achivement-wrapper .goal-wrapper {
    margin: 30px auto 0;
    text-align: center;
  }
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar {
  width: 100%;
  padding: 0;
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar {
  display: inline-block;
  position: relative;
  text-align: center;
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar canvas {
  vertical-align: middle;
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar .circle-number {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transform: translate(0, 15%);
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar .goal {
  display: grid;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar .goal h4 {
  color: #ffffff;
  margin: 25px auto 10px;
}

@media screen and (max-width: 575px) {
  .fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar .goal h4 {
    margin-top: 20px;
  }
}

.fact-section .achivement-wrapper .goal-wrapper .circle-progressbar .circle-bar .goal span {
  color: #a7a7a7;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}

/*--------------------------------------------------------------
>>> Home testimonial section  
----------------------------------------------------------------*/
.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background-color: #292929;
}

.testimonial-section .pattern-overlay {
  background-color: transparent;
  background-image: url(assets/img/agency-img3.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-section .section-head {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .testimonial-section .section-head {
    text-align: center;
  }
}

.testimonial-section .section-head .section-title {
  color: #ffffff;
}

.testimonial-section .section-disc {
  color: #f8f8f8;
  margin-left: 50px;
  font-size: 15px;
}

@media screen and (max-width: 1199px) {
  .testimonial-section .section-disc {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section .section-disc {
    text-align: center;
  }
}

.testimonial-section .testimonial-inner {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .testimonial-section .testimonial-inner .vow-item:last-child .testimonial-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.testimonial-item {
  padding: 40px 10px 0px 10px;
  position: relative;
}

.testimonial-item .testimonial-img {
  border: 6px solid #292929;
  border-radius: 100%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 15%;
  top: 0px;
}

.testimonial-item .testimonial-content {
  background-color: #171717;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 30px;
}

.testimonial-item .testimonial-content .comment-info {
  margin-top: 20px;
}

.testimonial-item .testimonial-content p {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 15px;
}

.testimonial-item .testimonial-content .rating-start-wrap {
  display: table;
  text-align: right;
}

.testimonial-item .testimonial-content .rating-start-wrap .rating-start {
  display: table;
  position: relative;
  font-size: 11px;
  letter-spacing: 4px;
}

.testimonial-item .testimonial-content .rating-start-wrap .rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.testimonial-item .testimonial-content .rating-start-wrap .rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.testimonial-item .testimonial-content .rating-start-wrap .rating-start span:before {
  color: #368bae;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.testimonial-item .testimonial-content .author-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 22px;
  border-top: 1px solid #FFFFFF21;
  justify-content: space-between;
}

.testimonial-item .testimonial-content .author-content .author-info .author-name {
  color: #ffffff;
  margin-bottom: 0;
}

.testimonial-item .testimonial-content .author-content .author-info .author-work {
  color: #d9d9d9;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .testimonial-item .testimonial-content .author-content {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-item {
    padding: 0;
  }

  .testimonial-item .testimonial-img {
    position: relative;
    margin-bottom: -40px;
  }

  .testimonial-item .testimonial-content {
    background-size: 35px;
    width: 100%;
    padding: 40px 25px 25px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
>>> Home blog section  
----------------------------------------------------------------*/
.blog-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.blog-section .section-title {
  color: #1D274E;
}

.blog-section .section-disc {
  margin-left: 120px;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .blog-section .section-disc {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 575px) {
  .blog-section .section-disc {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.blog-section .section-disc p {
  color: #747DA1;
}

.blog-section .blog-inner {
  padding-top: 20px;
}

.blog-section .head-btn a {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .blog-section {
    margin: 80px auto 50px;
  }
}

@media screen and (max-width: 575px) {
  .blog-section .blog-inner {
    padding-top: 0;
  }

  .blog-section .section-head {
    margin-bottom: 30px;
  }

  .blog-section .section-head .section-title {
    margin-bottom: 15px;
  }
}

.blog-inner .post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-inner .post:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.blog-inner .post:hover .feature-image:before {
  opacity: 0;
}

.blog-inner .feature-image {
  position: relative;
  cursor: pointer;
}

.blog-inner .feature-image:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-inner .feature-image .cat-meta {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-inner .feature-image .cat-meta a {
  background-color: #368bae;
  color: #ffffff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-inner .feature-image .cat-meta a:hover {
  background-color: #B4260F;
  color: #ffffff;
}

.blog-inner .entry-content {
  padding: 30px;
}

.blog-inner .entry-content h4 a {
  color: #111111;
  margin: 0;
  transition: all 0.3s;
}

.blog-inner .entry-content h4 a:hover {
  color: #B4260F;
}

.blog-inner .entry-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .blog-inner .vlog-wrapper .post {
    margin-bottom: 30px;
  }

  .blog-inner .vlog-wrapper:last-child .post {
    margin-bottom: 0;
  }

  .blog-inner .feature-image img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
>>> Home callback section  
----------------------------------------------------------------*/
.callback-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.callback-section .section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.callback-section .button-right {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .callback-section .button-right {
    text-align: initial;
    padding-top: 10px;
  }
}

/*--------------------------------------------------------------
>>> Home team section  
----------------------------------------------------------------*/
.team-section {
  padding: 120px 0 120px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .team-section {
    padding: 80px 0;
  }
}

.team-section .section-title {
  color: #1D274E;
}

.team-section .section-disc {
  margin-left: 120px;
  margin-right: 120px;
}

@media screen and (max-width: 575px) {
  .team-section .section-disc {
    margin-right: auto;
    margin-left: auto;
  }
}

.team-section .group-member .team-item {
  border-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
}

.team-section .group-member .team-img {
  width: 100%;
}

.team-section .group-member .team-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.team-section .group-member .team-content {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  background-color: #368bae;
  text-align: center;
  border-radius: 30px;
  margin-top: -50px;
  color: white;
  position: relative;
  z-index: 1;
}

.team-section .group-member .team-content h4 {
  color: #ffffff;
  margin-bottom: 5px;
}

.team-section .group-member .team-content span a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.team-section .group-member .team-social-link {
  margin: 25px auto;
}

.team-section .group-member .team-social-link ul li {
  margin: 0 5px;
}

.team-section .group-member .team-social-link ul li a {
  border: 1px solid #1D274E45;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s;
}

.team-section .group-member .team-social-link ul li a i {
  color: #1D274E;
  font-size: 12px;
  display: block;
  height: 1em;
  width: 1em;
  position: relative;
}

.team-section .group-member .team-social-link ul li a:hover {
  background-color: #B4260F;
  border: 1px solid #B4260F;
}

.team-section .group-member .team-social-link ul li a:hover i {
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> subscribe team section  
----------------------------------------------------------------*/
.subscribe-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .subscribe-section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-section .subscribe-section-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

.subscribe-section .divider-wrapper {
  margin-bottom: 20px;
}

.subscribe-section .section-title {
  color: #1D274E;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .subscribe-section .section-title {
    text-align: center;
  }
}

.subscribe-section .subscribe-right-wrapper {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .subscribe-section .subscribe-right-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.subscribe-section .subscribe-right-wrapper .subscribe-info {
  margin-bottom: 20px;
}

.subscribe-section .subscribe-right-wrapper .subscribe-info p {
  color: #747DA1;
  font-size: 15px;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form {
  align-items: center;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input {
  border: 1px solid #D9D9D9;
  background-color: #F8F8F800;
  padding: 15px;
  color: #747DA1;
  font-size: 15px;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input:focus {
  border: 2px solid #D9D9D9;
  box-shadow: none;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input::placeholder {
  color: #d9d9d9;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .subscribe-section .subscribe-right-wrapper .subscribe-form input {
    margin-bottom: 20px;
    height: 55px;
  }

  .subscribe-section .subscribe-right-wrapper .subscribe-form input::placeholder {
    font-size: 15px;
  }
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d9d9d9;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d9d9d9;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form button {
  padding: 20px;
  border-radius: 30px;
  width: 100%;
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-color: #292929;
  position: relative;
  z-index: 1;
}

.site-footer .footer-overlay {
  background-color: transparent;
  background-image: url(assets/img/agency-img3.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.site-footer .top-footer {
  padding-top: 100px;
}

.site-footer .top-footer .textwidget {
  font-size: 15px;
}

.site-footer .top-footer .img-textwidget {
  margin-bottom: 10px;
}

.site-footer .footer-logo {
  margin-bottom: 20px;
}

.site-footer .bottom-footer {
  margin-top: 40px;
}

.site-footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
  color: #ffffff;
}

.site-footer .copy-right a {
  color: #ffffff;
}

.site-footer .copy-right a:hover {
  color: #B4260F;
}

.site-footer .footer-social-links {
  margin-top: 20px;
}

.site-footer .footer-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-social-links ul li {
  margin: 0 5px;
  display: inline-block;
}

.site-footer .footer-social-links ul li:first-child {
  margin-left: 0;
}

.site-footer .footer-social-links ul li:last-child {
  margin-right: 0;
}

.site-footer .footer-social-links ul li a {
  background-color: #368bae;
  color: #ffffff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .footer-social-links ul li a:hover {
  background-color: #B4260F;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .top-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .site-footer .bottom-footer {
    margin-top: 0;
  }
}

.footer-primary .widget {
  margin-bottom: 0;
  color: #D9D9D9;
}

.footer-primary .widget .widget-title {
  color: #368bae;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

.footer-primary .widget p {
  font-size: 15px;
}

.footer-primary .widget ul li {
  margin-bottom: 10px;
}

.footer-primary .widget ul li a {
  color: #D9D9D9;
  font-size: 15px;
}

.footer-primary .widget ul li a:hover, .footer-primary .widget ul li a:focus, .footer-primary .widget ul li a:active {
  color: #b4260f;
}

@media screen and (max-width: 991px) {
  .footer-primary .widget {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 250px 0 150px;
  text-align: center;
  position: relative;
}

.inner-baner-container:before {
  background-color: #151515;
  content: "";
  display: block;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
}

.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}

.inner-baner-container .breadcrumb {
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
}

.inner-baner-container .breadcrumb li {
  color: #ffffff;
  font-size: 14px;
}

.inner-baner-container .breadcrumb li:before {
  color: inherit;
}

.inner-baner-container .breadcrumb li a {
  color: #ffffff;
}

.inner-baner-container .breadcrumb li a:hover {
  color: #B4260F;
}

.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}

.inner-baner-container .breadcrumb-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 575px) {
  .inner-baner-container {
    padding: 220px 0 80px;
  }

  .inner-baner-container .inner-title {
    font-size: 30px;
  }

  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

/*--------------------------------------------------------------
>>> portfolio-detail  
----------------------------------------------------------------*/
.portfolio-detail-section {
  padding-bottom: 120px;
  padding-top: 120px;
}

.portfolio-detail-section .portfolio-inner-detail h3 {
  margin-bottom: 20px;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 6px;
  color: #747DA1;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li i {
  color: #368bae;
  margin-right: 5px;
}

.portfolio-detail-section .portfolio-inner-detail .project-summary ul li i:before {
  color: #368bae;
  content: "\e9f2";
  font-family: "elementskit";
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section .portfolio-inner-detail .project-summary ul li {
    width: 100%;
  }
}

.portfolio-detail-section .gallery-slider {
  margin-top: 0px;
}

.portfolio-detail-section .portfolio-img {
  margin-bottom: 30px;
}

.portfolio-detail-section .portfolio-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 575px) {
  .portfolio-detail-section {
    padding-bottom: 70px;
  }
}

.gallery-slider {
  margin-top: 50px;
}

.gallery-slider .slick-slide {
  margin: 0 10px;
}

.gallery-slider .slick-list {
  margin: 0 -10px;
}

.gallery-slider .slick-list img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/*--------------------------------------------------------------
>>> About Page  
----------------------------------------------------------------*/
.about-page-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .about-page-section {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.about-page-section .about-section-head {
  margin-bottom: 50px;
}

.about-page-section .about-section-head .section-title {
  color: #1D274E;
  line-height: 1.1;
}

.about-page-section .section-disc {
  display: grid;
  column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media screen and (max-width: 575px) {
  .about-page-section .section-disc {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .about-service-wrap .section-heading h2 {
    margin-bottom: 0;
  }
}

.iconbox-container-bg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .iconbox-container-bg {
    grid-template-columns: repeat(1, 1fr);
  }
}

.iconbox-container-bg .iconbox-content-bg {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 30px;
}

.iconbox-container-bg .iconbox-content-bg:nth-child(2n+2) i {
  background-color: #111111;
  color: #ffffff;
}

.iconbox-container-bg .icon-img {
  margin-right: 20px;
}

.iconbox-container-bg i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #368bae;
  color: #ffffff;
  display: block;
  font-size: 30px;
  width: 74px;
  height: 74px;
  line-height: 71px;
  text-align: center;
}

.iconbox-container-bg .item-content h5 {
  margin-bottom: 8px;
}

.iconbox-container-bg .item-content span {
  font-size: 15px;
  color: #747DA1;
}

@media screen and (max-width: 767px) {
  .about-page-section {
    margin-bottom: 60px;
  }
}

.about-page-section .client-section {
  padding: 80px 0;
}

.about-page-section .client-wrap {
  background-color: #ffffff;
  padding: 0;
}

.about-video-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.about-video-wrap .about-image-left {
  width: 55%;
}

.about-video-wrap .about-image-left figure {
  margin-right: -120px;
}

.about-video-wrap .about-image-right {
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  width: 45%;
  z-index: 1;
}

.about-video-wrap .about-image-right .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-video-wrap .about-image-right .video-button a {
  background-color: #368bae;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.about-video-wrap .about-image-right .video-button a i {
  color: #ffffff;
  font-size: 20px;
}

.about-video-wrap .about-image-right .overlay06 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.4;
  position: absolute;
}

.about-video-wrap img {
  border-radius: 30px;
}

@media screen and (max-width: 575px) {
  .about-video-wrap .about-image-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-video-wrap .about-image-left figure {
    margin-right: 0;
  }

  .about-video-wrap .about-image-right {
    width: 100%;
    border-width: 0px;
  }
}

/*--------------------------------------------------------------
>>> service Page  
----------------------------------------------------------------*/
.diff-services-section {
  margin-bottom: 0;
  background-color: #f8f8f8;
}

.diff-services-section .service-inner-wrap {
  padding-bottom: 220px;
}

@media screen and (max-width: 767px) {
  .diff-services-section .service-inner-wrap {
    padding-bottom: 180px;
  }
}

.diff-services-section .service-inner-wrap .types-of-benifit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 50px;
}

@media screen and (max-width: 991px) {
  .diff-services-section .service-inner-wrap .types-of-benifit {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .diff-services-section .service-inner-wrap .types-of-benifit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.diff-services-section .service-inner-wrap .types-of-benifit .service-type {
  background-image: url("assets/img/agency-img22.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  box-shadow: 0px 0px 20px -10px #000000;
  transition: all 0.3s;
  padding: 40px;
  background-color: #111111;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.diff-services-section .service-inner-wrap .types-of-benifit .service-type .overlay75 {
  opacity: 0.75;
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.diff-services-section .service-inner-wrap .types-of-benifit .service-type .service-icon {
  margin-bottom: 22px;
}

.diff-services-section .service-inner-wrap .types-of-benifit .service-type .service-icon .icon {
  color: #368bae;
  font-size: 60px;
}

.diff-services-section .service-inner-wrap .types-of-benifit .service-type .service-title {
  margin-bottom: 0;
  color: #ffffff;
}

.diff-services-section .service-item-inner .contct-info p {
  color: #f8f8f8;
  font-size: 15px;
}

.process-section {
  padding: 120px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .process-section {
    padding: 80px 0;
  }
}

.process-section .process-steps {
  margin-top: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.process-section .process-steps .image-overlay {
  background-image: url("assets/img/agency-img40.png");
  background-position: 0 70%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.process-section .process-steps .process-steps-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 95px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.process-section .process-steps .process-steps-inner .phase {
  background-color: #ffffff;
  border-radius: 100%;
  padding: 20px;
  max-width: 324px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .process-section .process-steps .process-steps-inner .phase {
    margin: 20px 0;
  }
}

.process-section .process-steps .process-steps-inner .phase:nth-child(even) {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .process-section .process-steps .process-steps-inner .phase:nth-child(even) {
    margin: 20px 0;
  }
}

.process-section .process-steps .process-steps-inner .phase .phase-title {
  margin-bottom: 17px;
}

.process-section .process-steps .process-steps-inner .phase .number-phase {
  background-color: #368bae;
  position: absolute;
  right: 40px;
  top: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.process-section .process-steps .process-steps-inner .phase .phase-info {
  border: 6px solid #d9d9d9;
  padding: 74px 40px;
  border-radius: 100%;
}

.process-section .process-steps .process-steps-inner .phase .phase-info:hover {
  border-color: #368bae;
}

.process-section .process-steps .process-steps-inner .phase .phase-info p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> Career Page  
----------------------------------------------------------------*/
.blog-archive {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .blog-archive {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.blog-archive .grid-item:hover .feature-image:before {
  opacity: 0.5;
}

.blog-archive .grid-item .feature-image {
  position: relative;
  cursor: pointer;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}

.blog-archive .grid-item .readmore-btn a {
  color: #368bae;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.blog-archive .grid-item .readmore-btn a:hover {
  color: #B4260F;
}

.blog-archive .sidebar .divider-wrapper {
  margin-bottom: 35px;
}

.blog-archive .sidebar .text-content .name-title h5 {
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-archive .sidebar .text-content .name-title h5 a {
  color: #111111;
  font-size: 20px;
}

.blog-archive .sidebar .socialgroup ul li a {
  border: none !important;
  background-color: #368bae;
  padding: 3px 9px;
}

.blog-archive .sidebar .socialgroup ul li a i {
  color: #ffffff;
  display: inline-block;
  position: relative;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  font-size: 12px;
}

.blog-archive .widget_latest_post .post-thumb {
  overflow: hidden;
  border-radius: 20px;
}

.blog-archive .widget_latest_post .post-content h5 {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-archive .widget_latest_post .entry-meta span a {
  font-size: 12px;
  line-height: 1.3;
}

.blog-archive .widget_social .social-icon a {
  background-color: #368bae;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-archive .widget_social .social-icon a:hover {
  filter: none;
  background-color: #B4260F;
}

.blog-archive .widget_social .social-icon a i {
  font-size: 20px;
  width: 45px;
  text-align: center;
}

.blog-archive .widget_social .social-icon a span {
  background-image: none;
}

@media screen and (max-width: 575px) {
  .blog-archive {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .right-sidebar {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .left-sidebar {
    padding-left: 40px;
  }
}

.grid-item .post {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
>>> Career Page  
----------------------------------------------------------------*/
.inner-banner-wrap .entry-meta {
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.inner-banner-wrap .entry-meta span {
  padding: 0 10px;
  position: relative;
}

.inner-banner-wrap .entry-meta span:before {
  color: #a7a7a7;
  content: "|";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

.inner-banner-wrap .entry-meta span:last-child:before {
  display: none;
}

.inner-banner-wrap .entry-meta .posted-on a:before {
  content: "\f073";
}

.inner-banner-wrap .entry-meta .byline a:before {
  content: "\f2bd";
}

.inner-banner-wrap .entry-meta .comments-link a:before {
  content: "\f086";
}

.inner-banner-wrap .entry-meta a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
}

.inner-banner-wrap .entry-meta a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #368bae;
  font-size: 13px;
}

.inner-banner-wrap .entry-meta a:hover, .inner-banner-wrap .entry-meta a:focus {
  color: #B4260F;
}

.single-post-section {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .single-post-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .single-post-section {
    margin-bottom: 50px;
  }
}

.single-post-section .feature-image {
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.single-post-section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 15px;
}

.single-post-section .post-socail-wrap .social-icon-wrap .social-icon a {
  display: flex;
  justify-content: center;
}

.single-post-section .post-socail-wrap .social-icon-wrap .social-icon a i {
  width: 24px;
}

.single-post-section .author-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 32px;
  margin-bottom: 22px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  border-radius: 30px;
}

.single-post-section .author-wrap:before, .single-post-section .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.single-post-section .author-wrap .author-thumb {
  width: 100px;
}

.single-post-section .author-wrap .author-thumb img {
  border-radius: 100%;
}

.single-post-section .author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}

.single-post-section .author-wrap .author-content .author-name {
  margin-bottom: 5px;
  color: #111111;
}

.single-post-section .author-wrap .author-content p {
  font-size: 15px;
  color: #747DA1;
  margin-bottom: 20px;
}

.single-post-section .author-wrap .author-content .button-text {
  color: #368bae;
  font-size: 15px;
  font-weight: 500;
}

.single-post-section .author-wrap .author-content .button-text:hover {
  color: #B4260F;
}

@media screen and (max-width: 575px) {
  .single-post-section .author-wrap {
    text-align: center;
    padding: 20px;
  }

  .single-post-section .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-post-section .author-wrap .author-content {
    width: 100%;
    margin-left: 0;
  }
}

.single-post-section .primary .post-socail-wrap .social-icon-wrap .social-icon span {
  padding: 6px 15px;
  background-image: none;
}

.single-post-section .divider-line {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-post-section .divider-line .st-line {
  width: 100%;
  border-top: 1px solid #AFAFAF2E;
  display: inline-block;
}

.post-navigation {
  margin: 50px -10px 0;
}

.post-navigation:before, .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}

.post-navigation [class*=nav-] .nav-label {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.post-navigation [class*=nav-] .nav-title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.post-navigation .nav-label {
  color: #1D274E;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-navigation .nav-prev,
.post-navigation .nav-next {
  width: 50%;
  padding: 0 10px;
}

.post-navigation .nav-prev a,
.post-navigation .nav-next a {
  color: #292929;
  font-size: 15px;
  font-weight: normal;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.post-navigation .nav-prev a:before,
.post-navigation .nav-next a:before {
  color: #1D274E;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-navigation .nav-prev a:hover, .post-navigation .nav-prev a:focus, .post-navigation .nav-prev a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  color: #B4260F;
}

.post-navigation .nav-prev a:hover .nav-title, .post-navigation .nav-prev a:focus .nav-title, .post-navigation .nav-prev a:active .nav-title,
.post-navigation .nav-next a:hover .nav-title,
.post-navigation .nav-next a:focus .nav-title,
.post-navigation .nav-next a:active .nav-title {
  color: #B4260F;
}

.post-navigation .nav-prev {
  float: left;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-prev {
    width: 100%;
  }
}

.post-navigation .nav-prev a {
  padding-left: 30px;
}

.post-navigation .nav-prev a:before {
  left: 0;
  content: "\f053";
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}

.post-navigation .nav-next a {
  padding-right: 30px;
}

.post-navigation .nav-next a:before {
  content: "\f054";
  right: 0;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-prev~.nav-next {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
  }
}

.comment-area {
  margin-top: 15px;
}

.comment-area .comment-title {
  margin-bottom: 25px;
}

.comment-area ol {
  margin: 0;
  padding: 0;
}

.comment-area ol ol {
  margin-left: 30px;
}

.comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}

.comment-area ol li:before, .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}

.comment-area .comment-thumb {
  width: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}

.comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
}

.comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}

.comment-area .comment-content p {
  margin-bottom: 15px;
}

.comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}

.comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}

.comment-area .comment-content .reply {
  background-color: #368bae;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}

.comment-area .comment-content .reply:hover {
  background-color: #B4260F;
}

@media screen and (max-width: 575px) {
  .comment-area .comment-thumb {
    width: 25px;
  }

  .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.comment-form-wrap {
  padding-top: 5px;
}

.comment-form-wrap .rate-wrap {
  margin-bottom: 15px;
}

.comment-form-wrap label {
  display: block;
  color: #292929;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.comment-form-wrap input {
  border: none;
}

.comment-form-wrap input:not([type=submit]) {
  background-color: #F8F8F8;
  width: 100%;
}

.comment-form-wrap input[type=submit] {
  margin-top: 0px;
}

.comment-form-wrap input[type=checkbox] {
  width: auto;
}

.comment-form-wrap textarea {
  background-color: #F8F8F8;
  border: none;
}

.single-page-section {
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .single-page-section {
    padding-bottom: 40px;
  }
}

.single-feature-img img {
  margin-bottom: 30px;
}

.secondary .sidebar .divider-wrapper {
  margin-bottom: 35px;
}

.secondary .sidebar .text-content .name-title h5 {
  margin-bottom: 20px;
  margin-top: 8px;
}

.secondary .sidebar .text-content .name-title h5 a {
  color: #111111;
  font-size: 20px;
}

.secondary .sidebar .text-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #747DA1;
}

.secondary .sidebar .socialgroup ul li a {
  border: none !important;
  background-color: #368bae;
  padding: 3px 9px;
}

.secondary .sidebar .socialgroup ul li a i {
  color: #ffffff;
  display: inline-block;
  position: relative;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  font-size: 12px;
}

.secondary .widget_latest_post .post-thumb {
  overflow: hidden;
  border-radius: 20px;
}

.secondary .widget_latest_post .post-content h5 {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.secondary .widget_latest_post .entry-meta span a {
  font-size: 12px;
  line-height: 1.3;
}

.secondary .widget_social .social-icon a {
  background-color: #368bae;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary .widget_social .social-icon a:hover {
  filter: none;
  background-color: #B4260F;
}

.secondary .widget_social .social-icon a i {
  font-size: 20px;
  width: 45px;
  text-align: center;
}

.secondary .widget_social .social-icon a span {
  background-image: none;
}

/*--------------------------------------------------------------
>>> Career Page  
----------------------------------------------------------------*/
.team-detail-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-detail-section .author-img-wrapper .team-fig {
  border-radius: 30px;
  overflow: hidden;
}

.team-detail-section .author-img-wrapper .team-fig img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.team-detail-section .author-img-wrapper blockquote {
  background-color: #368bae;
  border-radius: 30px;
  color: #f8f8f8;
  text-align: left;
  margin-bottom: 0;
  margin-right: 25px;
  margin-top: -70px;
  font-size: 16px;
}

.team-detail-section .author-img-wrapper blockquote p {
  color: #f8f8f8;
}

.team-detail-section .author-bio-date {
  padding-left: 36px;
}

@media screen and (max-width: 991px) {
  .team-detail-section .author-bio-date {
    padding: 0;
  }
}

.team-detail-section .author-bio-date .social-site-link {
  margin-bottom: 25px;
}

.team-detail-section .author-bio-date .social-site-link ul {
  padding: 0;
  margin: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li {
  margin: 0 4px;
  display: inline-block;
}

.team-detail-section .author-bio-date .social-site-link ul li:first-child {
  margin-left: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:last-child {
  margin-right: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a {
  border-color: #B4260F;
  background-color: #B4260F;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a i {
  color: #ffffff;
}

.team-detail-section .author-bio-date .social-site-link ul li a {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #368bae;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  transition: all 0.3s;
}

.team-detail-section .author-bio-date .social-site-link ul li a i {
  font-size: 15px;
  color: #368bae;
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
  text-align: center;
}

.team-detail-section .author-bio-date .author-disc {
  margin-bottom: 15px;
}

.team-detail-section .author-bio-date .author-disc p {
  color: #747DA1;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.team-detail-section .author-bio-date .qualification .qualification-title {
  margin-bottom: 20px;
}

.team-detail-section .author-bio-date .qualification .experience-detail {
  margin-bottom: 18px;
}

.team-detail-section .author-bio-date .qualification .experience-detail .date {
  margin-bottom: 6px;
}

.team-detail-section .experience-info {
  margin-top: 40px;
}

.team-detail-section .experience-wrappered {
  display: flex;
  padding-top: 20px;
  align-items: center;
}

.team-detail-section .experience-wrappered .experience-list ul {
  list-style-type: none;
  padding: 0;
}

.team-detail-section .experience-wrappered .experience-list ul li {
  color: #747DA1;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 6px;
  margin-top: 6px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.team-detail-section .experience-wrappered .experience-list ul li i {
  color: #368bae;
  font-size: 20px;
  padding-right: 6px;
}

.team-detail-section .experience-wrappered .skill-container {
  padding: 28px 35px 28px;
  background-color: #fafafa;
  border-radius: 30px;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper {
  margin-bottom: 20px;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper:last-child {
  margin-bottom: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .skill-titile {
  color: #747DA1;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper {
  padding-top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner {
  top: 0;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent {
  left: -50px;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-size: 15px;
  background-color: transparent;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-indecator-inner .percent:before {
  display: none;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap {
  height: 16px;
  border-radius: 30px;
  background-color: #d9d9d9;
}

.team-detail-section .experience-wrappered .skill-container .skill-wrapper .progress-wrapper .progress-bar-wrap .ab-progress-bar {
  background-color: #1D274E;
  height: 16px;
}

/*--------------------------------------------------------------
>>> Blog archive Page  
----------------------------------------------------------------*/
.carrer-page-section {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .carrer-page-section {
    padding: 80px 0 0;
  }
}

.carrer-page-section .section-title {
  color: #1D274E;
  word-spacing: -1px;
}

.carrer-page-section .section-disc {
  margin-right: 120px;
  margin-left: 120px;
}

.vacancy-container {
  margin-bottom: 80px;
  padding-top: 20px;
}

.vacancy-container .vacancy-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 30px;
}

.vacancy-container .vacancy-form h4 {
  background-color: #1D274E;
  color: white;
  padding: 17px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 30px;
}

.vacancy-container .vacancy-form form {
  text-align: left;
  margin-top: 30px;
}

.vacancy-container .vacancy-form form p {
  margin-bottom: 20px;
}

.vacancy-container .vacancy-form textarea {
  border: none;
  padding: 17px;
  color: #747DA1;
}

.vacancy-container .vacancy-form input {
  width: 100%;
  border: none;
  padding: 17px;
  color: #747DA1;
}

.vacancy-container .vacancy-form input:not([type=submit]) {
  height: 59px;
}

.vacancy-container .vacancy-form input[type=submit] {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vacancy-container .vacancy-form input[type=submit]:hover {
  border-color: #B4260F;
}

@media screen and (min-width: 992px) {
  .vacancy-container .vacancy-form {
    margin-left: 20px;
  }
}

.vacancy-content {
  margin-bottom: 30px;
  padding: 39px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}

.vacancy-content span {
  color: #1D274E;
  margin-bottom: 18px;
  font-weight: 600;
  display: block;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.vacancy-content h4 {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #111111;
  line-height: 1.2;
}

.vacancy-content p {
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 15px;
}

.vacancy-content .button-round-secondary {
  margin-top: 10px;
}

.vacancy-content-wrap [class*=col-]:first-child .vacancy-content, .vacancy-content-wrap [class*=col-]:nth-child(4n+4) .vacancy-content, .vacancy-content-wrap [class*=col-]:nth-child(4n+5) .vacancy-content {
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
  border: none;
}

.about-service-wrap {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.about-service-wrap .section-title {
  margin-bottom: 15px;
  margin-top: 5px;
}

.about-service-wrap .section-disc {
  margin-left: 35px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .about-service-wrap .section-head {
    text-align: center;
  }

  .about-service-wrap .section-head .section-title {
    margin-bottom: 25px;
  }

  .about-service-wrap .section-head .section-disc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .about-service-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .carrer-page-section .section-disc {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .carrer-page-section .section-disc {
    margin-left: 0;
    margin-right: 0;
  }
}

.carrer-page-section .iconbox-container {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .carrer-page-section {
    padding-bottom: 40px;
  }

  .carrer-page-section .iconbox-container {
    padding-top: 10px;
  }
}

.iconbox-item-3 {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}

.iconbox-item-3:nth-child(even) .iconbox-icon {
  background-color: #368bae;
}

@media screen and (min-width: 768px) {
  .iconbox-item-3 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .iconbox-item-3 {
    width: 33.33%;
  }
}

.iconbox-border {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
}

.iconbox-border .iconbox-icon {
  background-color: #111111;
  color: #ffffff;
  font-size: 32px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 100%;
}

.iconbox-border .iconbox-content {
  width: -moz-calc(100% - 78px);
  width: -webkit-calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 20px;
}

.iconbox-border .iconbox-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
}

.iconbox-border .iconbox-content p {
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
>>> Career detail Page  
----------------------------------------------------------------*/
.career-detail-section {
  margin-bottom: 120px;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .career-detail-section {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.career-detail-section h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.career-detail-section p {
  font-size: 15px;
  font-weight: 400;
}

.career-detail-section i {
  font-style: normal;
}

.career-detail-section .career-detail-inner {
  padding-bottom: 50px;
}

.career-detail-section .job-description {
  background-color: #1D274E;
  border-radius: 30px;
  overflow: hidden;
}

.career-detail-section .job-description ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 24px 0;
}

.career-detail-section .job-description li {
  color: #787878;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  width: 25%;
  font-size: 16px;
  font-weight: 600;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.career-detail-section .job-description li span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #ffffff;
}

.career-detail-section .job-description li h5 {
  margin-bottom: 0;
  color: #ffffff;
}

.career-detail-section .job-description li:last-child {
  border-right: none;
}

@media screen and (max-width: 575px) {
  .career-detail-section .job-description li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding: 10px 0;
  }

  .career-detail-section .job-description li:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  .career-detail-section .career-detail-container {
    padding-left: 20px;
  }
}

.career-detail-section .tab-container .nav-item a {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

.career-detail-section .tab-container .tab-content {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .career-detail-section .tab-container .tab-content {
    border-width: 1px;
  }
}

@media screen and (max-width: 575px) {
  .career-detail-section .tab-container .tab-content {
    padding: 0;
  }
}

.career-detail-section .tab-container .tab-content .card-body {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .career-detail-section .tab-container .tab-content .card-body {
    padding: 0 12px;
  }
}

.career-detail-section .tab-container .tab-content .card-body h5 {
  color: #111111;
  margin-bottom: 16px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.career-detail-section .tab-container .tab-content .card-body ul li {
  font-size: 15px;
  font-weight: 400;
  color: #747DA1;
}

.career-detail-section .sidebar .widget-bg ul li {
  color: #747DA1;
}

.career-detail-section .sidebar .widget-bg ul li i {
  font-size: 18px;
  color: #368bae;
}

.career-detail-section .sidebar .widget-bg ul li .list-txt {
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #747DA1;
}

.career-detail-section .sidebar .widget-bg .accordion-content .card .card-header a {
  padding: 18px;
}

.career-detail-section .sidebar .widget-bg .accordion-content .collapse .card-body {
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.career-detail-section .sidebar .widget-bg .widget-icon {
  background-color: #111111;
}

.career-detail-section .sidebar .widget-bg p a {
  color: #368bae;
}

.career-detail-section .sidebar .widget-bg .or-style {
  color: #1D274E;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
  padding-right: 35px;
}

.career-detail-section .sidebar .widget-bg .or-style:before, .career-detail-section .sidebar .widget-bg .or-style:after {
  width: 25px;
  background-color: #1D274E;
}

.involve-section {
  width: 100%;
  height: auto;
}

.involve-section .involve-container {
  text-align: center;
  background-image: url("assets/img/agency-img15.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}

.involve-section .involve-container:before {
  content: "";
  background-color: #111111;
  display: block;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.involve-section .involve-container .involve-content {
  margin: auto;
  padding: 0 5px;
}

.involve-section .involve-container .involve-content h3 {
  margin-bottom: 18px;
  color: #ffffff;
}

.involve-section .involve-container .involve-content .section-disc {
  margin-bottom: 40px;
}

.involve-section .involve-container .involve-content .section-disc p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> Gallery Page  
----------------------------------------------------------------*/
.gallery-page-section {
  padding-top: 0;
}

/*--------------------------------------------------------------
>>> Team Page  
----------------------------------------------------------------*/
.team-section .group-member {
  margin-bottom: 20px;
}

.team-section .group-member:last-child {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
>>> Testimonial Page  
----------------------------------------------------------------*/
.testimonial-section-page {
  padding: 65px 0 70px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .testimonial-section-page {
    padding: 20px 0;
  }
}

.testimonial-section-page .testimonial-inner .testimonial-item {
  margin-bottom: 50px;
}

.testimonial-section-page .testimonial-inner .testimonial-img {
  border-color: #f8f8f8;
}

.testimonial-section-page .testimonial-inner .testimonial-content {
  background-color: #ffffff;
}

.testimonial-section-page .testimonial-inner .testimonial-content .comment-info p {
  color: #747DA1;
}

.testimonial-section-page .testimonial-inner .testimonial-content .author-content {
  border-color: #1D274E26;
}

.testimonial-section-page .testimonial-inner .testimonial-content .author-content .author-info .author-name {
  color: #111111;
}

.testimonial-section-page .testimonial-inner .testimonial-content .author-content .author-info .author-work {
  color: #368bae;
}

.assigment-project-counter-section {
  margin-top: 0;
  background-color: #368bae;
}

/*--------------------------------------------------------------
>>> FAQ Page  
----------------------------------------------------------------*/
.faq-page-section {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .faq-page-section {
    margin-top: 80px;
  }
}

.faq-page-container {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .faq-page-container {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .faq-page-container .faq-content-wrap {
    padding-left: 20px;
  }
}

.faq-page-container .section-head .section-title {
  color: #1D274E;
}

.faq-page-container .section-head p {
  margin-bottom: 30px;
  color: #747DA1;
}

.qsn-form-container {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px 20px;
  text-align: center;
  border-radius: 30px;
  /* Firefox */
}

.qsn-form-container h4 {
  background-color: #368bae;
  color: #ffffff;
  padding: 16px;
  font-weight: 600;
  border-radius: 30px;
}

.qsn-form-container p {
  margin-bottom: 20px;
}

.qsn-form-container form {
  padding-top: 10px;
  text-align: left;
}

.qsn-form-container input {
  padding: 15px;
  border: none;
  color: #747DA1;
}

.qsn-form-container input:not([type=submit]) {
  min-height: 59px;
  width: 100%;
}

.qsn-form-container input:not([type=submit]) {
  height: 59px;
}

.qsn-form-container textarea {
  padding: 15px;
  border: none;
  color: #747DA1;
}

.qsn-form-container input[type=submit] {
  color: #ffffff;
}

.qsn-form-container input::-webkit-outer-spin-button,
.qsn-form-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qsn-form-container input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@media screen and (min-width: 992px) {
  .qsn-form-container {
    margin-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .qsn-form-container {
    margin-top: 40px;
  }
}

.faq-testimonial .faq-image img {
  border-radius: 30px;
  width: 100%;
}

.faq-testimonial .testimonial-content {
  background-color: #368bae;
  color: #ffffff;
  margin-top: -50px;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  margin-right: 25px;
}

.faq-testimonial .testimonial-content i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
}

.faq-testimonial .testimonial-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

.faq-testimonial .testimonial-content p {
  color: #ffffff;
  font-size: 15px;
}

.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
>>> Search Page  
----------------------------------------------------------------*/
.search-section {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .search-section {
    padding-top: 80px;
  }
}

.search-section .search-outer-wrap {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .search-section .search-outer-wrap {
    margin-bottom: 80px;
  }
}

.search-section .post {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.search-section .post .entry-content {
  padding: 20px;
}

.search-section .post .entry-content .entry-meta {
  margin-bottom: 10px;
  margin-right: -8px;
  margin-left: -8px;
}

.search-section .post .entry-content .entry-meta .byline,
.search-section .post .entry-content .entry-meta .posted-on,
.search-section .post .entry-content .entry-meta .post-on,
.search-section .post .entry-content .entry-meta .comment-info {
  padding: 0 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}

.search-section .post .entry-content .entry-meta .byline:before,
.search-section .post .entry-content .entry-meta .posted-on:before,
.search-section .post .entry-content .entry-meta .post-on:before,
.search-section .post .entry-content .entry-meta .comment-info:before {
  content: "|";
  font-weight: 100;
  right: -4px;
  top: -3px;
  color: #a7a7a7;
  font-size: 16px;
  position: absolute;
  line-height: 1;
}

.search-section .post .entry-content .entry-meta .byline a,
.search-section .post .entry-content .entry-meta .posted-on a,
.search-section .post .entry-content .entry-meta .post-on a,
.search-section .post .entry-content .entry-meta .comment-info a {
  color: #a7a7a7;
}

.search-section .post .entry-content .entry-meta .comment-info:before {
  content: none;
}

.search-section .post p {
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.search-section .search-outer-wrap {
  margin-bottom: 80px;
}

.search-section .button-container .button-text {
  color: #368bae;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

.search-section .button-container .button-text:after {
  content: "..";
  display: inline-block;
}

.search-section .button-container .button-text:hover {
  color: #B4260F;
}

.search-section .content-search-from {
  background-color: #F8F8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .search-section .content-search-from {
    padding: 80px 0;
  }
}

.search-section .content-search-from .section-title {
  color: #1D274E;
  margin: 5px auto 25px;
}

.search-section .content-search-from .section-disc p {
  padding: 0 51px;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .search-section .content-search-from .section-disc p {
    padding: 0;
  }
}

.search-section .content-search-from .search-form {
  margin-top: 40px;
}

.search-section .content-search-from .search-form .search-btn {
  padding: 20px;
  top: 0;
  right: 0;
  background-color: #368bae;
  transition: all 0.3s;
}

.search-section .content-search-from .search-form .search-btn:hover {
  background-color: #B4260F;
}

.pagination li {
  margin-left: 6px;
  margin-right: 6px;
  transition: all 0.5s;
}

.pagination li a {
  color: #747DA1;
  border: none;
  height: auto;
  width: auto;
  line-height: 1;
  text-align: center;
  border: none;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 400;
}

.pagination li:hover a {
  background-color: transparent;
  color: #B4260F;
  border: none;
  border-radius: 0;
}

.pagination li.active a {
  background-color: transparent;
  color: #368bae;
}

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/
.inner-banner-wrap .error404-container {
  padding: 200px 0 100px;
  min-height: 300px;
}

.no-content-section {
  padding-top: 90px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .no-content-section {
    padding-bottom: 70px;
  }
}

.no-content-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.no-content-wrap .title-wrap {
  position: relative;
}

.no-content-wrap span {
  color: #D9D9D9;
  font-size: 300px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.no-content-wrap h1 {
  font-size: 60px;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
  color: #111111;
}

.no-content-wrap p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 35px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  color: #111111;
}

.no-content-wrap .search-form-wrap {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}

.no-content-wrap .search-form-wrap .search-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.no-content-wrap .search-form-wrap .search-form input {
  padding: 0 55px 0 20px;
}

.no-content-wrap .search-form-wrap .search-form button {
  padding: 10px 20px;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #368bae;
}

@media screen and (max-width: 767px) {
  .no-content-wrap span {
    font-size: 224px;
  }
}

@media screen and (max-width: 575px) {
  .no-content-wrap span {
    font-size: 124px;
  }

  .no-content-wrap h1 {
    font-size: 22px;
  }

  .no-content-wrap p {
    font-size: 14px;
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
>>> Comming soon Page  
----------------------------------------------------------------*/
.comming-soon-section {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.comming-soon-section * {
  color: #ffffff;
}

.comming-soon-section .primary-color {
  color: #368bae;
}

.comming-soon-section .overlay {
  background-color: #292929;
  opacity: 0.6;
  z-index: 1;
}

.comming-soon-section .comming-soon-wrap {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.comming-soon-section .site-identity {
  text-align: center;
}

.comming-soon-section .site-identity img {
  max-width: 100%;
}

.comming-soon-section .comming-soon-content {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.comming-soon-section .comming-soon-content h2 {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

.comming-soon-section .comming-soon-content h2:after {
  background-color: #ffffff;
  content: "";
  width: 90px;
  height: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.comming-soon-section .comming-soon-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.comming-soon-section .time-counter-wrap {
  margin-bottom: 70px;
}

.comming-soon-section .time-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.comming-soon-section .time-counter .counter-time {
  background-color: #368bae;
  width: 160px;
  margin: 15px;
  padding: 30px 15px;
  border-radius: 30px;
}

.comming-soon-section .time-counter .counter-time span {
  font-size: 13px;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.2;
}

.comming-soon-section .time-counter .counter-time [class*=counter-] {
  color: #ffffff;
  font-size: 55px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.comming-soon-section .social-icons {
  text-align: center;
}

.comming-soon-section .social-icons ul {
  margin: 0;
  padding: 0;
}

.comming-soon-section .social-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.comming-soon-section .social-icons a {
  border: 1px solid #ffffff;
  font-size: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comming-soon-section .social-icons a:hover {
  background-color: #B4260F;
  border-color: #B4260F;
  color: #ffffff;
}

.comming-soon-section .com-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comming-soon-section .com-contact-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}

.comming-soon-section .com-contact-info ul li:last-child {
  padding-right: 0;
}

.comming-soon-section .com-contact-info ul li:first-child {
  padding-left: 0;
}

.comming-soon-section .com-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}

.comming-soon-section .com-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.comming-soon-section .com-contact-info ul li a:hover, .comming-soon-section .com-contact-info ul li a:focus, .comming-soon-section .com-contact-info ul li a:active {
  color: #B4260F;
}

@media screen and (min-width: 1200px) {
  .comming-soon-section {
    height: 100vh;
  }
}

@media screen and (max-width: 1199px) {
  .comming-soon-section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .comming-soon-section .comming-soon-footer {
    text-align: center;
  }

  .comming-soon-section .com-contact-info {
    margin-bottom: 20px;
  }

  .comming-soon-section .time-counter .counter-time [class*=counter-] {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .comming-soon-section .comming-soon-content h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
>>> Contact Page  
----------------------------------------------------------------*/
.contact-page-section iframe {
  display: block;
}

.get-touch-detail-container {
  padding: 110px 0;
  background-color: #f8f8f8;
}

.get-touch-detail-container .section-head {
  margin-bottom: 45px;
}

.get-touch-detail-container .section-head .section-title {
  color: #1D274E;
}

.get-touch-detail-container .section-head .section-disc {
  margin-right: 280px;
  margin-left: 280px;
}

@media screen and (max-width: 991px) {
  .get-touch-detail-container .section-head .section-disc {
    margin-right: 180px;
    margin-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .get-touch-detail-container {
    padding: 80px 0;
  }

  .get-touch-detail-container .section-head .section-disc {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.contact-details-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  justify-content: center;
}

.contact-details-list .connection-detail-wrapper {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.contact-details-list .connection-detail-wrapper .contact-tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-details-list .connection-detail-wrapper .contact-tag .contact-icon {
  margin-right: 15px;
  display: inline-block;
}

.contact-details-list .connection-detail-wrapper .contact-tag .contact-icon i {
  font-size: 42px;
  color: #1D274E;
  height: 1em;
  width: 1em;
  text-align: center;
  position: relative;
  display: block;
}

.contact-details-list .connection-detail-wrapper .contact-tag .tag-content .icon-title {
  color: #1D274E;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0 5px;
  font-family: "Poppins", sans-serif;
}

.contact-details-list .connection-detail-wrapper .contact-tag .tag-content span {
  color: #368bae;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}

.contact-details-list .connection-detail-wrapper .contact-info span {
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .contact-details-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contact-details-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-form-inner {
  margin-top: 120px;
}

.contact-form-inner .contact-banner {
  padding: 40px 30px;
  color: #ffffff;
  background-color: #368bae;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.contact-form-inner .contact-banner .contact-banner-icon {
  margin-bottom: 15px;
  text-align: center;
}

.contact-form-inner .contact-banner .contact-banner-icon i {
  padding: 20px;
  font-size: 40px;
  background-color: #ffffff;
  color: #368bae;
  border-radius: 100%;
  display: inline-block;
}

.contact-form-inner .contact-banner .section-title {
  margin-bottom: 16px;
  margin-top: 8px;
  color: #ffffff;
}

.contact-form-inner .contact-banner .section-disc {
  margin-bottom: 20px;
}

.contact-form-inner .contact-banner .section-disc p {
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
}

.contact-form-inner .contact-image {
  margin: 0 -50px;
}

.contact-form-inner .aside-contact-form {
  padding: 15px;
  margin-bottom: 55px;
}

.contact-form-inner .aside-contact-form .section-title {
  color: #1D274E;
  margin-bottom: 45px;
}

.contact-form-inner .aside-contact-form .get-touch-form .form-height {
  margin-bottom: 25px;
}

.contact-form-inner .aside-contact-form .get-touch-form .form-height textarea,
.contact-form-inner .aside-contact-form .get-touch-form .form-height input {
  border: none;
  padding: 15px;
  color: #747DA1;
  font-size: 15px;
  display: inline-block;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .contact-form-inner .contact-image {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .contact-form-inner .aside-contact-form {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contact-form-inner {
    margin-top: 80px;
  }
}

@media screen and (max-width: 575px) {
  .contact-form-inner .aside-contact-form {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
>>> Shop Pages
----------------------------------------------------------------*/
.product-outer-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .product-outer-wrap {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.product-outer-wrap .product-notices-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product-outer-wrap .product-notices-wrapper select,
.product-outer-wrap .product-notices-wrapper form {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .product-outer-wrap .product-notices-wrapper form {
    width: auto;
  }

  .product-outer-wrap .product-notices-wrapper form select {
    border-radius: 0;
  }
}

.product-toolbar {
  margin-bottom: 60px;
}

.product-toolbar .form-group {
  position: relative;
}

.product-toolbar .form-group i {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  border-left: 1px solid #e6e6e6;
}

.product-toolbar .form-group input[type=text] {
  padding-right: 55px;
}

.product-item {
  -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  padding: 10px 10px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-item .product-image {
  position: relative;
  overflow: hidden;
}

.product-item .product-image a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.product-item .product-image a img {
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  transition: linear 0.4s;
  border-radius: 30px;
}

.product-item .product-image a:hover img {
  transform: scale(1.2) rotate(5deg);
  border-radius: 30px;
}

.product-item .product-content h4 {
  margin-bottom: 5px;
  padding: 25px 0 10px;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
}

.product-item .product-content .product-cat a {
  color: #4a4a4a;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-item .product-content .product-cat a:hover {
  color: #B4260F;
}

.product-item .product-content .product-price {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  padding: 0 20px;
}

.product-item .product-content .product-price del {
  color: #787878;
  opacity: 0.5;
}

.product-item .product-content .product-price ins {
  color: #368bae;
}

.product-item .onsale {
  background: #368bae;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  right: 10px;
  line-height: 30px;
  padding: 0px 12px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 3;
  border-radius: 30px;
}

.product-item .onsale:after {
  content: "!";
}

.product-item .rate-wrap {
  padding: 20px 20px 0;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .button-round-primary {
  font-size: 15px;
  margin-top: 18px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.product-item:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.procduct-rate {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 3px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .procduct-rate {
    font-size: 12px;
  }
}

.procduct-rate:before {
  color: #ddd;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
}

.procduct-rate span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  z-index: 1;
}

.procduct-rate span:before {
  color: #FEBF00;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination li {
  margin-left: 0;
  margin-right: 0;
}

.pagination li:hover a, .pagination li.active a {
  background-color: #B4260F;
  color: #ffffff;
}

.pagination li a {
  color: #747DA1;
  padding: 15px;
  background-color: #f8f8f8;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-radius: 0;
}

.sidebar .divider-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.sidebar .search_widget form input {
  border-radius: 30px;
}

.sidebar .search_widget form .search-btn {
  font-size: 24px;
  top: 0;
  right: 0;
  font-size: 15px;
  border-radius: 0 30px 30px 0;
  background-color: #368bae;
  color: white;
  padding: 19px;
}

.sidebar .widget_category_product_thumb {
  margin-bottom: 40px;
}

.sidebar .widget_category_product_thumb ul li {
  padding: 10px;
}

.sidebar .widget_category_product_thumb ul li .count,
.sidebar .widget_category_product_thumb ul li h5 {
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.sidebar .widget.widget-product-thumb .product-thumb {
  border-radius: 30px;
  overflow: hidden;
  transform: scale(1.02);
}

.sidebar .widget.widget-product-thumb .product-content h5 a {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
  font-size: 12px;
  color: #adadad;
  line-height: 1.3;
}

.sidebar .gallery-colum-3 .gallery-item {
  padding: 9px;
}

.sidebar .gallery-colum-3 .gallery-item a {
  border-radius: 30px;
  overflow: hidden;
}

/*---------------------------
procduct details css
----------------------------*/
.single-product-outer-wrapper {
  padding-bottom: 90px;
}

.single-product-outer-wrapper .product-inner-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 575px) {
  .single-product-outer-wrapper .product-inner-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.single-product-item .image-search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.single-product-item .image-search-icon a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #383838;
  display: block;
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.single-product-item .image-search-icon a:hover {
  background-color: #B4260F;
  color: #ffffff;
}

.product-thumb-nav .single-product-item {
  padding: 10px 5px 0 5px;
}

.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
  height: 25px;
  width: 25px;
  font-size: 12px;
  line-height: 25px;
}

.product-thumb-nav.slick-slider .slick-prev {
  left: 5px;
}

.product-thumb-nav.slick-slider .slick-next {
  right: 5px;
}

.product-summary .product-price {
  color: #368bae;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.product-summary .product-price del {
  opacity: 0.5;
  display: inline-block;
}

.product-summary .product-desc {
  border-top: 1px solid #D9D9D9;
  margin-top: 30px;
  padding-top: 25px;
}

.product-summary .cart-item input {
  background-color: #ffffff;
  width: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 0;
  text-align: center;
  color: #4a4a4a;
}

.product-summary .cart-item button {
  border: none;
  margin-left: 10px;
  padding: 13px 20px;
}

.product-summary .product-meta {
  border-top: 1px solid #D9D9D9;
  margin-top: 40px;
  padding-top: 30px;
}

.product-summary .product-meta [class*=-detail] {
  margin-bottom: 5px;
}

.product-summary .product-meta strong {
  color: #151515;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 5px;
}

.product-summary .product-meta a {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #383838;
}

.product-summary .product-meta a:hover {
  color: #B4260F;
}

@media screen and (min-width: 992px) {
  .product-summary {
    margin-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-summary {
    margin-top: 40px;
  }
}

.product-outer-wrap .tab-container {
  margin-top: 0;
}

.product-outer-wrap .tab-container table {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table th {
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table tr:last-child td {
  border-bottom: none;
}

.product-outer-wrap .tab-container table tr:last-child th {
  border-bottom: none;
}

.product-outer-wrap .rate-wrap {
  padding: 0;
}

.product-outer-wrap .comment-area {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .product-outer-wrap .tab-content {
    padding: 0;
  }
}

/*---------------------------
Related product css
----------------------------*/
.related-product {
  margin-top: 80px;
}

.related-product .product-item {
  background-color: #ffffff;
}

.related-product .product-item .button-round-primary {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .related-product {
    margin-top: 60px;
  }
}

.related-title h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 8px;
  color: #1D274E;
}

@media screen and (max-width: 767px) {
  .related-title h3 {
    font-size: 25px;
  }
}

/*---------------------------
product cart css
----------------------------*/
.cart-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .cart-section {
    margin-bottom: 50px;
  }
}

/*---------------------------
product checkout css
----------------------------*/
.checkout-section {
  padding: 120px 0;
}

@media screen and (max-width: 575px) {
  .checkout-section {
    margin-bottom: 50px;
  }
}

.checkout-section .cheakout-title {
  color: #1D274E;
  font-size: 35px;
  font-weight: 700;
}

.checkout-field-wrap {
  padding: 40px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.checkout-field-wrap .coupon-field {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}

.checkout-field-wrap .coupon-field label {
  display: block;
  margin-bottom: 10px;
  color: #747DA1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

.checkout-field-wrap .coupon-field label a {
  color: inherit;
}

.checkout-field-wrap .coupon-field .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-field-wrap .coupon-field .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: auto;
  height: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  color: #747DA1;
}

.checkout-field-wrap .coupon-field .form-group input[type=submit] {
  line-height: 1;
  height: 55px;
  padding: 0 30px;
}

.checkout-field-wrap .coupon-field .form-group input {
  margin: 0 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-txt {
  margin-bottom: 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-btn {
  margin-bottom: 15px;
}

.checkout-field-wrap .label-star {
  color: #368bae;
  text-decoration: none;
  border-bottom: none;
}

.checkout-field-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #747DA1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

.checkout-field-wrap .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  height: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  color: #747DA1;
  padding: 16px;
}

.checkout-field-wrap .form-group select {
  border: none;
  color: #747DA1;
  font-size: 15px;
  background-color: #ffffff;
}

.checkout-field-wrap .form-group input[type=submit] {
  line-height: 1;
  height: 55px;
  padding: 0 30px;
}

.checkout-field-wrap .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.checkout-field-wrap .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.checkout-field-wrap .form-group ::placeholder {
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group input {
  width: 100%;
  height: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  color: #747DA1;
  padding: 16px;
  margin-bottom: 10px;
}

.checkout-field-wrap .inner-form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group ::placeholder {
  color: #a7a7a7;
}

@media screen and (max-width: 575px) {
  .checkout-field-wrap {
    padding: 20px;
  }

  .checkout-field-wrap .coupon-field .form-group input[type=submit] {
    margin-top: 15px;
  }
}

.special-notes-wrap {
  margin-bottom: 0;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

@media screen and (max-width: 479px) {
  .special-notes-wrap {
    padding: 40px 20px;
  }
}

.special-notes-wrap .Information-title {
  color: #1D274E;
}

.special-notes-wrap .form-group {
  margin-bottom: 0;
}

.special-notes-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #747DA1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
}

.special-notes-wrap .form-group textarea {
  background-color: #ffffff;
  padding: 16px;
  color: #747DA1;
  border: none;
}

.special-notes-wrap .form-group textarea ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.special-notes-wrap .form-group textarea ::placeholder {
  color: #a7a7a7;
}

.widget-table-summary cheakout-title {
  margin-bottom: 30px;
}

.widget-table-summary table tr:last-child td {
  border-bottom: none;
}

.widget-table-summary table td {
  color: #747DA1;
  border-right: none;
}

.widget-paymet-bank .form-group label {
  color: #747DA1;
  margin-bottom: 0;
}

.widget-paymet-bank .form-group .desc {
  padding: 20px;
  font-size: 13px;
  background-color: #efefef;
  margin-top: 15px;
}

.widget-paymet-bank .custom-radio-field img {
  width: 150px;
  margin-top: -5px;
}

.widget-paymet-bank .button-round {
  width: 100%;
  border: none;
  display: block;
  margin-top: 25px;
  text-align: center;
}

#slider-range.ui-widget-content {
  background-color: #e6e6e6;
  border: none;
  height: 6px;
  margin-top: 20px;
}

#slider-range .ui-widget-header {
  background-color: #368bae;
}

#slider-range .ui-corner-all, #slider-range.ui-widget-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #f8f8f8;
}

#slider-range .price-amout .button-round-primary {
  border-radius: 30px;
}

.ui-widget-content {
  color: inherit;
}

/*--------------------------------------------------------------
>>> Shop cart
----------------------------------------------------------------*/
.carts-section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .carts-section {
    padding: 80px 0;
  }
}

.cart-list-inner .left-item-total .table-responsive {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive .update-btn {
    text-align: center;
  }
}

.cart-list-inner .table {
  border-width: 0;
  border-style: solid;
  border-color: #dee2e6;
}

.cart-list-inner .table thead tr th {
  background-color: #f8f8f8;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.1;
}

.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 55px;
  margin-right: 0px;
}

.cart-list-inner .table tr td {
  color: #747DA1;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px 20px 20px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.cart-list-inner .table tr td .close {
  background-color: transparent;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  text-align: center;
  color: #747DA1;
  border-width: 1px;
  border-color: #d5d8dc;
  border-style: solid;
  padding: 2px;
}

.cart-list-inner .table tr td .product-name {
  color: #1D274E;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }

  .cart-list-inner .table thead,
  .cart-list-inner .table tbody,
  .cart-list-inner .table th,
  .cart-list-inner .table td,
  .cart-list-inner .table tr {
    display: block;
  }

  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
  }

  .cart-list-inner .table tr:first-child {
    margin-top: 0px;
  }

  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    text-align: center;
  }

  .cart-list-inner .table td .close {
    margin: 0;
    left: 10px;
  }

  .cart-list-inner .table td .cartImage {
    margin: auto;
  }

  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

.cart-list-inner .updateArea {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 991px) {
  .cart-list-inner .updateArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea {
    padding: 35px 25px;
  }
}

.cart-list-inner .updateArea .input-group-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control {
  width: auto;
  display: inline-block;
  padding: 15px;
  border-radius: 30px;
  margin-right: 30px;
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Rubik", sans-serif;
  flex: 2;
  background-color: #ffffff;
  border: none;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control:focus {
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    text-align: center;
  }
}

.cart-list-inner .updateArea a {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  width: auto;
  border-radius: 30px;
  flex: 1;
  text-align: center;
}

.cart-list-inner .updateArea a.update-btn {
  float: right;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrapper {
    width: 100%;
    display: block;
  }

  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cart-list-inner .updateArea a {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 30px;
  }

  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}

.cart-list-inner .updateArea .input-group-wrapper input {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}

.cart-list-inner .right-total form .balance-amt-wrapper {
  padding: 35px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .balance-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #111111;
}

.cart-list-inner .right-total form .balance-amt-wrapper .checkBtnArea {
  padding-top: 15px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .button-round-primary {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
}

.cart-list-inner .totalAmountArea ul li {
  padding: 12px 12px 9px 0px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #787878;
}

.cart-list-inner .totalAmountArea ul li:last-child {
  border-bottom: none;
}

.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}

.cart-list-inner .totalAmountArea ul li span {
  display: inline-block;
  float: right;
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

.step-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .step-section {
    margin-bottom: 50px;
  }
}

.step-link-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 100px;
}

.step-link-wrap .step-item {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 33.33%;
  position: relative;
}

.step-link-wrap .step-item a {
  background-color: #ffffff;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 6px solid #f1f1f1;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.step-link-wrap .step-item:before, .step-link-wrap .step-item:after {
  background-color: #f1f1f1;
  content: "";
  height: 6px;
  width: 50%;
  position: absolute;
  bottom: 16px;
  z-index: -1;
}

.step-link-wrap .step-item:before {
  left: 0;
}

.step-link-wrap .step-item:after {
  right: 0;
}

.step-link-wrap .step-item:first-child:before {
  display: none;
}

.step-link-wrap .step-item:last-child:after {
  display: none;
}

.step-link-wrap .step-item.active a {
  background-color: #1D274E;
}

@media screen and (max-width: 575px) {
  .step-link-wrap {
    margin-bottom: 50px;
    font-size: 13px;
  }

  .step-link-wrap .step-item:before, .step-link-wrap .step-item:after {
    height: 4px;
    bottom: 10px;
  }

  .step-link-wrap .step-item a {
    border-width: 4px;
    margin-top: 15px;
    height: 25px;
    width: 25px;
  }
}

/*--------------------------------------------------------------
>>> Cart Pages
----------------------------------------------------------------*/
.carts-section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .carts-section {
    padding: 80px 0;
  }
}

.cart-list-inner .left-item-total .table-responsive {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .left-item-total .table-responsive .update-btn {
    text-align: center;
  }
}

.cart-list-inner .table {
  border-width: 0;
  border-style: solid;
  border-color: #dee2e6;
}

.cart-list-inner .table thead tr th {
  background-color: #f8f8f8;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.1;
}

.cart-list-inner .table tr .cartImage {
  display: block;
  overflow: hidden;
  width: 55px;
  margin-right: 0px;
}

.cart-list-inner .table tr td {
  color: #747DA1;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  padding: 20px 20px 20px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.cart-list-inner .table tr td .close {
  background-color: transparent;
  font-size: 24px;
  float: left;
  border: none;
  padding: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.cart-list-inner .table tr td input {
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  height: 24px;
  text-align: center;
  color: #747DA1;
  border-width: 1px;
  border-color: #d5d8dc;
  border-style: solid;
  padding: 2px;
}

.cart-list-inner .table tr td .product-name {
  color: #1D274E;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .table {
    display: block;
  }

  .cart-list-inner .table thead,
  .cart-list-inner .table tbody,
  .cart-list-inner .table th,
  .cart-list-inner .table td,
  .cart-list-inner .table tr {
    display: block;
  }

  .cart-list-inner .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .cart-list-inner .table tr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
  }

  .cart-list-inner .table tr:first-child {
    margin-top: 0px;
  }

  .cart-list-inner .table td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    text-align: center;
  }

  .cart-list-inner .table td .close {
    margin: 0;
    left: 10px;
  }

  .cart-list-inner .table td .cartImage {
    margin: auto;
  }

  .cart-list-inner .table td:before {
    display: block;
    white-space: nowrap;
    content: attr(data-column);
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

.cart-list-inner .updateArea {
  padding: 35px;
  border-radius: 30px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 991px) {
  .cart-list-inner .updateArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea {
    padding: 35px 25px;
  }
}

.cart-list-inner .updateArea .input-group-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control {
  width: auto;
  display: inline-block;
  padding: 15px;
  border-radius: 30px;
  margin-right: 30px;
  color: #747DA1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Rubik", sans-serif;
  flex: 2;
  background-color: #ffffff;
  border: none;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::-webkit-input-placeholder {
  /* Edge */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::placeholder {
  color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control:focus {
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    text-align: center;
  }
}

.cart-list-inner .updateArea a {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  width: auto;
  border-radius: 30px;
  flex: 1;
  text-align: center;
}

.cart-list-inner .updateArea a.update-btn {
  float: right;
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea .input-group-wrapper {
    width: 100%;
    display: block;
  }

  .cart-list-inner .updateArea .input-group-wrapper .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cart-list-inner .updateArea a {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 30px;
  }

  .cart-list-inner .updateArea a.update-btn {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea {
    text-align: center;
  }
}

.cart-list-inner .updateArea .input-group-wrapper input {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .cart-list-inner .updateArea a.update-btn {
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cart-list-inner .updateArea a.update-btn {
    margin-top: 0;
  }
}

.cart-list-inner .right-total form .balance-amt-wrapper {
  padding: 35px;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .balance-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #111111;
}

.cart-list-inner .right-total form .balance-amt-wrapper .checkBtnArea {
  padding-top: 15px;
}

.cart-list-inner .right-total form .balance-amt-wrapper .button-round-primary {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.cart-list-inner .totalAmountArea ul {
  margin: 0;
  padding: 0;
}

.cart-list-inner .totalAmountArea ul li {
  padding: 12px 12px 9px 0px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #787878;
}

.cart-list-inner .totalAmountArea ul li:last-child {
  border-bottom: none;
}

.cart-list-inner .totalAmountArea ul li strong {
  font-weight: 600;
}

.cart-list-inner .totalAmountArea ul li span {
  display: inline-block;
  float: right;
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
  font-weight: 700;
}

.step-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .step-section {
    margin-bottom: 50px;
  }
}

.step-link-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 100px;
}

.step-link-wrap .step-item {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 33.33%;
  position: relative;
}

.step-link-wrap .step-item a {
  background-color: #ffffff;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 6px solid #f1f1f1;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.step-link-wrap .step-item:before, .step-link-wrap .step-item:after {
  background-color: #f1f1f1;
  content: "";
  height: 6px;
  width: 50%;
  position: absolute;
  bottom: 16px;
  z-index: -1;
}

.step-link-wrap .step-item:before {
  left: 0;
}

.step-link-wrap .step-item:after {
  right: 0;
}

.step-link-wrap .step-item:first-child:before {
  display: none;
}

.step-link-wrap .step-item:last-child:after {
  display: none;
}

.step-link-wrap .step-item.active a {
  background-color: #1D274E;
}

@media screen and (max-width: 575px) {
  .step-link-wrap {
    margin-bottom: 50px;
    font-size: 13px;
  }

  .step-link-wrap .step-item:before, .step-link-wrap .step-item:after {
    height: 4px;
    bottom: 10px;
  }

  .step-link-wrap .step-item a {
    border-width: 4px;
    margin-top: 15px;
    height: 25px;
    width: 25px;
  }
}

/*--------------------------------------------------------------
>>> Legal notice Pages
----------------------------------------------------------------*/
.policy-page-section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .policy-page-section {
    padding: 80px;
  }
}

.policy-page-section .policy-inner h3, .policy-page-section .policy-inner h4 {
  color: #1D274E;
}

.policy-page-section .policy-inner p {
  color: #747DA1;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
}

.policy-page-section .policy-inner ul li {
  color: #747DA1;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

/*--------------------------------------------------------------
>>> Compatibility  
----------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}

.widget a {
  display: block;
}

.widget .widget-title {
  margin-bottom: 30px;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  list-style: none;
}

.widget ul li a {
  color: #383838;
}

.widget ul li a:hover {
  color: #B4260F;
}

.widget.author_widget {
  text-align: center;
}

.widget.author_widget .profile .avatar {
  margin-bottom: 14px;
}

.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.widget.author_widget .profile .avatar a:hover:before, .widget.author_widget .profile .avatar a:focus:before, .widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}

.widget.author_widget .name-title {
  margin-bottom: 20px;
}

.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}

.widget.author_widget .socialgroup {
  margin-top: 25px;
}

.widget.author_widget .socialgroup ul {
  margin: 0;
}

.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

.widget.author_widget .socialgroup ul li a {
  color: #368bae;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 3px 9px;
  border: 1px solid #368bae;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.author_widget .socialgroup ul li a:hover, .widget.author_widget .socialgroup ul li a:focus, .widget.author_widget .socialgroup ul li a:active {
  border-color: #B4260F;
  color: #B4260F;
}

.widget.author_widget .profile .avatar {
  width: 35%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}

.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}

.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}

.widget.widget-post-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.widget.widget-post-thumb li:before, .widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-post-thumb li a {
  color: inherit;
}

.widget.widget-post-thumb .post-thumb {
  width: 100px;
  float: left;
  position: relative;
}

.widget.widget-post-thumb .post-content {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.widget.widget-post-thumb .post-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.widget.widget-post-thumb .post-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-post-thumb .post-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-post-thumb .post-content .entry-meta a:hover, .widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: #B4260F;
}

.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_tag_cloud .tagcloud a {
  background-color: #F6F6F6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #B4260F;
  color: #ffffff;
}

.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}

.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_recent_post li a {
  color: inherit;
}

.widget.widget_recent_post li h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}

.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget_recent_post li .entry-meta a:hover, .widget.widget_recent_post li .entry-meta a:focus {
  color: #B4260F;
}

.widget .gallery,
.widget .insta-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
  padding: 9px;
}

.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget .gallery .gallery-item a:hover:before, .widget .gallery .gallery-item a:focus:before, .widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
  opacity: 1;
}

.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
  width: 33.33%;
}

.widget.widget_social {
  margin-top: 20px;
}

.widget.widget_social .social-icon {
  width: 50%;
}

.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888888;
  text-align: right;
}

.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_category ul li a {
  float: left;
}

.widget.search_widget {
  position: relative;
}

.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}

.widget.search_widget button {
  background-color: #368bae;
  color: #ffffff;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.search_widget button:hover {
  background-color: #B4260F;
}

.widget.widget_social ul {
  margin: -2px;
}

.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}

.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.widget_social ul li a:hover {
  background-color: #B4260F;
  border-color: #B4260F;
  color: #ffffff;
}

.widget.price_handel_widget .price-amout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 25px;
}

.widget.price_handel_widget .price-amout input {
  background-color: transparent;
  display: inline-block;
  width: 70px;
  border: none;
  font-size: 15px;
  padding: 0;
  text-align: right;
  height: 42px;
}

.widget.price_handel_widget .price-label {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}

.widget.price_handel_widget button {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 20px;
  font-weight: normal;
}

.widget.widget_text ul {
  margin-top: 20px;
}

.widget.widget_text ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.widget.widget_text ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_text ul li i {
  color: #368bae;
  position: absolute;
  left: 0;
  top: 4px;
}

.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}

.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}

.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
}

.widget.widget-product-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget-product-thumb li:before, .widget.widget-product-thumb li:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget-product-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-product-thumb li a {
  color: inherit;
}

.widget.widget-product-thumb .product-thumb {
  width: 80px;
  float: left;
  position: relative;
  border-radius: 30px;
}

.widget.widget-product-thumb .product-content {
  float: right;
  padding-left: 20px;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.widget.widget-product-thumb .product-content h5 {
  color: #151515;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif;
}

.widget.widget-product-thumb .product-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget-product-thumb .product-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget-product-thumb .product-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
  display: none;
}

.widget.widget-product-thumb .product-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget-product-thumb .product-content .entry-meta a:hover, .widget.widget-product-thumb .product-content .entry-meta a:focus {
  color: #B4260F;
}

.widget.widget_category_product_thumb {
  margin-bottom: 40px;
}

.widget.widget_category_product_thumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.widget_category_product_thumb li {
  padding: 5px;
}

.widget.widget_category_product_thumb li .product-thumb {
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}

.widget.widget_category_product_thumb li .product-thumb a {
  display: block;
  position: relative;
}

.widget.widget_category_product_thumb li .product-thumb a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.widget.widget_category_product_thumb li .product-thumb a:hover:before, .widget.widget_category_product_thumb li .product-thumb a:focus:before, .widget.widget_category_product_thumb li .product-thumb a:active:before {
  opacity: 1;
}

.widget.widget_category_product_thumb li .product-content h5 {
  margin-bottom: 0;
  display: inline-block;
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.widget.widget_category_product_thumb li .product-content .count {
  color: #368bae;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.widget.widget_category_product_thumb.colum-3 li {
  width: 33.33%;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget .widget-title {
  display: table;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after {
  background-color: #d6d6d6;
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
}

.sidebar .widget .widget-title:before {
  left: 0;
}

.sidebar .widget .widget-title:after {
  right: 0;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget-map iframe {
  height: 280px;
}

.sidebar .widget-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sidebar .widget-bg-image:before {
  background-color: #151515;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar .widget-bg-image * {
  color: #ffffff;
}

.sidebar .information-content {
  margin-bottom: 50px;
  padding: 50px 30px;
}

.sidebar .information-content .button-round-primary {
  margin-top: 20px;
  display: inline-block;
}

.sidebar .widget-detail li {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 15px;
}

.sidebar .widget-detail li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-detail li h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
}

.sidebar .widget-detail li span {
  color: #787878;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.sidebar .widget-from p {
  margin-bottom: 20px;
}

.sidebar .widget-from input:not([type=submit]) {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widget-bg {
  background-color: #F8F8F8;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 30px;
}

.sidebar .widget-bg .bg-title {
  background-color: #368bae;
  color: #ffffff;
  padding: 17px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 30px;
}

.sidebar .widget-bg .bg-title-w {
  background-color: #ffffff;
  color: #111111;
}

.sidebar .sidebar-list ul {
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-list li {
  list-style: none;
  margin-bottom: 8px;
}

.sidebar .sidebar-list li i {
  color: #1D274E;
  margin-right: 10px;
  font-size: 14px;
}

.sidebar .faq-widget .accordion .card button {
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  text-transform: capitalize;
}

.sidebar .widget-icon {
  background-color: #368bae;
  border-radius: 100%;
  color: #ffffff;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.sidebar .or-style {
  color: #368bae;
  display: table;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 20px;
}

.sidebar .or-style:before, .sidebar .or-style:after {
  background-color: #368bae;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  display: inline-block;
}

.sidebar .or-style:before {
  left: 0;
}

.sidebar .or-style:after {
  right: 0;
}

.sidebar .upload-widget .button-primary {
  margin-top: 20px;
}

.sidebar .sidebar-download a {
  margin-top: 15px;
}

.sidebar .sidebar-download a i {
  margin-left: 5px;
}

.sidebar .video-widget {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: -40px;
}

.sidebar .video-widget iframe {
  display: block;
}

.sidebar .widget-service {
  padding-top: 70px;
}

.sidebar .widget-service ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget-service ul li {
  list-style: none;
}

.sidebar .widget-service li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.36);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .widget-service li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget-service li:nth-child(even) .service-icon {
  background-color: #368bae;
}

.sidebar .widget-service li .service-icon {
  background-color: #368bae;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 32px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  width: 75px;
}

.sidebar .widget-service li .service-content {
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 20px;
}

.sidebar .widget-service li .service-content h4 {
  margin-bottom: 8px;
}

.sidebar .widget-service li .service-content p {
  font-size: 14px;
}

.sidebar .icon-list-content {
  background-color: rgba(249, 76, 48, 0.8);
}

.sidebar .icon-list-content ul {
  padding: 0;
  margin: 0;
}

.sidebar .icon-list-content ul li {
  list-style: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}

.sidebar .icon-list-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .icon-list-content ul li i {
  color: #ffffff;
  margin-right: 10px;
}

.sidebar .icon-list-content ul li a {
  color: #ffffff;
}

.sidebar .icon-list-content ul li a:hover {
  color: #B4260F;
}


@media only screen and (max-width: 800px) {

  .andro23 {
    display: inline-block;
    text-align: center;


  }

  .monu {
    margin-left: 30px;
    align-items: center;
    width: 85%;
    flex: 1;
    margin-top: 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .appbuttonsx {
    width: 100px;
    height: 40px;
    border: none;
    background-color: orange;
    color: white;
    border-radius: 20px;
  }

  .appbuttonsx:hover {
    color: black;
    opacity: initial;
  }
}


.container-contact-form {
  padding: 100px 50px;
  background-color: aliceblue;
}

.cont-monu {
  display: grid;
  justify-items: stretch;
}

.cont-monu label {
  color: black;
  margin: 25px 10px 10px 10px;
}

.provide-cnt-label {
  color: black;
  margin-top: 25px;
}

.provide-cnt {
  margin: 15px 25px 25px 25px;
}

.sel-cont {
  display: grid;
  margin: 20px 0;
}


.full_body_form{
  background-color: aliceblue;
  margin: 0;
  padding: 0;
}

.successful-form {
  display: flex;
  justify-content: center;
  justify-content: center;
  text-align: center;
  
}

.successful-contai{
  margin-top: 80px;
  font-weight: 500;
  font-family: emoji;
  /* margin: auto 0; */
  display: block;
  background-color: white;
  width: 20%;
  padding: 50px;
  font-size: 17px;
}