/*New font*/
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*end font*/

:root {
  --white: #ffffff;
  --casual-red: #bd352a;
  --color-blue: #667eab;
  --gary-color: #f4f6f9;
  --gray-second: #777777;
  --gary-third: #cbcbcb;

  --green: #327247;
  --blue: #2a59bd;
  --blue-dark: #2a3049;
  --black: #000000;
  --dark-gray: #333333;
}

/*Menu*/
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
}
.sticky-header * {
  transition: all 0.3s ease-in-out;
}
.sticky-header.fixed {
  background-color: var(--blue-dark);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
}

.elementor-29 .sticky-header.fixed img {
  max-width: 108px !important;
  height: 50px !important;
}

.custom-header-navigation {
  margin: auto 0 auto auto !important;
}

.sticky-header.fixed .elementor-element.elementor-element-0710059 {
  --margin-block-end: 20px;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li
  ul {
  padding-top: 10px;
  background-color: transparent;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li
  ul
  li {
  background-color: var(--black);
}

.custom-header-navigation
  .eael-simple-menu-container
  .eael-simple-menu.eael-simple-menu-horizontal
  li
  ul {
  min-width: 160px;
  width: 100%;
}
.custom-header-navigation .eael-simple-menu-container .eael-simple-menu li a {
  transition: all 0.2s ease-in-out;
  position: relative;
}
.custom-header-navigation
  .eael-simple-menu-container
  .eael-simple-menu
  li:not(.contact-bnt)
  a::after {
  background: var(--white);
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 0;
}

.custom-header-navigation
  .eael-simple-menu-container
  .eael-simple-menu
  li.course-link
  a::after {
  left: 60px;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li
  > a {
  color: var(--white);
  text-decoration: none !important;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 900;
  line-height: 50px;
  padding: 0 39px;
}

.custom-header-navigation
  .eael-simple-menu.eael-simple-menu-horizontal
  li
  ul
  li
  a {
  border-bottom: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center !important;
  line-height: 56px !important;
}

.custom-header-navigation
  .eael-simple-menu-container
  .eael-simple-menu
  li
  a
  .fa-angle-down::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABTSURBVHgBhc5RDQAgCARQoxjFKEaxgRG0mRGMgMcHG8MBt93PsecsRFTRg87iBLeOXnTIwECyHKDTeNxmXAE4/DM5fjAE6lULY5BAHzgwBwrOCDyPyuRPmv6UIwAAAABJRU5ErkJggg==");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  width: 13px;
}
.custom-header-navigation
  .eael-simple-menu-container
  .eael-simple-menu
  li:hover
  a
  .fa-angle-down::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBfc2xDcJADAVQ25OkRFBQRaJDp4iaEYAJWIER2IBbgQEgLVJoE6W8OZLoHOekRNHJiYuzrH9PH0GZb7qzgHxE8sb8ahfnqAEGvoQQwWkQl8D0QYG4BpYg6QCtPLfxYoaEPeX5YZOE9JNun7Lvc5AVZQCSXWW94sah6ayBYbKisnFj19GemtYbuV0MVMjwOP2rdw+ERU7YndxK0AAAAABJRU5ErkJggg==");
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-ancestor
  > a.eael-item-active,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li:hover
  > a,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-item
  > a.eael-item-active,
.custom-header-navigation .eael-simple-menu-container.preset-3 {
  background-color: transparent !important;
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-ancestor
  > a.eael-item-active::after,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-item
  > a.eael-item-active::after,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li:hover
  > a::after {
  width: calc(100% - 60px);
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-ancestor.course-link
  > a.eael-item-active::after,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-item.course-link
  > a.eael-item-active::after,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.course-link:hover
  > a::after {
  width: calc(100% - 120px);
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  .sub-menu
  li.current-menu-ancestor
  > a.eael-item-active,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  .sub-menu
  li.current-menu-item
  > a.eael-item-active,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li
  .sub-menu
  li
  > a:hover {
  background-color: var(--casual-red) !important;
  color: var(--white);
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-ancestor.contact-bnt
  > a.eael-item-active,
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.current-menu-item.contact-bnt
  > a.eael-item-active {
  background-color: var(--casual-red) !important;
  color: var(--white);
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  .sub-menu
  li
  > a::after {
  display: none;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.contact-bnt
  > a {
  background-color: var(--casual-red);
  font-weight: 500;
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.course-link {
  margin-left: 20px;
  margin-right: 10px;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.course-link
  > a {
  border-left: 1px solid rgba(225, 225, 225, 0.3);
  padding: 0 30px 0 40px;
}

.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.contact-bnt
  > a:hover {
  background-color: var(--white) !important;
  color: var(--color-blue);
}

.course-link a::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGSSURBVHgB1VfRUcMwDFW4/pMN8AjZgDAB3QCYgHQCskHLBGUDygQtE6RMgDdoNwhPjXyE3FEsxVyv7+5VSU+qLFmWVaITISMD2rbNIUowj1D34DbLsj1ZwQ7BdWtD3f8tVcQwbiAKkFe/kmgC9kI3MGP9qTzPEPmClE5LWfmnpFpj68Cd8GB7obC/FrnQ7hf0PXUZYqeF1rETuSUbvMgrreOkOJnjiUL3jT+wX++UANERw+EKfAjvUqlLsCADxqSaK/QebOC8IiXMjhE9V/dMXufDzvTv4FRLU2HMj+g9ic4dv0/kyxLileKa/jFUvBBk4+YvxX5Vh15rQU7jF62D9PCdpHH5Wx8fpnpUA5FqXlMXbc3HLbaPaxrI0GkJEYqpgsNnUsDsmLrL4oVp6WbRqUaEUz4uYQ85pZJaUwvV7PEtyHvqKAEsxXVJCXAW97EXabqNenaeNOgNe41x2As42EYfJ1TvBkYb6gb5Rp59hKmj7/G2Ng32vctfC26pjz8CIQN4AdRNiy5C3YMfo/7CpMQXX4lPOw/TDDoAAAAASUVORK5CYII=");
  content: "";
  display: inline-block;
  height: 30px;
  margin: auto 17px -8px 0;
  width: 30px;
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.menu-item-has-children
  > a::after {
  display: none;
}
.custom-header-navigation
  .eael-simple-menu-container.preset-3
  .eael-simple-menu
  li.menu-item-has-children:hover
  > a {
  background-color: var(--black) !important;
  color: var(--casual-red);
}

@media screen and (max-width: 1400px) {
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li
    > a {
    padding: 0 15px;
  }
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li.course-link
    > a {
    padding: 0 15px 0 15px;
  }
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li.current-menu-ancestor
    > a.eael-item-active::after,
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li.current-menu-item
    > a.eael-item-active::after,
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li:hover
    > a::after {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 1200px) {
  .custom-header-navigation
    .eael-simple-menu-container.preset-3
    .eael-simple-menu
    li
    > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .elementor-29
    .sticky-header.fixed
    .elementor-element.elementor-element-3a8e857
    > .elementor-widget-container {
    padding: 24px 30px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-header.fixed .elementor-element.elementor-element-0710059 {
    --margin-block-start: 17px;
    --margin-block-end: 10px;
  }
  .elementor-29
    .sticky-header
    .elementor-element.elementor-element-3a8e857
    > .elementor-widget-container {
    padding: 26px 20px 0px 0px;
  }

  .elementor-29
    .sticky-header.fixed
    .elementor-element.elementor-element-3a8e857
    > .elementor-widget-container {
    padding: 20px 20px 0px 0px;
  }
}
/*end Menu*/

/*Blog*/
.blog-listing-container {
  margin: 30px auto 60px;
  max-width: 1509px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}

/*blog search*/
.blog-listing-container .search-form {
  margin: 0 auto 30px;
  position: relative;
  max-width: 652px;
  width: 100%;
}
.blog-listing-container .search-form input {
  background: var(--white);
  border-bottom: 1px solid var(--gary-third);
  border-radius: 0 !important;
  color: var(--black);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 135px 15px 0;
}
.blog-listing-container .search-form input:focus {
  border-bottom: 1px solid var(--color-blue);
  outline: none;
}

.blog-listing-container .search-form button {
  background: var(--casual-red);
  border: none;
  border-radius: 0;
  color: var(--white);
  top: 8px;
  right: 0;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 8px 28px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.blog-listing-container .search-form button:hover {
  background: var(--color-blue);
}

.blog-listing-container .search-form input::placeholder {
  color: var(--black);
}
/*blog tags*/
.blog-listing-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 37px;
  width: 100%;
}

.blog-listing-tags .single-tag {
  background-color: var(--color-blue);
  color: var(--white);
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  margin: 0 6px 8px;
}
.blog-listing-tags .single-tag:hover {
  background-color: var(--casual-red);
}
/*blog filter*/
.blog-filters-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  margin-bottom: 30px;
}
.blog-filters-control select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: var(--white);
  background-repeat: no-repeat;
  border: 1px solid var(--gary-third);
  color: var(--black);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px 10px 40px;
  position: relative;
  width: 253px;
}

.blog-filters-by-categories select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEHSURBVHgB7VXBEYMgEFydFEAJlGI6SAnpzHSQdKAlpAPpADswoHfIOHLCw8nHndkRgeVA7lYAUI6do3WcEmwdNVZo0kwHGlVR4+k4ErdQxN7xTn1vx0emZo5mqSMFPh3DtwdBo0hja+pI7QTROEPT0wgaXk/VOBlXgOwAnFYpxGN8sRoyZs0NS642WNJuFCb3UQDWWMh18OKd+MKRqrJDeSVvNeegitqpezBII0ujUX7cHI3/7Hprdt+d3Whij9Xs/OIN7dQcaILZSRiwb3YpsNlNsdnlQtPTCHOCeV5e9P8AHhbyLzNkRPR+lHlB483O536DtNlxtX7ovdjsfKNFeSVLGksa9QMIlYns82MhuwAAAABJRU5ErkJggg=="),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABeSURBVHgBlYxRDcAgDAXfHEzCHGzSNiWTghQkIAEcwCMpCR9AS5P7aXt3AHjJTT6SoM9J/vYbSSZeDpro5T/UxWMM9GIUD5bAVNQCqjgLXFZxFMg74iiwJfYBh4VYAMWWKooR+2w5AAAAAElFTkSuQmCC");
  background-position: 15px, calc(100% - 15px);
  background-size: 15px, 8px;
}

.blog-sorting select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACeSURBVHgB7ZRbCoUwEEODuI/rzm53YtyJ7kxX4gMExzLUR/MhaKB0yEcOLUyAN4jzGefzN15wPFcFjsPrda6M/3O8ywCa8NsqToT3EANowpe5hRDAKLxBpiwgqMNjANThi0ozt8j8b09He/AB5AAi6iglgHCqRQUg9jvUKQFEYkFL5Clgq2zCWdDcF1SpcAUgGX4WMKx373iEsLeeqQlcqh6GhBmFKgAAAABJRU5ErkJggg=="),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABeSURBVHgBlYxRDcAgDAXfHEzCHGzSNiWTghQkIAEcwCMpCR9AS5P7aXt3AHjJTT6SoM9J/vYbSSZeDpro5T/UxWMM9GIUD5bAVNQCqjgLXFZxFMg74iiwJfYBh4VYAMWWKooR+2w5AAAAAElFTkSuQmCC");
  background-position: 15px, calc(100% - 15px);
  background-size: 15px, 8px;
}
/*article item*/
.blog-listing-container a {
  transition: all 0.2s ease-in-out;
}

.single-blog-row {
  background: var(--gary-color);
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}

.single-blog-row .article-thumbnail {
  height: auto;
  min-height: 290px;
  width: 30.661%;
}

.single-blog-row .article-thumbnail img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}

.article-details {
  padding: 25px 30px;
  width: 69.339%;
}

.article-details a.go-to-article-btn {
  background-color: var(--white);
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  display: flex;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  padding: 0 30px;
  margin-top: 25px;
  width: fit-content;
}

.article-details a.go-to-article-btn:hover {
  background-color: var(--color-blue);
  color: var(--white);
  text-decoration: none;
}

.article-details .article-title h3,
.article-details .article-title {
  color: var(--black);
  font-family: "DM Sans";
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  transition: all 0.2s ease-in-out;
}
.article-details .article-title h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
.article-details .article-title:hover {
  text-decoration: none;
}

.article-details .article-title:hover h3,
.article-details .article-title:hover {
  color: var(--color-blue);
}

.article-details .article-excerpt {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.article-details .article-meta-data {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 20px;
}
.article-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-right: 10px;
}

.article-details .article-categories a {
  color: var(--white);
}
.article-category {
  background-color: var(--casual-red);
  border-radius: 3px;
  color: var(--white) !important;
  height: 30px;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  line-height: 18px;
  padding: 6px 8px;
}

.article-category.travel,
.article-category.green {
  background-color: var(--green);
}
.article-category.lifestyle,
.article-category.red {
  background-color: var(--casual-red);
}
.article-category.education,
.article-category.blue {
  background-color: var(--blue);
}
.related-blog-categories a.article-category:hover,
a.article-category:hover {
  background: var(--color-blue);
  color: var(--white);
  text-decoration: none !important;
}
.article-author {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-right: 10px;
}
.article-author img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  width: 30px;
}

.article-author .author-name {
  color: var(--gray-second);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.article-date {
  border-left: 0.5px solid #999999;
  color: var(--gray-second);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 16px;
  margin: auto 0;
}
.article-date::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgB1VPBDYIwFG2bchYn0BFwA9ygB+AqbOAIbOAI4hXCwQlkBJhA3YABCPV9UxQTSUo8+ZLHf/3t++H3A2MGYRgeQc0m8G2fK6Vcx3EU9A70wWTCP96vi6KoeRRFV631ms0EPFtpjBWYWpo2nPMD4kqaREst2JhhfPUtTYJ6VmwmpIkVCmSWHg9vuich6NH3/S3P8xOiRySNAy4Ym/ydNNhAn4cqYlxSiPcSB5fgsFyQxv7nnGnwqJaVZZkwCwRB4KPFCzyxYD/gT83POeMWffprbAy4LBohxZa+7RQiRT62MZMRrLquax7hJ3/OIWcqfwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 16px;
  margin-bottom: -2px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .single-blog-row .article-thumbnail {
    overflow: hidden;
    position: relative;
  }
  .single-blog-row .article-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .article-details .article-meta-data {
    gap: 10px;
  }
  .single-blog-row .article-thumbnail {
    width: 35.661%;
  }
  .article-details {
    padding: 20px 25px;
    width: 64.339%;
  }
}

@media screen and (max-width: 768px) {
  .blog-listing-container {
    margin: 30px auto 60px;
  }

  .blog-listing-tags {
    margin-bottom: 20px;
  }

  .blog-listing-container .search-form {
    margin-bottom: 30px;
  }

  .blog-listing-container .search-form input {
    font-size: 16px;
  }

  .blog-listing-container .search-form button {
    padding: 10px 20px;
  }

  .blog-sorting,
  .blog-filters-by-categories,
  .blog-filters-control select {
    width: 100%;
  }

  .single-blog-row .article-thumbnail {
    height: 290px;
    min-height: 290px;
    width: 100%;
  }

  .article-details {
    padding: 20px;
    width: 100%;
  }

  .article-details .article-title h3,
  .article-details .article-title {
    font-size: 24px;
    line-height: 28px;
  }

  .article-details .article-meta-data {
    margin-bottom: 20px;
    gap: 9px 3px;
  }
  .article-author .author-name {
    font-size: 14px;
  }
  .article-date {
    font-size: 14px;
    padding-left: 11px;
  }

  .article-date::before {
    margin-right: 6px;
  }

  .article-details .article-excerpt {
    font-size: 14px;
    line-height: 22px;
  }
  .article-details a.go-to-article-btn {
    line-height: 40px;
    margin-top: 20px;
  }
}
/*end Blog*/

/*Pagination*/

.partners-results-pagintaion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.partners-results-pagintaion > span {
  margin: 7.5px;
}
.partners-results-pagintaion .page.current,
.partners-results-pagintaion .prev a,
.partners-results-pagintaion .next a,
.partners-results-pagintaion .page a {
  align-items: center;
  height: 48px;
  line-height: 46px;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  min-width: 48px;
  padding: 0 5px;
}
.partners-results-pagintaion .prev a,
.partners-results-pagintaion .next a,
.partners-results-pagintaion .page a {
  color: var(--dark-gray);
}
.partners-results-pagintaion > span a:hover {
  background: var(--color-blue);
  color: var(--white);
  text-decoration: none;
}

.partners-results-pagintaion .page a {
  border: 1px solid rgba(237, 237, 237, 1);
}
.partners-results-pagintaion .page.current {
  background: var(--casual-red);
  color: var(--white);
}
/*end Pagination*/

/* Single Blog Article Agjustments */
body.single-post .elementor-location-header .sticky-header {
  background-color: var(--black);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.11);
}

.single-blog-container-top {
  width: 100%;
  max-width: 926px;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 40px;
}

.single-blog-container-top .back-to-blog-listing {
  align-items: center;
  display: flex;
  width: fit-content;
  border: 1px solid var(--gary-third);
  padding: 14px 21px 14px 19px;
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 20.83px;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  gap: 17px;
  min-width: 118px;
  margin-bottom: 40px;
  width: fit-content;
}

.single-blog-container-top .back-to-blog-listing:hover {
  border: 1px solid var(--color-blue);
  background: var(--color-blue);
  color: var(--white);
  text-decoration: none;
}

.single-blog-container-top h1.entry-title {
  font-family: "DM Sans";
  font-size: 48px;
  line-height: 62.5px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 40px;
  margin-top: 0;
}

.single-blog-container-top .blog-meta {
  border-top: 1px solid var(--gary-third);
  padding-top: 40px;
}

.single-blog-container-bottom {
  width: 100%;
  max-width: 926px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-container-bottom .blog-share {
  border-top: 1px solid var(--gary-third);
  padding: 40px 0;
  gap: 10px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-meta .author-box {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 14px;
  gap: 17px;
}

.blog-meta .author-box img {
  border-radius: 50px;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.blog-meta .article-date::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgB7ZTNCYAwDIVf1QEcxY10DLfVq6e6QUyhQvwtpEE89INXUggvaQMBjlBUikteBSOC0cDypwqUkMybWD1iQJnyTlRw0EH700yQHWVh1lEjYvM/uhvx2x1PRir+N/5i9LHRGmPtCgnMNR8Lq2O10BEaGTfw50CsMbFLSQAAAABJRU5ErkJggg==");
  background-size: contain;
  height: 20px;
  width: 18px;
}

.blog-meta .article-date {
  border-left: none;
  color: var(--black);
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.blog-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-share .share-title {
  color: var(--black);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  margin-right: 13px;
}

.blog-share .share-networks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-share .share-networks .share-item {
  align-items: center;
  background: var(--casual-red);
  display: flex;
  height: 36px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 36px;
}

.blog-share .share-networks .share-item:hover {
  background: var(--color-blue);
}

.author-bio {
  background: var(--gary-color);
  border-radius: 7px;
  padding: 40px;
  margin-bottom: 70px;
}

.author-bio .author-bio-title {
  align-items: center;
  color: var(--black);
  display: flex;
  flex-direction: row;
  font-family: "DM Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 41.66px;
  text-align: left;
  margin-bottom: 28px;
}

.author-bio .author-bio-title img {
  height: 24px;
  margin-right: 16px;
  object-fit: contain;
  width: 24px;
}

.author-bio .author-bio-copy {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.author-bio .author-bio-copy strong {
  font-weight: 700;
}

.related-blog {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1635px;
  margin: 0 auto 70px;
  width: 100%;
}

.related-blog > h3 {
  color: var(--black);
  font-family: "DM Sans" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 62.5px !important;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}

.related-blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8.5px;
  margin-right: -8.5px;
}

.related-blog-item {
  background: var(--gary-color);
  border-radius: 7px;
  padding: 20px;
  margin-left: 11.5px;
  margin-right: 11.5px;
  width: calc(33.33% - 23px);
}

.related-blog-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.related-blog-thumbnail {
  border-radius: 7px;
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.related-blog-thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.related-blog-categories {
  margin-right: 10px;
}

.related-blog-details .article-category {
  height: 26px;
  padding: 1px 8px;
  margin-right: 5px;
}

.related-blog-details .related-blog-author {
  align-items: center;
  color: var(--gray-second);
  display: flex;
  flex-direction: row;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  margin-right: 15px;
}
.related-blog-details .related-blog-author img {
  border-radius: 50%;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.related-blog-date {
  border-left: 0.5px solid #999999;
  color: var(--gray-second);
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-left: 15px;
}

.related-blog-date::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgB1VPBDYIwFG2bchYn0BFwA9ygB+AqbOAIbOAI4hXCwQlkBJhA3YABCPV9UxQTSUo8+ZLHf/3t++H3A2MGYRgeQc0m8G2fK6Vcx3EU9A70wWTCP96vi6KoeRRFV631ms0EPFtpjBWYWpo2nPMD4kqaREst2JhhfPUtTYJ6VmwmpIkVCmSWHg9vuich6NH3/S3P8xOiRySNAy4Ym/ydNNhAn4cqYlxSiPcSB5fgsFyQxv7nnGnwqJaVZZkwCwRB4KPFCzyxYD/gT83POeMWffprbAy4LBohxZa+7RQiRT62MZMRrLquax7hJ3/OIWcqfwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  margin-bottom: -2px;
  width: 16px;
}
.related-blog-item .related-blog-title,
.related-blog-item h3 {
  color: var(--black);
  font-family: "DM Sans" !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 39.2px !important;
  text-align: left;
  transition: all 0.2s ease-in-out;
}

.related-blog-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.related-blog-item .related-blog-title:hover h3,
.related-blog-item .related-blog-title:hover {
  color: var(--color-blue);
  text-decoration: none;
}

.related-blo-excerpt {
  color: var(--black);
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin-bottom: 20px;
}

.related-blog-item .go-to-related-blog-btn {
  color: var(--casual-red);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.related-blog-item .go-to-related-blog-btn:hover {
  color: var(--color-blue);
  text-decoration: none;
}

.related-blog-item .go-to-related-blog-btn img {
  margin-left: 7px;
}
@media screen and (max-width: 991px) {
  .related-blog {
    margin-bottom: 40px;
  }
  .related-blog-item {
    margin: 0 auto 30px;
    width: calc(50% - 23px);
  }
}
@media screen and (max-width: 768px) {
  .single-blog-container-bottom .blog-share {
    padding: 20px 0;
  }
  .single-blog-container-top .back-to-blog-listing {
    padding: 10px 21px 10px 17px;
    margin-bottom: 30px;
  }
  .single-blog-container-top .back-to-blog-listing img {
    width: 15px;
  }
  .single-blog-container-top {
    padding: 20px 15px 10px;
  }
  .single-blog-container-top h1.entry-title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  .single-blog-container-top .blog-meta {
    padding-top: 25px;
  }
  .blog-meta .article-date::before {
    height: 17px;
    width: 15px;
  }
  .blog-meta .author-box img {
    height: 30px;
    width: 30px;
  }
  .blog-meta .article-date,
  .blog-meta .author-box {
    font-size: 16px;
    line-height: 16px;
  }

  .author-bio {
    padding: 20px;
    margin-bottom: 40px;
  }
  .author-bio .author-bio-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .related-blog > h3 {
    margin-bottom: 40px;
    font-size: 37px !important;
    line-height: 40px !important;
  }
  .related-blog {
    margin-bottom: 10px;
  }
  .blog-share .share-title {
    font-size: 16px;
  }
  .author-bio .author-bio-title {
    font-size: 20px;
    line-height: 25px;
  }
  .related-blog-item {
    width: calc(100% - 23px);
  }
}

.magnatech-subscribe-wide {
  display: flex;
  flex-wrap: wrap;
}

.magnatech-subscribe-wide .subscribe-text {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;

  width: 30%;
}

.magnatech-subscribe-wide .subscribe-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 15px;
  margin-bottom: 0;
  width: calc(70% - 16px);
}

.magnatech-subscribe-wide .subscribe-form-email {
  width: calc(100% - 145px);
}

.magnatech-subscribe-wide .subscribe-form input {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 0;
  color: var(--black);
  height: 60px;
  padding: 20px 24px;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  letter-spacing: 0.02em;
  width: 100%;
}

.magnatech-subscribe-wide .subscribe-form input::placeholder {
  color: var(--black);
  opacity: 1;
}

.magnatech-subscribe-wide .subscribe-form button {
  background: var(--blue-dark);
  border-radius: 0;
  border: none;
  color: var(--white);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  letter-spacing: 0.02em;
  padding: 20px 20.4px;
  height: 60px;
}
.magnatech-subscribe-wide .subscribe-form button:hover {
  background-color: var(--color-blue);
}

@media screen and (max-width: 991px) {
  .magnatech-subscribe-wide {
    padding: 20px;
  }
  .magnatech-subscribe-wide .subscribe-text {
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
  }
  .magnatech-subscribe-wide .subscribe-form {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .magnatech-subscribe-wide .subscribe-form-email {
    width: 100%;
  }
  .magnatech-subscribe-wide .subscribe-form button {
    margin-left: auto;
    margin-right: auto;
  }
}

.magnatech-subscribe-fixed .close {
  cursor: pointer;
  height: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  margin-top: -24px;
  margin-right: -34px;
  width: 40px;
}

.magnatech-subscribe-fixed .close:hover {
  opacity: 0.7;
}

.magnatech-subscribe-fixed .subscribe-text {
  color: var(--white);
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: center;
  margin-bottom: 30px;
}
.magnatech-subscribe-fixed .subscribe-form {
  margin-bottom: 0;
}

.magnatech-subscribe-fixed .subscribe-form input {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 0;
  color: var(--black);
  height: 50px;
  padding: 14px 40px 14px 24px;
  position: relative;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  letter-spacing: 0.02em;
  width: 100%;
}

.magnatech-subscribe-fixed .subscribe-form .subscribe-form-email {
  position: relative;
  margin-bottom: 20px;
}

.magnatech-subscribe-fixed .subscribe-form .subscribe-form-email::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAETSURBVHgBpZJBS8NAEIVnZqs2DWuaKAih0IIem2MPevLsr/ZUwR489KoQpJ6UaJKGxLKZ1a0GsURp0nfYw/K+4RsYgB2C5hkMzi1omMXiJscguAqY2IemQYioFWiiwSMs8R5axHDEzK/7VM61BrUNZHqqKOeGI9zDyTtSz7HjKRHn/4FEkCRRPBU29QzX+VY4TXLHjV/krN9f+lros01QaAjtrnzkYxhDCd562I8PeNLNJquVKITmu8rCaBKLW6X0c5ylF6ZXIZ3fWmyRxWMl8ME5SGZZJmUUpal7IoeoaLhp06nbzazxtnR9FJAces4Rq/pe7Wdl8alofd3gHx1zKdAirPlpPXc0uuxCw4ThdQG75AMVA2/bdzCYywAAAABJRU5ErkJggg==");
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 17px;
  right: 18px;
  width: 15px;
  z-index: 1;
}

.magnatech-subscribe-fixed .subscribe-form input::placeholder {
  color: var(--black);
}

.magnatech-subscribe-fixed .subscribe-form button {
  background: var(--blue-dark);
  border-radius: 0;
  border: none;
  color: var(--white);
  display: block;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  letter-spacing: 0.02em;
  padding: 14px 20.4px;
  margin: 0 auto;
  height: 50px;
}

.magnatech-subscribe-fixed .subscribe-form button:hover {
  background-color: var(--color-blue);
}

@media screen and (max-width: 450px) {
  .magnatech-subscribe-fixed {
    max-width: 300px;
    padding: 44px 22px;
  }
  .magnatech-subscribe-fixed .close {
    margin-right: -24px;
  }
}
