/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
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: #696a87;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  scroll-behavior: smooth;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.5;
  margin-bottom: 15px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 13px;
  }
}

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;
  color: #2b2b2b;
  font-family: "Mulish", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #223645;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}
blockquote:before {
  background-color: #fff;
  color: #444444;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}
blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.4;
}
blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr,
acronym {
  border-bottom: 1px dotted #5e5e5e;
  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: #223645;
  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: 60px;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  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: #cd2122;
  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: #ab094b;
  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: #2b2b2b;
  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;
}

.section-sub-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  color: #cd2122;
}

.title-divider {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.title-divider:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #cd2122;
  bottom: 0;
  left: 0;
}

.title-divider-center {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.title-divider-center:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #cd2122;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-title-divider-center-white {
  position: relative;
  display: block;
  padding-bottom: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.banner-title-divider-center-white:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.figure-round-border {
  border-radius: 25px;
  overflow: hidden;
}
.figure-round-border img {
  border-radius: 25px;
}

.counter-inner .counter-item {
  padding: 25px;
  text-align: center;
}
.counter-inner .counter-item:last-child {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .counter-inner .counter-item {
    border-right: 0;
  }
  .counter-inner .counter-item:first-child {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
}
@media screen and (max-width: 575px) {
  .counter-inner .counter-item {
    border-width: 1px 0 0 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .counter-inner .counter-item:first-child {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .counter-inner .counter-item:last-child {
    border-width: 1px 0 0 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }
}
.counter-inner .counter-item .counter-no {
  color: #cd2122;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
.counter-inner .counter-item .Completed {
  color: #223645;
}

.section-head {
  margin-bottom: 50px;
  line-height: 1;
}
.section-head .section-title {
  margin-bottom: 5px;
}
.section-head .section-paragraph {
  margin-bottom: 0;
}
.section-head .section-btn {
  margin-top: 35px;
}

.section-head-white {
  margin-bottom: 50px;
  line-height: 1;
}
.section-head-white .section-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.section-head-white .section-paragraph {
  margin-bottom: 0;
  color: #ffffff;
}
.section-head-white .section-btn {
  margin-top: 35px;
}

/*--------------------------------------------------------------
>>> 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: 40px;
  }
}

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: #f8f8f8;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  padding: 0 15px;
}
@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"],
  textarea {
    font-size: 13px;
  }
}
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: #cd2122;
  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: #a7a7a7;
}
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: #a7a7a7;
}
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: #a7a7a7;
}

textarea {
  padding: 20px 15px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  select {
    height: 42px;
  }
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.search-form button {
  background-color: #cd2122;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 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: #ab094b;
}

.form-group {
  margin-bottom: 20px;
}
.form-group select {
  height: 55px;
}
.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: 13px;
  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: #cd2122;
  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: #cd2122;
}
.form-group label input:checked ~ .custom-checkbox:before {
  opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent {
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 31px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .button-round-primary,
  .button-round-secondary,
  .button-round-white,
  .button-round-white-transparent,
  .button-round-primary-transparent {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .button-round-primary,
  .button-round-secondary,
  .button-round-white,
  .button-round-white-transparent,
  .button-round-primary-transparent {
    padding: 12px 20px;
  }
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 16px 31px;
  font-weight: 500;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -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;
  background-color: #cd2122;
  background-size: 400%;
  background-position: left;
  transition: background-position 0.4s ease-out;
}
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: #ab094b;
  background-position: right;
}

.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: none;
  color: #cd2122;
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border 0.4s;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
}

.button-round-primary {
  background-color: #cd2122;
  color: #ffffff;
  border-color: #cd2122;
}

.button-round-secondary {
  background-color: #223645;
  color: #ffffff;
  border-color: #223645;
}

.button-round-white {
  background-color: #ffffff;
  color: #111111;
  border-color: #111111;
}

.button-round-white-transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button-round-primary-transparent {
  border: 1px solid #cd2122;
  color: #cd2122;
}

.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,
.button-round-white-transparent:hover,
.button-round-white-transparent:focus,
.button-round-white-transparent:active,
.button-round-primary-transparent:hover,
.button-round-primary-transparent:focus,
.button-round-primary-transparent:active {
  background-color: #ab094b;
  border-color: #ab094b;
  color: #ffffff;
}

.button-text {
  color: #0e3500;
  font-weight: 600;
  position: relative;
  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;
}
.button-text:hover,
.button-text:focus,
.button-text:active {
  color: #cd2122;
}

/*--------------------------------------------------------------
>>> 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;
}

.bg-light-blue {
  background-color: #e7f0f7;
}

.primary-bg {
  background-color: #cd2122;
}

.secondary-bg {
  background-color: #223645;
}

.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: #cd2122;
}

.secondary-color {
  color: #223645;
}

.title-color {
  color: #223645;
}

.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;
}

.rating-start-wrap {
  display: table;
  text-align: right;
}
.rating-start-wrap .rating-start {
  display: table;
  position: relative;
  font-size: 15px;
  letter-spacing: 4px;
}
.rating-start-wrap .rating-start:before {
  color: #ccd6df;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}
.rating-start-wrap .rating-start span {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.rating-start-wrap .rating-start span:before {
  color: #223645;
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
}

.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: #cd2122;
  -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: #ab094b;
}

.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: #cd2122;
  -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(250, 3, 104, 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: #ab094b;
  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: #223645;
  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: #cd2122;
}

.tab-container {
  margin-top: 50px;
}
.tab-container .responsive-tabs .nav-tabs {
  display: none;
}
@media screen and (min-width: 769px) {
  .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: #ab094b;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: "Mulish", 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: 768px) and (max-width: 768px) {
  .tab-content .card .card-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .tab-content {
    padding: 0;
    border: none;
  }
  .tab-content .card .card-header a {
    padding: 12px 15px;
  }
}

.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: #223645;
  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: #223645;
  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: #f4f4f4;
  border: none;
  height: 3px;
}
.progress-wrapper .progress-inline .ab-progress-bar {
  background: #223645;
  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: #292929;
  font-family: "Poppins", sans-serif;
  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;
  font-size: 24px;
}
.accordion-content .card .card-header a.collapsed:before {
  content: "\f107";
}
.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #696a87;
}
@media screen and (max-width: 768px) {
  .accordion-content .card .card-body {
    font-size: 13px;
  }
}

.video-button a {
  background-color: rgba(250, 3, 104, 0.8);
  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: 80px;
  width: 80px;
  height: 80px;
  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 #255cff;
  -moz-box-shadow: 0 0 0 0 #255cff;
  -ms-box-shadow: 0 0 0 0 #255cff;
  -o-box-shadow: 0 0 0 0 #255cff;
  box-shadow: 0 0 0 0 #255cff;
  opacity: 0.6;
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.video-button a:before {
  animation-delay: 0.9s;
}
.video-button a:after {
  animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
  .video-button a {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(37, 92, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 92, 255, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(37, 92, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 92, 255, 0);
  }
}
/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/*--- top header css start ---*/
.top-header {
  padding: 15px 0px;
  border-bottom: 1px solid #787878;
}
@media screen and (max-width: 575px) {
  .top-header {
    padding: 10px 0;
  }
}

.header-contact-info ul {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 23px;
}
.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: #f8f8f8;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  -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 .icon i {
  color: #ffffff;
  font-size: 16px;
  width: 46px;
  height: 46px;
  position: relative;
  display: block;
  line-height: 43px;
  border-radius: 50%;
  background-color: #cd2122;
  text-align: center;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .header-contact-info ul li a .icon i {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
}
.header-contact-info ul li a .details-content {
  margin-left: 15px;
  color: #ffffff;
}
.header-contact-info ul li a .details-content .content-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 7px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header-contact-info ul li a .details-content {
    margin-left: 5px;
  }
  .header-contact-info ul li a .details-content .content-title {
    margin-bottom: 2px;
  }
}
.header-contact-info ul li a .details-content h6 {
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 768px) {
  .header-contact-info ul li a .details-content h6 {
    font-size: 12px;
  }
}
.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
  color: #ab094b;
}
.header-contact-info ul li a:hover .icon i,
.header-contact-info ul li a:focus .icon i,
.header-contact-info ul li a:active .icon i {
  color: #ffffff;
  background-color: #ab094b;
  border-color: #ab094b;
}
.header-contact-info ul li a:hover .details-content h6,
.header-contact-info ul li a:focus .details-content h6,
.header-contact-info ul li a:active .details-content h6 {
  color: #ab094b;
}
@media screen and (max-width: 991px) {
  .header-contact-info ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-info {
    margin-bottom: 5px;
  }
  .header-contact-info ul {
    display: flex;
    justify-content: space-between;
  }
  .header-contact-info ul li {
    padding: 0 3px;
  }
  .header-contact-info ul li a {
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .header-contact-info {
    margin-bottom: 0;
  }
  .header-contact-info ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header-contact-info ul li {
    margin-bottom: 10px;
    padding: 0;
  }
}

.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 3px;
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .header-social li {
    margin: 0 2px;
  }
}
.header-social a i {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #787878;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header-social a i {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 479px) {
  .header-social a i {
    font-size: 12px;
    line-height: 25px;
    height: 26px;
    width: 26px;
  }
}
.header-social a:hover i,
.header-social a:focus i {
  color: #ffffff;
  background-color: #ab094b;
  border-color: #ab094b;
}

.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: 6px;
}
.header-search-icon .search-icon {
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  font-size: 15px;
  line-height: 34px;
  height: 36px;
  width: 36px;
}
.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
  background-color: #ab094b;
  border-color: #ab094b;
}
@media screen and (max-width: 768px) {
  .header-search-icon .search-icon {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 479px) {
  .header-search-icon .search-icon {
    font-size: 12px;
    line-height: 25px;
    height: 26px;
    width: 26px;
  }
}

/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .site-identity .site-title {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .site-identity .site-title {
    margin-bottom: 0px;
  }
}
.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.site-identity img {
  max-width: 215px;
  -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.7;
}
@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .site-identity img {
    max-width: 130px;
  }
  .site-identity a {
    display: flex;
    align-items: center;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
.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 10px;
}
.site-header .main-navigation .navigation > ul > li:first-child {
  padding-left: 0;
}
.site-header .main-navigation .navigation > ul > li:last-child {
  padding-right: 0;
}
@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: 11px 0 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  position: relative;
  text-transform: capitalize;
}
.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: #ab094b;
}
.site-header .main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #223645;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 99;
  display: none;
  text-align: left;
  max-height: calc(100vh - 141px);
  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: #696a87;
  display: block;
  padding: 12px 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  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: #cd2122;
}
.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: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 10px;
  -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: #cd2122;
  color: #ffffff;
}
.site-header .main-navigation ul li.current-menu-item > a,
.site-header .main-navigation ul li.current-menu-parent > a {
  color: #cd2122;
}

@-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-right: 1px;
}
.header-btn a {
  font-size: 15px;
  padding: 15px 27px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .header-btn {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-btn a {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 479px) {
  .header-btn a {
    font-size: 13px;
    padding: 10px 18px;
  }
}

/*---  bottom header css ---*/
.bottom-header {
  padding: 20px 0px 15px;
}
.bottom-header .hb-group .site-identity .site-title {
  margin-bottom: 0;
}
.bottom-header .logo-bottom-header {
  display: none;
}
.bottom-header .navigation {
  margin-left: 18px;
}
@media screen and (max-width: 991px) {
  .bottom-header .navigation {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .bottom-header {
    padding: 0;
  }
  .bottom-header .hb-group {
    padding: 10px 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(17, 17, 17, 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: #223645;
  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: #ab094b;
}
.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: #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;
    padding: 3px 0;
  }
}
@media screen and (max-width: 991px) {
  .fixed-header {
    background-color: transparent;
    position: relative;
  }
}
.fixed-header .main-navigation .logo-bottom-header {
  display: inline-block;
}
.fixed-header .main-navigation .logo-bottom-header a:hover {
  opacity: 0.8;
}
.fixed-header .main-navigation .navigation > ul > li > a {
  color: #223645;
  padding: 20px 0;
}
.fixed-header .main-navigation .navigation > ul > li > a:before {
  background-color: #446b89;
}
.fixed-header .main-navigation .navigation > ul > li > a:hover {
  color: #ab094b;
}
.fixed-header .main-navigation .navigation > ul > li ul {
  max-height: calc(100vh - 61px);
  border: none;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) inset;
}
.fixed-header .main-navigation .navigation .current-menu-item a {
  color: #223645;
}
.fixed-header .header-btn a {
  padding: 12px 27px;
}
.fixed-header .header-icon-group .header-social ul li a i {
  color: #223645;
}
.fixed-header .header-icon-group .header-social ul li a i:hover {
  color: #ab094b;
}
.fixed-header .search-icon i {
  color: #223645;
}
.fixed-header .search-icon i:hover {
  color: #ab094b;
}
.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: #cd2122;
    -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;
    margin-top: 0;
  }
  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .fixed-header .mobile-menu-container .slicknav_nav ul li a {
    text-transform: capitalize;
  }
  .fixed-header .mobile-menu-container .slicknav_nav ul .current-menu-item a {
    color: #cd2122;
  }
  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #ffffff;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #ffffff;
  }
  .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: #ffffff;
  }
}

/*---  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;
  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 .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 .slicknav_menu .slicknav_btn {
    padding: 15px 0;
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_menutxt {
    color: #ffffff;
  }
  .mobile-menu-container
    .slicknav_menu
    .slicknav_btn
    .slicknav_icon
    .slicknav_icon-bar {
    background-color: #ffffff;
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}
.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: #444444;
  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: #ab094b;
  -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);
}

.mobile-menu-container .slicknav_menu {
  background-color: #cd2122;
}
@media screen and (max-width: 575px) {
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    padding: 10px 0;
  }
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-banner {
  background-image: url(assets/img/iconpac-2025.webp);
  background-repeat: no-repeat;
  background-position: center 59%;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 810px;
  padding-top: 162px;
}
.home-banner .overlay {
  z-index: -1;
  background-color: #223645;
  opacity: 0.7;
}
.home-banner .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.home-banner .bottom-shape svg {
  height: 120px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner .bottom-shape svg path {
  fill: #ffffff;
}
.home-banner .home-banner-inner .banner-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-banner .home-banner-inner .banner-image .overlay-circle {
  background-image: url(assets/img/circle.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.35;
}
.home-banner .home-banner-inner .banner-content {
  padding: 0px 38px 76px;
  text-align: center;
}
.home-banner .home-banner-inner .banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.home-banner .home-banner-inner .banner-content .middle-title {
  font-size: 70px;
  font-weight: 800;
  color: #cd2122;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
.home-banner .home-banner-inner .banner-content .title-divider-center {
  margin-bottom: 20px;
  margin-top: 20px;
}
.home-banner .home-banner-inner .banner-content .banner-paragraph {
  color: #ffffff;
  margin-bottom: 40px;
}
.home-banner .home-banner-inner .banner-content .banner-button a {
  margin-right: 7px;
}
.home-banner .home-banner-inner .banner-content .banner-button a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .home-banner {
    padding-top: 214px;
  }
  .home-banner .home-banner-inner .banner-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner {
    padding-top: 235px;
  }
  .home-banner .home-banner-inner .banner-content .middle-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-banner {
    padding-top: 265px;
  }
  .home-banner .home-banner-inner .banner-top-img {
    order: 2;
  }
  .home-banner .home-banner-inner .banner-top-img .banner-image {
    margin-bottom: 0;
  }
  .home-banner .home-banner-inner .banner-content {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 479px) {
  .home-banner {
    padding-top: 258px;
  }
  .home-banner .home-banner-inner .banner-top-img {
    order: 2;
  }
  .home-banner .home-banner-inner .banner-top-img .banner-image {
    margin-bottom: 0;
  }
  .home-banner .home-banner-inner .banner-content {
    padding: 50px 0;
  }
  .home-banner .home-banner-inner .banner-content .banner-paragraph {
    margin-bottom: 34px;
  }
  .home-banner .home-banner-inner .banner-content .banner-button a {
    display: inline-block;
    font-size: 11px;
  }
  .home-banner .home-banner-inner .banner-content .banner-button a:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-count-timmer {
  margin-top: -220px;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.home-count-timmer .time-counter-wrap {
  background-color: #ffffff;
  box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 25px;
}
.home-count-timmer .time-counter-wrap .time-counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time {
  flex-grow: 1;
  margin-right: 5px;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time:last-child {
  margin-right: 0;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: rgba(250, 3, 104, 0.54);
  line-height: 1.2;
  text-align: center;
}
.home-count-timmer .time-counter-wrap .time-counter .counter-time .label-text {
  font-size: 16px;
  font-weight: 500;
  color: #696a87;
}
@media screen and (max-width: 991px) {
  .home-count-timmer {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-count-timmer {
    margin-bottom: 60px;
    margin-top: -30px;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time span {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .home-count-timmer .time-counter-wrap {
    padding: 30px 0;
  }
  .home-count-timmer .time-counter-wrap .time-counter .counter-time {
    padding: 5px;
  }
  .home-count-timmer
    .time-counter-wrap
    .time-counter
    .counter-time
    .counter-days {
    font-size: 28px;
  }
  .home-count-timmer
    .time-counter-wrap
    .time-counter
    .counter-time
    .label-text {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/
.home-aboutus .home-aboutus-inner {
  display: grid;
  grid-template-columns: 25% auto;
}
.home-aboutus .home-aboutus-inner .about-gallary {
  text-align: right;
}
.home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
  margin-bottom: 10px;
}
.home-aboutus
  .home-aboutus-inner
  .about-gallary
  .figure-round-border:last-child {
  margin-bottom: 0;
}
.home-aboutus .home-aboutus-inner .home-about-right {
  padding-left: 10px;
}
.home-aboutus .home-aboutus-inner .home-about-right .about-content {
  display: flex;
  align-items: center;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-content
  .about-top-right-img {
  margin-top: 56px;
  margin-bottom: 10px;
  flex-basis: 30%;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-content
  .section-head {
  flex-basis: 70%;
  padding-left: 20px;
  margin-bottom: 0;
}
.home-aboutus .home-aboutus-inner .home-about-right .about-detail {
  display: flex;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-bottom-right-img {
  flex-basis: 35%;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner {
  flex-basis: 65%;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner {
    padding-left: 20px;
  }
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list {
  border-radius: 25px;
  border-bottom: 3px solid rgba(250, 3, 104, 0.54);
  background-color: #f8f8f8;
  padding: 25px;
  margin-bottom: 20px;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list
  ul
  li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list
  ul
  li:last-child {
  margin-bottom: 0;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list
  ul
  li
  i {
  font-size: 25px;
  color: #a7a7a7;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .about-list
  ul
  li
  span {
  color: #696a87;
  padding-left: 20px;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .author-content {
  display: flex;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .author-content
  .auhtor-signature {
  width: 142px;
  margin-right: 20px;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .author-content
  .author-detail
  .author-name {
  margin-bottom: 0px;
  margin-top: 8px;
}
.home-aboutus
  .home-aboutus-inner
  .home-about-right
  .about-detail
  .about-detail-inner
  .author-content
  .author-detail
  .author-prof {
  font-size: 13px;
  line-height: 1.2;
}
.home-aboutus .home-about-place {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 80px;
  position: relative;
  z-index: 1;
}
.home-aboutus .home-about-place .place-content {
  border-radius: 25px;
  padding: 40px 50px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.home-aboutus .home-about-place .place-content .place-icon a i {
  background-color: #cd2122;
  color: #ffffff;
  border-radius: 25px;
  height: 80px;
  width: 80px;
  line-height: 78px;
  font-size: 40px;
  text-align: center;
  transition: all 0.4s;
}
.home-aboutus .home-about-place .place-content .place-icon a i:hover,
.home-aboutus .home-about-place .place-content .place-icon a i:focus {
  color: #696a87;
}
.home-aboutus .home-about-place .place-content .place-detail {
  margin-left: 30px;
}
.home-aboutus .home-about-place .place-content .place-detail .place-title {
  margin-bottom: 10px;
  color: #223645;
}
.home-aboutus .home-about-place .place-time .place-icon a i {
  background-color: #223645;
}
@media screen and (max-width: 991px) {
  .home-aboutus .home-about-place {
    grid-column-gap: 30px;
  }
  .home-aboutus .home-about-place .place-content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-aboutus .home-aboutus-inner {
    grid-template-columns: auto;
    grid-row-gap: 10px;
  }
  .home-aboutus .home-aboutus-inner .about-gallary {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
    flex-grow: 1;
    margin-right: 10px;
  }
  .home-aboutus
    .home-aboutus-inner
    .about-gallary
    .figure-round-border:last-child {
    margin-right: 0;
  }
  .home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 0px;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner {
    padding-left: 10px;
  }
  .home-aboutus .home-about-place {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 575px) {
  .home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 0;
  }
  .home-aboutus .home-aboutus-inner .home-about-right .about-detail {
    flex-direction: column;
    align-items: center;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner
    .author-content {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .home-aboutus .home-aboutus-inner {
    grid-row-gap: 10px;
  }
  .home-aboutus .home-aboutus-inner .about-gallary {
    flex-wrap: wrap;
  }
  .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    flex-basis: 46%;
  }
  .home-aboutus
    .home-aboutus-inner
    .about-gallary
    .figure-round-border:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-aboutus
    .home-aboutus-inner
    .about-gallary
    .figure-round-border:nth-child(2) {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .home-aboutus
    .home-aboutus-inner
    .about-gallary
    .figure-round-border:nth-child(2)
    img {
    width: 100%;
  }
  .home-aboutus .home-aboutus-inner .home-about-right .about-content {
    flex-direction: column;
    align-items: center;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-content
    .about-top-right-img {
    margin: 0px 0 20px;
    width: 100%;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-content
    .about-top-right-img
    img {
    width: 100%;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-content
    .section-head {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner
    .about-list {
    padding: 25px 10px;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner
    .about-list
    ul
    li
    i {
    font-size: 20px;
  }
  .home-aboutus
    .home-aboutus-inner
    .home-about-right
    .about-detail
    .about-detail-inner
    .about-list
    ul
    li
    span {
    padding-left: 10px;
  }
  .home-aboutus .home-about-place .place-content {
    padding: 25px 20px;
  }
  .home-aboutus .home-about-place .place-content .place-icon a i {
    height: 50px;
    width: 50px;
    line-height: 49px;
    font-size: 25px;
    border-radius: 15px;
  }
  .home-aboutus .home-about-place .place-content .place-detail {
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
>>> Home section-progress  
----------------------------------------------------------------*/
.home-progress-section {
  background-color: #f8f8f8;
  margin-top: -80px;
  padding: 160px 0 80px;
}
@media screen and (max-width: 768px) {
  .home-progress-section {
    padding: 140px 0 60px;
  }
}
.home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
  display: flex;
  padding: 30px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item:last-child {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
    border-right: 0;
  }
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item:nth-child(odd) {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item:nth-child(even) {
    border-width: 0 0px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item:last-child {
    border-width: 0px 0 0 0px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item:nth-last-child(2) {
    border-width: 0 1px 0px 0;
    border-style: solid;
    border-color: #d9d9d9;
  }
}
@media screen and (max-width: 768px) {
  .home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
    padding: 15px;
  }
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item
  .counter-detail {
  display: flex;
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item
  .counter-no {
  color: #223645;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 991px) {
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item
    .counter-no {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item
    .counter-no {
    font-size: 34px;
  }
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item
  .Completed {
  line-height: 1.2;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .home-progress-section
    .counter-up-inner
    .counter-item-wrap
    .counter-item
    .Completed {
    text-align: center;
  }
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item
  .counter-icon {
  margin-right: 20px;
}
.home-progress-section
  .counter-up-inner
  .counter-item-wrap
  .counter-item
  .counter-icon
  i {
  color: #ffffff;
  font-size: 70px;
}

/*--------------------------------------------------------------
>>> Home home-event  
----------------------------------------------------------------*/
.home-event-section {
  padding: 50px 0 60px;
  background-image: url(assets/img/Applied-Chemistry..jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home-event-section .overlay {
  background-color: #223645;
  opacity: 0.85;
}
.home-event-section .type-of-event-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 50px;
}
.home-event-section .type-of-event-wrap .event-type {
  background-color: #ffffff;
  padding: 50px 40px 46px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.home-event-section .type-of-event-wrap .event-type:before {
  content: "";
  background-image: linear-gradient(30deg, #ffffff 69%, #cd2122 100%);
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.home-event-section .type-of-event-wrap .event-type .event-icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-icon-content
  .event-icon {
  margin-bottom: 0;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-icon-content
  .event-icon
  a
  i {
  font-size: 75px;
  color: #cd2122;
  transition: all 0.4s;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-icon-content
  .event-icon
  a
  i:hover {
  color: #ab094b;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-icon-content
  .event-num {
  color: rgba(250, 3, 104, 0.1);
  margin-bottom: 0;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-detail
  .event-title
  a {
  transition: all 0.4s;
}
.home-event-section
  .type-of-event-wrap
  .event-type
  .event-detail
  .event-title
  a:hover {
  color: #ab094b;
}
.home-event-section .type-of-event-wrap .event-type .event-detail p {
  margin-bottom: 0;
}
.home-event-section .type-of-event-wrap .event-type:hoverbefore {
  background-image: linear-gradient(30deg, #ffffff 50%, #cd2122 100%);
  opacity: 0.3;
}
.home-event-section
  .type-of-event-wrap
  .event-type:hover
  .event-icon-content
  .event-num {
  color: rgba(250, 3, 104, 0.3);
}
@media screen and (max-width: 991px) {
  .home-event-section .type-of-event-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .home-event-section {
    padding: 60px 0;
  }
  .home-event-section .type-of-event-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .home-event-section .type-of-event-wrap .event-type {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-event-section .type-of-event-wrap {
    grid-template-columns: auto;
    grid-row-gap: 20px;
  }
  .home-event-section .type-of-event-wrap .event-type {
    padding: 30px 20px 26px;
  }
  .home-event-section .type-of-event-wrap .event-type .event-icon-content {
    margin-bottom: 20px;
  }
  .home-event-section .type-of-event-wrap .event-detail .event-title {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
>>> Home home-speaker  
----------------------------------------------------------------*/
.speaker-event-section {
  margin: 106px 0 110px;
}
@media screen and (max-width: 768px) {
  .speaker-event-section {
    margin: 60px 0;
  }
}
.speaker-event-section .group-member .row {
  row-gap: 42px;
}
.speaker-event-section .group-member .team-member {
  border-radius: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.speaker-event-section .group-member .team-member .team-img img {
  width: 100%;
}
.speaker-event-section .group-member .team-member .team-member-info {
  margin-top: -145px;
  left: 0;
  right: 0;
  z-index: 0;
  position: absolute;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .team-content {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 20px 20px 35px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .team-content
  .author-name {
  margin-bottom: 5px;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .team-content
  .author-name
  a {
  transition: all 0.4s;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .team-content
  .author-name
  a:hover {
  color: #ab094b;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .team-content
  .author-prof {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon {
  margin-top: -15px;
  text-align: center;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon
  ul
  li {
  display: inline-block;
  transition: all 0.4s;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon
  ul
  li:first-child {
  padding-left: 0;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon
  ul
  li
  a
  i {
  height: 30px;
  width: 30px;
  line-height: 31px;
  font-size: 12px;
  background-color: #cd2122;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.speaker-event-section
  .group-member
  .team-member
  .team-member-info
  .social-icon
  ul
  li:hover
  a
  i {
  background-color: rgba(171, 9, 75, 0.9);
  position: relative;
  transform: translatey(-10px);
}
.speaker-event-section .event-speaker-btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .speaker-event-section .event-speaker-btn {
    margin-top: 32px;
  }
}

/*--------------------------------------------------------------
>>> Home home-schedule  
----------------------------------------------------------------*/
.home-schedule-section {
  padding: 110px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .home-schedule-section {
    padding: 60px 0;
  }
}
.home-schedule-section .section-head {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .home-schedule-section .section-head {
    text-align: center;
  }
}
.home-schedule-section .time-circle-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .home-schedule-section .time-circle-wrapper {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.home-schedule-section .time-circle-wrapper .time-info {
  padding: 55px 30px 40px 30px;
  background-color: rgba(217, 217, 217, 0.64);
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-schedule-section .time-circle-wrapper .time-info {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 479px) {
  .home-schedule-section .time-circle-wrapper .time-info {
    padding: 30px;
  }
}
.home-schedule-section .time-circle-wrapper .time-info:nth-child(odd) {
  margin-top: 80px;
}
.home-schedule-section .time-circle-wrapper .time-info:first-child {
  margin-right: -40px;
}
.home-schedule-section .time-circle-wrapper .time-info:nth-child(2) {
  background-color: rgba(250, 3, 104, 0.64);
  margin-right: -40px;
}
.home-schedule-section
  .time-circle-wrapper
  .time-info:nth-child(2)
  .time-txt
  h5,
.home-schedule-section
  .time-circle-wrapper
  .time-info:nth-child(2)
  .time-txt
  h6 {
  color: #ffffff;
}
.home-schedule-section .time-circle-wrapper .time-info:nth-child(3) {
  background-color: rgba(34, 54, 69, 0.64);
}
.home-schedule-section
  .time-circle-wrapper
  .time-info:nth-child(3)
  .time-txt
  h5,
.home-schedule-section
  .time-circle-wrapper
  .time-info:nth-child(3)
  .time-txt
  h6 {
  color: #ffffff;
}
.home-schedule-section .time-circle-wrapper .time-info .time-txt h5 {
  margin-bottom: 5px;
}
.home-schedule-section .time-circle-wrapper .time-info .time-txt h6 {
  margin-bottom: 10px;
  color: #cd2122;
}
.home-schedule-section .routine-content {
  margin-top: 50px;
}
.home-schedule-section .routine-content .routine-detail {
  border-radius: 25px;
  display: grid;
  grid-template-columns: 22% 55% 23%;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-schedule-section .routine-content .routine-detail:last-child {
  margin-bottom: 0;
}
.home-schedule-section
  .routine-content
  .routine-detail:nth-child(even)
  .time-detail {
  background-color: rgba(250, 3, 104, 0.7);
}
.home-schedule-section .routine-content .routine-detail .time-detail {
  background-color: rgba(250, 3, 104, 0.5);
  text-align: center;
  padding: 68px 30px;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .time-detail
  .time-title {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .time-detail
  .subject-title {
  margin-bottom: 0;
  color: #ffffff;
}
.home-schedule-section .routine-content .routine-detail .routine-description {
  padding-left: 50px;
  padding-right: 50px;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .routine-description
  .ch-paragraph {
  margin-bottom: 10px;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .routine-description
  .chapter-link {
  margin-bottom: 0;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .routine-description
  .chapter-link
  a {
  font-size: 13px;
  color: #cd2122;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .routine-description
  .chapter-link
  a:hover {
  color: #ab094b;
}
.home-schedule-section .routine-content .routine-detail .lecture-image {
  display: flex;
  align-items: center;
}
.home-schedule-section
  .routine-content
  .routine-detail
  .lecture-image
  .author-img {
  margin: 10px;
  border-radius: 50%;
  text-align: center;
  height: 80px;
  width: 80px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-schedule-section .routine-content .routine-detail {
    grid-template-columns: 22% 48% 30%;
  }
  .home-schedule-section .routine-content .routine-detail .routine-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img {
    margin: 0;
    margin-right: 10px;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-schedule-section .routine-content .routine-detail {
    grid-template-columns: 27% 58% 15%;
  }
  .home-schedule-section .routine-content .routine-detail .lecture-image {
    flex-direction: column;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img {
    height: 55px;
    width: 55px;
    margin: 0;
    margin-bottom: 5px;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-schedule-section .routine-content .routine-detail {
    grid-template-columns: auto;
  }
  .home-schedule-section .routine-content .routine-detail .time-detail {
    padding: 20px;
  }
  .home-schedule-section .routine-content .routine-detail .routine-description {
    padding: 20px;
  }
  .home-schedule-section .routine-content .routine-detail .lecture-image {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img {
    height: 55px;
    width: 55px;
    margin: 0;
    margin-right: 5px;
  }
  .home-schedule-section
    .routine-content
    .routine-detail
    .lecture-image
    .author-img:last-child {
    margin-right: 0;
  }
}
.home-schedule-section .schedule-btn {
  margin-top: 50px;
  text-align: center;
}

/*--------------------------------------------------------------
>>> Home home-pricing  
----------------------------------------------------------------*/
.home-pricing-section {
  padding: 106px 0 110px;
  background-image: url(assets/img/eventum-img10.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-pricing-section {
    padding: 60px 0;
  }
}
.home-pricing-section .overlay {
  background-color: #223645;
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .home-pricing-section .pricing-table-inner .middle-price {
    order: 3;
  }
}
.home-pricing-section .pricing-table-inner .pricing-item {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  overflow: hidden;
  margin: 0 8px;
}
@media screen and (max-width: 991px) {
  .home-pricing-section .pricing-table-inner .pricing-item {
    margin: 0 0 20px;
  }
}
.home-pricing-section .pricing-table-inner .pricing-item .discount-offer {
  padding: 15px 10px;
  background-color: rgba(250, 3, 104, 0.54);
  text-align: center;
}
.home-pricing-section .pricing-table-inner .pricing-item .discount-offer h6 {
  color: #ffffff;
  margin-bottom: 0;
}
.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail {
  background-color: #ffffff;
  padding: 42px 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-pricing-section .pricing-table-inner .pricing-item .pricing-detail {
    padding: 42px 25px;
  }
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .pricing-head
  .pricing-title {
  color: #cd2122;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .pricing-head
  .price-info {
  margin-bottom: 20px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .pricing-head
  .tax-info {
  color: #223645;
  font-size: 13px;
  margin-bottom: 20px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper {
  padding-top: 20px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-title:before {
  content: "Seat booked";
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  vertical-align: middle;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-indecator
  .progress-indecator-inner {
  top: 0;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-indecator
  .progress-indecator-inner
  .percent {
  padding: 0;
  left: -30px;
  background-color: transparent;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-indecator
  .progress-indecator-inner
  .percent:before {
  content: none;
  display: none;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-bar-wrap {
  height: 18px;
  border-radius: 2px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-wrapper
  .progress-wrapper
  .ab-progress
  .progress-bar-wrap
  .ab-progress-bar {
  background-color: rgba(250, 3, 104, 0.78);
  height: 18px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .skill-container
  .skill-titile {
  margin-top: 7px;
  font-size: 13px;
  display: inline-block;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .ticket-btn {
  margin-top: 40px;
}
.home-pricing-section
  .pricing-table-inner
  .pricing-item
  .pricing-detail
  .ticket-btn
  a {
  padding: 12px 20px;
}
.home-pricing-section .pricing-table-inner .pricing-item .bottom-figure img {
  width: 100%;
}

/*--------------------------------------------------------------
>>> Home home-gallery  
----------------------------------------------------------------*/
.home-gallery {
  margin-bottom: 98px;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .home-gallery {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.home-gallery .section-head {
  margin-bottom: 0px;
}
.home-gallery .section-head .section-title {
  margin-bottom: 0;
}
.home-gallery .gallery-container {
  margin-top: 40px;
}
.home-gallery .gallery-container .single-gallery {
  margin-bottom: 7px;
}
.home-gallery .gallery-container .single-gallery .gallery-img {
  text-align: center;
}
.home-gallery .gallery-container .single-gallery .gallery-img a {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: inline-block;
}
.home-gallery .gallery-container .single-gallery .gallery-img a:before {
  content: "";
  transition: all 0.4s ease-out;
}
.home-gallery .gallery-container .single-gallery .gallery-img a:hover:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  display: block;
  z-index: 0;
}
.home-gallery .gallery-container .single-gallery .gallery-img a img {
  border-radius: 5px;
}

/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/
.home-testimonial {
  padding: 106px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .home-testimonial {
    padding: 60px 0;
  }
}
.home-testimonial .section-head {
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .home-testimonial .section-head {
    padding: 0;
  }
}
.home-testimonial .testimonial-slider .slick-arrow:before {
  font-size: 40px;
  color: #a7a7a7;
  background-color: transparent;
}
.home-testimonial .testimonial-slider .slick-prev {
  left: 0;
}
.home-testimonial .testimonial-slider .slick-next {
  right: 0;
}
.home-testimonial .testimonial-slider .client-content {
  text-align: center;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .home-testimonial .testimonial-slider .client-content {
    padding: 0;
  }
}
.home-testimonial .testimonial-slider .client-content .client-img {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 25px;
  height: 120px;
  width: 120px;
}
.home-testimonial
  .testimonial-slider
  .client-content
  .client-detail
  .client-txt {
  margin-bottom: 25px;
  padding: 0 52px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .home-testimonial
    .testimonial-slider
    .client-content
    .client-detail
    .client-txt {
    padding: 0 15px;
  }
}
.home-testimonial
  .testimonial-slider
  .client-content
  .client-detail
  .client-name,
.home-testimonial
  .testimonial-slider
  .client-content
  .client-detail
  .client-prof {
  margin-bottom: 0;
  font-style: italic;
}
.home-testimonial
  .testimonial-slider
  .client-content
  .client-detail
  .client-prof {
  color: #cd2122;
  font-style: italic;
}

/*--------------------------------------------------------------
>>> Home home-partner
----------------------------------------------------------------*/
.home-partner {
  padding: 106px 0 110px;
  background-image: url(assets/img/eventum-img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-partner {
    padding: 60px 0;
  }
}
.home-partner .overlay {
  background-color: #223645;
  opacity: 0.85;
}
.home-partner .inner-partner-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  transition: all 0.5s;
  align-items: center;
}
.home-partner .inner-partner-wrapper .partner-logo {
  padding: 20px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #787878;
  text-align: center;
  color: white;
}
.home-partner .inner-partner-wrapper .partner-logo:nth-child(-n + 5) {
  border-width: 0px 1px 1px 0px;
}
.home-partner .inner-partner-wrapper .partner-logo:nth-child(5) {
  border-width: 0px 0px 1px 0px;
}
.home-partner .inner-partner-wrapper .partner-logo:last-child {
  border-width: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .home-partner .inner-partner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(-n + 5) {
    border-width: 1px 1px 1px 1px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(5) {
    border-width: 1px 1px 1px 1px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(odd) {
    border-width: 0 1px 1px 1px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(even) {
    border-width: 0 1px 1px 0px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(1) {
    border-width: 1px 1px 1px 1px;
  }
  .home-partner .inner-partner-wrapper .partner-logo:nth-child(2) {
    border-width: 1px 1px 1px 0px;
  }
}
@media screen and (max-width: 575px) {
  .home-partner .inner-partner-wrapper .partner-logo {
    padding: 10px;
  }
}
.home-partner .sponser-btn {
  margin-top: 50px;
  text-align: center;
}

/*--------------------------------------------------------------
>>> Home home-blog
----------------------------------------------------------------*/
.home-blog-section {
  margin: 106px 0 110px;
}
@media screen and (max-width: 768px) {
  .home-blog-section {
    margin: 60px 0;
  }
}
.home-blog-section .inner-blog-wrapper {
  display: grid;
  grid-row-gap: 35px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .home-blog-section .inner-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-blog-section .inner-blog-wrapper .item-3 {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 768px) {
  .home-blog-section .inner-blog-wrapper {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-blog-section .inner-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-blog-section .inner-blog-wrapper .item-3 {
    grid-column: 1 / span 1;
  }
}
.home-blog-section .inner-blog-wrapper .post {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.home-blog-section .inner-blog-wrapper .post:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.home-blog-section .inner-blog-wrapper .post:hover .feature-image:before {
  content: none;
}
.home-blog-section .inner-blog-wrapper .post .feature-image {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.home-blog-section .inner-blog-wrapper .post .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;
}
@media screen and (max-width: 991px) {
  .home-blog-section .inner-blog-wrapper .post .feature-image img {
    width: 100%;
  }
}
.home-blog-section .inner-blog-wrapper .post .entry-content {
  padding: 25px 30px;
}
.home-blog-section .inner-blog-wrapper .post .entry-content h5 {
  margin-bottom: 7px;
}
.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta {
  margin-bottom: 8px;
}
.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.home-blog-section
  .inner-blog-wrapper
  .post
  .entry-content
  .entry-meta
  span:first-child {
  padding-left: 0;
}
.home-blog-section
  .inner-blog-wrapper
  .post
  .entry-content
  .entry-meta
  span:last-child {
  padding-right: 0;
}
.home-blog-section
  .inner-blog-wrapper
  .post
  .entry-content
  .entry-meta
  span:last-child:before {
  content: none;
}
.home-blog-section
  .inner-blog-wrapper
  .post
  .entry-content
  .entry-meta
  span:before {
  content: "|";
  right: -4px;
  top: 3px;
  color: #a7a7a7;
  font-size: 13px;
  line-height: 1;
  position: absolute;
}
.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span a {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .home-blog-section
    .inner-blog-wrapper
    .post
    .entry-content
    .entry-meta
    span
    a {
    font-size: 11px;
  }
}
.home-blog-section
  .inner-blog-wrapper
  .post
  .entry-content
  .entry-meta
  span
  a:hover {
  color: #ab094b;
}
.home-blog-section .inner-blog-wrapper .post .entry-content .blog-link a {
  font-size: 13px;
  font-weight: 700;
  color: #cd2122;
  transition: all 0.4s;
}
.home-blog-section .inner-blog-wrapper .post .entry-content .blog-link a:hover {
  color: #ab094b;
}

/*--------------------------------------------------------------
>>> Home home-contact
----------------------------------------------------------------*/
.home-contact-section {
  padding: 106px 0 110px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .home-contact-section {
    padding: 60px 0;
  }
}
.home-contact-section .contact-inner-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home-contact-section .contact-inner-content {
    margin-bottom: 40px;
  }
}
.home-contact-section .contact-inner-content .contact-form {
  padding-right: 38px;
}
@media screen and (max-width: 991px) {
  .home-contact-section .contact-inner-content .contact-form {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-contact-section .contact-inner-content .contact-form {
    margin-bottom: 30px;
  }
}
.home-contact-section
  .contact-inner-content
  .contact-form
  p
  input:not([type="submit"]) {
  width: 100%;
  background-color: #ffffff;
}
.home-contact-section .contact-inner-content .contact-form p textarea {
  background-color: #ffffff;
}
.home-contact-section
  .contact-inner-content
  .contact-form
  p
  input[type="submit"] {
  width: 100%;
}
.home-contact-section .contact-inner-content .contact-form .width-full {
  width: 100%;
}
.home-contact-section .contact-inner-content .contact-detail {
  padding-left: 38px;
}
@media screen and (max-width: 991px) {
  .home-contact-section .contact-inner-content .contact-detail {
    padding-left: 0;
  }
}
.home-contact-section .contact-inner-content .contact-detail .section-head {
  margin-bottom: 20px;
}
.home-contact-section
  .contact-inner-content
  .contact-detail
  .contact-location-inner
  .contact-location-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-contact-section
  .contact-inner-content
  .contact-detail
  .contact-location-inner
  .contact-location-item:last-child {
  margin-bottom: 0;
}
.home-contact-section
  .contact-inner-content
  .contact-detail
  .contact-location-inner
  .contact-location-item
  .contact-icon {
  margin-right: 20px;
}
.home-contact-section
  .contact-inner-content
  .contact-detail
  .contact-location-inner
  .contact-location-item
  .contact-icon
  i {
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 34px;
  border-radius: 50%;
  border: 1px solid #cd2122;
  background-color: #ffffff;
  color: #cd2122;
  text-align: center;
  display: inline-block;
}
.home-contact-section
  .contact-inner-content
  .contact-detail
  .contact-location-inner
  .contact-location-item
  .contact-place-content
  h5 {
  margin-bottom: 8px;
}
.home-contact-section .contact-image-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .home-contact-section .contact-image-content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .home-contact-section .contact-image-content {
    grid-template-columns: auto;
  }
}
.home-contact-section .contact-image-content .contact-img {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-contact-section
  .contact-image-content
  .contact-img:hover
  .facility-wrapper {
  transform: scale(1);
  opacity: 1;
}
.home-contact-section .contact-image-content .contact-img .facility-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  transition: all 0.6s;
  z-index: 1;
  transform: scale(0.7);
  background-color: rgba(34, 54, 69, 0.72);
  border-radius: 25px;
  opacity: 0;
}
.home-contact-section
  .contact-image-content
  .contact-img
  .facility-wrapper
  .facility-content
  .facility-title {
  margin-bottom: 13px;
  color: #ffffff;
}
.home-contact-section
  .contact-image-content
  .contact-img
  .facility-wrapper
  .facility-content
  .facility-info {
  margin-bottom: 25px;
  color: #ffffff;
}
.home-contact-section
  .contact-image-content
  .contact-img
  .facility-wrapper
  .facility-content
  a {
  font-size: 15px;
  font-weight: 500;
}
.home-contact-section .contact-image-content .map-section {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-contact-section .contact-image-content .map-section {
    grid-column: 1 / span2;
    padding-bottom: 50%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .home-contact-section .contact-image-content .map-section {
    grid-column: 1;
    margin-right: 0;
    padding-bottom: 100%;
  }
}
.home-contact-section .contact-image-content .map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/
.site-footer {
  background-repeat: no-repeat;
  background-position: center 59%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.site-footer .footer-overlay {
  z-index: -1;
  background-color: #223645;
  opacity: 0.85;
}
.site-footer .top-footer {
  padding-top: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .site-footer .top-footer {
    padding-top: 60px;
  }
}
.site-footer .top-footer .textwidget {
  font-size: 15px;
  color: #d9d9d9;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .site-footer .top-footer .textwidget {
    font-size: 13px;
  }
}
.site-footer .top-footer .img-textwidget {
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .site-footer .top-footer .img-textwidget {
    padding-right: 0;
  }
}
.site-footer .top-footer .title-divider-right {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
}
.site-footer .top-footer .title-divider-right:after {
  background-color: #223645;
  height: 2px;
  width: 50px;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.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 1px;
  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: #cd2122;
  color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}
.site-footer .footer-social-links ul li a:hover {
  background-color: #ab094b;
  color: #ffffff;
  border-color: #ab094b;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-social-links {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .top-footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .site-footer .bottom-footer {
    margin-top: 0;
  }
}
.site-footer .bottom-footer {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 768px) {
  .site-footer .bottom-footer .legal-list {
    text-align: center;
    margin-bottom: 6px;
  }
}
.site-footer .bottom-footer .legal-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.site-footer .bottom-footer .legal-list ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .legal-list ul li {
    padding: 0 10px;
  }
}
.site-footer .bottom-footer .legal-list ul li:before {
  content: "|";
  right: -4px;
  top: 0px;
  color: rgba(248, 248, 248, 0.29);
  font-size: 13px;
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .site-footer .bottom-footer .legal-list ul li:before {
    line-height: 1;
  }
}
.site-footer .bottom-footer .legal-list ul li:first-child {
  padding-left: 0;
}
.site-footer .bottom-footer .legal-list ul li:last-child {
  padding-right: 0;
}
.site-footer .bottom-footer .legal-list ul li:last-child:before {
  content: none;
}
.site-footer .bottom-footer .legal-list ul li a {
  text-align: center;
  color: #d9d9d9;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 479px) {
  .site-footer .bottom-footer .legal-list ul li a {
    font-size: 10px;
  }
}
.site-footer .bottom-footer .legal-list ul li a:hover {
  color: #ab094b;
}
.site-footer .bottom-footer .copy-right {
  text-align: center;
  color: #d9d9d9;
  font-size: 13px;
  margin-bottom: 0;
}

.top-footer .widget {
  margin-bottom: 0;
  color: #d9d9d9;
}
.top-footer .widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.top-footer .widget p {
  font-size: 15px;
}
.top-footer .widget ul li {
  margin-bottom: 15px;
}
.top-footer .widget ul li:last-child {
  margin-bottom: 0;
}
.top-footer .widget ul li a {
  color: #d9d9d9;
  display: inline-block;
}
.top-footer .widget ul li a:hover,
.top-footer .widget ul li a:focus,
.top-footer .widget ul li a:active {
  color: #ab094b;
}
@media screen and (max-width: 991px) {
  .top-footer .widget {
    margin-bottom: 30px;
  }
}
.top-footer .footer-join-us {
  padding: 30px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .top-footer .footer-join-us {
    margin: 0;
  }
}
.top-footer .footer-join-us .footer-form input {
  background-color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
.top-footer .footer-join-us .footer-form button {
  width: 100%;
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-banner-wrap {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .inner-banner-wrap {
    margin-bottom: 60px;
  }
}

.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 70%;
  position: relative;
  padding: 170px 0 50px;
  min-height: 505px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-baner-container:before {
  background-color: #223645;
  content: "";
  display: block;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 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: #ab094b;
}
.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: 991px) {
  .inner-baner-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .inner-baner-container {
    min-height: 450px;
    padding-top: 215px;
  }
}
@media screen and (max-width: 575px) {
  .inner-baner-container {
    padding-top: 260px;
  }
  .inner-baner-container .inner-title {
    font-size: 30px;
  }
  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}

.policy-page-section {
  padding-bottom: 100px;
}

/* Service */
.services {
  background-color: #fff;
}

.services .section-title {
  margin-bottom: 70px;
}

.services.style3 .section-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services.style3 .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .services.style3 .section-title {
    margin-bottom: 20px;
  }
}

.services.style3 .single-service {
  position: relative;
  text-align: left;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.23);
  box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.23);
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  margin-top: 30px;
}

.services.style3 .single-service::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0%;
  content: "";
  background-color: #cd2122;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services.style3 .single-service:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
  box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
}

.services.style3 .single-service:hover::before {
  width: 100%;
}

.services.style3 .single-service .serial {
  font-size: 50px;
  display: block;
  margin-bottom: 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #cd2122;
  font-weight: 800;
}

.services.style3 .single-service:hover .serial {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #cd2122;
}

.services.style3 .single-service .button {
  margin-top: 30px;
}

.services .single-head {
  position: relative;
}

.single-service {
  padding: 50px 40px;
  background-color: #f0f3fa;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px dashed #cd2122;
}

.single-service:hover {
  -webkit-box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
  box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
  background-color: #fff;
}

.single-service h3 {
  line-height: 28px;
}

.single-service h3 a {
  color: #0f0c2f;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
}

.single-service h3 a:hover {
  color: #cd2122;
}

.single-service .icon {
  margin-top: 25px;
}

.single-service .icon i {
  font-size: 32px;
  color: #cd2122;
}

.single-service p {
  font-size: 15px;
  font-weight: 600;
  color: #888;
  line-height: 28px;
  margin-top: 25px;
}
