/*-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/80320/sprintsans.css");


* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: oswald;
  position: relative;
  color: 333;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  -webkit-transition: color 200ms;
  transition: color 200ms;
  color: #040404;
  text-decoration: none;
}
a:hover {
  color: unset;
}

a,
span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
  color: #111111;
  font-weight: 700;
  margin: 0;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1550px) {
  p {
    font-size: 16px !important;
  }
}

:root[data-theme=dark] body {
  background: black;
}
:root[data-theme=dark] .logo {
  display: none;
}
:root[data-theme=dark] a {
  color: #fff;
}
:root[data-theme=dark] a:hover {
  color: unset;
}
:root[data-theme=dark] h1,
:root[data-theme=dark] h2,
:root[data-theme=dark] h3,
:root[data-theme=dark] h4,
:root[data-theme=dark] h5,
:root[data-theme=dark] h6,
:root[data-theme=dark] p {
  color: #fff;
}
:root[data-theme=dark] .header-catagory-bar {
  background: #121416;
}
:root[data-theme=dark] .rts-post {
  border-bottom: 1px solid rgb(37, 37, 37) !important;
}
:root[data-theme=dark] .rts-post .contents .post-title a {
  color: #fff;
}

button {
  outline: none;
  border: none;
  background: unset;
}

input {
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  max-width: 100%;
}

i {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.anywere,
.anywere-home {
  background: #0E1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}
.anywere.show,
.anywere-home.show {
  visibility: visible;
  pointer-events: visible;
}
.anywere.bgshow,
.anywere-home.bgshow {
  background: #0E1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 60;
}

.rts-post .post-picture img,
.rts-post-medium .post-picture img,
.rts-post-small .post-picture img,
.side-post .post-picture img {
  width: 100%;
}
.rts-post .post-title a,
.rts-post .side-post-title a,
.rts-post-medium .post-title a,
.rts-post-medium .side-post-title a,
.rts-post-small .post-title a,
.rts-post-small .side-post-title a,
.side-post .post-title a,
.side-post .side-post-title a {
  /* fill effect */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1a1a1a), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #1a1a1a 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post .post-title a:hover,
.rts-post .side-post-title a:hover,
.rts-post-medium .post-title a:hover,
.rts-post-medium .side-post-title a:hover,
.rts-post-small .post-title a:hover,
.rts-post-small .side-post-title a:hover,
.side-post .post-title a:hover,
.side-post .side-post-title a:hover {
  background-position: 0% 100%;
  color: #111111;
}
.rts-post p,
.rts-post-medium p,
.rts-post-small p,
.side-post p {
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.post-bottom-info .item,
.action-bar .item,
.post-info .item {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.post-bottom-info .item img,
.action-bar .item img,
.post-info .item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.post-bottom-info .item::before,
.action-bar .item::before,
.post-info .item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 2px;
  height: 77%;
  background: rgb(186, 186, 186);
}
.post-bottom-info .item:last-child,
.action-bar .item:last-child,
.post-info .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-bottom-info .item:last-child::before,
.action-bar .item:last-child::before,
.post-info .item:last-child::before {
  display: none;
}
@media (max-width: 450px) {
  .post-bottom-info a::before,
.post-bottom-info span::before,
.action-bar a::before,
.action-bar span::before,
.post-info a::before,
.post-info span::before {
    display: none;
  }
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author .author-dp {
  margin-right: 10px;
}
.author .content {
  margin-bottom: -1px;
}
.author .content .author-name {
  font-size: 16px;
  line-height: 18px;
  color: #031424;
}
.author .content .title {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
}

.author-box {
  padding: 40px 25px;
  padding-top: 50px;
  background: #F5F5F5;
  text-align: center;
}
.author-box .author-dp {
  margin-bottom: 25px;
}
.author-box .author-dp img {
  border-radius: 50%;
  padding: 15px;
  border: 1px solid #E7E7E7;
}
.author-box .author-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.author-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .picture {
  margin-right: 20px;
  overflow: hidden;
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.recent-post .picture:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.recent-post .recent-post-title {
  margin-bottom: 5px;
}
.recent-post .recent-post-title a {
  color: #fff;
}
.recent-post .recent-post-title a:hover {
  color: #FF1856;
}
.recent-post span,
.recent-post a {
  color: #B9BCC0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.recent-post span img,
.recent-post a img {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recent-post .span-icon {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

.trending-news-area {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 10px 23px;
  padding-left: 0;
  position: relative;
}
.trending-news-area .trending-post {
  border-bottom: 1.7px solid #E7E7E7;
  padding-bottom: 13px;
  margin-bottom: 9px;
  padding-left: 23px;
}
.trending-news-area .trending-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.trending-news-area .trending-post .post-title {
  position: relative;
}
.trending-news-area .trending-post .post-title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background-size: 200% 1px;
}
.trending-news-area .trending-post .post-title img {
  margin-right: 5px !important;
}
.trending-news-area .trending-post .post-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -24px;
  width: 4px;
  height: 0;
  background: #FF1856;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
.trending-news-area .trending-post .post-title:hover::before {
  height: 110%;
}
.trending-news-area .trending-post .post-author {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.trending-news-area .swiper-pag {
  padding-left: 23px;
  padding-bottom: 5px;
}
.trending-news-area .swiper-pagination-bullet {
  padding: 0px 3px;
  font-size: 5px;
  border-radius: 50%;
  background: #CFD4DB;
  margin-right: 7px;
}
.trending-news-area .swiper-pagination-bullet-active {
  background: #FF1856;
  padding: 0px 4.5px;
  font-size: 7px;
}

.blog-catagory-tag {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: var(--theme-color);
  padding: 2px 10px;
  border-radius: 0;
  display: inline;
}

.news-catagory-tag {
  color: #1D72FF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.news-catagory-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 2px;
  height: 85%;
  background: #1D72FF;
}

.news-catagory-tag-2 {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  background: #FF1856;
  padding: 5px 15px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: none;
}
.news-catagory-tag-2:hover {
  color: #fff;
}
.news-catagory-tag-2::before {
  display: none;
}

.side-stories .type-tag {
  background: #0E1013;
  width: 150px;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 33px;
}

.post-age {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.post-age-2 {
  color: #868686 !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.post-age-2::before {
  display: none;
}

.social-popularity .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding: 6px;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.social-popularity .platform:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.social-popularity .platform span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.social-popularity .platform i {
  color: #fff;
  width: 50px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 15px;
}
.social-popularity .platform i.facebook {
  background: #3B5998;
}
.social-popularity .platform i.twitter {
  background: #1DA1F2;
}
.social-popularity .platform i.linkedin {
  background: #0077B5;
}
.social-popularity .platform i.dribbble {
  background: #EA4C89;
}
.social-popularity .platform i.youtube {
  background: #EC1D1D;
}
@media (max-width: 1200px) {
  .social-popularity .platform:hover {
    -webkit-transform: scale(101%);
            transform: scale(101%);
  }
}

.social-popularity-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.social-popularity-2 .platform {
  padding: 0;
  width: 135px;
  color: #fff;
  margin-bottom: 7px;
}
.social-popularity-2 .platform i {
  aspect-ratio: 1;
  margin-right: 0;
  background: transparent;
  background: #3C5A98;
  margin-right: 10px;
}
.social-popularity-2 .platform .followers-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social-popularity-2 .platform .followers-info .number {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
}
.social-popularity-2 .platform .followers-info .type {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.social-popularity-2 .platform.facebook {
  background: #496FBF;
}
.social-popularity-2 .platform.facebook i {
  background: #3C5A98;
}
.social-popularity-2 .platform.twitter {
  background: #1DA1F2;
}
.social-popularity-2 .platform.twitter i {
  background: #0089DD;
}
.social-popularity-2 .platform.linkedin {
  background: #0077B5;
}
.social-popularity-2 .platform.linkedin i {
  background: #005582;
}
.social-popularity-2 .platform.youtube {
  background: #FF3A3A;
}
.social-popularity-2 .platform.youtube i {
  background: #FF0000;
}
@media (max-width: 1230px) {
  .social-popularity-2 {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-popularity-2 .platform {
    width: 100%;
  }
}

.news-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .news-topbar {
    margin-bottom: 15px !important;
  }
  .mob-pt{
    padding-top: 20px!important;
  }
}
@media (max-width: 400px) {
  .news-topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-topbar .section-title,
.news-topbar .section-title-2 {
    margin-bottom: 15px;
  }
}

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #52565C;
  cursor: pointer;
}
.filter-buttons .filter-btn {
  padding: 8px 20px;
  background: #F5F5F5;
  color: #111111;
  margin-right: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.filter-buttons .filter-btn:hover, .filter-buttons .filter-btn.active {
  background: #1D72FF;
  color: #fff;
}
.filter-buttons .filter-btn:last-child {
  margin-right: 0;
}

.filter-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-button-group .filter-btn {
  margin-right: 20px;
}
.filter-button-group .filter-btn:last-child {
  margin-right: 0;
}

.post-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-pagination-area .pag-item {
  width: 45px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #F5F5F5;
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.post-pagination-area .pag-item:hover {
  background: #1D72FF;
  color: #fff;
}

.type-tag {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  width: 135px;
  height: 25px;
  padding-right: 15px;
  padding-left: 5px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #FF1856;
  border-radius: 5px 18px 0 0;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.section-type-tag {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding-right: 40px;
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #0E1013;
  border-radius: 5px 5px 0px 5px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
@media (max-width: 900px) {
  .section-type-tag {
    font-size: 20px;
    padding: 5px 10px;
    padding-right: 20px;
  }
}

.section-header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header .section-title {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 20px;
  }
  .section-header .section-title {
    margin-bottom: 13px;
  }
  .section-header .section-header-item {
    margin-bottom: 20px;
  }
}
.section-header.section-header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header.section-header3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title-2 {
  color: #040404;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-title-2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.section-title-3::before {
  background: #1D72FF;
}

.top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .top-wrapper .section-title-area {
    margin-bottom: 20px !important;
  }
}

.section-title-area {
  margin-bottom: 40px;
}
.section-title-area.text-start .pretitle {
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.section-title-area.text-start p {
  margin: 0;
}
.section-title-area .pretitle {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 160px;
  font-weight: 700;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: rgba(17, 17, 17, 0.3803921569);
  -webkit-text-fill-color: #ffffff;
  z-index: -1;
}
.section-title-area .pretitle.pretitlebg {
  -webkit-text-fill-color: #F5F5F5;
}
@media (max-width: 768px) {
  .section-title-area .pretitle {
    top: -50px;
  }
}
@media (max-width: 481px) {
  .section-title-area .pretitle {
    top: -11px;
  }
}
.section-title-area .section-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
  z-index: 1;
}
.section-title-area p {
  margin: 0 auto;
  max-width: 580px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.section-title-area.section-title-area2 .section-title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 60px;
}
.section-title-area.section-title-area3 .section-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: inherit;
}
.section-title-area.section-title-area-inner .section-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 40px;
  margin-bottom: 35px;
}
.section-title-area.section-title-area-inner p {
  color: #777777;
}
@media (max-width: 768px) {
  .section-title-area .pretitle {
    font-size: 90px !important;
  }
  .section-title-area .section-title {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  .section-title-area .pretitle {
    font-size: 60px !important;
  }
  .section-title-area .section-title {
    font-size: 30px !important;
    margin-bottom: 18px !important;
  }
}

.section-header4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-header4 {
    margin-bottom: 25px;
  }
  .section-header4 .section-title {
    margin-bottom: 7px;
  }
}
.section-header4 .section-title {
  font-size: 24px;
  color: #031424;
}
.section-header4 .go-btn {
  font-size: 14px;
  color: #071e34;
}
.section-header4 .go-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.section-header4 .go-btn i {
  margin-left: 5px;
}

.section-pretitle {
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color);
}

.section-pretitle2 {
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color);
  background: #fff;
  padding: 3px 15px;
  -webkit-box-shadow: -16px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: -16px 0px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.page-title {
  color: #111111;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
}

.post-type-tag {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  padding: 7px 0;
  padding-right: 40px;
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #0E1013;
  color: #fff;
  border-radius: 5px 5px 0px 5px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.wide-border {
  width: 35%;
  height: 1px;
  background: #E7E7E7;
  margin-right: auto;
  margin-left: 30px;
}

.sticky-content {
  top: -120px;
  position: sticky;
}
@media (max-width: 1200px) {
  .sticky-content {
    top: 0;
  }
}

@media (max-width: 1200px) {
  .side-content {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
}

.side-content-title {
  color: #111111;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-left: 10px;
  position: relative;
}
.side-content-title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #FF1856;
}

.rts-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}
.rts-tags .tag-item {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 13px;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  margin-right: 7px;
  margin-bottom: 7px;
}
.rts-tags .tag-item:hover {
  background: #FF1856;
  color: #fff;
  border: 1px solid #FF1856;
}

.more-btn i {
  margin-left: 5px;
}
@media (max-width: 400px) {
  .more-btn {
    padding: 9px 10px;
    font-size: 12px;
  }
}

.social-links {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.social-links .platform {
  width: 40px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 7px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.social-links .platform i {
  font-size: 14px;
}
.social-links .platform:hover {
  background: #1D72FF;
}

.side-bar-social-links {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
.side-bar-social-links .platform {
  width: 40px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 7px;
  border-radius: 50%;
  background: #1d1d1d;
  margin-right: 10px;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.side-bar-social-links .platform i {
  color: #fff;
}
.side-bar-social-links .platform:hover {
  background: var(--theme-color);
}

.social-links-2 .platform {
  width: 0;
  margin-right: 20px;
}
.social-links-2 .platform i {
  color: #868686;
}
.social-links-2 .platform:hover {
  background: none;
}
.social-links-2 .platform:hover i {
  color: #FF1856 !important;
}

.social-links-noborder .platform {
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  padding-right: 15px !important;
}

.rts-post-2 {
  border: 1px solid #E7E7E7;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-post-2:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
          box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
}
.rts-post-2 .post-picture {
  overflow: hidden;
}
.rts-post-2 .post-picture img {
  width: 100%;
}
.rts-post-2:hover .post-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post-2 .contents {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 30px;
}
.rts-post-2 .contents p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.rts-post-2 .news-catagory-tag-2 {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  background: #FF1856;
  padding: 5px 15px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: none;
}
.rts-post-2 .news-catagory-tag-2::before {
  display: none;
}
.rts-post-2 .post-title {
  max-width: 500px;
  margin-bottom: 10px;
}
.rts-post-2 .post-title a {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
.rts-post-2 .post-title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #111111), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #111111 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post-2 .post-title a:hover {
  background-position: 0% 100%;
}
.rts-post-2 .post-bottom-info,
.rts-post-2 .post-info {
  margin-bottom: 20px;
}
.rts-post-2 .post-bottom-info .item,
.rts-post-2 .post-info .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.rts-post-2 .post-bottom-info .item img,
.rts-post-2 .post-info .item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.rts-post-2 .post-bottom-info .item::before,
.rts-post-2 .post-info .item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 2px;
  height: 77%;
  background: rgb(186, 186, 186);
  display: none;
}
.rts-post-2 .post-bottom-info .item:last-child,
.rts-post-2 .post-info .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.rts-post-2 .post-bottom-info .item:last-child::before,
.rts-post-2 .post-info .item:last-child::before {
  display: none;
}
.rts-post-2 .post-bottom-info .post-author::before,
.rts-post-2 .post-info .post-author::before {
  display: none;
}
.rts-post-2 .read-more {
  margin-top: 20px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-post-2 .read-more a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.rts-post-2 .read-more:hover {
  background: #FF1856;
  border: 2px solid #FF1856;
}
@media (max-width: 520px) {
  .rts-post-2 .contents {
    padding: 20px;
  }
  .rts-post-2 .contents .post-title a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .rts-post-2 .contents .post-title a {
    font-size: 20px;
    line-height: 25px;
  }
}

.border-btn {
  display: inline-block;
  background: transparent;
  padding: 10px 25px;
  border: 2px solid #E7E7E7;
  color: #111111;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.border-btn:hover {
  color: #fff;
  background: #FF1856;
  border: 2px solid #FF1856;
}
.border-btn i {
  margin-left: 5px;
}

.view-all-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.view-all-link i {
  margin-left: 10px;
}

.view-all-link:hover {
  color: var(--theme-color);
}

.rts-post-2-medium .post-title a {
  font-size: 20px;
  line-height: 24px;
  background-size: 200% 1px;
}

.rts-post-2-small .post-title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-size: 200% 1px;
}
.rts-post-2-small .post-bottom-info {
  margin-top: 4px;
}

.rts-post-2-inside {
  position: relative;
  border: none;
}
.rts-post-2-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(transparent, black);
  z-index: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  pointer-events: none;
}
.rts-post-2-inside:hover:before {
  height: 100%;
}
.rts-post-2-inside .post-title a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post-2-inside .post-title a:hover {
  background-position: 0% 100%;
}
.rts-post-2-inside .contents {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.rts-post-2-inside .contents .post-bottom-info .item {
  color: #fff;
}
.rts-post-2-inside .contents .post-bottom-info .item img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (max-width: 1200px) {
  .rts-post-2-inside:before {
    height: 100%;
  }
}
.rts-post-2-inside.rts-post-2-medium .contents {
  left: 10px;
  bottom: 10px;
}
@media (max-width: 859px) {
  .rts-post-2-inside .contents .post-title {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .rts-post-2-inside .contents .post-title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 440px) {
  .rts-post-2-inside .contents {
    padding-left: 0 !important;
    left: 10px;
    padding-left: 0;
  }
  .rts-post-2-inside .contents .post-title {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 400px) {
  .rts-post-2-inside .contents .post-title a {
    font-size: 17px;
    line-height: 25px;
  }
}

.rts-post-2-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-post-2-wide .post-picture {
  max-width: 370px;
  width: 100%;
}
.rts-post-2-wide .contents {
  padding: 0 25px;
}
.rts-post-2-wide .contents .post-title {
  margin-bottom: 10px;
  max-width: unset;
}
.rts-post-2-wide .contents .post-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.rts-post-2-wide .contents p {
  margin-bottom: 10px;
}
.rts-post-2-wide .contents .read-more-btn {
  margin-top: 15px;
}
@media (max-width: 1080px) {
  .rts-post-2-wide .contents .post-title a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .rts-post-2-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-post-2-wide .post-picture {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .rts-post-2-wide .read-more-btn {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .rts-post-2-wide .contents {
    padding: 0 17px;
  }
  .rts-post-2-wide .contents .post-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
  }
}
@media (max-width: 330px) {
  .rts-post-2-wide .post-bottom-info-3 .content .post-date {
    margin-top: 5px;
    display: block !important;
  }
  .rts-post-2-wide .post-bottom-info-3 .content .post-date .post-age::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .popular-stories .rts-post-small .contents .post-title a {
    font-size: 18px !important;
  }
}
@media (max-width: 440px) {
  .popular-stories .rts-post-small .contents .post-title a {
    font-size: 16px !important;
  }
}


@media (max-width: 1200px) {
  .news-box-container {
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scroll-top-btn {
  display: inline-block;
  background: #1D72FF;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.076);
          box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.076);
}
.scroll-top-btn i {
  color: #fff;
}
.scroll-top-btn .arrow-up {
  margin-top: 12px;
  margin-bottom: 10px;
}
.scroll-top-btn:hover {
  bottom: 40px;
}

.scroll-top-btn1 {
  background: #1a39a5
}

.scroll-top-btn4 {
  background: var(--theme-color);
}
.scroll-top-btn4 i {
  color: #111111;
}

.navbar-sticky {
  -webkit-animation: none;
          animation: none;
}

.sticked-navbar .logo {
  display: none;
}

.sticky-menu,
.sticky-menu-mobile {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.162);
          box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.162);
  z-index: 50;
  -webkit-animation: slideDownn 500ms ease;
          animation: slideDownn 500ms ease;
}
.sticky-menu .navbar-part1 .rts-menu,
.sticky-menu-mobile .navbar-part1 .rts-menu {
  margin-top: 0;
}
.sticky-menu .navbar-part1 .rts-menu .menu-item,
.sticky-menu-mobile .navbar-part1 .rts-menu .menu-item {
  color: #111111;
  background: transparent;
}
.sticky-menu .sticked-navbar .logo,
.sticky-menu-mobile .sticked-navbar .logo {
  display: block;
}
.sticky-menu .quick-weather,
.sticky-menu-mobile .quick-weather {
  display: none;
}
.sticky-menu .navbar-part,
.sticky-menu-mobile .navbar-part {
  margin-bottom: 0 !important;
}
.sticky-menu .header-action-items,
.sticky-menu-mobile .header-action-items {
  margin-top: 0 !important;
}

.sticky-menu-mobile {
  display: none;
}
@media (max-width: 900px) {
  .sticky-menu-mobile {
    display: block;
  }
}

.navbar-coupon-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.navbar-coupon-code .icon {
  margin-right: 10px;
}
.navbar-coupon-code .content span {
  display: block;
}
.navbar-coupon-code .content .title {
  color: #6f8294;
  font-size: 10px;
  line-height: 18px;
}
.navbar-coupon-code .content .code {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.scroll-top-btn.jumpTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slider-div {
  position: relative;
  min-width: 130%;
  right: 0;
}


.image-hover-variations {
  margin-bottom: 0 !important;
}
.image-hover-variations .image-vari2 {
  max-width: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.image-hover-variations .image-vari1 {
  opacity: 1;
  position: relative;
}
.image-hover-variations .image-vari {
  height: auto;
  overflow: hidden;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.image-hover-variations .image-vari img {
  width: 100%;
}

.image-hover-variations {
  display: block;
  overflow: hidden;
  background: #E5E5E5;
}
.image-hover-variations:hover .image-vari1 {
  opacity: 0;
  max-width: 0;
  position: absolute;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.image-hover-variations:hover .image-vari2 {
  opacity: 1;
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(105%);
          transform: scale(105%);
}

.image-slider-variations {
  display: block;
}
.image-slider-variations .swiper {
  margin-bottom: -23px;
}
.image-slider-variations .slider-buttons {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(90%);
          transform: scale(90%);
  position: absolute;
  top: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 10;
}
.image-slider-variations .slider-buttons .slider-btn {
  background: #fff;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-slider-variations .slider-buttons .slider-btn i {
  color: #111111;
}

.image-slider-variations3 .swiper {
  margin-bottom: 0;
}

.image-gallery-variations {
  display: block;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.image-gallery-variations .swiper {
  margin-bottom: -23px;
}

.image-gallery-variations3 .swiper {
  margin-bottom: 0;
}

.thumbs-area {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  bottom: 107px;
  left: 60px;
  width: 100%;
  z-index: 20;
  -webkit-transition: opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
  transition: opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s, visibility 0.7s ease;
  transition: transform 0.7s, opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
}
.thumbs-area .swiper-slide {
  border: 3px solid #F5F5F5;
  cursor: pointer;
}

.element-item2:hover .slider-buttons {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.element-item3:hover .image-gallery-variations {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.element-item3:hover .thumbs-area {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.action-item .icon {
  position: relative;
}

.icon-dot {
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: -11px;
  right: -14px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}



.search-input-area {
  z-index: 101;
}
.search-input-area .select .select-styled::after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 15px;
  left: unset;
  margin-top: -2px;
  z-index: 10000;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.search-input-area input:-moz-placeholder-shown {
  font-family: "Roboto";
}
.search-input-area input:-ms-input-placeholder {
  font-family: "Roboto";
}
.search-input-area input:placeholder-shown {
  font-family: "Roboto";
}

/**------------------------------------------------------------------
 * Animation Start Here
 */
@-webkit-keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDownn {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownn {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes hero-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hero-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hero-move2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hero-move2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 400px;
  }
}
@keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 400px;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
    opacity: 0;
  }
}


/**------------------------------------------------------------------
 * Animation End Here
 */


.swiper-pagination {
  top: 10px;
  right: 5px;
  width: auto !important;
  left: auto !important;
  margin: 0;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0px 10px;
  border-radius: 0;
  width: 100px;
  height: 4px;
  text-align: center;
  line-height: 0px;
  font-size: 5px;
  color: #000;
  background: rgba(255, 255, 255, 0.61);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
}

.hamburger-menu-inner {
  position: relative;
  width: 16px;
  height: 14px;
  cursor: pointer;
}
.hamburger-menu-inner:hover span {
  background: #ffffff;
}
.hamburger-menu-inner span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s, background 0s;
  transition: all 0.2s, background 0s;
  background: rgb(255, 255, 255);
}
.hamburger-menu-inner span:nth-child(2) {
  top: 6px;
}
.hamburger-menu-inner span:last-child {
  top: 12px;
}

.nav-open span:first-child, .nav-open span:last-child {
  top: 8px;
}
.nav-open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

/**------------------------------------------------------------------
 * Fucntion End Here
 */
.rts-menu li .menu-item.active1 {
  color: var(--theme-color);
}
.rts-menu li:hover .menu-item {
  color: #feed01;
}
.rts-menu li ul .has-dropdown:hover a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-menu .dropdown-ul {
  padding: 0;
  background: #fff;
  border-top: 3px solid var(--theme-color);
  -webkit-box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
}
.rts-menu .dropdown-li {
  margin: 0;
  padding: 0;
}
.rts-menu .dropdown-link,
.rts-menu .dropdown-sub-link {
  padding: 15px 20px;
  padding-right: 100px;
  background: #fff;
  border-bottom: 1px solid rgb(242, 242, 242);
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
}
.rts-menu .dropdown-link::before,
.rts-menu .dropdown-sub-link::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 12px;
  width: 6px;
  height: 2px;
  background: var(--theme-color);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.rts-menu .dropdown-link:hover,
.rts-menu .dropdown-sub-link:hover {
  padding: 15px 30px;
  padding-right: 90px;
  color: var(--theme-color);
}
.rts-menu .dropdown-link:hover::before,
.rts-menu .dropdown-sub-link:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rts-menu .sub-dropdown {
  left: 100%;
  top: -1px;
  border-top: 3px solid var(--theme-color);
}
.rts-menu .has-dropdown.second-level a i {
  margin-left: 10px;
}

.side-mobile-menu1 ul li a:hover {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown .mm-link:hover {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown.firstlvl.mm-active .mm-link {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown.thirdlvl.mm-active .mm-link-3 {
  color: var(--theme-color);
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-btn {
  background: #fff;
  border: 2px solid rgba(14, 16, 19, 0.1);
  border-radius: 6px;
  padding: 10px 18px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.navigation-btn:hover {
  background: #FF1856;
  color: #fff;
}
.navigation-btn i {
  font-size: 18px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.swiper-button-prev {
  margin-right: 7px;
}

.hamburger {
  display: none;
  position: relative;
  right: unset;
  padding: 10px 25px 11px 0px;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger {
    display: unset;
  }
}
@media (max-width: 400px) {
  .hamburger {
    margin-left: 15px;
  }
}
.hamburger.move {
  z-index: 10;
}

.hamburger-1 {
  display: none;
  position: relative;
  right: unset;
  padding: 10px 25px 11px 0px;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hamburger-1 {
    display: unset;
  }
}
@media (max-width: 400px) {
  .hamburger-1 {
    margin-left: 15px;
  }
}
.hamburger-1.move {
  z-index: 10;
}

.slide-bar-close {
  position: absolute;
  top: -13px;
  right: -20px;
  -webkit-transform: scale(70%);
          transform: scale(70%);
  padding: 15px 25px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.slide-bar-close i {
  font-size: 30px;
}
.slide-bar-close:hover i {
  color: var(--theme-color);
}

.mobile-hamburger-1 {
  position: absolute;
  top: 6px;
  right: -7px;
  -webkit-transform: scale(70%);
          transform: scale(70%);
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.2509803922);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.mobile-hamburger-1:hover span,
.mobile-hamburger-1:hover span:before,
.mobile-hamburger-1:hover span:after {
  background: #FF1856;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #0E1013;
  position: absolute;
  display: inline-block;
  content: "";
}
@media (max-width: 1200px) {
  .hamburger span,
.hamburger span:before,
.hamburger span:after {
    width: 25px;
  }
}

.hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #0E1013;
  position: absolute;
  display: inline-block;
  content: "";
}
@media (max-width: 1200px) {
  .hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
    width: 25px;
  }
}

.hamburger span:before {
  top: -7px;
}

.hamburger span:after {
  bottom: -7px;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.hamburger.active span {
  background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
  top: 0;
}

.hamburger.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.hamburger-1 span:before {
  top: -7px;
}

.hamburger-1 span:after {
  bottom: -7px;
}

#hamburger-1 span,
#hamburger-1 span:before,
#hamburger-1 span:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.hamburger-1.active span {
  background-color: transparent;
}

.hamburger-1.active span:before,
.hamburger-1.active span:after {
  top: 0;
}

.hamburger-1.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-1.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.slide-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 350px;
  padding: 30px 30px;
  padding-top: 20px;
  height: 100%;
  display: block;
  background-color: #111111;
  z-index: 1900;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-bar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 500px) {
  .slide-bar {
    width: 100%;
  }
}
.slide-bar .header-action-items {
  display: none;
  margin-top: auto;
}
@media (max-width: 370px) {
  .slide-bar .header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  margin-left: 20px;
  color: #fff;
}

.close-mobile-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  background: gray;
  padding: 10px 20px;
}
.close-mobile-menu a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 20px 0;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(40, 40, 40, 0.5);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-align: center;
}
.side-mobile-menu ul li a:hover {
  padding-left: 5px;
}
.side-mobile-menu ul li a a:after {
  position: absolute;
  content: "\e80a";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  padding-left: 20px;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.side-mobile-menu ul li.has-has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.offset-sidebar {
  position: relative;
}
.offset-sidebar .scrollbar-hidden::-webkit-scrollbar {
  display: none !important;
}
.offset-sidebar .offset-sidebar-bg {
  position: absolute;
  bottom: -250px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170%;
  height: 380px;
}
.offset-sidebar .offset-sidebar-bg img {
  max-width: 100%;
}

.offset-widget.offset-logo {
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.offset-widget.offset-logo h1 {
    color: #feed01;
    font-size: 3rem;
    font-style: italic;
}


.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
}
.offset-widget .info-widget p {
  color: #999999;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 35px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
}
.offset-widget .info-widget .city-widget-item i {
  width: 50px;
  color: red;
}
.offset-widget .offset-social-link {
  margin-bottom: 80px;
}
.offset-widget .social-icons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.offset-widget .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 10px;
}
.offset-widget .social-icons a:last-child {
  margin-right: inherit;
}
.offset-widget .social-icons a.fb {
  background: #1877f2;
}
.offset-widget .social-icons a.ttr {
  background: #1da1f2;
}
.offset-widget .social-icons a.yh {
  background: #410093;
}
.offset-widget .social-icons a.yt {
  background: #cd201f;
}
.offset-widget .social-icons i {
  color: white;
  font-size: 14px;
}
.offset-widget .slidebar-address {
  margin-bottom: 40px;
}
.offset-widget .slidebar-address span {
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
}
.offset-widget .slidebar-address p {
  margin-top: 16px;
  max-width: 180px;
  font-size: 16px;
}
.offset-widget .offset-sidebar-btn {
  width: 100%;
  text-align: center;
}
.offset-widget .offset-sidebar-btn i {
  margin-left: 10px;
}

.mm-link {
  font-size: 15px;
  position: relative;
}
.mm-link i {
  position: absolute;
  background: #000;
  color: #fff;
  top: 23%;
  font-size: 16px;
  padding: 5px;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mm-active .mm-link i {
  top: 23%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.side-mobile-menu1 .firstlvl.mm-active .mm-link {
  color: var(--theme-color);
}
.side-mobile-menu1 .thirdlvl.mm-active .mm-link-3 {
  color: var(--theme-color);
}
.side-mobile-menu1 .thirdlvl.mm-active .mm-link-3::after {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
}

.sub-menu a:hover {
  color: var(--theme-color);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1240px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
}
/**------------------------------------------------------------------
 * Reset Start Here
 */
.container {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 1644px) {
  .header-container {
    padding: 0 100px;
  }
}
@media (max-width: 1080px) {
  .header-container {
    padding: 0 20px;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-13 {
    width: 13%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 13%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-13 {
    width: 13%;
    float: left;
  }
}
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-25 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-25 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-25 {
    width: 20%;
    float: left;
  }
}
.col-xs-32,
.col-sm-32,
.col-md-32,
.col-lg-32 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-32 {
    width: 32%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-32 {
    width: 32%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-32 {
    width: 32%;
    float: left;
  }
}
.reduced-col-gap {
  padding: 0;
}

.no-col-gap {
  padding: 0;
}

.section-bg {
  background: #F5F5F5;
}

.brand-bg {
  background: #FF1856 !important;
}

.highlight-bg {
  background: #1D72FF !important;
}

.text-color1 {
  color: #040404;
}

.ad-area {
  display: block !important;
}

.mt--60 {
  margin-top: 60px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--10 {
  margin-top: 10px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb--5 {
  margin-bottom: 5px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mr--5 {
  margin-right: 5px;
}

.mr--15 {
  margin-right: 15px;
}

.mr--20 {
  margin-right: 20px;
}

.ml-auto {
  margin-left: auto;
}

.ml--0 {
  margin-left: 0;
}

.ml--5 {
  margin-left: 5px;
}

.ml--10 {
  margin-left: 10px;
}

.ml--15 {
  margin-left: 15px;
}

.ml--20 {
  margin-left: 20px;
}

.ml--30 {
  margin-left: 30px;
}

.ml--40 {
  margin-left: 30px;
}

.mr--0 {
  margin-right: 0 !important;
}

.mr--5 {
  margin-right: 5px;
}

.mr--10 {
  margin-right: 10px;
}

.mr--15 {
  margin-right: 15px;
}

.mr--40 {
  margin-right: 40px;
}

.p-0 {
  padding: 0 !important;
}

.pt--100 {
  padding-top: 100px;
}

.pt--150 {
  padding-top: 150px;
}

.pt--70 {
  padding-top: 70px;
}

.ptb--60 {
  padding: 60px 0;
}

.ptb--70 {
  padding: 70px 0;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.border-none {
  border: none;
}

.section-gap {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-gap {
    padding: 60px 0;
  }
}

.section-space {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .section-space {
    margin: 25px 0;
  }
}

.section-gap-2 {
  padding: 40px 0;
}

.section-gap-100 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section-gap-100 {
    padding: 50px 0;
  }
}

.gap-b-100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .gap-b-100 {
    padding-bottom: 30px;
  }
}

.social-links .platform {
  width: 35px;
  height: 35px;
  border: 2px solid rgba(14, 16, 19, 0.1);
  border-radius: 0px;
  margin-right: 7px;
}
.social-links .platform:hover i {
  color: #fff;
}
.social-links .platform i {
  color: #0E1013;
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

.table-area::-webkit-scrollbar {
  height: 3px;
}
.table-area::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.table-area::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid var(--theme-color);
}
@media (max-width: 768px) {
  .table-area {
    overflow-x: scroll;
  }
  .table-area table {
    margin-bottom: 0;
  }
  .table-area table .long-text {
    min-width: 150px;
  }
  .table-area table .text {
    min-width: 100px;
  }
}

.head-tr {
  background: #F5F5F5;
  border-width: 0;
  border-width: 0 !important;
}
.head-tr th {
  font-size: 16px;
}
.head-tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.head-tr th:last-child {
  border-radius: 0 4px 4px 0;
}

td,
th {
  border-style: none;
  vertical-align: middle;
  padding: 20px 0 !important;
  padding-left: 40px;
}
td span,
td h4,
th span,
th h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
td span,
th span {
  color: #777777;
  font-weight: 400;
}
td .position-number,
th .position-number {
  color: #111111;
  font-weight: 600;
}
td .pts-count,
th .pts-count {
  color: var(--theme-color);
  font-weight: 600;
}

tr {
  border-color: #e7e7e7;
  padding: 10px 30px;
}
tr:first-child {
  border-style: none;
}

.table-bordered > :not(caption) > * {
  border-width: 1px;
  border-top-width: 0;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0;
  border-bottom-width: 1px;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0;
}

.table-full.inner {
  background: #fff;
  -webkit-filter: drop-shadow(0 10px 5px #f7f7f7);
          filter: drop-shadow(0 10px 5px #f7f7f7);
}

.table-full td,
.table-full th {
  border-style: none;
  vertical-align: middle;
  padding: 20px 0;
}
.table-full .two {
  text-align: center;
}
.table-full .two td {
  border-right: 1px solid #e7e7e7;
}

/**------------------------------------------------------------------
 * Reset End Here
 */
#rtsHeader {
  position: relative;
}
#rtsHeader .styled-logo-area {
  width: 40%;
  height: auto;
  padding-right: 40px;
  background: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
}
#rtsHeader .styled-logo-area .logo {
  margin-left: auto;
}
#rtsHeader .inline-wrapper {
  position: relative;
}
#rtsHeader .header-wrapper {
  width: 100%;
}
#rtsHeader .header-wrapper .container-hw {
  padding-right: 20%;
}
@media (max-width: 1440px) {
  #rtsHeader .header-wrapper .container-hw {
    padding-right: 10%;
  }
}
#rtsHeader .header-topbar {
  padding: 9px 0;
}
#rtsHeader .header-topbar .quick-contact .contact-item {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
}
#rtsHeader .header-topbar .quick-contact .contact-item i {
  margin-right: 10px;
}
#rtsHeader .header-topbar .topbar-select-area {
  margin-right: -15px;
}
#rtsHeader .sticky-menu .container-hw {
  padding-right: 20px;
}
#rtsHeader .sticky-menu .navbar-part {
  padding-left: 0;
}
#rtsHeader .sticky-menu .navbar-part .navbar-part .navbar-inner .rts-menu .dropdown-ul {
  top: 110px;
}
#rtsHeader .sticky-menu .navbar-part .navbar-part .navbar-inner .header-action-items .action-item .cart-icon i {
  color: #111111;
}

#rtsHeader .navbar-part .rts-menu .menu-item {
  padding: 45px 28px;
  letter-spacing: 1px;
}
#rtsHeader .navbar-part .rts-menu .menu-item:first-child {
  padding-left: 0 !important;
}
#rtsHeader .logo-sticky {
  display: none;
}
#rtsHeader .sticky-menu .logo-sticky {
  display: block;
}
#rtsHeader .sticky-menu .logo {
  display: none;
}


#rtsHeader .sticky-menu .navbar-part .rts-menu .menu-item {
    padding: 0px 28px;
    letter-spacing: 1px;
}
#rtsHeader .sticky-menu .hamburger-menu span {
  background: #111111;
}
#rtsHeader .hamburger-menu {
  display: none;
}
@media (max-width: 900px) {
  #rtsHeader .logo {
    padding: 10px 0;
  }
  #rtsHeader .logo-sticky {
    padding: 10px 0;
  }
  #rtsHeader .hamburger-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  #rtsHeader .styled-logo-area {
    display: none;
  }
  #rtsHeader .header-wrapper .container-hw {
    padding-right: 20px;
  }
}
#rtsHeader .hamburger-1 span,
#rtsHeader .hamburger-1 span:before,
#rtsHeader .hamburger-1 span:after {
  background: #fff;
}
#rtsHeader .mobile-hamburger-1 span {
  background: transparent !important;
}
#rtsHeader .mobile-hamburger-1 span:before,
#rtsHeader .mobile-hamburger-1 span:after {
  background: #111111;
}
#rtsHeader.rts-header1 .hamburger-menu {
  display: block;
}
#rtsHeader.rts-header1 .navbar-part {
  margin-top: 40px;
}
a.menu-item.active1 {
    color: #feed01!important;
}

#rtsHeader.rts-header1 .navbar-part .navbar-inner {
    background: #1a39a5;
    padding: 0 30px;
    border-radius: 10px;
}
@media (max-width: 400px) {
  #rtsHeader.rts-header1 .navbar-part .navbar-inner {
    padding: 0 20px;
  }
}
#rtsHeader.rts-header1 .navbar-part .navbar-inner .dropdown-ul {
  top: 110px;
  left: -22px;
}
#rtsHeader.rts-header1 .navbar-part .navbar-inner .mega-dropdown {
  left: -240px;
}
#rtsHeader.rts-header1 .navbar-part .navbar-inner .rts-menu {
  margin-left: auto;
}
#rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items {
  margin-left: auto;
}
@media (max-width: 500px) {
  #rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items .search-part {
    display: none;
  }
}
#rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items .search-part .search-icon {
  background: #feed01;
}


#rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items .search-part .search-icon i {
  color:#000;
}
@media (max-width: 500px) {
  #rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items .cart {
    display: none;
  }
}
#rtsHeader.rts-header1 .sticky-menu {
  background: #1a39a5 !important;
}

.navbar-sticky.sticky-menu h1 {
    color: #feed01;
	font-style:italic;
}
#rtsHeader.rts-header1 .sticky-menu .container-hw {
  padding-right: 20px;
}
#rtsHeader.rts-header1 .sticky-menu .navbar-part {
  margin-top: 0;
}
#rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner {
  background: none;
  padding: 0 30px;
}
@media (max-width: 400px) {
  #rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner {
    padding: 0;
  }
}
#rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-toggle .nav__menu li .menu-item {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-toggle .nav__menu li .menu-item:hover {
  color: var(--theme-color);
}
#rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-toggle .nav__menu li .menu-item.active1 {
  color: var(--theme-color);
}
#rtsHeader.rts-header1 .sticky-menu .header-action-items .action-item .cart-icon i {
  color: #fff;
}
#rtsHeader.rts-header1 .sticky-menu .hamburger-menu .hamburger-menu-inner span {
  background: #fff;
}
#rtsHeader.rts-header2 {
  background: #fff;
}
#rtsHeader.rts-header2 .navbar-wrapper {
  background: #fff !important;
  position: unset !important;
}
#rtsHeader.rts-header2 .navbar-part {
  border-bottom: 1px solid #f5f5f5 !important;
}
#rtsHeader.rts-header2 .navbar-part.navbar-lower {
  border: none !important;
}
#rtsHeader.rts-header2 .navbar-part .flex-wrapper .cart-nav {
  background: #111111 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header2 .navbar-part .flex-wrapper .cart-nav:hover {
  background: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}
#rtsHeader.rts-header2 .navbar-part .navbar-inner .dropdown-ul {
  top: 68px;
  left: 0;
}
#rtsHeader.rts-header2 .navbar-part .navbar-inner .mega-dropdown {
  left: -240px;
}
#rtsHeader.rts-header2 .navbar-part .navbar-inner .logo {
  display: none;
}

#rtsHeader.rts-header1 .navbar-part .navbar-inner  .logo h1 {color:#feed01; font-style:italic; font-size:4rem;
}



#rtsHeader.rts-header2 .navbar-sticky .navbar-part .navbar-inner .rts-menu .menu-item {
  color: #111111;
  padding: 25px 40px;
  font-size: 600;
}
#rtsHeader.rts-header2 .navbar-sticky .navbar-part .navbar-inner .rts-menu .menu-item.active1 {
  color: var(--theme-color);
}
#rtsHeader.rts-header2 .navbar-sticky .navbar-part .navbar-inner .rts-menu .menu-item:hover {
  color: var(--theme-color);
}
#rtsHeader.rts-header2 .navbar-sticky .navbar-part .navbar-inner .search-part i {
  color: #111111 !important;
}
#rtsHeader.rts-header2 .hamburger-menu {
  background-color: #111111 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
#rtsHeader.rts-header2 .hamburger-menu:hover {
  background: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}
#rtsHeader.rts-header2 .sticky-menu .navbar-part {
  background: #fff;
}
#rtsHeader.rts-header2 .sticky-menu .navbar-part .basket-icon i {
  color: #111111;
}
#rtsHeader.rts-header2 .sticky-menu .navbar-part .navbar-inner .rts-menu .dropdown-ul {
  top: 72px;
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu {
  background-color: #111111 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu:hover {
  background: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu.item {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 1px solid #2a2a2a;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu.item:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu.item i {
  color: #fff;
}
#rtsHeader.rts-header2 .sticky-menu .hamburger-menu.item .hamburger-menu-inner span {
  background: #fff;
}
#rtsHeader.rts-header2 .navbar-part {
  position: relative;
  background: #222222;
}
@media (max-width: 1200px) {
  #rtsHeader.rts-header2 .navbar-part .navbar-inner .logo {
    display: block;
  }
  #rtsHeader.rts-header2 .navbar-part .navbar-inner .rts-menu .menu-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #rtsHeader.rts-header2 .sticky-menu .navbar-part .navbar-inner .logo {
    display: none;
  }
  #rtsHeader.rts-header2 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#rtsHeader.rts-header3 {
  position: relative;
}
#rtsHeader.rts-header3 .navbar-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #111111;
}
#rtsHeader.rts-header3 .navbar-part {
  width: 100%;
  background: transparent;
  border-bottom: none;
}
#rtsHeader.rts-header3 .navbar-part .navbar-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rtsHeader.rts-header3 .navbar-part .navbar-inner .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 !important;
}
@media (max-width: 1300px) {
  #rtsHeader.rts-header3 .navbar-part .navbar-inner .logo {
    width: 235px;
  }
}
@media (max-width: 1024px) {
  #rtsHeader.rts-header3 .navbar-part .navbar-inner .logo {
    display: none;
  }
}
#rtsHeader.rts-header3 .navbar-part .navbar-inner .logo2 {
  display: none;
}
@media (max-width: 1024px) {
  #rtsHeader.rts-header3 .navbar-part .navbar-inner .logo2 {
    display: block;
  }
}
#rtsHeader.rts-header3 .navbar-part .rts-menu .menu-item {
  padding: 20px 40px;
}
#rtsHeader.rts-header3 .navbar-part .rts-menu .menu-item:first-child {
  padding-left: 1px;
}
#rtsHeader.rts-header3 .navbar-part .subscribe-btn {
  border: 1px solid #2a2a2a;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
#rtsHeader.rts-header3 .navbar-part .subscribe-btn:hover {
  background: var(--theme-color);
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper {
  border-bottom: 1px solid #2a2a2a;
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner .header-action-items {
  margin-left: unset;
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner .item {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 1px solid #2a2a2a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner .item:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner .item i {
  color: #fff;
}
#rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner .item .hamburger-menu-inner span {
  background: #fff;
}
@media (max-width: 900px) {
  #rtsHeader.rts-header3 .navbar-part.navbar-upper .hamburger-menu {
    display: block;
  }
  #rtsHeader.rts-header3 .navbar-part.navbar-upper .navbar-inner {
    padding-top: 20px;
  }
}
@media (max-width: 630px) {
  #rtsHeader.rts-header3 .navbar-part.navbar-upper .subscribe-btn {
    display: none;
  }
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part .logo-sticky {
  display: none;
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part i {
  margin-right: 5px;
  color: #fff;
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part input {
  background: transparent;
  color: #fff;
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part input:-moz-placeholder-shown {
  font-weight: 600;
  width: 100px;
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part input:-ms-input-placeholder {
  font-weight: 600;
  width: 100px;
}
#rtsHeader.rts-header3 .navbar-part.navbar-lower .navbar-inner .search-part input:placeholder-shown {
  font-weight: 600;
  width: 100px;
}
@media (max-width: 900px) {
  #rtsHeader.rts-header3 .navbar-part.navbar-lower {
    display: none;
  }
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part {
  display: block;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .logo-sticky {
  display: block;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-item {
  color: #111111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-item:hover {
  color: var(--theme-color);
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .rts-menu .menu-item.active1 {
  color: var(--theme-color);
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .dropdown-ul {
  top: 67px;
  left: -22px;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .dropdown-ul.mega-dropdown {
  left: -200px;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part {
  margin-left: 0;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 0;
  padding: 10px 10px;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part i {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part .search-input-div input::-webkit-input-placeholder {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part .search-input-div input::-moz-placeholder {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part .search-input-div input:-ms-input-placeholder {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part .search-input-div input::-ms-input-placeholder {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .search-part .search-input-div input::placeholder {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .subscribe-btn {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .subscribe-btn:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .header-action-items .action-item i {
  color: #111111;
}
#rtsHeader.rts-header3 .sticky-menu .navbar-part .navbar-inner .header-action-items .action-item .hamburger-menu span {
  background: #111111;
}
@media (max-width: 900px) {
  #rtsHeader.rts-header3 .sticky-menu .navbar-part .search-part {
    display: none !important;
  }
  #rtsHeader.rts-header3 .sticky-menu .navbar-part .hamburger-menu {
    display: block;
  }
}



.sticky-menu .navbar-part1 .rts-menu .dropdown-ul {
  top: 95px;
}
.sticky-menu .navbar-part1 .menu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sticky-menu .navbar-part1 .menu-item.active1 {
  color: var(--theme-color);
}

.rts-menu .menu-item {
  padding: 20px 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .rts-menu .menu-item {
    padding: 20px 20px;
  }
}
@media (max-width: 900px) {
  .rts-menu {
    display: none;
  }
}

.navbar-part1 {
  position: absolute;
  width: 100%;
}
.navbar-part1 .menu-item {
  padding-top: 50px;
  padding-bottom: 50px;
  letter-spacing: 2px;
}
.navbar-part1 .header-action-items .action-item i {
  font-size: 15px;
  color: #fff;
}
.navbar-part1 .header-action-items .search-icon {
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #111111;
  border-radius: 50%;
}

.navbar-part2 {
  position: relative;
  max-width: 1544px !important;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px;
  border-radius: 0px 0px 10px 10px;
}
.navbar-part2 .navbar-inner {
  background: #fff;
}
.navbar-part2 .navbar-inner .menu-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-part3 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-part3 .select .select-styled {
  padding-left: 25px;
}
.navbar-part3 .navbar-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.navbar-part3 .navbar-inner .header-action-items {
  margin-left: auto;
}
.navbar-part3 .navbar-inner .header-action-items .action-item {
  margin-right: 10px;
}
.navbar-part3 .navbar-inner .rts-menu .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .navbar-part3 .navbar-inner .heading {
    display: none;
  }
}
.navbar-part3 .navbar-inner .heading p a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-part3 .navbar-inner .heading p a:hover {
  color: var(--theme-color);
}
@media (max-width: 900px) {
  .navbar-part3 .navbar-inner {
    padding: 0;
  }
}

.lower-navbar-sticky {
  top: 0;
}

.lower-navbar {
  background: #fff;
  max-width: 100% !important;
}
.lower-navbar .container {
  padding: 0;
}
@media (max-width: 1480px) {
  .lower-navbar .container {
    padding: 0 20px;
  }
}
.lower-navbar .navbar-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.lower-navbar .navbar-inner .logo {
  display: none;
}
.lower-navbar .navbar-inner .select {
  width: 200px;
}
.lower-navbar .navbar-inner .select-styled {
  max-width: unset;
  height: 113%;
  padding: 10px 40px;
  padding-top: 19px;
  border-radius: 0;
  text-align: center;
  background: var(--theme-color);
  color: #fff;
  font-weight: 700;
}
.lower-navbar .navbar-inner .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
  border-color: #fff transparent transparent transparent;
}
.lower-navbar .navbar-inner .header-action-items {
  display: none;
}
.lower-navbar .navbar-inner .rts-menu .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-navbar .navbar-inner .rts-menu .dropdown-ul {
  top: 42px;
}
.lower-navbar .quick-contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-navbar .quick-contact .contact-item {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
}
.lower-navbar .quick-contact .contact-item.phone {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1260px) {
  .lower-navbar .rts-menu .menu-item {
    padding: 20px 20px;
  }
}
@media (max-width: 1110px) {
  .lower-navbar .quick-contact {
    display: none;
  }
}
@media (max-width: 900px) {
  .lower-navbar .rts-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .lower-navbar {
    display: none;
  }
  .lower-navbar .rts-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .sticky-menu .lower-navbar {
    display: block;
  }
}

.lower-navbar-inner {
  -webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.08);
}

.navbar-sticky4 .navbar-inner {
  background: none !important;
}

.navbar-part4 {
  background: #031424;
  border-bottom: 1px solid #0a2239;
  padding: 0 !important;
}
.navbar-part4 .rts-menu .dropdown-link::before {
  background: #fff !important;
}
.navbar-part4 .navbar-search-area {
  margin-left: 0;
}
.navbar-part4 .navbar-search-area .select .select-styled {
  padding-left: 18px;
}
.navbar-part4 .navbar-search-area .search-input-inner input {
  background: #071e34;
  max-width: 375px;
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input::-webkit-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input input::-ms-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input input:-ms-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner .search-input-icon {
  background: none;
  color: #fff;
}
.navbar-part4 .search-input-area .search-input-icon i {
  color: #040404;
}
.navbar-part4 .logo {
  margin-left: 60px;
}
.navbar-part4 .navbar-select-area {
  margin-left: auto;
}
.navbar-part4 .header-action-items {
  margin-left: 0 !important;
}
.navbar-part4 .navbar-search-area .select .select-styled {
  background: var(--theme-color);
  font-weight: 700;
}
.navbar-part4 .navbar-select-area .select .select-styled {
  background: var(--theme-color);
  border: none;
}
.navbar-part4 .header-action-items i {
  color: #fff;
}
@media (max-width: 1050px) {
  .navbar-part4 .header-action-items {
    margin-left: auto !important;
  }
}
@media (max-width: 900px) {
  .navbar-part4 {
    padding: 20px 0 !important;
  }
  .navbar-part4 .logo {
    margin-left: 0;
  }
  .navbar-part4 .hamburger span,
.navbar-part4 .hamburger span:before,
.navbar-part4 .hamburger span:after {
    background: #fff;
  }
}

.lower-navbar-sticky4 .navbar-inner {
  background: none !important;
}

.lower-navbar4 {
  background: #031424;
  border-radius: 0;
  padding: 0 !important;
}
.lower-navbar4 .navbar-inner {
  background: none;
}
.lower-navbar4 .navbar-inner .rts-menu .mega-dropdown {
  background: #031424;
}
.lower-navbar4 .navbar-inner .rts-menu .mega-dropdown .parent-page-title {
  color: #fff;
}
.lower-navbar4 .navbar-inner .rts-menu .dropdown-ul {
  top: 50px;
}
.lower-navbar4 .navbar-inner .rts-menu .dropdown-link::before {
  background: var(--theme-color);
}
.lower-navbar4 .rts-menu {
  margin-left: auto;
}
.lower-navbar4 .rts-menu .menu-item {
  color: #fff;
}
.lower-navbar4 .rts-menu .dropdown-ul li a {
  background: #031424;
  color: #fff;
  border-bottom: 1px solid #0a2239;
}
.lower-navbar4 .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-navbar4 .contact-info .title {
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-color);
}
.lower-navbar4 .contact-info .email-address {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.navbar-sticky2 {
  background: #F4F6F9;
}
@media (max-width: 1200px) {
  .navbar-sticky2 {
    background: none;
  }
}
.navbar-sticky2.sticky-menu .navbar-part2 {
  padding: 0;
}
.navbar-sticky2.sticky-menu .navbar-part2 .navbar-inner {
  padding: 0;
}
@media (max-width: 900px) {
  .navbar-sticky2.sticky-menu .navbar-part2 .navbar-inner {
    padding: 20px 0;
  }
}

.navbar-sticky.sticky-menu {
  background: #fff !important;
}
.navbar-sticky.sticky-menu .navbar-part {
  position: relative;
  top: unset;
}
.navbar-sticky.sticky-menu .navbar-inner {
  background: #fff;
}

.navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .navbar-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .navbar-inner .header-action-items {
    margin-left: auto;
  }
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-action-items .action-item {
  cursor: pointer;
  margin-right: 20px;
}
.header-action-items .action-item i {
  font-size: 18px;
}
.header-action-items .cart .cart-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-action-items .cart .cart-nav .cart-icon {
  margin-right: 5px;
  position: relative;
}

.navbar-part {
  z-index: 10;
}
@media (max-width: 560px) {
  .navbar-part {
    top: 28px;
  }
}
.navbar-part.navbar-part2 {
  top: 0;
}
@media (max-width: 900px) {
  .navbar-part.navbar-part2 {
    padding: 0;
  }
  .navbar-part.navbar-part2 .navbar-inner {
    padding: 20px 0;
  }
}
@media (max-width: 560px) {
  .navbar-part {
    top: 0;
  }
}
@media (max-width: 430px) {
  .navbar-part .header-action-items .action-item {
    margin-right: 10px;
  }
  .navbar-part .header-action-items .action-item i {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .navbar-part .navbar-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-part .header-action-items {
    display: none;
  }
  .navbar-part .hamburger {
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .navbar-part.navbar-part2 {
    padding: 0;
  }
}

.search-input-area {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
          box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-input-area.show {
  visibility: visible;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
@media (max-width: 550px) {
  .search-input-area .select {
    font-size: 12px;
  }
}

.search-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.search-input-inner .input-div {
  width: 100%;
  position: relative;
}
.search-input-inner input {
  background: #f9f9f9f9;
  padding: 14px 20px;
  padding-left: 40px;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  position: relative;
}
.search-input-inner input:focus {
  border: 1px solid var(--theme-color);
}
@media (max-width: 991px) {
  .search-input-inner input {
    width: 95%;
  }
}
@media (max-width: 330px) {
  .search-input-inner input {
    font-size: 12px;
  }
}
.search-input-inner input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.search-input-inner .search-input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.search-input-inner .search-close-icon i {
  color: #040404;
  font-size: 21px;
  cursor: pointer;
}
.search-input-inner .search-close-icon:hover i {
  color: #FF1856;
}
.search-input-inner::before {
  content: "";
  position: absolute;
  bottom: -320px;
  left: 0px;
  width: 152px;
  height: 304px;
  background: none;
}

.navbar-search-area {
  margin-left: 120px;
}
.navbar-search-area .search-input-inner {
  width: 100%;
}
.navbar-search-area .search-input-inner input {
  width: 464px;
  padding-left: 30px;
}
.navbar-search-area .select-styled {
  padding-left: 30px;
}
.navbar-search-area .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
}
.navbar-search-area .search-input-icon {
  left: unset;
  right: 40px;
  font-size: 14px;
  color: #040404;
  font-style: normal;
  font-weight: 700;
  background: #F8F8F8;
  padding: 15px 30px;
  padding-right: 30px;
}
.navbar-search-area .search-input-icon i {
  margin-right: 3px;
}
@media (max-width: 1300px) {
  .navbar-search-area {
    margin-left: 50px;
  }
  .navbar-search-area .search-input-inner .search-input {
    width: 300px;
  }
}
@media (max-width: 910px) {
  .navbar-search-area {
    display: none;
  }
}

.navbar-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-select-area .select {
  width: 80px;
  margin-right: 10px;
}
.navbar-select-area .select .select-styled {
  border-radius: 5px;
  background: none;
  border: 1px solid #E7E7E7;
  font-size: 14px;
  font-weight: 700;
  color: #040404;
}
.navbar-select-area .select .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
}
.navbar-select-area .select .select-options ul li {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  padding: 20px;
}
@media (max-width: 1050px) {
  .navbar-select-area {
    display: none;
  }
}




@media (max-width: 900px) {
  .sticky-menu .lower-navbar-inner {
    display: block;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .logo {
    display: block;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .catagory-select-area {
    display: none !important;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .hamburger {
    margin-left: auto;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .contact-info {
    display: none;
  }
  .sticky-menu .lower-navbar4 {
    display: block;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .logo {
    display: block;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger {
    margin-left: auto;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span::before {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span::after {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .contact-info {
    display: none;
  }
  .sticky-menu .navbar-coupon-code {
    display: none;
  }
  .sticky-menu .hamburger {
    margin-right: 20px;
  }
}


.rts-menu .mega-dropdown {
  padding: 30px;
  width: 590px;
  left: -240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.rts-menu .mega-dropdown .mega-dropdown-li {
  width: 33.333%;
}
.rts-menu .mega-dropdown .parent-page-title {
  font-size: 19px;
  margin-bottom: 20px;
}
.rts-menu .mega-dropdown a {
  padding: 7px 0;
  padding-right: 60px;
  border: none;
}
.rts-menu .mega-dropdown a::before {
  top: 16px;
  left: 4px;
}
.rts-menu .mega-dropdown a:hover {
  padding: 7px 0;
  padding-left: 15px;
}

.side-mobile-menu .mega-dropdown-mobile {
  padding: 7px 0;
  padding-left: 20px;
}
.side-mobile-menu .mega-dropdown-mobile .list-item {
  margin-bottom: 15px;
}
.side-mobile-menu .mega-dropdown-mobile .parent-page-title {
  margin-bottom: 10px;
}
.side-mobile-menu .mega-dropdown-mobile li {
  padding: 0;
}
.side-mobile-menu .mega-dropdown-mobile a {
  padding: 8px 0;
  padding-left: 20px;
  border-bottom: none;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-pagination {
  position: relative;
  bottom: inherit;
}
@media (max-width: 1324px) {
  .banner .banner-content {
    padding: 0 !important;
  }
}
.banner .banner-content {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  overflow: hidden;
  height: 400px;
}
.banner .banner-content .banner-heading {
  overflow: hidden;
}
.banner .swiper-slide-active .banner-heading {
  -webkit-animation: text-height 3s;
          animation: text-height 3s;
}

.banner1 .slider-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 80px;
  left: unset !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1400px) {
  .banner1 .slider-pagination-area {
    right: -85px;
  }
}
@media (max-width: 600px) {
  .banner1 .slider-pagination-area {
    display: none;
  }
}
.banner1 .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
  line-height: 0;
}
.banner1 .slider-pagination-area .swiper-pagination {
  top: 0;
  width: 270px !important;
  }
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  margin: 10px 5px !important;
  opacity: 1;
  position: relative;
  background-image: url(../img/slider/main-slider-img2.jpg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #feed01;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  background: rgba(161, 161, 161, 0.5490196078);
  width: 50px;
  height: 50px;
  line-height: 20px;
  border-radius: 50%;
  left: 50%;
  bottom: 50%;
  opacity: 0.7;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: none;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:hover::before {
  background: none;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:first-child {
  background-image: url(../img/slider/main-slider-img1.jpg);
  background-position: center;
  background-size: cover;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
  background-image: url(../img/slider/main-slider-img3.jpg);
  background-position: center;
  background-size: cover;
}
.banner1 .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
@media (max-width: 800px) {
  .banner1 .slider-pagination-area .slide-range {
    font-size: 14px;
  }
  .banner1 .slider-pagination-area .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
  }
}
@media (max-width: 800px) {
  .banner1 .banner-single {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .banner1 .slider-pagination-area {
    bottom: 60px;
  }
}

.banner2 {
  position: relative;
  background: #fff;
}
.banner2 .banner-single {
  padding-bottom: 225px;
}
.banner2 .banner-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 640px;
  position: relative;
}
@media (max-width: 991px) {
  .banner2 .banner-content {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .banner2 .banner-content {
    min-height: 400px;
  }
}
.banner2 .banner-content .content {
  position: absolute;
  bottom: 70px;
  left: 70px;
}
@media (max-width: 991px) {
  .banner2 .banner-content .content {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .banner2 .banner-content .content {
    left: 15px;
    bottom: 35px;
  }
}
.banner2 .banner-content .pretitle {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}
@media (max-width: 400px) {
  .banner2 .banner-content .pretitle {
    letter-spacing: 1px;
    font-size: 15px;
  }
}
.banner2 .banner-content .banner-heading {
  text-align: start;
  line-height: 70px;
  font-size: 60px;
}
@media (max-width: 991px) {
  .banner2 .banner-content .banner-heading {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .banner2 .banner-content .banner-heading {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .banner2 .banner-content .banner-heading {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .banner2 .banner-content .banner-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.banner2 .banner-content .banner-btn-area .banner-btn.team-btn {
  background: var(--theme-color);
}
.banner2 .banner-hero {
  position: absolute;
  top: 100px;
  right: 10%;
  -webkit-animation: hero-move 50s infinite linear;
          animation: hero-move 50s infinite linear;
}
@media (max-width: 1366px) {
  .banner2 .banner-hero {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner2 .banner-single {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media (max-width: 550px) {
  .banner2 .banner-single {
    padding-top: 120px;
    padding-bottom: 300px;
  }
  .banner2 .banner-single .banner-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner2 .banner-single .banner-content .pretitle {
    font-size: 14px;
  }
  .banner2 .banner-single .banner-content .banner-heading {
    text-align: center;
  }
}
.banner2 .slider-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 50px;
  top: 7%;
  right: 3%;
  z-index: 1;
  background: #111111;
  color: #fff;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 0;
}
.banner2 .slider-button::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(34, 34, 34);
}
.banner2 .slider-button .swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner2 .slider-button .swiper-btn.slide-prev i {
  margin-right: 10px;
}
.banner2 .slider-button .swiper-btn.slide-next i {
  margin-left: 10px;
}

.banner3 .banner-bg {
  background-image: url("../images/banner/bannerbg3.jpg");
  background-position: center;
  padding-top: 365px;
  padding-bottom: 250px;
}
.banner3 .banner-bg::before {
  display: none;
}
.banner3 .banner-bg-2 {
  background-image: url("../images/banner/banner-bg4.jpg");
  background-position: center;
  padding-top: 365px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.banner3 .banner-bg-2::before {
  display: none;
}
.banner3 .banner-content .flex-wrap {
  margin-bottom: 13px;
}
.banner3 .banner-content .flex-wrap.post {
  margin-bottom: 60px;
}
.banner3 .banner-content .flex-wrap .post-date {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 40px;
  font-family: "Roboto";
}
.banner3 .banner-content .flex-wrap .post-date i {
  margin-right: 3px;
}
.banner3 .banner-content .flex-wrap .post-by {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
}
.banner3 .banner-content .flex-wrap .post-by i {
  margin-right: 3px;
}
.banner3 .banner-content .banner-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner3 .banner-content .banner-btn-area .more-btn {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  background: #111111;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-right: 15px;
  border-radius: 0;
  border: none;
}
.banner3 .banner-content .banner-btn-area .more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #fff;
}
.banner3 .banner-content .banner-btn-area .more-btn:hover {
  color: #fff;
}
.banner3 .banner-content .banner-btn-area .more-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.banner3 .banner-content .banner-btn-area .more-btn.one {
  color: #fff;
}
.banner3 .banner-content .banner-btn-area .more-btn.one::before {
  background: var(--theme-color);
}
.banner3 .banner-content .blog-catagory-tag {
  margin-right: 13px;
  font-family: "Roboto";
  font-weight: 400;
}
.banner3 .banner-content .blog-date {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.banner3 .banner-content .blog-date i {
  margin-right: 3px;
}
.banner3 .banner-content .banner-heading {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 600px;
  margin-bottom: 30px;
}
.banner3 .banner-content .news-details-btn {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  padding: 15px 30px;
}
.banner3 .banner-content .news-details-btn:hover {
  background: #111111;
}
.banner3 .banner-blog-thumbs {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  z-index: 1;
  cursor: pointer;
}
.banner3 .banner-blog-thumbs .banner-single-thumb {
  opacity: 20%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.banner3 .banner-blog-thumbs .content {
  width: 100%;
}
.banner3 .banner-blog-thumbs .content .blog-catagory-tag {
  margin-bottom: 12px;
  display: inline-block;
}
.banner3 .banner-blog-thumbs .content .blog-title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  max-width: 275px;
}
.banner3 .banner-blog-thumbs .thumb-slider-pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner3 .banner-blog-thumbs .thumb-slider-pagination .thumb-progress {
  width: 30.333333%;
  height: 2px;
  background: #fff;
  opacity: 10%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.banner3 .SlideThumb {
  max-width: 400px;
  height: 400px;
}
@media (max-width: 1324px) {
  .banner3 .banner-blog-thumbs {
    right: 100px;
  }
}
@media (max-width: 900px) {
  .banner3 .banner-bg {
    background-position: left;
  }
  .banner3 .banner-single {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .banner3 .banner-blog-thumbs {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner3 .banner-content .banner-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .banner3 .banner-content .more-btn {
    font-size: 14px;
    padding: 14px 19px;
  }
}
@media (max-width: 410px) {
  .banner3 .banner-content .banner-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.banner-single {
  padding-top: 345px;
  padding-bottom: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-content {
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: start;
}


.banner-content .pretitle {
    font-size: 30px;
    color: #fff;
    background: rgb(26 121 254 / 42%);
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.banner-content .banner-heading {
  font-size: 100px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: inherit;
}
.banner-content .banner-btn-area .banner-btn {
  padding: 13px 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.banner-content .banner-btn-area .banner-btn i {
  color: #fff;
}
.banner-content .banner-btn-area .banner-btn.team-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-right: 15px;
  border: 1px solid #111111;
}
.banner-content .banner-btn-area .banner-btn.team-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
 background: #1a39a5;
}
.banner-content .banner-btn-area .banner-btn.team-btn:hover {
  border: 1px solid #fff;
}
.banner-content .banner-btn-area .banner-btn.team-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  background: #111111;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-right: 15px;
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #fff;
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn i {
  color: #111111;
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn:hover {
  color: #fff;
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.banner-content .banner-btn-area .banner-btn.nxt-match-btn:hover i {
  color: #fff;
}
@media (max-width: 1200px) {
  .banner-content .banner-heading {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .banner-content .banner-heading {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 25px;
  }
  .banner-content .banner-btn-area .banner-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .banner-content .banner-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
  }
}
@media (max-width: 400px) {
  .banner-content .banner-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-content .banner-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-content .banner-btn-area .banner-btn {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}

.banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner-bg::before {
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.902;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.banner-single-1 {
  background-image: url("../img/slider/main-slider-img1.jpg");
}

.banner-single-1_2 {
  background-image: url("../img/slider/main-slider-img2.jpg");
}

.banner-single-3 {
  background-image: url("../img/slider/main-slider-img3.jpg");
}


.banner-single-2::before {
  content: "";
  position: absolute;
  mix-blend-mode: unset;
  background: unset;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-single-2 .video-section-inner {
  position: absolute;
  top: 44%;
  left: 79%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-single-2 .video-section-inner {
    left: 90%;
    top: 50%;
  }
}
@media (max-width: 576px) {
  .banner-single-2 .video-section-inner {
    display: none;
  }
}
.banner-single-2 .video-section-inner .play-video .popup-video {
  background: #111111;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .banner-single-2 .video-section-inner .play-video .popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.banner-single-2 .video-section-inner .play-video .popup-video:hover {
  background-color: var(--theme-color);
}
.banner-single-2 .video-section-inner .play-video .popup-video:hover::before {
  border-color: var(--theme-color);
}
.banner-single-2 .video-section-inner .play-video .popup-video::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #111111;
  left: 0;
  z-index: -1;
  -webkit-animation: pulse-border 2s ease-out infinite;
          animation: pulse-border 2s ease-out infinite;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.banner-single-4 {
  background-image: url("../images/banner/bannerbg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-single-4::before {
  content: "";
  background-color: rgb(1, 1, 1);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-single-4::after {
  position: absolute;
  content: "EXPLORE";
  right: 35%;
  bottom: 23%;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.1);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.05px rgba(255, 255, 255, 0.08);
  -webkit-filter: drop-shadow(-1px 1px 0 rgb(0, 0, 0));
          filter: drop-shadow(-1px 1px 0 rgb(0, 0, 0));
  font-size: 70px;
  -moz-transform: matrix(3.415835036, 0, 0, 3.415835036, 0, 0);
  -webkit-transform: matrix(3.415835036, 0, 0, 3.415835036, 0, 0);
  -ms-transform: matrix(3.415835036, 0, 0, 3.415835036, 0, 0);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  font-weight: 900;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  font-family: var(--font-secondary);
  z-index: 0;
}
@media (max-width: 1100px) {
  .banner-single-4::after {
    font-size: 50px;
    bottom: 25%;
  }
}
@media (max-width: 768px) {
  .banner-single-4::after {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .banner-single-4::after {
    display: none;
  }
}


.inner-page-banner::after {
  display: none;
}
.inner-page-banner .banner-content {
  height: auto;
}
.inner-page-banner .banner-heading {
  font-size: 80px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0;
}
@media (max-width: 1200px) {
  .inner-page-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .inner-page-banner {
    padding-top: 180px;
    padding-bottom: 20px;
  }
  .inner-page-banner .banner-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .inner-page-banner .page-path {
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .inner-page-banner {
    padding-top: 180px;
  }
  .inner-page-banner .page-path {
    margin-bottom: 5px;
  }
}
@media (max-width: 440px) {
  .inner-page-banner .banner-heading {
    font-size: 40px;
    line-height: 55px;
  }
}



.rts-blog-section .section-title-area {
  position: relative;
}
.rts-blog-section .section-title-area .pretitle {
  top: -150px;
  font-size: 220px;
  -webkit-text-fill-color: #f7f7f7;
  -webkit-text-stroke-color: #f7f7f7;
}
@media (max-width: 9991px) {
  .rts-blog-section .section-title-area .pretitle {
    font-size: 170px;
  }
}
.rts-blog-section .section-title-area .section-title {
  margin-bottom: 15px;
}
.rts-blog-section .blog-item {
  position: relative;
}
.rts-blog-section .blog-item:hover .blog-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-blog-section .blog-item .blog-picture {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.rts-blog-section .blog-item .blog-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  opacity: 92%;
}
.rts-blog-section .blog-item .blog-picture img {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.rts-blog-section .blog-item .contents {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
  width: 100%;
}
.rts-blog-section .blog-item .contents .blog-catagory {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 0;
  background: var(--theme-color);
  font-family: "Roboto";
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.rts-blog-section .blog-item .contents .blog-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section .blog-item .contents .blog-title:hover {
  color: #fff;
}
.rts-blog-section .blog-item .contents .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rts-blog-section .blog-item .contents .author-info .author-dp {
  margin-right: 10px;
}
.rts-blog-section .blog-item .contents .author-info .author-name {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.rts-blog-section .blog-item .contents .author-info .blog-date {
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  font-family: "Roboto";
}
@media (max-width: 1200px) {
  .rts-blog-section .blog-item .blog-picture {
    width: 100%;
  }
  .rts-blog-section .blog-item .blog-picture img {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .rts-blog-section .blog-item .contents {
    padding: 20px;
  }
  .rts-blog-section .blog-item .contents .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.rts-blog-section3 {
  background: #111111;
}
.rts-blog-section3 .section-title-area .section-title {
  margin-top: -8px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.rts-blog-section3 .blog-area .blog-item {
  position: relative;
}
@media (max-width: 991px) {
  .rts-blog-section3 .blog-area .blog-item {
    margin-bottom: 30px;
  }
}
.rts-blog-section3 .blog-area .blog-item:hover .blog-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-blog-section3 .blog-area .blog-item .blog-picture {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.rts-blog-section3 .blog-area .blog-item .blog-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 100%;
}
.rts-blog-section3 .blog-area .blog-item .blog-picture img {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  width: 100%;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper {
  -webkit-transition: opacity 0.2s ease-in-out, all 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  overflow: hidden;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents {
  padding-top: 25px;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .heading {
  margin-bottom: 10px;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .heading .tag {
  background: var(--theme-color);
  font-size: 12px !important;
  color: #fff;
  padding: 0 5px;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .heading .blog-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
  font-family: "Roboto";
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .gallery-title {
  margin-bottom: 15px;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .gallery-title a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: inline;
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--theme-color) 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .gallery-title a:hover {
  color: var(--theme-color);
  background-position: 0% 100%;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 5px;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more:hover {
  color: var(--theme-color);
}
.rts-blog-section3 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more:hover::before {
  width: 100%;
  background: var(--theme-color);
}
.rts-blog-section3.section4 {
  background: none;
  padding-top: 90px;
}
.rts-blog-section3.section4 .section-title-area .section-title {
  margin-top: 0;
  color: #111111;
  font-size: 30px;
  font-weight: 600;
}
.rts-blog-section3.section4 .blog-area .blog-item .blog-picture::before {
  display: none;
}
.rts-blog-section3.section4 .blog-area .blog-item .blog-picture img {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .heading {
  margin-bottom: 10px;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .heading .blog-date {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
  margin-left: 0;
  font-family: "Roboto";
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .gallery-title {
  margin-bottom: 10px;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .gallery-title a {
  color: #111111;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .gallery-title a:hover {
  color: var(--theme-color);
  background-position: 0% 100%;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .author-info {
  margin-top: 15px;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more {
  color: #111111;
  font-weight: 600;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more::before {
  background: #111111;
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more:hover {
  color: var(--theme-color);
}
.rts-blog-section3.section4 .blog-area .blog-item .contents-wrapper .contents .author-info .content .read-more:hover::before {
  background: var(--theme-color);
}

.rts-about-section {
  background: #111111;
}
.rts-about-section .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rts-about-section .about-inner .about-thumb {
  margin-right: 0;
}
.rts-about-section .about-inner .contents {
  padding: 120px;
  padding-bottom: 0;
}
.rts-about-section .about-inner .contents .section-title-area {
  margin-bottom: 25px;
}
.rts-about-section .about-inner .contents .section-title-area .pretitle {
  -webkit-text-fill-color: #111111;
  -webkit-text-stroke-color: #858585;
}
.rts-about-section .about-inner .contents .section-title-area .section-title {
  color: #fff;
}
@media (max-width: 1550px) {
  .rts-about-section .about-inner .contents .section-title-area .pretitle {
    font-size: 100px;
  }
}
.rts-about-section .about-inner .contents .quote-box {
  padding: 30px;
  border-radius: 6px;
  background: #1c1c1c;
  max-width: 550px;
  margin-bottom: 25px;
}
.rts-about-section .about-inner .contents .quote-box p {
  margin-bottom: 10px;
}
.rts-about-section .about-inner .contents .quote-box .quote-author {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.rts-about-section .about-inner .contents p {
  max-width: 550px;
  margin-bottom: 40px;
}
.rts-about-section .about-inner .contents .more-btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  border: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.rts-about-section .about-inner .contents .more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: var(--theme-color);
}
.rts-about-section .about-inner .contents .more-btn:hover {
  color: #fff;
}
.rts-about-section .about-inner .contents .more-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (max-width: 1550px) {
  .rts-about-section .about-inner .contents {
    padding: 120px 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .rts-about-section .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-about-section .about-inner .about-thumb {
    width: 100%;
  }
  .rts-about-section .about-inner .about-thumb img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rts-about-section .about-inner .contents {
    padding: 120px 25px;
  }
}

.rts-blog-section2 {
  background: #111111;
}
.rts-blog-section2 .section-title-area.section-title-area2 .section-title {
  margin-top: -8px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.rts-blog-section2 .rts-post-area .rts-post-wide {
  padding: 31px 20px;
}
.rts-blog-section2 .col-xl-6 {
  padding: 0 10px;
}
.rts-blog-section2 .gallery-title {
  margin-bottom: 15px;
}
.rts-blog-section2 .gallery-title a {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-weight: 600;
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--theme-color) 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-blog-section2 .gallery-title a:hover {
  color: var(--theme-color);
  background-position: 0% 100%;
}
.rts-blog-section2 .video-post-area {
  margin-bottom: 100px;
  position: relative;
}
.rts-blog-section2 .video-post-area .slider-navigation {
  position: absolute;
  padding: 0 35px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .rts-blog-section2 .video-post-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .rts-blog-section2 .video-post-area {
    margin-bottom: 30px;
  }
}
.rts-blog-section2 .top-news-area .area-title {
  font-size: 60px;
  letter-spacing: -2px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 50px;
}
.rts-blog-section2 .top-news-area .rts-blog-medium {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .rts-blog-section2 .top-news-area .area-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .rts-blog-section2 .top-news-area .load-more-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .rts-blog-section2 .top-news-area .area-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.rts-blog-section2 .side-content .side-item {
  position: relative;
  border-radius: 6px;
  margin-bottom: 25px;
  overflow: hidden;
  background: #fff;
}
.rts-blog-section2 .side-content .side-item-inner {
  padding: 35px;
}
.rts-blog-section2 .side-content .side-table-item:before {
  content: "";
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F5F5F5;
}
@media (max-width: 440px) {
  .rts-blog-section2 .side-content .side-table-item:before {
    top: 80px;
  }
}
.rts-blog-section2 .side-content .side-content-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 35px;
  padding-left: 0;
  position: relative;
}
.rts-blog-section2 .side-content .full-table-btn {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  background: var(--theme-color);
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 6px;
}
.rts-blog-section2 .side-content .full-table-btn:hover {
  color: var(--theme-color);
  background: transparent;
  border: 1px solid var(--theme-color);
}
.rts-blog-section2 .side-content .premier-league-area {
  border: 2px solid #f6f6f6;
  background: #fff;
  position: relative;
  border-radius: 0;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.rts-blog-section2 .side-content .premier-league-area::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #F5F5F5;
  z-index: -1;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner {
  padding: 30px;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .side-content-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .side-content-title::before {
  content: "";
  position: absolute;
  width: 25px;
  background-color: var(--theme-color);
  height: 3px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .side-content-title::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 12px;
  height: 3px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table thead .head-tr {
  background: none;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table thead .head-tr th {
  text-align: center;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table tbody tr:first-child {
  border-style: solid;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table tbody tr:last-child {
  border-style: solid !important;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table tbody tr td {
  padding: 10px 0 !important;
  text-align: center;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table tbody tr td .player-name-area .player-name {
  font-size: 14px;
  font-weight: 500;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table tbody tr td .position-number {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .table-bordered > :not(caption) > * {
  border-top-width: 1px;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn {
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  color: #fff;
  background: #111111;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 2px;
}
@media (max-width: 1100px) and (min-width: 900px) {
  .rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn {
    display: block;
  }
}
@media (max-width: 450px) {
  .rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn {
    display: block;
    margin: 0 auto;
  }
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: var(--theme-color);
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn:hover {
  color: #fff;
}
.rts-blog-section2 .side-content .premier-league-area .side-item-inner .more-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.rts-blog-section2 .side-content thead {
  position: relative;
}
.rts-blog-section2 .side-content table td span,
.rts-blog-section2 .side-content table td h4,
.rts-blog-section2 .side-content table th span,
.rts-blog-section2 .side-content table th h4 {
  font-size: 14px;
  padding-left: 0 !important;
}
.rts-blog-section2 .side-content table td,
.rts-blog-section2 .side-content table th {
  padding: 14px 0 !important;
}
.rts-blog-section2 .side-content table tr:first-child {
  border-style: inherit !important;
}
.rts-blog-section2 .side-content table tr:last-child {
  border-style: none !important;
}
.rts-blog-section2 .side-content table tr {
  background: none;
}
.rts-blog-section2 .side-content .next-match-area .side-content-title {
  margin-left: 0;
  padding: 0 0 0 50px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .next-match-area .side-content-title::before {
  content: "";
  position: absolute;
  width: 25px;
  background-color: var(--theme-color);
  height: 3px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.rts-blog-section2 .side-content .next-match-area .side-content-title::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 12px;
  height: 3px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .next-match-area .side-item-inner {
  padding-bottom: 0;
}
.rts-blog-section2 .side-content .next-match-area .match-single {
  width: 100%;
  background: none;
  border-radius: 6px;
  border-top: 1px solid #e7e7e7;
  padding: 25px 0 0 0;
  margin-bottom: 20px;
}
.rts-blog-section2 .side-content .next-match-area .match-single .side-content-title {
  padding-bottom: 15px;
}
.rts-blog-section2 .side-content .next-match-area .match-single .match-scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.rts-blog-section2 .side-content .next-match-area .match-single .club {
  text-align: center;
}
.rts-blog-section2 .side-content .next-match-area .match-single .club .club-logo {
  margin-bottom: 0;
}
.rts-blog-section2 .side-content .next-match-area .match-single .club .club-name {
  margin-top: 5px;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
}
.rts-blog-section2 .side-content .next-match-area .match-single .block {
  margin-top: 12px;
  text-align: center;
  max-width: 135px;
}
.rts-blog-section2 .side-content .next-match-area .match-single .block .match-date {
  margin-bottom: 10px;
}
.rts-blog-section2 .side-content .next-match-area .match-single .block .stadium-name {
  color: #111111;
  font-weight: 500;
}
.rts-blog-section2 .side-content .next-match-area .match-single .colon {
  margin: 0 15px;
}
.rts-blog-section2 .side-content .next-match-area .match-single .score-number {
  color: #fff;
}
.rts-blog-section2 .side-content .next-match-area .match-single .stadium-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
}
.rts-blog-section2 .side-content .next-match-area .countdown-box {
  background: #1d1d1d;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.rts-blog-section2 .side-content .next-match-area .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.rts-blog-section2 .side-content .next-match-area .countdown .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-blog-section2 .side-content .next-match-area .countdown .colon {
  font-size: 60px;
  letter-spacing: -2px;
  color: #424242;
  font-weight: 300;
  -webkit-transform: translateY(-5px) translateX(-4px);
          transform: translateY(-5px) translateX(-4px);
}
.rts-blog-section2 .side-content .next-match-area .countdown .countdown-el {
  background: none;
  width: 80px;
  height: auto;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
  padding-left: 9px;
}
.rts-blog-section2 .side-content .next-match-area .countdown .countdown-el .value {
  margin-top: 9px;
  margin-bottom: 1px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 0;
}
.rts-blog-section2 .side-content .next-match-area .countdown .letter {
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 0;
  -webkit-transform: translateY(10px) translateX(-5px);
          transform: translateY(10px) translateX(-5px);
}
@media (max-width: 768px) {
  .rts-blog-section2 .side-content .next-match-area .countdown {
    margin-bottom: 15px;
  }
  .rts-blog-section2 .side-content .next-match-area .countdown .countdown-el {
    width: 61px;
  }
  .rts-blog-section2 .side-content .next-match-area .countdown .countdown-el .value {
    font-size: 40px;
  }
  .rts-blog-section2 .side-content .next-match-area .countdown .letter {
    font-size: 13px;
    font-weight: 400;
  }
  .rts-blog-section2 .side-content .next-match-area .countdown .colon {
    font-size: 45px;
    -webkit-transform: translateY(-5px) translateX(-3px);
            transform: translateY(-5px) translateX(-3px);
  }
}
@media (max-width: 440px) {
  .rts-blog-section2 .side-content .next-match-area .countdown .countdown-el {
    width: 50px;
  }
  .rts-blog-section2 .side-content .next-match-area .countdown .countdown-el .value {
    font-size: 35px;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .club .club-logo {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .club.club-top .club-logo {
    margin-bottom: 0px !important;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .club.club-bottom .club-logo {
    margin-top: 10px !important;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .club .club-logo {
    margin-right: 0 !important;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .block .match-date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .rts-blog-section2 .side-content .next-match-area .match-single .match-scores .block .stadium-name {
    font-size: 16px;
  }
}
.rts-blog-section2 .side-content .goal-status-area .side-content-title {
  margin-left: 0;
  padding: 0 0 0 90px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .goal-status-area .side-content-title::before {
  content: "";
  position: absolute;
  width: 25px;
  background-color: var(--theme-color);
  height: 3px;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.rts-blog-section2 .side-content .goal-status-area .side-content-title::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 3px;
  right: 81%;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-blog-section2 .side-content .goal-status-area::before {
  display: none;
}
.rts-blog-section2 .side-content .goal-status-area .side-item-inner {
  padding: 35px 0;
}
.rts-blog-section2 .side-content .goal-status-area .table-flow {
  width: 100%;
  padding: 0 35px;
}
.rts-blog-section2 .side-content .goal-status-area .table-flow .table-flow-inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}
.rts-blog-section2 .side-content .goal-status-area .table-flow .table-flow-inner::-webkit-scrollbar {
  width: 4px;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}
.rts-blog-section2 .side-content .goal-status-area .table-flow .table-flow-inner::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 2px;
}
.rts-blog-section2 .side-content .goal-status-area .table-flow .table-flow-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  width: 4px;
  height: 50px;
  border-radius: 2px;
  background-color: var(--theme-color);
}
.rts-blog-section2 .side-content .goal-status-area .custom-thead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  padding: 15px 35px;
  padding-right: 57px;
}
.rts-blog-section2 .side-content .goal-status-area .custom-thead ul li {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
}
.rts-blog-section2 .side-content .goal-status-area .custom-thead ul li.gl {
  margin-left: auto;
  margin-right: 30px;
}
.rts-blog-section2 .side-content .goal-status-area .custom-thead ul li .as {
  margin-left: auto;
}
.rts-blog-section2 .side-content .goal-status-area table tbody tr td .goal-count {
  padding-right: 11px;
}
.rts-blog-section2 .side-content .goal-status-area table tbody tr td .assist-count {
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .rts-blog-section2 .side-content .goal-status-area .custom-thead .head-tr li.gl {
    width: 18%;
  }
  .rts-blog-section2 .side-content .goal-status-area .custom-thead .head-tr li.as {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .rts-blog-section2 .side-content .goal-status-area .side-content-title {
    padding-left: 20px;
  }
  .rts-blog-section2 .side-content .goal-status-area .table-flow {
    padding: 0 20px;
  }
  .rts-blog-section2 .side-content .goal-status-area .custom-thead .head-tr {
    padding: 15px 20px;
    padding-right: 35px;
  }
}
.rts-blog-section2 .side-content .subscription-area .area-inner {
  position: relative;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .img img {
  width: 100%;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content .button {
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  background: #fff;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 2px;
}
@media (max-width: 1100px) and (min-width: 900px) {
  .rts-blog-section2 .side-content .subscription-area .area-inner .content .button {
    display: block;
  }
}
@media (max-width: 450px) {
  .rts-blog-section2 .side-content .subscription-area .area-inner .content .button {
    display: block;
    margin: 0 auto;
  }
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #1c4cae;
  color: #fff;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content .button:hover {
  color: #1c4cae;
}
.rts-blog-section2 .side-content .subscription-area .area-inner .content .button:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.rts-blog-section2 .side-content .instagram-feeds-area .instagram-inner {
  margin: 0 -5px;
}
.rts-blog-section2 .side-content .instagram-feeds-area .side-content-title {
  padding-bottom: 15px;
}
.rts-blog-section2 .side-content .instagram-feeds-area .row {
  width: 100%;
  margin: 0 auto;
}
.rts-blog-section2 .side-content .instagram-feeds-area .col-xl-4 {
  padding: 0 5px;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item img {
  width: 100%;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item:hover::before {
  opacity: 70%;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item:hover i {
  opacity: 1;
}
.rts-blog-section2 .side-content .instagram-feeds-area .image-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111111;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  border-radius: 7px;
}
.rts-blog-section2 .side-content .newsletter-area .side-content-title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.rts-blog-section2 .side-content .newsletter-area input,
.rts-blog-section2 .side-content .newsletter-area button {
  width: 100%;
  padding: 0 25px;
  border-radius: 6px;
  height: 60px;
}
.rts-blog-section2 .side-content .newsletter-area input {
  background: #f7f7f7;
  margin-bottom: 10px;
}
.rts-blog-section2 .side-content .newsletter-area input:focus {
  background: #fff;
  -webkit-box-shadow: inset 0 0px 0px 1px var(--theme-color);
          box-shadow: inset 0 0px 0px 1px var(--theme-color);
}
.rts-blog-section2 .side-content .newsletter-area input:-moz-placeholder-shown {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  color: #b6b6b6;
}
.rts-blog-section2 .side-content .newsletter-area input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  color: #b6b6b6;
}
.rts-blog-section2 .side-content .newsletter-area input:placeholder-shown {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  color: #b6b6b6;
}
.rts-blog-section2 .side-content .newsletter-area .subscribe-btn {
  background: var(--theme-color);
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}
.rts-blog-section2 .side-content .newsletter-area .subscribe-btn:hover {
  background: #171717;
}
@media (max-width: 768px) {
  .rts-blog-section2 .side-content .side-content-title {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .rts-blog-section2 .side-content .side-item-inner {
    padding: 20px;
  }
}

@media (max-width: 1400px) {
  .rts-quick-blog .banner-blog-area {
    right: 0;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .rts-quick-blog .banner-blog-area {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .rts-quick-blog .banner-blog-area .blog-picture {
    max-width: 115px;
  }
}
@media (max-width: 700px) {
  .rts-quick-blog .banner-blog-area .content {
    padding: 0 20px;
  }
  .rts-quick-blog .banner-blog-area .content .blog-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 550px) {
  .rts-quick-blog .banner-blog-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -200px;
  }
  .rts-quick-blog .banner-blog-area .rts-blog-small {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.rts-top-news-section {
  overflow: hidden;
  margin-bottom: -15px;
}
.rts-top-news-section .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.rts-top-news-section .section-title-area {
  margin-bottom: 0;
}
.rts-top-news-section .section-title-area .section-title {
  margin-bottom: 0;
}
.rts-top-news-section .filter-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 600;
}
.rts-top-news-section .filter-button-group .filter-btn {
  margin-right: 40px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  cursor: pointer;
}
.rts-top-news-section .filter-button-group .filter-btn:last-child {
  margin-right: 0;
}
.rts-top-news-section .filter-button-group .filter-btn:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.rts-top-news-section .filter-button-group .filter-btn.active {
  color: var(--theme-color);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .rts-top-news-section .filter-button-group .filter-btn {
    margin-right: 25px;
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .rts-top-news-section .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .rts-top-news-section .top-wrap .section-title-area {
    margin-bottom: 20px;
  }
  .rts-top-news-section .top-wrap .filter-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rts-top-news-section .top-wrap .filter-button-group .filter-btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .rts-top-news-section .rts-news-card .contents {
    padding: 20px;
  }
  .rts-top-news-section .rts-news-card .contents .post-title {
    margin-bottom: 10px;
  }
  .rts-top-news-section .rts-news-card .contents .read-more-btn {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .rts-top-news-section .rts-news-card .contents .post-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .rts-top-news-section .top-wrap .filter-button-group {
    margin-right: -25px;
  }
  .rts-top-news-section .top-wrap .filter-button-group .filter-btn {
    margin-bottom: 10px;
  }
}

.rts-live-matches-section {
  background: #111111;
}
.rts-live-matches-section .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.rts-live-matches-section .section-title-area {
  margin-bottom: 0;
}
.rts-live-matches-section .section-title-area .section-title {
  color: #fff;
  margin-bottom: 0;
}
.rts-live-matches-section .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.rts-gallery-section .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .rts-gallery-section .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .rts-gallery-section .top-wrap .filter-button-group {
    margin-bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rts-gallery-section .top-wrap .filter-button-group .filter-btn {
    margin-bottom: 15px;
  }
  .rts-gallery-section .top-wrap .slider-navigation .slide-btn {
    width: 50px;
    height: 50px;
  }
}
.rts-gallery-section .filter-button-group .filter-btn {
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  font-weight: 600;
  margin-right: 30px;
}
.rts-gallery-section .filter-button-group .filter-btn:last-child {
  margin-right: 0;
}
.rts-gallery-section .filter-button-group .filter-btn:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.rts-gallery-section .filter-button-group .filter-btn.active {
  color: var(--theme-color);
  text-decoration: underline;
}
.rts-gallery-section .gallery-item {
  margin-bottom: 30px;
}
.rts-gallery-section .gallery-item .gallery-image {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.rts-gallery-section .gallery-item .gallery-image:hover::before {
  opacity: 90%;
}
.rts-gallery-section .gallery-item .gallery-image:hover .pop-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.rts-gallery-section .gallery-item .gallery-image:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-gallery-section .gallery-item .gallery-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  mix-blend-mode: darken;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  z-index: 2;
}
.rts-gallery-section .gallery-item .gallery-image img {
  width: 100%;
}
.rts-gallery-section .gallery-item .gallery-image .pop-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.rts-gallery-section .gallery-item .gallery-image .pop-btn:hover {
  width: 70px;
  height: 70px;
}


.rts-gallery-section {
  padding: 175px 0 120px 0;
 
  margin: 0;
}
.rts-gallery-section.inner {
  padding: 0px 0 120px 0;
}
@media (max-width: 991px) {
  .rts-gallery-section {
    padding: 80px 0 0 0;
  }
}
.rts-gallery-section .container .section-title-area {
  position: relative;
}
.rts-gallery-section .container .section-title-area .pretitle {
  top: -150px;
  font-size: 220px;
  -webkit-text-fill-color: #f7f7f7;
  -webkit-text-stroke-color: #f7f7f7;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .section-title-area .pretitle {
    display: none;
  }
}
.rts-gallery-section .container .section-title-area .section-title {
  margin-bottom: 15px;
}
.rts-gallery-section .container .gallery-area {
  height: 50vh;
  min-height: 22rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area {
    height: auto;
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item {
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 0 10px;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23%;
          flex: 1 0 23%;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 46%;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .rts-gallery-section .container .gallery-area .gallery-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item.mid {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .number {
  position: absolute;
  right: 45px;
  top: 15px;
  font-size: 135px;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-in-out, all 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, all 0.7s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  color: #fff;
}
.rts-gallery-section .container .gallery-area .gallery-item:hover {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item:hover {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item:hover::before {
  height: 100%;
}
.rts-gallery-section .container .gallery-area .gallery-item:hover .gallery-picture {
  display: block;
}
.rts-gallery-section .container .gallery-area .gallery-item:hover .gallery-picture1 {
  display: none;
}
.rts-gallery-section .container .gallery-area .gallery-item:hover .number {
  opacity: 0.15;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.rts-gallery-section .container .gallery-area .gallery-item:hover .contents-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.rts-gallery-section .container .gallery-area .gallery-item.active {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
.rts-gallery-section .container .gallery-area .gallery-item.active::before {
  height: 100%;
}
.rts-gallery-section .container .gallery-area .gallery-item.active .gallery-picture {
  display: block;
}
.rts-gallery-section .container .gallery-area .gallery-item.active .gallery-picture1 {
  display: none;
}
.rts-gallery-section .container .gallery-area .gallery-item.active .number {
  opacity: 0.15;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.rts-gallery-section .container .gallery-area .gallery-item.active .contents-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item.active {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item.middle {
  margin: 0 40px;
}
.rts-gallery-section .container .gallery-area .gallery-item::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  height: 0%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.rts-gallery-section .container .gallery-area .gallery-item .gallery-picture {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100% - 6rem);
  display: none;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item .gallery-picture {
    display: block;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .gallery-picture img {
  height: 100%;
  width: 100%;
}
.rts-gallery-section .container .gallery-area .gallery-item .gallery-picture1 {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .rts-gallery-section .container .gallery-area .gallery-item .gallery-picture1 {
    display: none;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out, all 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, all 0.7s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 550px) {
  .rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper {
    left: 15px;
    bottom: 15px;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .tag {
  color: #e41b23;
  background: #fff;
  font-size: 12px !important;
  width: 75px;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .gallery-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 550px) {
  .rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .gallery-title {
    font-size: 18px;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .gallery-title:hover {
  color: #fff;
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .author-info .content .read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 550px) {
  .rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .author-info .content .read-more {
    font-size: 12px;
  }
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .author-info .content .read-more::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .author-info .content .read-more:hover {
  color: var(--theme-color);
}
.rts-gallery-section .container .gallery-area .gallery-item .contents-wrapper .contents .author-info .content .read-more:hover::before {
  width: 100%;
  background: var(--theme-color);
}
.rts-gallery-section.inner {
  padding-top: 70px;
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .rts-gallery-section.inner {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .rts-gallery-section.inner .gallery-area .gallery-item {
    margin-bottom: 50px;
  }
}



.rts-video-section {
  background: url(../img/video_bg1.jpg);
  background-position: center;
  background-attachment: fixed;
  background-color: #e9e9e9;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
/* .rts-video-section::before {
  position: absolute;
  background: rgb(17, 17, 17);
  z-index: -1;
  content: "";
  mix-blend-mode: multiply;
    background-color: rgb(254 239 26);
  opacity: 0.902;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.rts-video-section .video-section-inner {
  padding: 80px 0;
}
.rts-video-section .video-section-inner .play-video .popup-video {
  background: #fff;
  margin: 0 auto;
  color: #000;
  width: 75px;
  height: 75px;
  border-radius:50px;
  line-height: 75px;
  text-align: center;
  display: block;
 
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-video-section .video-section-inner .play-video .popup-video:hover {
  background: var(--theme-color);
  color: #fff;
}
.rts-video-section .video-section-inner .play-video .popup-video:hover::before {
  border: 1px solid var(--theme-color);
}
.rts-video-section .video-section-inner .play-video .popup-video::before {
  content: "";
  border-radius:50px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transform: scale(140%);
          transform: scale(140%);
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: pulse-border linear 3s infinite;
          animation: pulse-border linear 3s infinite;
}
.rts-video-section.video-section-2 {
  background: url(../images/background/video-2.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0;
}
.rts-video-section.video-section-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(5, 5, 5);
  opacity: 0.749;
}
.rts-video-section.video-section-2 .video-section-inner .title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rts-video-section.video-section-2 .video-section-inner .btn {
  border: 1px solid #3e3e3e;
  padding: 12px 25px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-video-section.video-section-2 .video-section-inner .btn:hover {
  color: var(--theme-color);
  background: #fff;
}
.rts-video-section.inner {
  background-color: var(--theme-color);
  background-blend-mode: multiply;
}

.rts-single-news-section {
  background: #111111;
}
.rts-single-news-section .container .section-inner .item {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .rts-single-news-section .container .section-inner .item {
    margin-bottom: 25px;
  }
}
.rts-single-news-section .container .section-inner .item:hover .gallery-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-single-news-section .container .section-inner .item .gallery-picture {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.rts-single-news-section .container .section-inner .item .gallery-picture img {
  width: 100%;
}
.rts-single-news-section .container .section-inner .item .gallery-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 100%;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 1;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .heading {
  margin-bottom: 10px;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .heading .tag {
  background: var(--theme-color);
  font-size: 12px !important;
  color: #fff;
  padding: 0 5px;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .heading .blog-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .gallery-title {
  margin-bottom: 15px;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .gallery-title a {
  display: inline;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color)), color-stop(50%, transparent));
  background-image: linear-gradient(to right, var(--theme-color) 50%, transparent 50%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .gallery-title a:hover {
  color: var(--theme-color);
  background-position: 0% 100%;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .author-info .content .read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .author-info .content .read-more::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .author-info .content .read-more:hover {
  color: var(--theme-color);
}
.rts-single-news-section .container .section-inner .item .contents-wrapper .contents .author-info .content .read-more:hover::before {
  width: 100%;
  background: var(--theme-color);
}



.rts-features-section {
  padding-top: 30px;
}
.rts-features-section .features-section-inner .item {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .rts-features-section .features-section-inner .item {
    margin-bottom: 25px;
  }
}
.rts-features-section .features-section-inner .item:hover .image-section img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-features-section .features-section-inner .item:hover .content .product-price .price {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.rts-features-section .features-section-inner .item:hover .content .product-price .add-to-cart {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.rts-features-section .features-section-inner .item .image-section {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.rts-features-section .features-section-inner .item .image-section::before {
  content: "";
  background-color: rgb(1, 1, 1);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rts-features-section .features-section-inner .item .image-section img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
  width: 100%;
}
.rts-features-section .features-section-inner .item .content {
  position: absolute;
  bottom: 15px;
  left: 35px;
  z-index: 1;
}
@media (max-width: 500px) {
  .rts-features-section .features-section-inner .item .content {
    left: 20px;
  }
}
.rts-features-section .features-section-inner .item .content .product-name {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .rts-features-section .features-section-inner .item .content .product-name {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .rts-features-section .features-section-inner .item .content .product-name {
    font-size: 24px;
  }
}
.rts-features-section .features-section-inner .item .content .product-price {
  display: -ms-inline-grid;
  display: inline-grid;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-features-section .features-section-inner .item .content .product-price .price {
  background: var(--theme-color);
  color: #fff;
  font-weight: 400;
  width: 80px;
  text-align: center;
  padding: 3px 12px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-features-section .features-section-inner .item .content .product-price .add-to-cart {
  background: var(--theme-color);
  color: #fff;
  font-weight: 400;
  padding: 3px 12px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}



/**------------------------------------------------------------------
 * Footer Start Here
 */
.footer {
  background: #111111;
}
.footer.inner {
  background: #151515;
}
.footer .footer-inner {
  padding: 120px 0 105px 0;
}
@media (max-width: 768px) {
  .footer .footer-inner {
    padding: 95px 0 0 0;
  }
}
.footer .footer-logo {
  margin-bottom: 20px;
}


.footer .footer-logo h1 {
    color: #feed01;
    font-size: 3.5em;
    /* font-style: italic; */
}


.footer .footer-text {
 
  color: #bcbcbc;
  opacity: 0.9;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
   margin-right: 25px;
  font-family: "Roboto", sans-serif;
}
.footer .find-us {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .find-us i {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  margin-left: 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.footer .find-us:hover {
  color: #FF1856;
}
.footer .find-us:hover i {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
}
.footer .social-links .platform {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1d1d1d;
  margin-right: 10px;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.footer .social-links .platform i {
  color: #fff;
}
.footer .social-links .platform:hover {
  background: var(--theme-color);
}
.footer .footer-widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-widget-title .decorator {
  width: 20px;
  height: 2px;
  background: #feed01;;
  margin: auto 0;
  margin-right: 20px;
}
.footer .widget-list-item {
  margin-bottom: 10px;
}
.footer .widget-list-item a {
  position: relative;
  color: #888888;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.footer .widget-list-item a:hover {
  color: #fff;
}
.footer .widget-list-item a:hover::before {
  background: #1D72FF;
}
.footer .cata-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 230px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .cata-widget .widget-list-item {
  padding-left: 15px;
  position: relative;
  font-family: "Roboto";
}
.footer .cata-widget .widget-list-item a {
  font-size: 14px;
  font-weight: 400;
      text-transform: uppercase;
}
.footer .cata-widget .widget-list-item:hover::before {
  background: #fff;
}
.footer .cata-widget .widget-list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888888;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .address-widget .widget-list-item {
  max-width: 225px;
  border-bottom: 1px solid #212121;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .address-widget .widget-list-item a,
.footer .address-widget .widget-list-item span {
  color: #fff;
  font-weight: 400;
}
.footer .address-widget .widget-list-item i {
  margin-right: 15px;
  color: var(--theme-color);
  font-size: 17px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.footer .news-widget .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .news-widget .recent-post .picture {
  margin-right: 15px;
  overflow: hidden;
}
.footer .news-widget .recent-post .news-date {
  font-size: 14px;
  font-weight: 300;
  color: #7b7b7b;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer .news-widget .recent-post .recent-post-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}
.footer .news-widget .recent-post .recent-post-title:hover {
  color: var(--theme-color);
}
.footer .footer-bottom-area {
  padding: 15px 0;
  background: #1d1d1d;
}
.footer .footer-bottom-area .bottom-area-inner {
 text-align:center;
}
.footer .footer-bottom-area .copyright {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.footer .footer-bottom-area .copyright .brand {
  color: #fff;
}
.footer .footer-bottom-area .footer-bottom-links a {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-right: 40px;
}
.footer .footer-bottom-area .footer-bottom-links a:last-child {
  margin-right: 0;
}
.footer .footer-bottom-area .footer-bottom-links a:hover {
  color: var(--theme-color);
}
.footer .footer-bottom-area .footer-bottom-links .powered-product {
  color: #fff;
}
.footer .footer-bottom-area.area3 {
  background: #1d1d1d;
}
@media (max-width: 1200px) {
  .footer .footer-widget {
    margin-bottom: 40px;
  }
  .footer .footer-widget .footer-widget-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .footer .footer-widget .footer-widget-title .decorator {
    width: 15px;
    margin-right: 12px;
  }
  .footer .footer-widget .widget-list-item {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .footer .footer-widget.address-widget .widget-list-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .footer .footer-widget.news-widget a {
    font-size: 15px;
    font-weight: 500;
  }
  .footer .footer-widget .footer-text {
    max-width: 333px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer-bottom-area .bottom-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-bottom-area .copyright {
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer .footer-bottom-area .footer-bottom-links a {
    font-size: 14px;
    margin-right: 15px;
  }
}

.footer2 .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0;
  margin-bottom: -7px;
}
.footer2 .footer-inner .footer-widget .social-links {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer2 .footer-logo {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .footer2 .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer2 .footer-inner .footer-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer2 .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer2 .footer-inner .footer-logo {
    margin-bottom: 25px;
    margin-right: 15px;
  }
}

.footer3 {
  background: #151515;
  position: relative;
}
.footer3 .footer-topbar {
  position: relative;
  top: -47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color);
  border-radius: 6px;
  padding: 20px 30px;
}
.footer3 .footer-topbar .footer-logo {
  margin-bottom: 0;
}
.footer3 .footer-topbar .social-links {
  margin-top: 0;
}
.footer3 .footer-topbar .social-links .platform {
  background: #bc1b23;
  border: none;
}
.footer3 .footer-topbar .social-links .platform:hover {
  background: #fff;
}
.footer3 .footer-topbar .social-links .platform:hover i {
  color: var(--theme-color);
}
.footer3 .footer-inner {
  padding: 55px 0;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .footer3 .footer-inner {
    padding-bottom: 0;
  }
}
.footer3 .footer-inner .footer-widget .footer-widget-title {
  color: #fff;
}
.footer3 .footer-inner .footer-widget .widget-list-item a {
  color: #bcbcbc;
}
.footer3 .footer-inner .footer-widget .widget-list-item a:hover {
  color: #fff;
}
.footer3 .footer-inner .footer-widget .footer-text {
  color: #777777;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div .input-envolope-icon {
  position: absolute;
  top: 9px;
  left: 20px;
  color: var(--theme-color);
}
.footer3 .footer-inner .footer-widget .submit-email .input-div input {
  padding: 10px 20px;
  padding-left: 42px;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div input:-moz-placeholder-shown {
  color: #cecdcd;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div input:-ms-input-placeholder {
  color: #cecdcd;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div input:placeholder-shown {
  color: #cecdcd;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div .input-send-icon {
  width: 50px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #111111;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.footer3 .footer-inner .footer-widget .submit-email .input-div .input-send-icon:hover {
  background: var(--theme-color);
}
@media (max-width: 1200px) {
  .footer3 .footer-inner .social-links {
    margin-bottom: 40px;
  }
}
.footer3 .footer-inner .address-widget .widget-list-item {
  border-bottom: 1px solid #212121;
}
.footer3 .footer-inner .address-widget .widget-list-item a {
  color: #bcbcbc;
}
.footer3 .footer-inner .address-widget .widget-list-item:last-child {
  border-bottom: none;
}
.footer3 .footer-inner .address-widget .widget-list-item a,
.footer3 .footer-inner .address-widget .widget-list-item span {
  color: #bcbcbc;
  font-weight: 500;
}
.footer3 .footer-inner .news-widget .recent-post {
  padding-bottom: 13px;
  margin-bottom: 5px;
}
.footer3 .footer-inner .news-widget .recent-post:last-child {
  border-bottom: none;
}
.footer3 .footer-inner .news-widget .recent-post .recent-post-title {
  color: #111111;
}
@media (max-width: 560px) {
  .footer3 .footer-topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer3 .footer-topbar .footer-logo {
    margin-bottom: 20px;
  }
  .footer3 .footer-topbar .social-links {
    margin-right: 0;
  }
  .footer3 .footer-topbar .social-links li:last-child a {
    margin-right: 0;
  }
}

.footer-2 {
  background: #F4F6F9;
}
.footer-2 .widget-text {
  color: #777777;
}
.footer-2 .footer-widget-title {
  color: #040404;
}
.footer-2 .widget-list-item a {
  color: #7A7A7A;
}
.footer-2 .widget-list-item a:hover {
  color: #040404;
}
.footer-2 .quick-contact .contact-info .title {
  color: #868686;
  font-weight: 400;
}
.footer-2 .quick-contact .contact-info .info {
  color: #040404;
}
.footer-2 .social-links-footer .platform {
  color: #777777;
}
.footer-2 .social-links-footer .platform i {
  color: #040404;
}
.footer-2 .footer-bottom-area {
  background: #F5F5F5;
}
.footer-2 .footer-bottom-area .copyright {
  color: #777777;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.footer-2 .footer-bottom-area .copyright .brand,
.footer-2 .footer-bottom-area .copyright .site {
  color: #040404;
}

.footer-features {
  width: 100%;
  display: inline-block;
  padding: 17px 30px;
  background: #fff;
  border-radius: 6px;
  margin-top: 80px;
  margin-bottom: 4px;
}
.footer-features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #F7F7F7;
}
.footer-features .feature-item.last-child {
  border: none;
}
.footer-features .feature-item .icon {
  max-width: 35px;
  margin-right: 15px;
}
.footer-features .feature-item .content .title {
  font-size: 18px;
  line-height: 24px;
}
.footer-features .feature-item .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
@media (max-width: 1200px) {
  .footer-features .feature-item {
    margin-bottom: 25px;
    border: none;
  }
  .footer-features .feature-item.last-child {
    margin-bottom: 0;
  }
}

.footer-3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
}
.footer-3 .mr--17 {
  margin-right: 17px;
}
.footer-3 .footer-inner {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -76px;
}
.footer-3 .box-widget-col {
  margin-right: 40px;
}
.footer-3 .footer-box-widget {
  background: #fff;
  padding: 20px 40px;
  padding-top: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.footer-3 .footer-box-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-3 .footer-box-widget p {
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.footer-3 .footer-box-widget .quick-contact {
  margin-bottom: 0;
}
.footer-3 .footer-box-widget .social-links-footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform {
  position: relative;
  bottom: -32px;
  width: 50px;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 17px;
  -webkit-transition: bottom 500ms;
  transition: bottom 500ms;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.fb {
  background: #e7f1fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.fb i {
  color: #1877f2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.yt {
  background: #e8f5fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.yt i {
  color: #cd201f;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.ttr {
  background: #e8f5fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.ttr i {
  color: #1da1f2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.lkd {
  background: #e6eff9;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.lkd i {
  color: #0a66c2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform:hover {
  bottom: -22px;
  background: var(--theme-color);
}
.footer-3 .footer-box-widget .social-links-footer2 .platform:hover i {
  color: #fff;
}
.footer-3 .widget-text {
  font-size: 18px;
  line-height: 30px;
}
.footer-3 .widget-list-item {
  padding-left: 0;
}
.footer-3 .getin-touch {
  font-size: 14px;
}
.footer-3 .getin-touch i {
  margin-left: 5px;
}
.footer-3 .getin-touch:hover {
  color: var(--theme-color);
}
.footer-3 .getin-touch:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-3 .newsletter-widget .widget-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-3 .newsletter-widget .input-div {
  margin-bottom: 10px;
}
.footer-3 .newsletter-widget input {
  width: 100%;
  padding: 10px 30px;
  border-radius: 5px;
}
.footer-3 .newsletter-widget input::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-3 .newsletter-widget .subscribe-btn {
  padding: 10px 30px;
  color: #fff;
  background: #985034;
  font-size: 14px;
  border-radius: 6px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.footer-3 .newsletter-widget .subscribe-btn:hover {
  background: #040404;
}
.footer-3 .newsletter-widget .subscribe-btn i {
  margin-left: 5px;
}
.footer-3 .footer-bottombar {
  position: relative;
  left: 28%;
  bottom: 81px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 6px;
  padding-right: 35px;
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-3 .footer-bottombar .download-text {
  margin-right: 15px;
}
.footer-3 .footer-bottombar .download-store {
  margin-right: 5px;
}
@media (max-width: 1360px) {
  .footer-3 .footer-bottombar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-3 .footer-bottombar .app-download {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-3 .footer-bottombar {
    display: none;
  }
}
.footer-3 .footer-bottom-area .footer-bottom-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .footer-3 .footer-inner {
    margin-bottom: 0;
  }
  .footer-3 .box-widget-col {
    margin-right: 0;
  }
  .footer-3 .footer-box-widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-3 .footer-bottom-area .copyright {
    margin-bottom: 0;
  }
}

.footer-4 {
  background: #031424;
}
.footer-4 .footer-inner {
  margin-bottom: -68px;
}
.footer-4 .footer-box-widget {
  background: #06192a;
}
.footer-4 .footer-box-widget p {
  color: #82919f;
  border-bottom: 1px solid #11283d;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform {
  background: #102232 !important;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform:hover {
  background: var(--theme-color) !important;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform:hover i {
  color: #111111 !important;
}
.footer-4 .widget-text {
  color: #82919f;
}
.footer-4 .getin-touch {
  color: #fff;
}
.footer-4 .widget-list-item a {
  color: #82919f;
}
.footer-4 .newsletter-widget input {
  background: #06192a;
}
.footer-4 .newsletter-widget input::-webkit-input-placeholder {
  color: #395269;
}
.footer-4 .newsletter-widget .subscribe-btn {
  background: var(--theme-color);
  color: #031424;
  border: 1px solid transparent;
}
.footer-4 .newsletter-widget .subscribe-btn:hover {
  background: #031424;
  color: #fff;
  border: 1px solid var(--theme-color);
}
.footer-4 .footer-bottombar {
  background: var(--theme-color);
}
.footer-4 .footer-bottombar .payment-methods img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.footer-4 .footer-bottom-area {
  background: transparent;
}
@media (max-width: 1200px) {
  .footer-4 .footer-inner {
    margin-bottom: 0;
  }
}

.footer-5 {
  background: #fff;
}
.footer-5 .footer-features {
  margin-top: 0;
  margin-bottom: 60px;
}
.footer-5 .footer-box-widget {
  background: none;
  padding: 0;
  padding-bottom: 80px;
}
.footer-5 .quick-contact {
  margin-bottom: 20px !important;
}
.footer-5 .social-links-footer2.social-links-footer3 {
  position: relative;
}
.footer-5 .social-links-footer2.social-links-footer3 .platform {
  bottom: -20px;
  height: 50px;
  border-radius: 50%;
}
.footer-5 .social-links-footer2.social-links-footer3 .platform:hover {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  bottom: -20px;
}

.inner-page-footer .social-links-footer .platform:hover {
  color: #fff;
}
.inner-page-footer .quick-contact .contact-item .info:hover {
  color: #111111;
}
.inner-page-footer .footer-bottom-area {
  background: rgb(9, 9, 9);
}

/**------------------------------------------------------------------
 * Footer End Here
 */
.rts-post-area .rts-post-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: #1d1d1d;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  padding: 30px 20px;
}
.rts-post-area .rts-post-wide .gallery-picture {
  overflow: hidden;
}
.rts-post-area .rts-post-wide .gallery-picture:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post-area .rts-post-wide .gallery-picture img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.rts-post-area .rts-post-wide .contents-wrapper {
  margin-left: 20px;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .heading {
  margin-bottom: 10px;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .heading .tag {
  background: var(--theme-color);
  font-size: 12px !important;
  color: #fff;
  padding: 0 5px;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .heading .blog-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
  font-family: "Roboto";
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .gallery-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .gallery-title:hover {
  color: var(--theme-color);
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .author-info .content .read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .author-info .content .read-more::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .author-info .content .read-more:hover {
  color: var(--theme-color);
}
.rts-post-area .rts-post-wide .contents-wrapper .contents .author-info .content .read-more:hover::before {
  width: 100%;
  background: var(--theme-color);
}
.rts-post-area .rts-post-video {
  border: 2px solid #f6f6f6;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.rts-post-area .rts-post-video .play-btn .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.rts-post-area .rts-post-video .play-btn .popup-video:hover {
  background: var(--theme-color);
}
.rts-post-area .rts-post-video .play-btn .popup-video:hover i {
  color: #fff;
}
.rts-post-area .rts-post-video .play-btn .popup-video i {
  color: #111111;
}
.rts-post-area .rts-post-video .post-picture img {
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.rts-post-area .rts-post-video .contents {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rts-post-area .rts-post-video .contents .blog-catagory-tag {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: var(--theme-color);
  padding: 2px 10px;
  border-radius: 0;
  margin-bottom: 7px;
  margin-right: auto;
  display: inline;
}
.rts-post-area .rts-post-video .contents .post-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  display: inline;
}
.rts-post-area .rts-post-video .contents .post-title a {
  display: inline;
}
.rts-post-area .rts-post-video .video-area {
  position: relative;
  width: 100%;
}
.rts-post-area .rts-post-video .video-area .slider-navigation {
  width: unset !important;
  left: unset;
  bottom: -30px;
  right: 35px;
}
.rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin-right: 15px;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  background: #fff;
  -webkit-filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.06));
}
.rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn i {
  color: #111111;
  margin: auto;
}
.rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn:hover {
  background: var(--theme-color);
}
.rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn:hover i {
  color: #fff;
}
@media (max-width: 1200px) {
  .rts-post-area .rts-post-video .post-picture a {
    width: 100%;
  }
  .rts-post-area .rts-post-video .contents .post-title {
    font-size: 30px;
    line-height: 40px;
  }
  .rts-post-area .rts-post-video .slider-navigation {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .rts-post-area .rts-post-video .play-btn .popup-video {
    width: 50px;
    height: 50px;
  }
  .rts-post-area .rts-post-video .play-btn .popup-video:hover {
    background: var(--theme-color);
  }
  .rts-post-area .rts-post-video .play-btn .popup-video:hover i {
    color: #fff;
  }
  .rts-post-area .rts-post-video .play-btn .popup-video i {
    color: #111111;
  }
  .rts-post-area .rts-post-video .contents {
    padding: 20px;
  }
  .rts-post-area .rts-post-video .contents .post-title {
    font-size: 21px;
    line-height: 31px;
  }
  .rts-post-area .rts-post-video .video-area .slider-navigation {
    bottom: -10px;
    right: -40px;
  }
  .rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 440px) {
  .rts-post-area .rts-post-video .contents {
    padding: 20px;
  }
  .rts-post-area .rts-post-video .contents .post-title {
    font-size: 18px;
    line-height: 28px;
  }
  .rts-post-area .rts-post-video .video-area .slider-navigation {
    bottom: -10px;
    right: -60px;
  }
  .rts-post-area .rts-post-video .video-area .slider-navigation .slide-btn {
    width: 45px;
    height: 45px;
  }
}

.rts-blog-medium {
  position: relative;
  border: 2px solid #f6f6f6;
  border-radius: 6px;
  margin-bottom: 15px;
}
.rts-blog-medium:hover .blog-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-blog-medium .blog-picture {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.rts-blog-medium .blog-picture img {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.rts-blog-medium .blog-catagory {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 0;
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
}
.rts-blog-medium .contents {
  padding: 35px;
  z-index: 2;
}
.rts-blog-medium .contents .blog-title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #111111;
  font-weight: 600;
  max-width: 310px;
  display: block;
  margin-bottom: 20px;
}
.rts-blog-medium .contents .blog-title:hover {
  color: var(--theme-color);
}
.rts-blog-medium .contents .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rts-blog-medium .contents .author-info .author-dp {
  margin-right: 10px;
}
.rts-blog-medium .contents .author-info .author-name {
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  font-weight: 600;
}
.rts-blog-medium .contents .author-info .blog-date {
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  font-family: "Roboto";
}
@media (max-width: 1200px) {
  .rts-blog-medium .blog-picture {
    width: 100%;
  }
  .rts-blog-medium .blog-picture img {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .rts-blog-medium .contents {
    padding: 20px;
  }
  .rts-blog-medium .contents .blog-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.banner-blog-area {
  position: absolute;
  bottom: -65px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.rts-blog-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color);
  border-radius: 6px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.rts-blog-small:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.rts-blog-small .content {
  padding: 0 30px;
}
.rts-blog-small .blog-catagory {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto";
}
.rts-blog-small .blog-title {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  max-width: 135px;
}

.rts-news-card {
  position: relative;
  border-radius: 6px;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  margin-bottom: 30px;
}
.rts-news-card:hover .post-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-news-card .post-picture {
  width: 100%;
  overflow: hidden;
}
.rts-news-card .post-picture img {
  width: 100%;
}
.rts-news-card .blog-catagory-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
.rts-news-card .contents {
  padding: 40px;
}
.rts-news-card .contents .post-date,
.rts-news-card .contents .post-by {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
  color: #777777;
  padding-right: 14px;
  margin-right: 13px;
  position: relative;
  margin-bottom: 10px;
}
.rts-news-card .contents .post-date i {
  margin-right: 5px;
  color: #111111;
}
.rts-news-card .contents .post-date::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 50%;
  width: 2px;
  background: #e9e9e9;
}
.rts-news-card .contents .post-by span {
  color: var(--theme-color);
}
.rts-news-card .contents .post-title {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rts-news-card .contents .post-title:hover {
  color: var(--theme-color);
}
.rts-news-card .contents .read-more-btn {
  font-size: 16px;
  font-weight: 600;
  color: #bbbbbb;
}
.rts-news-card .contents .read-more-btn:hover {
  color: var(--theme-color);
}
.rts-news-card .contents .read-more-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.news-feed-section .news-left .feed-item2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.news-feed-section .news-left .feed-item2:hover .feed-image img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.news-feed-section .news-left .feed-item2:hover .feed-title a {
  text-decoration: underline;
}
.news-feed-section .news-left .feed-item2::before {
  content: "";
  position: absolute;
  top: 13%;
  right: -15px;
  width: 1px;
  height: 70%;
  background: #E8E8E8;
}
.news-feed-section .news-left .feed-item2.last-child::before {
  display: none;
}
@media (max-width: 1200px) {
  .news-feed-section .news-left .feed-item2 {
    margin-bottom: 30px;
  }
  .news-feed-section .news-left .feed-item2.last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .news-feed-section .news-left .feed-item2::before {
    display: none;
  }
}
.news-feed-section .news-left .feed-item2 .feed-image {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.news-feed-section .news-left .feed-item2 .feed-image img {
  width: 100%;
}
.news-feed-section .news-left .feed-item2 .feed-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news-feed-section .news-left .feed-item2 .feed-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin-right: 20px;
}
.news-feed-section .news-left .feed-item2 .feed-bar {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.news-feed-section .news-left .feed-item2 .feed-catagory {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.news-feed-section .news-left .feed-item2 .feed-title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.news-feed-section .news-left .feed-item2 p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.news-feed-section .news-left .feed-item2 .read-more {
  font-size: 14px;
  line-height: 20px;
  color: rgba(204, 204, 204, 0.8);
  text-decoration: underline;
}
.news-feed-section .news-left .feed-item2 .read-more:hover {
  color: var(--theme-color);
}
.news-feed-section .news-right-widget {
  position: sticky;
  top: 0;
}
.news-feed-section .news-right-widget .widget {
  padding: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding-bottom: 40px;
}
.news-feed-section .news-right-widget .widget .widget-title-box {
  position: relative;
  z-index: 1;
}
.news-feed-section .news-right-widget .widget .widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-feed-section .news-right-widget .widget .widget-title-box::after {
  content: "";
  position: absolute;
  background: var(--theme-color);
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-feed-section .news-right-widget .widget .widget-sub-title {
  font-size: 20px;
  letter-spacing: -1px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}
.news-feed-section .news-right-widget .widget .widget-sub-title2 {
  font-size: 20px;
  letter-spacing: -1px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.news-feed-section .news-right-widget .widget .widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.news-feed-section .news-right-widget .widget .widget-categories ul li a:hover {
  text-decoration: underline;
}
.news-feed-section .news-right-widget .widget .widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.news-feed-section .news-right-widget .widget .widget-subscribe .contact-form .form-btn {
  width: 100%;
}
.news-feed-section .news-right-widget .widget .widget-post .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .news-feed-section .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-feed-section .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-feed-section .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .news-feed-section .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
.news-feed-section .news-right-widget .widget .widget-post .blog-post img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-feed-section .news-right-widget .widget .widget-post .blog-post .post-content {
  margin-left: 20px;
}
.news-feed-section .news-right-widget .widget .widget.widget-banner-add {
  border: 0;
  background: url(../img/services/banne-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.news-feed-section .news-right-widget .widget .widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: rgb(8, 61, 88);
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.news-feed-section .news-right-widget .widget .widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.news-feed-section .news-right-widget .widget .widget.widget-banner-add p {
  color: #adbbc2;
}
.news-feed-section .news-right-widget .widget .widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}
.news-feed-section .news-right-widget .widget .widget-author-content h5 {
  margin-bottom: 14px;
  margin-top: 22px;
}
.news-feed-section .news-right-widget .widget .widget-author-content p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  max-width: 275px;
  margin-bottom: 20px;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a {
  color: #d4d4d4;
  width: 30px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a.fb {
  background: #1877f2;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a.ttr {
  background: #1da1f2;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a.lkdin {
  background: #1877f2;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a.ggl {
  background: #cd201f;
}
.news-feed-section .news-right-widget .widget .widget-author-content .author__social a:hover {
  color: var(--theme-color);
}
.news-feed-section .news-right-widget .widget.widget-search {
  padding-bottom: 45px;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input {
  color: #999999;
  height: 59px;
  width: 100%;
  padding-left: 22px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--theme-color);
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-webkit-input-placeholder {
  color: #999999;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input:-ms-input-placeholder {
  color: #999999;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-ms-input-placeholder {
  color: #999999;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::placeholder {
  color: #999999;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form .widget-btn {
  border: 0;
  background: var(--theme-color);
  width: 60px;
  padding: 17px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.news-feed-section .news-right-widget .widget.widget-search .subscribe-form .widget-btn i {
  font-size: 14px;
  color: #fff;
}
.news-feed-section .news-right-widget .widget.widget-post {
  padding-bottom: 50px;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list {
  padding: 0;
  margin: 0;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li {
  margin-bottom: 20px;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post:hover h6 a {
  text-decoration: underline;
  color: var(--theme-color);
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post .post-content {
  padding-left: 20px;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post .post-content h6 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 150px;
  margin-bottom: 7px;
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post .post-content span {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
  font-family: "Roboto";
}
.news-feed-section .news-right-widget .widget.widget-post .post-list li .blog-post .post-content span i {
  color: #111111;
  margin-right: 2px;
}
.news-feed-section .news-right-widget .widget.widget-categories-list ul li:hover a i {
  color: #111111;
}
.news-feed-section .news-right-widget .widget.widget-categories-list ul li a {
  position: relative;
  width: 100%;
  display: block;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 46px;
  color: #777777;
  font-weight: 400;
}
.news-feed-section .news-right-widget .widget.widget-categories-list ul li a i {
  font-size: 16px;
  color: #c5c5c5;
  margin-right: 7px;
}
.news-feed-section .news-right-widget .widget.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-feed-section .news-right-widget .widget.widget-categories-list ul li a:hover {
  color: #111111;
}
.news-feed-section .news-right-widget .widget .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-feed-section .news-right-widget .widget .tag-list a {
  font-size: 12px;
  color: #111111;
  font-weight: 400;
  display: inline-block;
  font-family: "Roboto";
  background-color: #f4f4f4;
  padding: 5px 22px;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-transform: uppercase;
}
.news-feed-section .news-right-widget .widget .tag-list a:hover {
  color: #fff;
  background: var(--theme-color);
}
.news-feed-section .news-right-widget .widget .tag-list a:hover {
  background: var(--theme-color);
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad a {
  display: block;
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad .ad-thumb {
  width: 100%;
  position: relative;
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad .ad-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  mix-blend-mode: color-burn;
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad .ad-thumb img {
  width: 100%;
}
.news-feed-section .news-right-widget .widget.widget-sponsors-ad .ad-tag {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-feed-section .page-navigation {
  margin-top: 10px;
}
.news-feed-section .page-navigation .pagination {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 400px) {
  .news-feed-section .page-navigation .pagination {
    margin-bottom: 40px;
  }
}
.news-feed-section .page-navigation .pagination .page-item {
  margin-left: 15px;
}
.news-feed-section .page-navigation .pagination .page-item.active > a {
  color: #fff;
  background-color: #000;
}
.news-feed-section .page-navigation .pagination .page-item a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 5px;
}
.news-feed-section .page-navigation .pagination .page-item a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.news-feed-section .page-navigation .pagination .page-item1 {
  margin-left: 15px;
}
@media (max-width: 450px) {
  .news-feed-section .page-navigation .pagination .page-item1 {
    display: none;
  }
}
.news-feed-section .page-navigation .pagination .page-item1 a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 5px;
}
.news-feed-section .page-navigation .pagination .page-item1 a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.news-left2 .news-top .icon-text {
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .viewers {
    display: block;
  }
}
.news-left2 .news-top .icon-text .viewers a {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  padding-right: 25px;
  line-height: 0;
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .viewers a {
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .viewers a {
    border: none;
    padding-bottom: 10px;
  }
}
.news-left2 .news-top .icon-text .viewers a i {
  padding-right: 5px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .comment {
    display: block;
  }
}
.news-left2 .news-top .icon-text .comment a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  line-height: 0;
  padding: 0 25px;
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .comment a {
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .comment a {
    border: none;
    padding-bottom: 10px;
  }
}
.news-left2 .news-top .icon-text .comment a i {
  padding-right: 5px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .date {
    display: block;
  }
}
.news-left2 .news-top .icon-text .date a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  padding-left: 25px;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .date a {
    padding: 0 10px;
  }
}
.news-left2 .news-top .icon-text .date a i {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .news-left2 .news-top .icon-text {
    margin-bottom: 15px;
  }
}
@media (max-width: 451px) {
  .news-left2 .news-top .icon-text span a {
    padding: 0 !important;
    margin-bottom: 10px;
  }
}
.news-left2 .news-top .description {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .news-left2 .news-top .image-section .image-1 {
    margin-bottom: 20px;
  }
}
.news-left2 .news-top .image-section img {
  border-radius: 5px;
}
.news-left2 .feature-section {
  padding-top: 60px;
}
.news-left2 .feature-section .section-title {
  font-size: 18px;
  font-weight: 500;
}
.news-left2 .feature-section .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news-left2 .feature-section .title-inner {
    display: block;
  }
}
.news-left2 .feature-section .title-inner .sect-title {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .news-left2 .feature-section .title-inner .sect-title {
    width: 100%;
  }
}
.news-left2 .feature-section .title-inner .sect-title::before {
  content: "";
  position: absolute;
  background: #000;
  width: 25px;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-left2 .feature-section .title-inner .sect-title h3 {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-left: 10px;
}
.news-left2 .quote-section {
  margin: 20px 0 40px 0;
  background-color: #000;
  border-radius: 7px;
  padding: 55px 100px;
}
@media (max-width: 450px) {
  .news-left2 .quote-section {
    padding: 40px 20px;
  }
}
.news-left2 .quote-section .icon {
  padding-bottom: 35px;
}
.news-left2 .quote-section .text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 450px) {
  .news-left2 .quote-section .text h3 {
    font-size: 16px;
  }
}
.news-left2 .quote-section .author2 .name {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.news-left2 .quote-section .author2 .intro {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.news-left2 .description2 {
  padding: 10px 0 30px 0;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.news-left2 .bottom-area {
  padding-top: 30px;
}
.news-left2 .bottom-area .blog-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
  .news-left2 .bottom-area .blog-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-left2 .bottom-area .blog-actions .tag-area {
    margin-bottom: 20px;
    text-align: center;
  }
  .news-left2 .bottom-area .blog-actions .social-area {
    text-align: center;
  }
  .news-left2 .bottom-area .blog-actions .social-area .social-title h4 {
    margin-bottom: 10px;
  }
  .news-left2 .bottom-area .blog-actions .social-area li {
    padding-top: 0 !important;
  }
  .news-left2 .bottom-area .blog-actions .social-area li:last-child {
    padding-right: 0;
  }
}
.news-left2 .bottom-area .tag-area h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.news-left2 .bottom-area .tag-area .button-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-left2 .bottom-area .tag-area .button-tag ul li {
  padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #f4f4f4;
  margin-right: 5px;
  font-family: "Roboto";
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .bottom-area .tag-area .button-tag ul li:hover {
  background-color: var(--theme-color);
}
.news-left2 .bottom-area .tag-area .button-tag ul li:hover a {
  color: #fff;
}
.news-left2 .bottom-area .tag-area .button-tag ul li a {
  color: #111111;
}
.news-left2 .bottom-area .social-area .social-title h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.news-left2 .bottom-area .social-area .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .social-area .social-icon ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.news-left2 .bottom-area .social-area .social-icon ul li {
  padding: 10px 20px 0 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .bottom-area .social-area .social-icon ul li:hover a {
  color: var(--theme-color);
}
.news-left2 .bottom-area .social-area .social-icon ul li a {
  color: #b9b9b9;
}
.news-left2 .bottom-area .post-area {
  padding: 40px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.news-left2 .bottom-area .post-area .quick-post {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.news-left2 .bottom-area .post-area .quick-post .post-text .sub-title {
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 5px;
}
.news-left2 .bottom-area .post-area .quick-post .post-text .sect-title {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 26px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news-left2 .bottom-area .post-area .quick-post .post-text .sect-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .post-area .quick-post .post-text {
    text-align: center;
  }
}
.news-left2 .bottom-area .post-area .previous-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .post-area .previous-post {
    margin-bottom: 30px;
  }
}
.news-left2 .bottom-area .post-area .icon-area {
  text-align: center;
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .post-area .icon-area {
    margin-bottom: 30px;
  }
}
.news-left2 .bottom-area .post-area .next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .post-area .next-post {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.news-left2 .bottom-area .blog-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f3f3f3;
  padding: 40px;
}
.news-left2 .bottom-area .blog-author-box .content {
  padding: 0 40px;
}
.news-left2 .bottom-area .blog-author-box span {
  font-size: 12px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 5px;
}
.news-left2 .bottom-area .blog-author-box .author-name {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-left2 .bottom-area .blog-author-box .author-description {
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  max-width: 494px;
}
@media (max-width: 768px) {
  .news-left2 .bottom-area .blog-author-box .author-name {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.news-left2 .bottom-area .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-top: 0;
  margin-bottom: 40px;
}
.news-left2 .bottom-area .comment-header .comment {
  font-size: 20px;
}
.news-left2 .bottom-area .comment-header .icon a {
  color: #999999;
  font-size: 20px;
}
.news-left2 .bottom-area .comment-section.first-child .comment-text {
  border-top: none;
  padding-top: 0;
}
.news-left2 .bottom-area .comment-section .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #f3f3f3;
}
.news-left2 .bottom-area .comment-section .comment-text .commentator a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-left2 .bottom-area .comment-section .comment-text .commentator a img {
  width: 100%;
}
.news-left2 .bottom-area .comment-section .comment-text .text {
  padding-left: 30px;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .title .sub-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .title .sect-title {
  line-height: 25px;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .title .sect-title a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto";
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .title .sect-title a i {
  margin-right: 4px;
  color: var(--theme-color);
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .button {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .button a {
  font-size: 14px;
  color: #111111;
  font-family: "Roboto";
  border: 1px solid #f3f3f3;
  padding: 7px 22px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.news-left2 .bottom-area .comment-section .comment-text .text .section-title .button a:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
}
.news-left2 .bottom-area .comment-section .comment-text .text .description {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 0;
}
.news-left2 .bottom-area .rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.news-left2 .bottom-area .rating-area .rating-text h2 {
  font-size: 20px;
  color: #000;
}
@media (max-width: 450px) {
  .news-left2 .bottom-area .rating-area .rating-text h2 {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .news-left2 .bottom-area .rating-area .rating-icon {
    font-size: 16px;
  }
}
.news-left2 .bottom-area .rating-area .rating-icon .one a {
  color: var(--theme-color);
}
.news-left2 .bottom-area .rating-area .rating-icon .two a {
  color: var(--theme-color);
}
.news-left2 .bottom-area .rating-area .rating-icon .three a {
  color: var(--theme-color);
}
.news-left2 .bottom-area .comment-form .post-title {
  font-size: 26px;
  margin-bottom: 35px;
  padding-top: 30px;
}
@media (max-width: 450px) {
  .news-left2 .bottom-area .comment-form .post-title {
    font-size: 20px;
  }
}
.news-left2 .bottom-area .comment-form .contact-form {
  padding: 40px;
  background: #f7f7f7;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box.text-input::before {
  content: "\f303";
  font-weight: 700;
  color: #000;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box.name-input::before {
  content: "\f406";
  font-weight: 700;
  color: #000;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box.mail-input::before {
  content: "\f0e0";
  font-weight: 700;
  color: #000;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box.sub-input::before {
  content: "\f0ac";
  font-weight: 700;
  color: #000;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box::before {
  content: "\f007";
  left: auto;
  right: 30px;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #083d59;
  top: 17px;
  z-index: 2;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  width: 100%;
  height: 315px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 500;
  font-family: "Roboto";
  max-height: 160px;
  border: none;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box textarea:focus {
  outline: 1px solid var(--theme-color);
}
.news-left2 .bottom-area .comment-form .contact-form .input-box input {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  height: 60px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news-left2 .bottom-area .comment-form .contact-form .input-box input:-moz-placeholder-shown {
  color: #777777;
  font-weight: 500;
  font-family: "Roboto";
}
.news-left2 .bottom-area .comment-form .contact-form .input-box input:-ms-input-placeholder {
  color: #777777;
  font-weight: 500;
  font-family: "Roboto";
}
.news-left2 .bottom-area .comment-form .contact-form .input-box input:placeholder-shown {
  color: #777777;
  font-weight: 500;
  font-family: "Roboto";
}
.news-left2 .bottom-area .comment-form .contact-form .input-box input:focus {
  outline: 1px solid var(--theme-color);
}
.news-left2 .bottom-area .comment-form .contact-form .form-btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  border: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.news-left2 .bottom-area .comment-form .contact-form .form-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: var(--theme-color);
}
.news-left2 .bottom-area .comment-form .contact-form .form-btn:hover {
  color: #fff;
}
.news-left2 .bottom-area .comment-form .contact-form .form-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (max-width: 768px) {
  .news-left2 .bottom-area .comment-form .contact-form {
    padding: 20px;
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  .news-left2 .bottom-area .comment-form .contact-form textarea {
    padding: 10px !important;
  }
  .news-left2 .bottom-area .comment-form .contact-form input {
    padding: 15px !important;
  }
}

.news-feed-area {
  padding-right: 50px;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .news-feed-area {
    padding-right: 0;
  }
}

.feed-blog-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.feed-blog-item .blog-picture {
  width: 100%;
  position: relative;
}
.feed-blog-item .blog-picture img {
  width: 100%;
}
.feed-blog-item .contents {
  position: relative;
  padding: 50px;
  border: 1px solid #eeeeee;
  border-top: none;
}
.feed-blog-item .contents.border-top-on {
  border: 1px solid #eeeeee;
}
.feed-blog-item .flex-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -30px;
  padding-right: 100px;
  z-index: 1;
}
.feed-blog-item .catagory-tag {
  padding: 7px 15px;
  border-radius: 0;
  background: var(--theme-color);
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}
.feed-blog-item .blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  padding-right: 30px;
  border-radius: 3px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.08));
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #111111;
  font-weight: 600;
}
.feed-blog-item .blog-author .author-dp {
  margin-right: 10px;
}
.feed-blog-item .blog-title {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 15px;
}
.feed-blog-item p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.feed-blog-item .blog-bottom-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feed-blog-item .blog-bottom-action span {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
  font-family: "Roboto";
}
.feed-blog-item .blog-bottom-action span i {
  margin-right: 5px;
  color: #111111;
}
.feed-blog-item .blog-bottom-action .separator {
  width: 1px;
  height: 11px;
  margin: 0 25px;
  background: #d0d0d0;
}
.feed-blog-item .slider-navigation {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feed-blog-item .slider-navigation .slide-btn i {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .feed-blog-item {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
  .feed-blog-item .blog-title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 900px) {
  .feed-blog-item .blog-title {
    font-size: 25px;
    line-height: 39px;
  }
}
@media (max-width: 600px) {
  .feed-blog-item .contents {
    padding: 20px;
    padding-top: 50px;
  }
  .feed-blog-item .flex-wrapper {
    padding-right: 40px;
  }
  .feed-blog-item .blog-author {
    padding: 5px;
    padding-right: 10px;
  }
  .feed-blog-item .blog-author .author-name {
    font-size: 14px;
  }
  .feed-blog-item .blog-title {
    font-size: 20px;
    line-height: 34px;
  }
  .feed-blog-item .play-btn .popup-video {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 510px) {
  .feed-blog-item .blog-bottom-action .separator {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  .feed-blog-item .flex-wrapper {
    display: none;
  }
  .feed-blog-item .blog-title {
    font-size: 18px;
    line-height: 28px;
  }
  .feed-blog-item .blog-bottom-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .feed-blog-item .blog-bottom-action .item {
    margin-bottom: 10px;
  }
  .feed-blog-item .blog-bottom-action .separator {
    background: transparent;
  }
  .feed-blog-item .slider-navigation {
    top: 30%;
  }
  .feed-blog-item .slider-navigation .slide-btn i {
    font-size: 14px;
  }
}

.quote-box {
  background-image: url("../images/background/quote-bg.jpg");
  background-size: cover;
  padding: 60px 40px;
  width: 100%;
  margin-bottom: 40px;
}
.quote-box .quote-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote-box .quote {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  max-width: 600px;
}
.quote-box .quote-icon {
  margin-right: 25px;
}
@media (max-width: 900px) {
  .quote-box .quote {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .quote-box {
    padding: 50px 25px;
  }
  .quote-box .quote {
    font-size: 23px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .quote-box {
    padding: 50px 25px;
  }
  .quote-box .quote {
    font-size: 18px;
    line-height: 30px;
  }
  .quote-box .quote-icon {
    margin-right: 20px;
  }
}

.rts-blog-details .left-news-col {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .rts-blog-details .left-news-col {
    padding-right: 15px;
  }
}
.rts-blog-details .blog-details {
  border: 1px solid #ececec;
  padding: 45px;
}
.rts-blog-details .news-top {
  margin-bottom: 60px;
  border-bottom: 1px solid #ececec;
}
.rts-blog-details .icon-text span {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto";
}
.rts-blog-details .icon-text span i {
  color: #111111;
}
.rts-blog-details .blog-point-text {
  margin-bottom: 30px;
}
.rts-blog-details .description {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
}
.rts-blog-details .blog-image {
  width: 100%;
  margin-bottom: 50px;
}
.rts-blog-details .blog-image img {
  width: 100%;
}
.rts-blog-details .blog-part2 .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rts-blog-details .blog-part2 .blog-part-image {
  margin-right: 30px;
  min-width: 190px;
}
.rts-blog-details .blog-part2 .blog-part-image img {
  width: 100%;
}
.rts-blog-details .blog-part2 p {
  max-width: 580px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.rts-blog-details .part-gap {
  margin-bottom: 50px;
}
.rts-blog-details .blog-quote-box {
  border: 1px solid #e5272e;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rts-blog-details .blog-quote-box .author-box {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 15px;
}
.rts-blog-details .blog-quote-box .author-box .author {
  display: block;
  margin-left: 25px;
}
.rts-blog-details .blog-quote-box .author-box .author .blog-author {
  font-size: 16px;
  margin-bottom: 0;
}
.rts-blog-details .blog-quote-box .author-box .author .role {
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  color: #777777;
}
.rts-blog-details .blog-quote-box .blog-quote {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 38px;
  color: #111111;
  font-weight: 600;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rts-blog-details .blog-quote-box .blog-author {
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px;
}
.rts-blog-details .blog-quote-box .role {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color);
  font-weight: 700;
  font-family: "Roboto";
}
.rts-blog-details .news-right-widget {
  padding-left: 35px;
  position: sticky;
  top: 0;
}
@media (max-width: 1200px) {
  .rts-blog-details .news-right-widget {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .rts-blog-details .blog-details {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .rts-blog-details .blog-details {
    padding: 20px;
  }
  .rts-blog-details .description {
    margin-bottom: 35px;
  }
  .rts-blog-details .news-top {
    margin-bottom: 25px;
  }
  .rts-blog-details .button-area {
    padding-top: 0;
  }
  .rts-blog-details .blog-part2 .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-blog-details .blog-part2 .blog-part-image {
    margin: 0;
    margin-bottom: 20px;
  }
  .rts-blog-details .blog-quote-box {
    padding: 60px 50px;
  }
  .rts-blog-details .blog-quote-box .blog-quote {
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .rts-blog-details .bottom-area .blog-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .rts-blog-details .bottom-area .blog-author-box .author-dp {
    margin-bottom: 15px;
  }
  .rts-blog-details .bottom-area .blog-author-box .content {
    text-align: center;
    padding: 0 20px;
  }
  .rts-blog-details .part-gap {
    margin-bottom: 30px;
  }
  .rts-blog-details .part-gap.mb--50 {
    margin-bottom: 30px !important;
  }
  .rts-blog-details .comment-section .commentator {
    margin-bottom: 20px;
  }
  .rts-blog-details .comment-section .comment-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-blog-details .comment-section .comment-text .text {
    padding-left: 0 !important;
  }
  .rts-blog-details .comment-section .comment-text .text .section-title .button a {
    padding: 6px 18px !important;
  }
}
@media (max-width: 576px) {
  .rts-blog-details .blog-details {
    padding: 0;
    border: none;
  }
  .rts-blog-details .blog-quote-box {
    padding: 40px 20px;
  }
  .rts-blog-details .blog-quote-box .blog-quote {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}

.rts-about-us-section .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-about-us-section .about-picture {
  margin-right: 40px;
}
.rts-about-us-section .section-title-area {
  margin-bottom: 40px;
}
.rts-about-us-section .section-title-area .section-title {
  margin-bottom: 15px;
}
.rts-about-us-section .section-title-area p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
}
.rts-about-us-section .about-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.rts-about-us-section .about-plan .plan-item:first-child {
  margin-right: 45px;
}
.rts-about-us-section .about-plan .plan-item h4 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 34px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 7px;
}
.rts-about-us-section .about-plan .plan-item p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  max-width: 300px;
}
.rts-about-us-section .more-btn {
  font-size: 14px;
  padding: 0;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-weight: 500;
  color: #fff;
  background: #111111;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 2px;
}
@media (max-width: 1100px) and (min-width: 900px) {
  .rts-about-us-section .more-btn {
    display: block;
  }
}
@media (max-width: 450px) {
  .rts-about-us-section .more-btn {
    display: block;
    margin: 0 auto;
  }
}
.rts-about-us-section .more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: var(--theme-color);
}
.rts-about-us-section .more-btn:hover {
  color: #fff;
}
.rts-about-us-section .more-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (max-width: 1200px) {
  .rts-about-us-section .section-title-area {
    margin-bottom: 15px;
  }
  .rts-about-us-section .section-title-area .section-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .rts-about-us-section .about-plan {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .rts-about-us-section .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rts-about-us-section .about-inner .about-picture {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .rts-about-us-section .about-inner .about-picture img {
    width: 100%;
  }
}

.rts-champion-section {
  background: url(../images/about/about-bg2.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding-top: 125px;
  padding-bottom: 125px;
}
.rts-champion-section .player-image {
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-animation: hero-move2 40s infinite linear;
          animation: hero-move2 40s infinite linear;
}
.rts-champion-section .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  .rts-champion-section .top-wrap {
    margin-bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rts-champion-section .filter-button-group {
  -webkit-filter: drop-shadow(-15px 15px 20px rgb(190, 190, 190));
          filter: drop-shadow(-15px 15px 20px rgb(190, 190, 190));
}
.rts-champion-section .filter-button-group .filter-btn {
  margin-right: 15px;
  background: rgb(255, 255, 255);
  height: 60px;
  padding: 0 35px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: #111111;
  font-weight: 600;
}
.rts-champion-section .filter-button-group .filter-btn:hover, .rts-champion-section .filter-button-group .filter-btn.active {
  background: var(--theme-color);
  color: #fff;
}
.rts-champion-section .champion-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.rts-champion-section .champion-details .contents {
  max-width: 610px;
  margin-top: 60px;
}
.rts-champion-section .champion-details .contents .details-title {
  font-size: 48px;
  letter-spacing: -2px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 30px;
}
.rts-champion-section .champion-details .contents p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
}
.rts-champion-section .champion-details .contents p.p1 {
  margin-bottom: 20px;
}
.rts-champion-section .champion-details .details-video {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .rts-champion-section .champion-details .contents .details-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .rts-champion-section .champion-details .contents p.p1 {
    margin-bottom: 10px;
  }
  .rts-champion-section .champion-details .details-video {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .rts-champion-section .champion-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .rts-champion-section .champion-details .contents p.p1 {
    margin-bottom: 15px;
  }
  .rts-champion-section .champion-details .details-video {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .rts-champion-section .champion-details .details-video img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rts-champion-section .top-wrap {
    margin-bottom: 30px;
  }
  .rts-champion-section .filter-button-group .filter-btn {
    height: 50px;
    padding: 0 20px;
  }
  .rts-champion-section .champion-details .contents .details-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 510px) {
  .rts-champion-section .filter-button-group .filter-btn {
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .rts-champion-section .top-wrap {
    margin-bottom: 15px;
  }
  .rts-champion-section .filter-button-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rts-champion-section .filter-button-group .filter-btn {
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.rts-about-section {
  background-color: rgb(17, 17, 17);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rts-about-section .shape1 {
  position: absolute;
  top: 0;
  z-index: -1;
}
.rts-about-section .shape2 {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: -1;
  -webkit-animation: hero-move2 40s infinite linear;
          animation: hero-move2 40s infinite linear;
}
@media (max-width: 450px) {
  .rts-about-section .shape2 {
    display: none;
  }
}
.rts-about-section .container {
  max-width: 1500px;
}
.rts-about-section .about-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-about-section .about-inner .about-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-about-section .about-inner .about-thumb .img1 {
  margin-right: 25px;
}
.rts-about-section .about-inner .contents {
  padding: 0 30px;
}
@media (max-width: 576px) {
  .rts-about-section .about-inner .contents {
    padding: 0;
    margin-top: 20px;
  }
}
.rts-about-section .about-inner .contents .section-title-area {
  position: relative;
  margin-bottom: 30px;
}
.rts-about-section .about-inner .contents .section-title-area .pretitle {
  font-size: 210px;
  font-family: "Oswald";
  -webkit-text-fill-color: #0c0c0c;
  -webkit-text-stroke-color: rgba(133, 133, 133, 0.231372549);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.155;
  text-align: center;
  text-shadow: 7.5px 12.99px 29px rgba(21, 21, 21, 0.153);
  position: absolute;
  top: 40px;
  left: 70px;
}
.rts-about-section .about-inner .contents .section-title-area .section-title span {
  font-size: 36px;
  color: #fff;
}
.rts-about-section .about-inner .contents .section-title-area p {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1150px) and (min-width: 991px) {
  .rts-about-section .about-inner .contents .section-title-area p br {
    display: none;
  }
}
@media (max-width: 700px) {
  .rts-about-section .about-inner .contents .section-title-area p br {
    display: none;
  }
}
.rts-about-section .about-inner .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .rts-about-section .about-inner .contents ul {
    display: block;
  }
}
.rts-about-section .about-inner .contents ul .player {
  position: relative;
  padding-left: 55px;
  margin-right: 55px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .rts-about-section .about-inner .contents ul .player {
    margin-right: 18px;
  }
}
@media (max-width: 700px) {
  .rts-about-section .about-inner .contents ul .player {
    margin-right: 18px;
  }
}
@media (max-width: 576px) {
  .rts-about-section .about-inner .contents ul .player {
    margin-bottom: 15px;
  }
}
.rts-about-section .about-inner .contents ul .player::before {
  content: "\f00c";
  position: absolute;
  background: #fff;
  font-family: "Font Awesome 5 Pro";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rts-about-section .about-inner .contents ul .player .sub {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
.rts-about-section .about-inner .contents ul .player .title {
  color: #fff;
  font-size: 20px;
}
.rts-about-section .about-inner .contents .more-btn {
  border-radius: 0;
}

.contact-area {
  padding: 100px 0 100px 0;
}
.contact-area .container .address-box {
  margin-bottom: 80px;
}
.contact-area .container .address-box .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e7e7e7;
  padding: 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .contact-area .container .address-box .address {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contact-area .container .address-box .address {
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .contact-area .container .address-box .address {
    display: block;
  }
}
.contact-area .container .address-box .address:hover {
  background: var(--theme-color);
}
.contact-area .container .address-box .address:hover .icon {
  background: #fff;
}
.contact-area .container .address-box .address:hover .content .heading {
  color: #fff;
}
.contact-area .container .address-box .address:hover .content .heading::before {
  background: #fff;
}
.contact-area .container .address-box .address:hover .content .desc {
  color: #fff;
}
.contact-area .container .address-box .address .icon {
  color: var(--theme-color);
  background: #fff2f3;
  width: 62px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .contact-area .container .address-box .address .icon {
    width: 80px;
  }
}
.contact-area .container .address-box .address .content {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .contact-area .container .address-box .address .content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-area .container .address-box .address .content .heading {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-area .container .address-box .address .content .heading::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background-color: var(--theme-color);
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-area .container .contact-area-inner {
  background: #111111;
  padding: 80px;
}
@media (max-width: 576px) {
  .contact-area .container .contact-area-inner {
    padding: 20px;
  }
}
.contact-area .container .contact-form .post-title {
  font-size: 40px;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .contact-area .container .contact-form .post-title {
    font-size: 20px;
  }
}
.contact-area .container .contact-form .sub-title {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
.contact-area .container .contact-form .info-form {
  padding: 0;
}
.contact-area .container .contact-form .info-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  position: relative;
}
.contact-area .container .contact-form .info-form .input-box.name::before {
  content: "\f007";
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  left: 18px;
  top: 18px;
  z-index: 2;
}
.contact-area .container .contact-form .info-form .input-box.email::before {
  content: "\f0e0";
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  left: 18px;
  top: 18px;
  z-index: 2;
}
.contact-area .container .contact-form .info-form .input-box.message::before {
  content: "\f02d";
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  left: 18px;
  top: 18px;
  z-index: 2;
}
@media (max-width: 576px) {
  .contact-area .container .contact-form .info-form .input-box {
    margin-bottom: 10px;
  }
}
.contact-area .container .contact-form .info-form .input-box textarea {
  border: 2px solid #1a1a1a;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 50px;
  color: #fff;
  font-size: 14px;
  background-color: #1a1a1a;
  width: 100%;
  height: 175px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
.contact-area .container .contact-form .info-form .input-box textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box textarea:focus {
  outline: 1px solid var(--theme-color);
}
.contact-area .container .contact-form .info-form .input-box input {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 50px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  background-color: #1a1a1a;
  position: relative;
  width: 100%;
  z-index: 1;
}
.contact-area .container .contact-form .info-form .input-box input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box input::placeholder {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto";
}
.contact-area .container .contact-form .info-form .input-box input:focus {
  outline: 1px solid var(--theme-color);
}
.contact-area .container .contact-form .info-form .form-btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1a1a1a;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  border: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.contact-area .container .contact-form .info-form .form-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: var(--theme-color);
}
.contact-area .container .contact-form .info-form .form-btn:hover {
  color: #fff;
}
.contact-area .container .contact-form .info-form .form-btn:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.contact-area .container .right-side {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .contact-area .container .right-side {
    padding: 0;
  }
}
.contact-area .container .right-side .get-in-touch {
  background-color: #f9f9f9;
  padding: 50px 25px 50px 50px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .contact-area .container .right-side .get-in-touch {
    padding: 50px 0 50px 25px;
  }
}
@media (max-width: 576px) {
  .contact-area .container .right-side .get-in-touch {
    padding: 25px 0 25px 15px;
  }
  
  .card-body {
    padding:0px;
  }

}
.contact-area .container .right-side .get-in-touch h3 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1;
}
.contact-area .container .right-side .get-in-touch .contact {
  padding: 0 35px;
}
.contact-area .container .right-side .get-in-touch .contact ul li {
  position: relative;
  padding: 12px 0;
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.contact-area .container .right-side .get-in-touch .contact ul li a {
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-area .container .right-side .get-in-touch .contact ul li a:hover {
  color: var(--theme-color);
}
.contact-area .container .right-side .get-in-touch .contact ul li.one::before {
  content: "\f3c5";
  left: -35px;
  top: 12px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .get-in-touch .contact ul li.two::before {
  content: "\f095";
  left: -35px;
  top: 11px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .get-in-touch .contact ul li.three::before {
  content: "\f017";
  left: -35px;
  top: 11px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .section-button {
  text-align: center;
}
@media (max-width: 991px) {
  .contact-area .container .right-side .section-button {
    margin-bottom: 50px;
  }
}
.contact-area .container .right-side .section-button .btn-1 {
  margin: 25px 0 10px 0;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 400px) {
  .contact-area .container .right-side .section-button .btn-1 {
    font-size: 14px;
  }
}
.contact-area .container .right-side .section-button .btn-1:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.contact-area .container .right-side .section-button .btn-1:hover a {
  color: #fff;
}
.contact-area .container .right-side .section-button .btn-1 a {
  padding: 15px 20px;
  display: block;
}
.contact-area .container .right-side .section-button .btn-1 a i {
  margin-left: 10px;
  font-weight: 500;
}
.contact-area .container .right-side .section-button .btn-2 {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 400px) {
  .contact-area .container .right-side .section-button .btn-2 {
    font-size: 14px;
  }
}
.contact-area .container .right-side .section-button .btn-2:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}
.contact-area .container .right-side .section-button .btn-2:hover a {
  color: #fff;
}
.contact-area .container .right-side .section-button .btn-2 a {
  padding: 15px 20px;
  display: block;
}
.contact-area .container .right-side .section-button .btn-2 a i {
  margin-left: 10px;
  font-weight: 500;
}
.contact-area .map p iframe {
  width: 100%;
  height: 500px;
}



.form-group {
  display: block;
  margin-bottom: 10px;
}

/* .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */

.form-group label {
  position: relative;
  cursor: pointer;
}

/* .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #e3e3e3;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
} */

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #040404;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* blog page css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #96a330;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 11px #e0e0e0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.domain-form .form-group {
  border: 1px solid #d6ff3c;
  padding: 20px;
}
#img-upload {
  width: 100%;
}

.domain-form .form-group input {
  height: 42px !important;
  border: transparent;
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #3a4348 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.px-4 {
  padding-left: 1.5rem !important;
}

.domain-form .form-group .search-domain {
  background: #1a39a5;
  border: 2px solid #22d47b;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.domain-price span {
  color: #3a4348;
  margin: 0 10px;
}

.domain-price span small {
  color: rgb(220, 220, 101);
}

/**------------------------------------------------------------------
 * Buttons Start Here
 */
button,
.btn {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.btn {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.more-btn {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 60px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #efefef;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.more-btn:hover {
  background: #111111;
  color: #fff;
  border: 1px solid transparent;
}
.more-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}





.arrow-btn-hover {
  overflow: hidden;
}
.arrow-btn-hover:hover {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
}
.arrow-btn-hover:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.arrow-btn-hover:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.arrow-btn-hover i {
  margin-left: 5px;
  font-size: 17px;
}
.arrow-btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
          clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
  background: #FF1856;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: -1;
}
.arrow-btn-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-clip-path: polygon(70% 50%, 0 0, 0 100%);
          clip-path: polygon(70% 50%, 0 0, 0 100%);
  background: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: -1;
}

.rts-post-2-medium .post-title {
  max-width: 350px;
}
.rts-post-2-medium .post-title a {
  font-size: 20px;
  line-height: 24px;
  background-size: 200% 1px;
}

.all-products-link {
  color: #040404;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 40px;
  border: 2px solid #EFEFEF;
  border-radius: 7px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.all-products-link:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
}

.slider-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #040404;
}
.slider-btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.slider-btn::after {
  display: none;
}


.play-btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  color: #111111;
  font-size: 18px;
  pointer-events: all;
}
.play-btn a:hover {
  background: var(--theme-color);
  color: #fff;
}
.custom-border-radius {
  border-radius: 10px;
}


/* my class */



.search-group {
  display: flex;
  width: 100%;
  margin: 2em;
  position: relative;
}
.search-group:before {
  font-family: "iconfont";
  content: "\ea2d";
  font-size: 0.84em;
  position: absolute;
  left: 1.5em;
  top: 1.1em;
  color: #898989;
}

.search-input, .button-search {
  padding: 0.6875em 2em;
}

.search-input {
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  padding: 0.6875em 0.9375em 0.6875em 2.5em;
  width: 100%;
  border: solid 2px #cecfcf;
  border-right: none;
  border-radius: 2em 0 0 2em;
  background: #fff;
  box-sizing: border-box;
}
.search-input::-moz-placeholder {
  -moz-transition: color 0.25s;
  transition: color 0.25s;
  color: #abacac;
  font-size: 0.95em;
  -webkit-font-smoothing: antialias;
}
.search-input:-ms-input-placeholder {
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  color: #abacac;
  font-size: 0.95em;
  -webkit-font-smoothing: antialias;
}
.search-input::placeholder {
  transition: color 0.25s;
  color: #abacac;
  font-size: 0.95em;
  -webkit-font-smoothing: antialias;
}

input.search-input:focus {
  transition: background 0.25s, border-color 0.25s;
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.015);
  outline: none;
}
input.search-input:focus::-moz-placeholder {
  -moz-transition: color 0.25s;
  transition: color 0.25s;
  color: #898989;
}
input.search-input:focus:-ms-input-placeholder {
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  color: #898989;
}
input.search-input:focus::placeholder {
  transition: color 0.25s;
  color: #898989;
}

.button-search {
  transition: background 0.25s, color 0.25s;
  border: none;
  border-radius: 0 2em 2em 0;
  background: #feed01;
}
.button-search:hover {
  transition: background 0.25s, color 0.25s;
  background: #000;
  color: #fff;
}


/* select-btn */
.select-btn{
  background:#feed01;
  border-radius: 10px;
}
/**------------------------------------------------------------------
 * Buttons End Here
 */
