@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");

/* @charset "utf-8"; */
:root {
  --color-primary: #06444A;
  --color-secondary: #000;
  --nav-item: #000;
  --nav-item-active: #06444A;
  --color-black: #000000;
}

/**  
 ------------------------------------------------------------------------------   
    TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. PreHeader and Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Addon Section CSS
    07. Breadcrumbs Section CSS
    08. Banner Section CSS
    09. Video Section CSS
    10. Iconbox Area Section CSS
    11. Skill-bar Section CSS
    12. Services Section CSS
    13. Faq Section CSS
    14. Counter Section CSS
    15. Event Us Section CSS
    16. Team Section CSS
    17. Our Sponsor Section CSS
    18. Gallery Section CSS
    19. Subscribe Section CSS
    20. Partner Section CSS
    21. Privacy Policy Section CSS
    22. Terms & Conditions Section CSS
    23. Cancellation and Refund Policy Section CSS
    24. Become Our Speaker Section CSS
    25. Pricing Section CSS
    26. Blog Section CSS
    27. Testimonial Section CSS
    28. Timecount Ceremony Section CSS
    29. Contact Section CSS
    30. Footer Section CSS
    31. Scroll Up CSS
    32. Preloader CSS
    33. Animation Part CSS      

--------------------------------------------------------*/

@font-face {
  font-family: "Permanent Marker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://fonts.gstatic.com/s/permanentmarker/v10/Fh4uPib9Iyv2ucM6pGQMWimMp004Hao.ttf)
    format("truetype");
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #454545;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  margin: 10px;
}

p {
  margin: 0 0 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}

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

h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-md-left {
  text-align: left;
}

.text-md-right {
  text-align: right;
}

.text-right {
  text-align: right;
}

.no-border {
  border: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.gray-bg {
  background: #faf4fe;
}

.gray-bg2 {
  background: #f7f7f7;
}

.gray-bg3 {
  background: #efeff3;
}

.gray-bg4 {
  background: #fbf7fd;
}

.gray-bg5 {
  background: #fbf3fe;
}

.blue-bg {
  background: #1a0b8c;
}

.blue-bg2 {
  background: #180578;
}

.blue-bg3 {
  background: #170390;
}

.white-color {
  color: #ffffff !important;
}

.title-color {
  color: #0a0a0a !important;
}

.body-color {
  color: #454545 !important;
}

.white-bg {
  background: #fff;
}

a {
  color: #07454A;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #06444A;
}

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

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: #ffffff;
}

.offwrap {
  cursor: url(../images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 999;
}

.copyright p {
  font-size: 15px;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-container .swiper-slide {
  height: 100% !important;
  background: #1a0b8c;
  color: #fff;
  font-size: 50px;
}

.swiper-container .swiper-slide .height-ctrl {
  height: 100vh;
  display: grid;
  align-items: center;
}

.swiper-container .swiper-slide .height-ctrl.too {
  display: flex;
}

.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  height: 35px;
  margin: 0 auto !important;
  font-size: 0;
  width: 35px;
  text-align-last: left;
  border-radius: 0;
  position: relative;
  background: transparent;
  right: 20px;
  transition: all 0.3s ease;
}

.swiper-container .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}

.swiper-container .swiper-pagination-bullet:hover,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 20px;
  background: transparent;
  color: #ffffff;
}

body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}

.bg-unset {
  background: unset !important;
}

button {
  cursor: pointer;
}

.glyph-icon:before {
  margin: 0;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}

ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}

ul.listing-style li {
  margin-bottom: 7px;
}

.features-content {
  padding: 98px 150px 97px 100px;
}

.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}

.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}

.icon-item li {
  display: flex;
  padding-bottom: 10px;
}

.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}

.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}

.icon-item li:last-child {
  padding-bottom: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

.pagination-area {
  display: inline-block;
}

.pagination-area .nav-link .page-number {
  padding: 2px 15px 0 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #eee;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}

.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}

.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}

.pagination-part li a {
  color: #454545;
}

.pagination-part li:last-child {
  border-right: unset;
}

.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}

.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}

.pagination-part .next-page:before {
  right: 4px;
}

.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  background: 0 0 !important;
  color: #0a0a0a;
  display: inline-block;
  transition: 0.4s;
  outline: 0;
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 0;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}

blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.speak-image .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 111;
}

.speak-image .tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0 7px;
  position: absolute;
  z-index: 1;
  bottom: 118%;
  left: 50%;
  margin-left: -60px;
}

.speak-image .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.speak-image .tooltip:hover .tooltiptext {
  visibility: visible;
}

.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}

.rs-carousel.nav-style1 {
  position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
  display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.rs-carousel.nav-style2 {
  position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}

.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
  margin-right: 30px;
}

.rs-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
  background: #07454A;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 8px;
  background: #06444A;
  opacity: 0.5;
}

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.desc {
  color: #07454A;
}

.title {
  color: #06444A;
  font-size: 20px;
}

/* text input with icon */

.has-icon .form-control {
  padding: 15px 38px;
  border-radius: 0;
}

.has-icon .form-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
  color: var(--color-primary);
  padding: 6px 0;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}

.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.readon {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
}

.readon.btn-text {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      160deg,
      var(--color-secondary) 0%,
      var(--color-secondary) 50%,
      var(--color-secondary) 100%
    )
    repeat scroll 0% 0%;
  text-align: center;
  padding: 14px 28px 15px 28px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.readon.btn-text span {
  position: relative;
  z-index: 2;
  float: right;
  color: #ffffff;
}

.readon.btn-text img {
  position: relative;
  z-index: 2;
  height: 32px;
  margin-right: 10px;
}

.readon.btn-text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(2) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}

.readon.btn-text:hover span {
  color: #ffffff;
}

.readon.btn-text:hover:after {
  bottom: 0px;
  opacity: 1;
}

.readon.btn-text.buy-now {
  font-size: 16px;
  padding: 7px 25px 7px 25px;
}

.readon.btn-text.ticket {
  padding: 7px 16px;
  display: table;
  margin: auto;
}

.readon.btn-text.ticket.event {
  background: #fb0268;
}

.readon.btn-text.ticket.orange-btn:after {
  background: #3d9200;
}

.readon.btn-text.orange:after {
  background: #3d9200;
}

.readon.btn-text.learn-more:hover {
  border: 1px solid #612ea7;
}

.readon.btn-text.learn-more:hover span {
  color: #ffffff;
}

.readon.btn-text.learn-more:hover:after {
  bottom: 0px;
  opacity: 1;
}

.readon.btn-text.buy-big {
  padding: 14px 40px 14px 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff0066 0%, #a445b2 160%);
  border-radius: 5px 5px 5px 5px;
}

.readon.btn-text.buy-big:after {
  background-color: #0e0e63;
}

.readon.btn-text.buy-big.small {
  padding: 10px 40px 10px 40px;
}

.readon.regt:hover {
  opacity: 0.8;
}

.blog-button a {
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
  overflow: hidden;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #06444A;
}

.blog-button a span {
  float: left;
  position: relative;
  z-index: 9;
  color: #ffffff;
}

.blog-button a i {
  position: relative;
  z-index: 9;
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
  transition: all ease 0.3s;
}

.blog-button a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #07454A;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.8) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}

.blog-button a:hover i {
  transform: translateX(10px);
}

.blog-button a:hover:after {
  opacity: 1;
  bottom: 0px;
}

.blog-button.service a {
  padding: 10px 26px 11px 25px;
  border-radius: 4px 4px 4px 4px;
}

.blog-button.service a i {
  font-size: 10px;
}

/*-- Submit Button Css --*/
.submit-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #fff;
  z-index: 2;
  border: none;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-bottom: 0;
  background-color: var(--color-secondary);
}

.submit-btn .submit {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 11;
  padding: 7px 16px;
}

.submit-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}

.submit-btn:hover:after {
  opacity: 1;
  bottom: 0;
}

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

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.pt-relative {
  position: relative !important;
}

.sec-title {
  position: relative;
}

.sec-title .sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin: 0 0 10px;
  display: block;
}

.sec-title .sub-text.small {
  text-transform: capitalize;
}

.sec-title .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #07454A;
  margin: 0;
}

.sec-title .title.title2 {
  position: relative;
  z-index: 1;
}

.sec-title .title.title2.title3 {
  color: #ffffff;
  font-size: 44px;
}

.sec-title .title.title2.title3.text-middle:before {
  left: 50%;
  transform: translateX(-50%);
}

.sec-title .title.title2.title3.title4 {
  font-family: "Permanent Marker", Sans-serif;
  font-size: 40px;
}

.sec-title .title.title3 {
  font-size: 30px;
}

.sec-title .desc-small {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.sec-title .desc-big {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.sec-title .heading-border-line {
  position: relative;
}

.sec-title .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: var(--color-secondary);
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.sec-title .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: var(--color-secondary);
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.sec-title .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}

.sec-title .heading-border-line.left-style:before {
  left: 0;
}

.sec-title .heading-border-line.left-style:after {
  left: 0;
}

.sec-title:hover .heading-border-line {
  position: relative;
}

.sec-title:hover .heading-border-line:before {
  width: 65px;
  margin-left: -5px;
  background: var(--color-primary);
}

.sec-title:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: var(--color-primary);
}

/* -----------------------
    03. PreHeader and Header Section CSS
--------------------------*/
.rs-preheader {
  /* position: relative; */
  width: 100%;
  background-color: #f0f1f4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 12px;
  z-index: 999;
}

.rs-preheader .contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #07454A;
}

.rs-preheader .phone {
  display: inline-flex;
}

.rs-preheader .email {
  display: inline-flex;
}

.rs-preheader .social {
  display: flex;
}

.rs-preheader .social ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rs-preheader .social ul li {
  list-style: none;
  margin-left: 20px;
}

.rs-preheader .social svg {
  fill: #07454A;
  width: 20px !important;
  height: 20px !important;
}

.rs-preheader .social svg:hover {
  fill: #06444A;
}

.full-width-header {
  position: relative;
}

.full-width-header .rs-header {
  position: relative;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: #fff;
}

.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 80px;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 0px;
}

.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: var(--nav-item);
  position: relative;
  font-family: Poppins;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .login {
  background: #06444A;
  padding: 10px 20px;
  color: white;
  display: inline;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .login:hover {
  background: #07454A;
  color: white !important;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #06444A;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .shoppingcart
  .p1[data-count]:after {
  position: absolute;
  right: 10px;
  top: 0%;
  content: attr(data-count);
  font-size: 15px;
  padding: 0.2em;
  border-radius: 50%;
  line-height: 1em;
  color: white;
  background: #07454A;
  text-align: center;
  min-width: 20px;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .shoppingcart
  .p3 {
  color: #06444A;
  font-size: 40px;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  > a {
  padding-right: 17px;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  > a:before {
  content: "\f107";
  position: absolute;
  left: auto;
  right: 0;
  z-index: 9999;
  font-size: 10px;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-family: FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children:hover
  > a:before {
  content: "\f106 ";
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.current-menu-item
  > a {
  color: #06444A;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #0a0a0a;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #06444A;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.menu-item-has-children
  a:before {
  display: none;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li:last-child {
  margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.onepage-menu
  li.current-menu-item
  > a {
  color: #06444A;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a:before {
  color: var(--nav-item-active) !important;
}

.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}

.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a:hover {
  color: #06444A;
}

.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li.current-menu-item
  > a {
  color: #06444A;
}

.full-width-header
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  ul
  .search-parent
  a
  i {
  color: #101010;
}

.full-width-header
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  ul
  .search-parent
  a
  i:hover {
  color: #06444A;
}

.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
  font-size: 14px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(160deg, #ff0066 0%, #d41872 80%, #a445b2 168%) repeat scroll
    0% 0%;
  padding: 9px 22px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .btn-quote
  .quote-button:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612ea7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}

.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .btn-quote
  .quote-button:hover:after {
  bottom: 0px;
  opacity: 1;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger {
  display: none;
}

.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}

.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span {
  height: 5px;
  width: 5px;
  display: block;
  background: var(--color-primary);
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}

.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot2,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot3,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot4,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot5,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot6,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot7,
.full-width-header
  .rs-header
  .expand-btn-inner
  ul
  .humburger
  .nav-expander
  .bar
  span.dot8 {
  background: var(--color-primary);
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul {
  margin-left: 0;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .humburger {
  display: block;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .humburger {
  display: none;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(1):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(3):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(4):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(1) {
  top: 0px;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(3) {
  top: 10px;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(3) {
  top: 10px;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  span:nth-child(4) {
  top: 20px;
}

.full-width-header
  .rs-header.header-style3
  .expand-btn-inner
  .rs_click_menu
  .rs__open_hum
  span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.full-width-header .rs-header.header-style3 #rs_click__id {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.full-width-header .rs-header.header-style3 #rs_click__id span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(1) {
  top: 0px;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id
  span:nth-child(1):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(2),
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(3) {
  top: 10px;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id
  span:nth-child(2):before,
.full-width-header
  .rs-header.header-style3
  #rs_click__id
  span:nth-child(3):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(4) {
  top: 20px;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id
  span:nth-child(4):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(1):before {
  display: none;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(2):before {
  display: none;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(3):before {
  display: none;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.full-width-header
  .rs-header.header-style3
  #rs_click__id.rs__open_hum
  span:nth-child(4):before {
  display: none;
}

.full-width-header
  .rs-header.header-style3
  .menu-area
  .row-table
  .col-cell.menu-responsive {
  transform: scaleY(1);
  transition: all 0.5s ease;
}

.full-width-header
  .rs-header.header-style3
  .menu-area
  .row-table
  .col-cell.menu-responsive.active__main__menu {
  transform: scaleY(0);
}

.full-width-header
  .rs-header.header-style4
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #0a0a0a;
}

.full-width-header
  .rs-header.header-style5
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #0a0a0a;
}

.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.full-width-header .mobile-menu {
  display: none;
}

.full-width-header .mobile-menu .mobile-logo {
  float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}

.full-width-header .right_menu_togle {
  background: var(--color-black);
  padding: 46px 60px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: hidden;
}

.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #06444A;
}

.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}

.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 45px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px 0 38px;
}

.full-width-header
  .right_menu_togle
  .canvas-contact
  .address-area
  .address-list {
  display: flex;
  margin-top: 18px;
}

.full-width-header
  .right_menu_togle
  .canvas-contact
  .address-area
  .address-list
  .info-content
  .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.full-width-header
  .right_menu_togle
  .canvas-contact
  .address-area
  .address-list
  .info-content
  em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}

.full-width-header
  .right_menu_togle
  .canvas-contact
  .address-area
  .address-list
  .info-content
  em
  a {
  color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}

.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}

.full-width-header
  .mobile-navbar-menu
  ul.nav-menu
  > li:first-child
  > span.submenu-button:after {
  top: 19px;
}

.full-width-header
  .mobile-navbar-menu
  ul.nav-menu
  > li:first-child
  > span.submenu-button:before {
  top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #06444A;
}

body.modal-open {
  padding: 0 !important;
}

body .modal.show .modal-dialog {
  width: 100%;
}

body .search-modal {
  padding: 0 !important;
  background: #000;
}

body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}

body .search-modal .search-block form {
  position: relative;
}

body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}

body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: "";
  right: 0;
  top: 11px;
}

body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}

body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 0.3;
}

body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}

body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}

body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}

body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}

body .search-modal .close:hover {
  opacity: 0.8 !important;
}

/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------
    06. Addon Section CSS
---------------------------------------*/
.rs-addon-services.style1 .all-services-section {
  display: inline-block;
  width: 100%;
}

.rs-addon-services.style1 .all-services-section .services-item {
  padding: 10px;
  width: 33%;
  float: left;
}

.rs-addon-services.style1 .all-services-section .services-item .services-wrap {
  padding: 58px 50px 58px 50px;
  background-color: #f0f1f4;
  text-align: center;
  position: relative;
  max-height: 240px;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-bottom-img {
  position: absolute;
  right: -10px;
  bottom: 4px;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-bottom-img
  img {
  width: 69px;
  opacity: 0.1;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-part {
  position: relative;
  transition: all 500ms ease;
  transform: translateY(0px);
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-part
  .services-icon
  img {
  max-width: unset;
  width: 50px;
  height: 50px;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-part
  .services-content {
  padding: 10px 0 0;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap
  .services-part
  .services-content
  .title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: #07454A;
  margin: 0 0 10px;
}

.rs-addon-services.style1
  .all-services-section
  .services-item
  .services-wrap:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #06444A;
  transition: all 0.5s ease;
}

.rs-addon-services.style1
  .all-services-section
  .services-item:hover
  .services-wrap:after {
  width: 100%;
}

.rs-addon-services.style1
  .all-services-section
  .services-item:hover
  .services-wrap
  .services-part {
  transform: translateY(-10px);
}

/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #07454A !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 90px 0 50px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}

.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
  padding-right: 290px;
}

.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}

.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: 0.7;
}

/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/
.hero {
  background: #07454A;
  background-image: linear-gradient(rgba(7, 69, 74, 0.5), rgba(7, 69, 74, 0.6)),
    url("../../assets/img/design.png ");
  /* background-image: url("../../assets/img/WELCOME-2023.png"); */
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 25px;
  margin-bottom: 50px;
  max-height: 100vh; 
  width: 100%;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}


.rs-banner.main-home {
  background: url(assets/images/banner/style1/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-banner.main-home .content-wrap {
  padding: 260px 0 290px;
  text-align: center;
}

.rs-banner.main-home .content-wrap .icon-wrap img {
  height: 81px;
}

.rs-banner.main-home .content-wrap .underline-text {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 0px 80px 0px;
}

.rs-banner.main-home .content-wrap .prelements-heading .title-inner .title {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 10px;
  color: #ffffff;
  margin: 0px 0px 92px 0px;
}

.rs-banner.main-home
  .content-wrap
  .prelements-heading
  .title-inner
  .title
  .watermark {
  color: #ffffff24;
  opacity: 1;
  font-size: 130px;
  letter-spacing: -2.5px;
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  width: 100%;
  left: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.rs-banner.main-home .content-wrap .conference-title {
  position: relative;
  z-index: 2;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0px 0px 80px 0px;
}

.rs-banner.banner-home-style2 .content-wrap {
  padding: 260px 0 260px;
}

.rs-banner.banner-home-style2 .content-wrap .title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

.rs-banner.banner-home-style2 .content-wrap .small-title {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.rs-banner.banner-home-style2 .content-wrap .sub-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  margin: 0px 0px 33px 0px;
  line-height: 1.8;
  text-align: center;
}

.rs-banner.banner-home-style2 .content-wrap h2.sub-title {
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  margin: 0px 0px 33px 0px;
  line-height: 1.8;
  text-align: center;
}

.search_form {
  max-width: 470px;
  width: 100%;
  margin: 0;
}

.search_form:focus {
  outline: none;
}

.search_form .form-control {
  border: none;
}

.search_form .form-control:focus {
  box-shadow: none;
}

.search_form input {
  height: 44px;
}

.search_form button {
  border: none;
  height: 44px;
  background-color: #06444A;
  color: #fff;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.search_form button:hover,
.search_form button:focus,
.search_form button:active,
.search_form button:visited {
  color: #fff;
  background-color: #06444A;
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.search_form button:hover:before,
.search_form button:focus:before,
.search_form button:active:before,
.search_form button:visited:before {
  background-color: #06444A;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.search_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #06444A;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.search_form .input-group-btn:last-child > .btn,
.search_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}

.rs-banner.banner-home-style2 .animation-style .fly {
  position: absolute;
  bottom: 0;
}

.rs-banner.banner-home-style2 .animation-style .fly img {
  opacity: 0.2;
}

.rs-banner.banner-home-style2 .animation-style .fly.one {
  top: 37%;
  left: 10%;
}

.rs-banner.banner-home-style2 .animation-style .fly.two {
  top: 18%;
  left: 26%;
}

.rs-banner.banner-home-style2 .animation-style .fly.two img {
  width: 37px;
  opacity: 0.4;
}

.rs-banner.banner-home-style2 .animation-style .fly.three {
  top: 32%;
  left: 38%;
}

.rs-banner.banner-home-style2 .animation-style .fly.three img {
  width: 30px;
}

.rs-banner.banner-home-style2 .animation-style .fly.four {
  bottom: 19%;
  left: 16%;
}

.rs-banner.banner-home-style2 .animation-style .fly.five {
  right: 44%;
  top: 18%;
}

.rs-banner.banner-home-style2 .animation-style .fly.six {
  right: 32%;
  top: 34%;
}

.rs-banner.banner-home-style2 .animation-style .fly.six img {
  width: 37px;
}

.rs-banner.banner-home-style2 .animation-style .fly.seven {
  right: 13%;
  top: 32%;
}

.rs-banner.banner-home-style2.home-style2 {
  background: url(assets/images/banner/home6.jpg);
}

.rs-banner.banner-home-style2.home-style2 .content-wrap .sub-title,
.rs-banner.banner-home-style2.home-style2 .content-wrap .small-title {
  color: #0a0a0a;
}

/* ------------------------------------
    10. Iconbox Area Section CSS
---------------------------------------*/
.rs-iconbox-area .box-inner .box-item {
  background: #ffffff;
  padding: 50px 12px 40px 12px;
  box-shadow: 5px 8px 20px 6px #eee;
  text-align: center;
  margin: 0 3px 0 3px;
}

.rs-iconbox-area .box-inner .box-item .icon-box {
  margin-bottom: 30px;
}

.rs-iconbox-area .box-inner .box-item .text-area .services-txt {
  margin: 0;
}

/* ------------------------------------
    12. Services Section CSS
---------------------------------------*/

.rs-services.style5 .services-slider .services-item {
  background-image: linear-gradient(360deg, #07454A 5%, #06444A 6%);
  padding: 40px 35px 40px;
}

.rs-services.style5 .services-slider .services-item .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.rs-services.style5 .services-slider .services-item .title {
  height: 40px;
  overflow: hidden;
  font-size: 15px;
}

.rs-services.style5 .services-slider .services-item .title a {
  color: #07454A;
}

.rs-services.style5 .services-slider .services-item .description {
  color: #07454A;
  margin-bottom: 15px;
  height: 160px;
  overflow: hidden;
  font-size: 14px;
}

.rs-services.style5 .services-slider .services-item .tooltip a img {
  width: 70px;
  margin: 0 auto;
}

/* ------------------------------------
    13. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}

.rs-faq .faq-content .accordion .card {
  margin-bottom: 20px;
  border: none;
  background-color: #fff;
  padding: 0;
}

.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}

.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background: #fff;
}

.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 0 20px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffff;
  color: #07454A;
}

.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #0a0a0a;
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #0a0a0a;
  content: "\f107";
}

.rs-faq .faq-content .accordion .card .card-header.active .card-link {
  background-color: #06444A;
  /* background-image: linear-gradient(150deg, #1a0d86 0%, #602c90 100%); */
  color: #ffffff;
}

.rs-faq .faq-content .accordion .card .card-header.active .card-link:after {
  color: #ffffff;
}

.rs-faq .faq-content .accordion .card .card-body {
  color: #07454A;
  padding: 20px 20px 50px 20px !important;
  width: 100%;
  background: #fff;
}

/* ------------------------------------
    15. Event Us Section CSS
---------------------------------------*/
.rs-events-schedule {
  overflow: hidden;
}

.rs-events-schedule .event-title {
  font-size: 30px;
}

.rs-events-schedule .events-schedule-tabs {
  width: 100%;
  position: relative;
}

.rs-events-schedule .events-schedule-tabs .eventday-list {
  max-width: 100%;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
}

.rs-events-schedule .events-schedule-tabs .eventday-list li {
  line-height: normal;
  display: inline-block;
  width: auto;
}

.rs-events-schedule .events-schedule-tabs .eventday-list li span {
  display: block;
  font-size: 14px;
}

.rs-events-schedule .events-schedule-tabs .eventday-list li a {
  background: #fff;
  color: #07454A;
  margin: 4px 0 0;
  padding: 7px 25px;
  border: 1px solid #07454A;
}

.rs-events-schedule .events-schedule-tabs .eventday-list li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-list li a.active {
  background: #07454A;
  margin: 0;
  padding: 7px 25px;
}

.rs-events-schedule .events-schedule-tabs .eventday-sublist {
  display: block;
  margin: 0;
}

.rs-events-schedule .events-schedule-tabs .eventday-sublist li {
  display: inline-block;
}

.rs-events-schedule .events-schedule-tabs .eventday-sublist li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
}

.rs-events-schedule .events-schedule-tabs .eventday-sublist li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a.active {
  opacity: 0.9;
}

.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade {
  height: 0;
}

.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade.show {
  height: 100%;
}

.rs-events-schedule
  .events-schedule-tabs
  .events-shedule-subitmes
  > .eventday-sublist {
  text-align: center;
}

.rs-events-schedule .events-schedule-contents .events-subinner {
  background: #fafafa;
}

.rs-events-schedule
  .events-schedule-contents
  .events-subinner
  .events-shedule-subdes
  .events-items {
  border-radius: 10px;
  min-height: 165px;
}

.rs-events-schedule
  .events-schedule-contents
  .events-subinner
  .events-shedule-subdes
  .events-items
  + .events-items {
  margin-top: 30px;
}

.rs-events-schedule
  .events-schedule-contents
  .events-subinner
  .events-shedule-subdes
  .events-items
  .info_wrap {
  border-radius: 10px;
}

.rs-events-schedule .events-schedule-contents .event-author img {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
  margin-right: 6px;
  border-radius: 50%;
  border: 3px solid #06444A;
}

.rs-events-schedule .events-schedule-contents .event-author img.break__2 {
  margin: 31px 0;
}

.rs-events-schedule .events-schedule-contents .event-author span {
  display: block;
}

.rs-events-schedule .events-schedule-contents .event-author h4 {
  margin: 3px 0 0;
  font-weight: 600;
  font-size: 20px;
}

.rs-events-schedule .events-schedule-contents .event-author h4 a {
  color: #0a0a0a;
}

.rs-events-schedule .events-schedule-contents .event-author h5 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

.rs-events-schedule.rs-events-schedule2 .eventday-sublist {
  color: #fafafa;
  margin-bottom: 30px;
}

.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
  border-top: 0;
  display: block;
  text-align: left;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li {
  margin-right: 10px;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a {
  /* border-radius: 40px; */
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a
  span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a.show,
.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a:hover {
  padding: 7px 25px;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a.active,
.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a:hover {
  padding: 7px 25px;
  position: relative;
  background: #07454A !important;
  color: #fff;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a.active {
  position: relative;
  background: #fff;
  color: #fff;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-tabs
  .eventday-list
  li
  a.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #07454A;
  border-width: 15px;
  margin-left: -15px;
  display: none;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items {
  margin: 15px 0;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items:last-child {
  margin-bottom: 30px;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-author {
  padding: 40px 30px 40px;
  display: flex;
  align-items: center;
  background: white;
  box-sizing: border-box;
  transition: 0.5s;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-author:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-author
  .event-shedule-info {
  flex: 0 0 70%;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-author
  .speak-image-btm {
  flex: 0 0 30%;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-author
  .speak-image-btm
  img {
  width: 45px;
  border: none;
  height: auto;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-shedule-info
  .meta-date-room
  li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #07454A;
}

.fa-clock-o:before {
  content: "\f017";
  color: #06444A;
}

.rs-blog,
.rs-events-schedule {
  background-color: #f0f1f4;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-shedule-info
  h3 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #07454A;
}

.rs-events-schedule.rs-events-schedule2
  .events-schedule-contents
  .events-items
  .event-shedule-info
  p {
  margin: 0 0 13px;
  color: #07454A;
  height: 100px;
  width: 400px;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
}

.rs-events-schedule.rs-events-schedule3 {
  overflow: unset;
}

.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin: 0 0 30px;
  display: block;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-tabs
  .eventday-list
  li {
  width: 24%;
  margin: 0px 10px 10px;
  margin-bottom: 15px;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-tabs
  .eventday-list
  li
  a
  span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-tabs
  .eventday-list
  li
  a.active:after {
  color: #fff;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-tabs
  .eventday-list
  li
  a.active:hover {
  position: relative;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items {
  background: #fff;
  border-bottom: none;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .row {
  align-items: center;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-author
  .speak-date {
  text-align: center;
  color: #ffffff;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-author
  .speak-date
  i:before {
  font-size: 40px;
  margin: 0;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-author
  .speak-date
  .date {
  font-size: 20px;
  margin: 8px 0 0;
  font-weight: 600;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .col-lg-3 {
  padding-right: 48px;
  flex: 0 0 23%;
  max-width: 23%;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .col-lg-9 {
  padding-left: 0;
  flex: 0 0 77%;
  max-width: 77%;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info {
  padding: 30px 25px 37px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  .rs-topic-content {
  padding-right: 40px;
  padding-left: 0;
  flex: 0 0 81%;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  .all-seack {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  .all-seack
  .speak-image {
  padding-right: 20px;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  .all-seack
  .speak-image
  .tooltip
  a
  img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items
  .event-shedule-info
  h3
  a {
  color: #ffffff;
}

.rs-events-schedule.rs-events-schedule3
  .events-schedule-contents
  .events-items.highlight {
  background: #fdfbff;
}

.rs-events-schedule.rs-events-schedule3.event-home6-style
  .events-schedule-contents
  .events-items
  .event-author {
  background-image: linear-gradient(160deg, #fdfbff 27%, #ebe8ef 160%);
}

.rs-events-schedule.rs-events-schedule3.event-home6-style
  .events-schedule-contents
  .events-items
  .event-author
  .speak-date {
  color: #0a0a0a;
}

.rs-events-schedule.schedule-dark-style {
  overflow: unset;
}

.rs-events-schedule.schedule-dark-style
  .events-schedule-contents
  .events-items
  .event-shedule-info
  p,
.rs-events-schedule.schedule-dark-style
  .events-schedule-contents
  .events-items
  .event-shedule-info
  h3 {
  color: #ffffff;
}

.rs-events-schedule.schedule-dark-swiper
  .events-schedule-contents
  .events-items
  .event-author
  .speak-date {
  font-size: 16px;
}

.rs-events-schedule.schedule-dark-swiper
  .events-schedule-contents
  .events-items
  .event-shedule-info
  p {
  font-size: 15px;
}

.rs-events-schedule.rs-events-schedule4 {
  position: relative;
}

.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs {
  padding: 0;
}

.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin: 0px;
  display: block;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .eventday-list
  li {
  width: 24%;
  margin: 0 12px 30px;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .eventday-list
  li
  a
  span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .eventday-list
  li
  a.active,
.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .eventday-list
  li
  a:hover {
  padding: 13px 45px;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .eventday-list
  li
  a.active:hover {
  position: relative;
  padding: 13px 45px;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .speak-image-td {
  display: flex;
  width: 100% !important;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .speak-image-td
  .speak-image {
  margin: 0 5px;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .speak-image-td
  .speak-image
  img {
  width: 40px;
  border-radius: 50%;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .schedule-3 {
  margin: 0;
  width: 100%;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .schedule-3
  tr
  th {
  background: none;
  color: #ffffff;
  border: none;
  padding: 20px 30px;
  font-weight: 700;
}

.rs-events-schedule.rs-events-schedule4
  .events-schedule-tabs
  .events-shedule-subitmes
  .schedule-3
  tr
  td {
  border: none;
  margin: 0;
  padding: 20px 30px;
  font-size: 15px;
  width: 25%;
  color: #ffffff;
}

.rs-events-schedule.rs-events-schedule4 .team-line .line-animate {
  position: absolute;
  bottom: 0;
}

.rs-events-schedule.rs-events-schedule4 .team-line .line-animate.right-side {
  right: -15px;
  top: 35px;
}

.rs-events-schedule.our-event .event-item .event-wrap {
  position: relative;
  padding: 25px;
  z-index: 11;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
  margin: 0 3px 0 3px;
}

.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120px;
  background: #07454A;
  border-radius: 4px 4px 0 0;
}

.rs-events-schedule.our-event .event-item .event-wrap .admin {
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 18px;
}

.rs-events-schedule.our-event .event-item .event-wrap .event-img {
  width: 100%;
  margin: -10px;
  height: 260px;
}

.rs-events-schedule.our-event .event-item .event-wrap .event-img img {
  border-radius: 4px;
}

.rs-events-schedule.our-event .event-item .event-wrap .content-info {
  padding: 22px 0px 8px 0px;
}

.rs-events-schedule.our-event .event-item .event-wrap .content-info .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.rs-events-schedule.our-event .event-item .event-wrap .content-info .title a {
  color: #0a0a0a;
}

.rs-events-schedule.our-event .readon.regt.orange-btn {
  background: #feae01;
  border: 2px solid #feae01;
}

.rs-events-schedule.our-event .readon.regt.learn.orange-btn {
  background: transparent;
  color: #feae01;
}

.rs-events-schedule.our-event .readon.regt.learn.orange-btn:hover {
  color: #ffffff;
  background: #feae01;
}

/* ------------------------------------
    16. Team Section CSS
---------------------------------------*/

.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #d3edec;
  margin-bottom: 70px;
  padding: 40px;
}

.rs-team-Single .btm-info-team .images-part img {
  width: 100%;
  margin: 0;
  height: auto;
}

.rs-team-Single .btm-info-team .con-info {
  position: relative;
}

.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 13px;
  font-weight: 600;
  color: #07454A;
  display: block;
  letter-spacing: 0.5px;
}

.rs-team-Single .btm-info-team .con-info .title {
  font-size: 15px;
  font-weight: 700;
  color: #07454A;
  margin-bottom: 0;
}

.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #07454A;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
  letter-spacing: 0.2px;
}

.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}
.rs-team-Single
  .btm-info-team
  .con-info
  .ps-informations
  .social-info
  li:last-child {
  margin-right: 0;
}

.rs-team-Single .title-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #07454A;
  margin: 0;
}

.rs-team-Single .rs_single_event_item {
  list-style: none;
  position: relative;
}

.rs-team-Single .rs_single_event_item .schedule__single {
  padding-bottom: 0px;
}

.rs-team-Single .rs_single_event_item .schedule__single li {
  margin: 0;
  border-radius: 3px;
}

.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info {
  border-bottom: 0;
  border-left: none;
  border-right: none;
  border-radius: 2px;
  padding: 0;
  display: flex;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__date {
  text-align: center;
  flex: 0 0 22%;
  padding: 60px 0;
  background: #07454A;
  /* background: linear-gradient(150deg, #1a0b8c 27%, #fa50cb 160%); */
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__date
  .times:before {
  font-size: 34px;
  color: #fff;
  margin: 0;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__date
  span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 12px;
  display: block;
  color: #fff;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__date
  span.room-no {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__date
  h5 {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic {
  padding: 50px;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic
  .meta-date {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0 18px;
  color: #07454A;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic
  h4 {
  font-size: 18px;
  margin-bottom: 5px !important;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
  color: #07454A;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic
  h4:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  width: 25px;
  height: 3px;
  background: #06444A;
  top: 15px;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic
  .meta-date {
  display: block;
}

.rs-team-Single .rs_single_event_item .schedule__single li:nth-child(odd) {
  background: #f0f1f4;
}

.rs-team-Single
  .rs_single_event_item
  .schedule__single
  li
  .event-shedule-info
  .rs__topic
  .expert-page-product-overview {
  color: #07454A;
}

/*------------------------------------
   19. Subscribe Section CSS
------------------------------------*/
.rs-subscribe.style1 .subscribe-wrap {
  padding: 50px;
  background-color: #07454A;
  position: relative;
  text-align: center;
}

.subscribe_now h4 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}

.subscribe_now p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0;
}

.subscribe_form:focus {
  outline: none;
}

.subscribe_form .form-control {
  border: none;
}

.subscribe_form .form-control:focus {
  box-shadow: none;
}

.subscribe_form input {
  height: 44px;
}

.subscribe_form button {
  border: none;
  height: 44px;
  background-color: #06444A;
  color: #fff;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.subscribe_form button:hover:before,
.subscribe_form button:focus:before,
.subscribe_form button:active:before,
.subscribe_form button:visited:before {
  background-color: #06444A;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.subscribe_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #06444A;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.subscribe_form .input-group-btn:last-child > .btn,
.subscribe_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}

/*------------------------------------
    24. Become Our Speaker Section CSS
------------------------------------*/

.rs-Speaker .Speaker-content .accordion {
  border-width: 12px;
}

.rs-Speaker .Speaker-content .accordion .card {
  margin-bottom: 20px;
  border: none;
  background-color: #fff;
  padding: 0;
}

.rs-Speaker .Speaker-content .accordion .card:last-child {
  margin-bottom: 0;
}

.rs-Speaker .Speaker-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background: #fff;
}

.rs-Speaker .Speaker-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 0 20px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffff;
  color: #07454A;
}

.rs-Speaker .Speaker-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #0a0a0a;
}

.rs-Speaker
  .Speaker-content
  .accordion
  .card
  .card-header
  .card-link.collapsed:after {
  color: #0a0a0a;
  content: "\f107";
}

.rs-Speaker .Speaker-content .accordion .card .card-header.active .card-link {
  background-color: #06444A;
  /* background-image: linear-gradient(150deg, #1a0d86 0%, #602c90 100%); */
  color: #ffffff;
}

.rs-Speaker
  .Speaker-content
  .accordion
  .card
  .card-header.active
  .card-link:after {
  color: #ffffff;
}

.rs-Speaker .Speaker-content .accordion .card .card-body {
  color: #07454A;
  padding: 20px 20px 50px 20px !important;
  width: 100%;
  background: #fff;
}

/*------------------------------------
    23. Blog Section CSS
------------------------------------*/
.rs-blog {
  position: relative;
}

.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}

.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}

.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
  transform: scale(1.1);
  height: 200px;
  width: 100%;
}

.rs-blog.blog-main-home .blog-item .image-wrap .blog-date {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  /* border-radius: 10px; */
  text-align: center;
  color: #fff;
  background: #07454A;
  padding: 14px 20px 14px 20px;
}

.rs-blog.blog-main-home .blog-item .image-wrap .blog-date .day {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}

.rs-blog.blog-main-home .blog-item .image-wrap .blog-date .month {
  font-size: 13px;
  line-height: 1.2;
  display: block;
}

.rs-blog.blog-main-home .blog-item .image-wrap .blog-credit {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 5px;
  /* border-radius: 5px; */
  text-align: center;
  color: #fff;
  background: #07454A;
  padding: 5px 20px 5px 20px;
}

.rs-blog.blog-main-home .blog-item .image-wrap .blog-credit .credit {
  font-size: 15px;
  font-weight: 300;
  display: block;
  line-height: 1.2;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 10px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
  /* height: 280px; */
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  justify-content: flex-start;
  padding: 5px 0 5px;
  color: #07454A;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
  position: relative;
  list-style: none;
  font-size: 12px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-list a {
  font-size: 14px;
  color: #07454A;
  position: relative;
  text-transform: capitalize;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
/* .fa-user-o:before {
  content: "\f2c0";
  color: #06444A;
} */
.rs-blog.blog-main-home .blog-item .blog-content .instuctor-title {
  height: 10px;
  color: #07454A;
  font-size: 14px;
}
.fa-folder:before {
  content: "\f07b";
  color: #06444A;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-list {
  color: #06444A;
  list-style: none;
  height: 80px;
  overflow: hidden;
  font-size: 14px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-list .fa {
  margin-right: 5px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-lists {
  color: #06444A;
  list-style: none;
  overflow: hidden;
  font-size: 14px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  min-height: 110px;
  overflow: hidden;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #07454A;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #06444A;
}

.rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
  transform: scale(1.2);
}
.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content {
  background: #180a7f;
  box-shadow: unset;
  padding: 20px 35px 20px;
}
.rs-blog.blog-main-home.home3-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .admin,
.rs-blog.blog-main-home.home3-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .cat-list
  a {
  color: #c1c1c1;
}
.rs-blog.blog-main-home.home3-blog-style
  .blog-item
  .blog-content
  .blog-title
  a {
  color: #ffffff;
}

.rs-blog.blog-main-home.home3-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .admin {
  font-size: 15px;
}
.rs-blog.blog-main-home.home3-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .cat-list {
  display: flex;
  padding-top: 3px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-title {
  margin-bottom: 15px;
}
.rs-blog.blog-main-home.home-4-blog-style {
  position: unset;
}
.rs-blog.blog-main-home.home-4-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .cat-list
  a,
.rs-blog.blog-main-home.home-4-blog-style
  .blog-item
  .blog-content
  .blog-meta
  .admin,
.rs-blog.blog-main-home.home-4-blog-style
  .blog-item
  .blog-content
  .blog-title
  a {
  color: #ffffff;
}
.rs-blog .blog-animation .blog-animate {
  position: absolute;
  bottom: 0;
}

.rs-blog .blog-animation .blog-animate.teangle {
  left: -1%;
  top: 44%;
}

/* ------------------------------------
    26. Contact Section CSS
---------------------------------------*/
.rs-contact {
  position: relative;
}
.rs-contact.home-style1 .contact-widget {
  padding: 40px 40px 40px 40px;
  background-color: #e3e7eb;
}
.rs-contact.home-style1 .contact-widget textarea {
  height: 120px;
}
.rs-contact.home-style1 .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #07454A;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-map {
  overflow: hidden;
}
.rs-contact.home-style1 .contact-map iframe {
  float: left;
  width: 100%;
  height: 525px;
  border: none;
}
.rs-contact.home-style1 .widget-item {
  position: relative;
}
.rs-contact.home-style1 .widget-item .widget-img {
  position: absolute;
  bottom: -26px;
  right: -25px;
}
.rs-contact.home-style1 .widget-item .widget-img img {
  width: 115px;
  opacity: 0.1;
}

.rs-contact.home-style1 .widget-item .address-item {
  display: block;
  padding: 30px 30px 30px 30px;
  background-color: #f0f1f4;
  height: 260px;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  transition: 0.5s;
}

.rs-contact.home-style1 .widget-item .address-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.rs-contact.home-style1 .widget-item .address-item .address-icon {
  padding: 5px 5px 0px 0px;
  font-size: 50px;
  color: #07454A;
}

.rs-contact.home-style1 .widget-item .address-item .address-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}

.rs-contact.home-style1 .widget-item .address-item .address-text {
  padding: 0px 0px 0px 0px;
}

.rs-contact.home-style1 .widget-item .address-item .address-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #07454A;
}

.rs-contact.home-style1 .widget-item .address-item .address-text .services-txt {
  font-size: 15px;
  color: #07454A;
  margin: 0;
}

.rs-contact.home-style1
  .widget-item
  .address-item
  .address-text
  .services-txt
  a {
  color: #07454A;
}

.rs-contact.home-style1
  .widget-item
  .address-item
  .address-text
  .services-txt
  a:hover {
  color: #06444A;
}

.rs-contact.home-style1.faq-home-style .contact-widget {
  /* background-image: linear-gradient(120deg, #1a0d86 0%, #602c90 100%); */
  padding: 30px 30px 30px 30px;
  border: 1px solid #e3e7eb;
}

.rs-contact.home-style1.faq-home-style .contact-widget .from-control {
  background-color: #fff;
}

.rs-contact.home-style1.home-style3 {
  position: unset;
}

.rs-contact.home-style1.home-style3 .contact-map iframe {
  height: 405px;
}

.rs-contact.home-style1.home-style3 .contact-wrap .from-control {
  padding: 20px 25px 20px 25px;
  background-color: #f0f1f4;
  border: none;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.home-style1.home-style3 .contact-wrap textarea {
  height: 120px;
}

.rs-contact.home-style1.home-style3 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.7;
}

.rs-contact.home-style1.home-style3 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.7;
}

.rs-contact.home-style1.home-style3 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.7;
}

.rs-contact.home-style1.home-style3 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.7;
}

.rs-contact.home-style1.home-style3 .contact-wrap input[type="submit"]:hover {
  opacity: 0.9;
}

.rs-contact.home-style1.home-style3.contact-home-style3
  .widget-item
  .address-item {
  background-color: #180a7f;
  background-image: unset;
}

.rs-contact.home-style1.home-style3.contact-home-style4 .contact-map iframe {
  height: 500px;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  .from-control {
  font-size: 15px;
  border-color: #180a7f;
  background-color: #180a7f;
  color: #ffffff;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}

.rs-contact.home-style1.home-style3.contact-home-style4
  .contact-wrap
  input[type="submit"]:hover {
  opacity: 0.9;
}

.rs-contact.home-style2 .widget-item .address-item {
  background-image: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
}

.rs-contact.home-style3 .map-canvas {
  overflow: hidden;
  position: relative;
}

.rs-contact.home-style3 .map-canvas iframe {
  float: left;
  width: 100%;
  height: 800px;
  border: unset;
}

.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item {
  display: flex;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-icon
  img {
  max-width: unset;
  width: 50px;
  height: 50px;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-text {
  padding-left: 22px;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-text
  .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-text
  .services-txt {
  margin: 0;
  color: #ffffff;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-text
  .services-txt
  a {
  color: #ffffff;
}

.rs-contact.home-style3
  .map-canvas
  .address-main
  .address-box
  .address-item
  .address-text
  .services-txt
  a:hover {
  color: #ccc;
}

/*------------------------------------
    27. Footer Section CSS
------------------------------------*/
.rs-footer.style1 .footer-top {
  padding: 50px 30px 50px;
  text-align: left;
  background-color: #f2f2f2;
}

.rs-footer.style1 .footer-top .footer-logo img {
  height: 40px;
}

.rs-footer.style1 .footer-top .footer-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #06444A;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
}

.rs-footer.style1 .footer-top .textwidget {
  font-size: 13px;
  line-height: 1.9;
  color: #07454A;
  margin-bottom: 20px;
}

.rs-footer.style1 .footer-top .textwidget a {
  color: #07454A;
}

.rs-footer.style1 .footer-top .textwidget a:hover {
  color: #06444A;
}

.rs-footer.style1 .footer-bottom {
  background: rgba(0, 0, 0, 0.05);
}

.rs-footer.style1 .footer-bottom .copyright p {
  font-size: 12px;
  color: #07454A;
  margin: 0;
  flex-direction: row-reverse;
  text-align: right;
  vertical-align: middle;
  padding-top: 20px;
  margin: 10px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.footer-bottom .left img {
  height: 50px;
}
.footer-bottom .right {
  color: #07454A;
}
/* -----------------------
    28. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: var(--color-primary);
  margin-left: 2px;
  box-shadow: 0 0 2px #54595f;
}

#scrollUp i:hover {
  opacity: 0.8;
}

#scrollUp.orange-btn i:hover {
  opacity: 0.8;
}

.text-center .banner-border-line {
  margin: 0 auto 26px;
}

.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #1a0b8c;
}

.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

/*----------------------------------------------
    29. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid var(--color-primary);
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid var(--color-secondary);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}

.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */

  color: #363636 !important;
  opacity: 1;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/* ------------------------------------
    30. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}

@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
}

.fadeInLeft.new {
  animation-duration: 2.5s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1.25s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.scale {
  animation: scale 2s alternate infinite;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}

.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}

@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.spine {
  animation: spine 8s linear infinite;
}

@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.horizontal.new-style {
  animation-duration: 15s;
}

@keyframes horizontal {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.vertical.new-style {
  animation-duration: 15s;
}

@keyframes vertical {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}

.fadeinup.new {
  animation-duration: 3s;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.prelements-heading .title-inner .title {
  position: relative;
  z-index: 1;
}

.prelements-heading.water__slide_yes span.watermark {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  -webkit-animation: anim 8s infinite;
  animation: anim 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  /* Chrome, Safari, Opera */

  animation-timing-function: linear;
  z-index: -1;
  opacity: 1 !important;
}

@-webkit-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-moz-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-o-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-webkit-keyframes anim {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@keyframes anim {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter .content h2 {
  color: #243c4f;
  margin-bottom: 40px;
}

.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}

.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}

.newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-weight: 600;
}

.owl-prev {
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 1px solid #07454A;
  background: #fff;
  position: absolute;
  left: 0px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  color: #000;
  width: 48px;
  height: 48px;
  padding: 6px 12px;
  background-color: #07454A;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 1px solid #07454A;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  color: #000;
  width: 48px;
  height: 48px;
  padding: 6px 12px;
  background-color: #07454A;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #cf882c;
  border: 1px solid #cf882c;
}

/* Webinar section css */

.filpartailrow {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  z-index: 9999;
}

#filter-sidebar .filtinnercolpart {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 24px 0px;
  border-radius: 5px;
}
#filter-sidebar input:checked {
  background-color: #07454A;
  border-color: #07454A;
}
.filpartailrow .filterpart {
  border-radius: 0px;
  bottom: 0px;
  min-height: 450px;
  width: 320px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
}
.filpartailrow .filterpart .filtinnercolpart .filtitleby {
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #07454A;
  border-radius: 5px;
}
.filtitleby {
  margin-bottom: 10px;
}
.filpartailrow .filterpart .filtinnercolpart .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  color: #07454A;
  font-size: 14px;
  font-weight: 400;
}
.filtinnercolpart {
  min-height: 350px;
}
/* Signin section css */

.loginsection {
  margin: 0 auto;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e3e7eb;
}

.loginsection .login {
  position: relative;
  width: 500px;
  max-width: 600px;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
}

.loginsection .login .col-login {
  padding: 30px;
  width: 100%;
}

.loginsection .login .col-login .login-form {
  position: relative;
  width: 100%;
}

.loginsection .login .col-login .login-form p {
  margin: 0 0 10px 0;
  text-align: left;
  color: #07454A;
  font-size: 15px;
  margin-bottom: 20px;
}

.loginsection .login .col-login .login-form p:last-child {
  margin: 0;
  padding-top: 3px;
}

.loginsection .login .col-login .login-form p a {
  color: #07454A;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.loginsection .login .col-login .login-form p a:hover {
  color: #06444A;
}

.loginsection .login .col-login .login-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.loginsection .login .col-login .login-form p:last-child label {
  width: 60%;
  float: left;
}

.loginsection .login .col-login .login-form label span {
  color: #ff574e;
  padding-left: 2px;
}

.loginsection .login .col-login .login-form input {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 8px 0;
  background: #f6f9fd;
  border-radius: 5px;
}

/* Forgot password section css */

.forgotpassword {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e3e7eb;
}

.forgotpassword .forgotpass {
  position: relative;
  width: 500px;
  max-width: 600px;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
}

.forgotpassword .forgotpass .col-forgotpass {
  padding: 30px;
  width: 100%;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form {
  position: relative;
  width: 100%;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form p {
  margin: 0 0 10px 0;
  text-align: left;
  color: #07454A;
  font-size: 15px;
  margin-bottom: 20px;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form p:last-child {
  margin: 0;
  padding-top: 3px;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form p a {
  color: #07454A;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form p a:hover {
  color: #06444A;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.forgotpassword
  .forgotpass
  .col-forgotpass
  .forgotpass-form
  p:last-child
  label {
  width: 60%;
  float: left;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form label span {
  color: #ff574e;
  padding-left: 2px;
}

.forgotpassword .forgotpass .col-forgotpass .forgotpass-form input {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 8px 0;
  background: #f6f9fd;
  border-radius: 5px;
}

/* Signup CSS section */
.register {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  background: #e3e7eb;
}

.register .signup {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}

.register .signup header {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.register .signup header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 27px;
  border-radius: 8px;
  background-color: #4070f4;
}

.register .signup form {
  position: relative;
  margin-top: 16px;
  min-height: 680px;
  background-color: #fff;
  overflow: hidden;
  height: 500px;
}

.register .signup form .form {
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
}

.register .signup form .form.second {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

.register .signup form.secActive .form.second {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.register .signup form.secActive .form.first {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.register .signup form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.register .signup form .fields .input-field {
  display: flex;
  width: calc(100% / 2 - 15px);
  flex-direction: column;
  margin: 4px 0;
  height: 100px;
}

.register .signup .input-field label,
.input-field label {
  font-size: 12px;
  font-weight: 500;
  color: #07454A;
}

.reg_hov:hover {
  color: #fff;
}

.register .signup .input-field input,
select,
.input-field input,
select {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 8px 0;
  background: #f6f9fd;
  border-radius: 5px;
}
.input-field textarea {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 8px 0;
  background: #f6f9fd;
  border-radius: 5px;
}

.register .signup .input-field input :focus,
.register .signup .input-field select:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

/* .register .signup form button,
.backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  color: #fff;
  background-color: #06444A;
  cursor: pointer;
  padding: 0;
} */

/* .register .signup form .backBtn i {
  transform: rotate(180deg);
} */

/* .register .signup form .buttons {
  display: flex;
  align-items: center;
} */

/* Cart Section CSS */

.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 52%;
}

.product-price {
  float: left;
  width: 12%;
}

.product-quantity {
  float: left;
  width: 12%;
}

.product-removal {
  float: left;
  width: 12%;
}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
  content: "$";
}

.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #06444A;
  color: #07454A;
  font-size: 16px;
  font-weight: 600;
}
.shopping-cart .text {
  font-size: 25px;
  color: #07454A;
  font-weight: 600;
  padding-top: 35px;
  letter-spacing: 1px;
  word-spacing: 5px;
  margin: 0;
}
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #07454A;
}

.product .product-image {
  text-align: center;
}

.product .product-image img {
  width: 100px;
}

.product .product-details .product-title {
  margin-right: 20px;
}

.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}

.product .product-quantity input {
  width: 40px;
  height: 30px;
  padding: 5px;
  border: 1px solid;
}

.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 12px;
}

.product .remove-product:hover {
  background-color: #a44;
}

.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  color: #07454A;
}

.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}

.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}

/* Customer Profile CSS Section  */

.pills-wrapper .nav-pills-custom .nav-item .nav-link {
  color: #fff;
  background: #06444A;
  position: relative;
}

.pills-wrapper .nav-pills-custom .nav-item .nav-link.active {
  background: #07454A;
}

.pills-wrapper .nav-pills-custom .nav-link::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #07454A;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0;
}

.pills-wrapper .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.profile-body {
  background: #e3e7eb;
}

.profile-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  border-bottom: 1px dotted #e3e7eb;
}

.profile-info-row {
  display: table-row;
}

.profile-info-name,
.profile-info-value {
  display: table-cell;
  border-top: 1px dotted #d5e4f1;
}

.profile-info-name {
  text-align: left;
  padding: 6px 10px 6px 4px;
  font-weight: 500;
  color: #07454A;
  background-color: transparent;
  width: 50%;
  vertical-align: middle;
  font-size: 14px;
}

.profile-info-value {
  text-align: left;
  padding: 6px 4px 6px 6px;
  font-weight: 600;
  color: #07454A;
  font-size: 14px;
}

.profile-info-value > span + span:before {
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #fff;
}

.profile-info-value > span + span.editable-container:before {
  display: none;
}

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
  border-top: none;
}

.profile-user-info-striped {
  border: 1px solid #dcebf7;
}

.profile-user-info-striped .profile-info-name {
  color: #336199;
  background-color: #edf3f4;
  border-top: 1px solid #f7fbff;
}

.profile-user-info-striped .profile-info-value {
  border-top: 1px dotted #dcebf7;
  padding-left: 12px;
}

.editprofile .form-label {
  color: #07454A;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
}

.editprofile .form-control {
  color: #07454A;
}

.editprofile .form-check-label {
  color: #07454A;
}

.editprofile p {
  color: #07454A;
  font-weight: 500;
}

.purches {
  color: #07454A;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.passlabel {
  color: #07454A;
  font-size: 15px;
  padding: 10px 0;
}

/* Search Navbar CSS Section */
.header-search-wrapper {
  float: right;
  position: relative;
  top: 21px;
  right: 30px;
}

.search-main {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  color: #07454A;
  /* background: #d33; */
}

.search-main .search {
  font-size: 25px;
}

.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #408c40;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 124%;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main {
  border-top-color: #06444A;
}

.header-search-wrapper .search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #408c40;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}

.header-search-wrapper .search-form-main:before {
  border-bottom-color: #06444A;
}

.search {
  width: 100%;
  margin: 50px auto;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* Checkout CSS Section */

.checkout p {
  color: #07454A;
}
.checkout .topic {
  font-size: 15.5px;
  font-weight: 500;
}
.checkout label {
  color: #07454A;
  font-weight: 400;
}
.checkout input,
.checkout select {
  height: 50px;
}
.checkout .review {
  background: #f2f5f8;
  padding: 0 30px;
}

/* Invoice section Css */

button {
  padding: 5px 10px;
  font-size: 14px;
}
.invoice-box {
  max-width: 890px;
  margin: auto;
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
.invoice-box table td {
  padding: 5px;
  vertical-align: middle;
}
.invoice-box table tr td:nth-child(2) {
  text-align: right;
}
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 12px;
}
.invoice-box table tr.details td {
  padding-bottom: 20px;
}
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
  border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}
.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}
.rtl table {
  text-align: right;
}
.rtl table tr td:nth-child(2) {
  text-align: left;
}

#filter-sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.product-title {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
  color: #07454A;
}
p.product-description {
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 0;
}
.coupon-code,
.order-summary {
  background-color: #eaeaea;
  font-weight: 600;
  color: #07454A;
}
.quantity {
  height: 48px;
  width: 103px;
  border: 1px solid #c5d0cf;
  text-align: center;
  position: relative;
  margin: 0;
}

.quantity input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #7f8495;
  border: none;
  text-align: center;
  border-radius: inherit;
  background: transparent;
}
.quantity .quantityAdd {
  left: auto;
  right: 10px;
  top: 15px;
  z-index: 1;
}
.quantity .quantitySub {
  right: auto;
  left: 10px;
  top: 15px;
  z-index: 1;
}
.quantity .quantityAdd:hover,
.quantity .quantitySub:hover {
  color: var(--color-primary);
}
.quantity button {
  font-size: 16px;
  line-height: 1;
  color: #7b9496;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 17px;
  top: 8px;
}
#apply-coupon {
  background-color: #07454A;
  color: #fff;
  border-radius: 0;
}
#apply-coupon:hover {
  background-color: #06444A;
  color: #fff;
}
.consulting-textarea {
  width: 100%;
  border: 1px solid #ced4da;
  padding-top: 10px;
  padding-left: 15px;
}
select.error {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.title-heading {
  font-size: 22px;
  color: var(--color-primary);
}
.bg-cart {
  background-color: #e3e7eb !important;
}
div.table-title {
  color: var(--color-primary);
  font-weight: 600;
}

h1.webinar-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.webinar-btn-wrapper {
  border-radius: 3px;
}
.btn-download,
.btn-cart {
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 10px !important;
}
.webinar-img {
  max-width: 100%;
  border-radius: 8px;
}

.webinar-meta {
  margin-top: 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 0;
  background-color: var(--color-primary);
}
.webinar-meta-title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.webinar-meta-item {
  padding: 0px 28px;
  border-right: 1px solid #b3b0b021;
}
.webinar-meta-item-desc {
  color: #fff;
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: 100;
  width: 100%;
  margin-bottom: 10px;
}
.border-right-0 {
  border-right: 0px;
}
.webinar-details-title {
  font-size: 28px;
  letter-spacing: 0.6px;
  font-weight: 600;
}
div.webinar-details-description {
  font-family: "Poppins", sans-serif !important;
}
div.webinar-details-description p,
div.webinar-details-description span {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}
h3.webinar-details-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-primary);
}
h3.webinar-details-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--color-primary);
}
h3.webinar-details-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 100%;
  background-color: var(--color-primary);
}
.webinar-payment-title {
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  background-color: #07454A;
  font-weight: 600;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.webinar-actions #addtocartform {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rs-services.style4 {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rs-services.style4 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style4 .services-item .services-icon {
  margin-top: 0;
}
.rs-services.style4 .services-item .services-icon img {
  height: 60px;
  width: 60px;
  max-width: unset;
}
.rs-services.style4 .services-item .services-icon i {
  font-size: 60px;
  max-width: unset;
  padding: 0px 15px;
  color: var(--color-primary);
}
.rs-services.style4 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.style4 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 4px;
  color: var(--color-primary);
}
.rs-services.style4 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.form-check-input:checked {
  color: var(--color-primary);
  background-color: var(--color-primary);
}
.about-speaker {
  color: var(--color-primary);
}
.box-shadow-none {
  box-shadow: none !important;
}

#exampleModalToggle .modal-header h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 4px;
  color: var(--color-primary);
}
.page-link {
  color: #07454A;
}
.page-link:hover {
  color: #06444A;
}
.page-item.active .page-link {
  background-color: #07454A;
  border-color: #07454A;
}
.changepassword .form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 0;
  background: #f6f9fd;
  border-radius: 5px;
}
#pills-profile .card-header {
  color: #07454A;
  background-color: transparent;
  border-bottom: 1px solid #06444A;
}
#pills-profile .card-body {
  color: #07454A;
}
#pills-profile .card-title {
  color: #07454A;
  font-size: 16px;
}
.editprofile .form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 0;
  background: #f6f9fd;
  border-radius: 5px;
}
.checkout .form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 0;
  background: #f6f9fd;
  border-radius: 5px;
}

/* Empty Message CSS Section */

.empty-message .message {
  font-weight: 500;
  line-height: 35px;
  color: #07454A;
}

/* Payment Failed Message CSS Section */

.fail-payment {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e3e7eb;
}

.fail-payment .failpayment {
  position: relative;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
}

.fail-payment .failpayment .col-failpayment {
  padding: 30px;
  width: 100%;
}

.fail-payment .failpayment .col-failpayments .failpayment-form {
  position: relative;
  width: 100%;
}

.fail-payment .failpayment .col-failpayment .failpayment-form p {
  margin: 0 0 10px 0;
  text-align: left;
  color: #07454A;
  font-size: 15px;
  margin-bottom: 20px;
}
.fail-payment .failpayment .failpaymentbtn {
  display: flex;
  justify-content: center;
}

/* Reset Password CSS Section */

.resetpassword {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e7eb;
}

.resetpassword .resetpass {
  position: relative;
  width: 600px;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
}

.resetpassword .resetpass .col-resetpass {
  padding: 30px;
  width: 100%;
}

.resetpassword .resetpass .col-resetpass .resetpass-form {
  position: relative;
  width: 100%;
}

.resetpassword .resetpass .col-resetpass .resetpass-form p {
  margin: 0 0 10px 0;
  text-align: left;
  color: #07454A;
  font-size: 15px;
  margin-bottom: 20px;
}

.resetpassword .resetpass .col-resetpass .resetpass-form p:last-child {
  margin: 0;
  padding-top: 3px;
}

.resetpassword .resetpass .col-resetpass .resetpass-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.resetpassword .resetpass .col-resetpass .resetpass-form p:last-child label {
  width: 60%;
  float: left;
}

.resetpassword .resetpass .col-resetpass .resetpass-form input {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 50px;
  margin: 8px 0;
  background: #f6f9fd;
  border-radius: 5px;
}

/* Upcoming Events CSS Section */

#homeevents {
  background: #f0f1f4;
}
.home-events {
  position: relative;
}
.event-block {
  position: relative;
  margin: 10px auto 50px;
}
.event-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebebeb;
  padding: 40px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.event-block .date-box {
  position: relative;
  padding-left: 90px;
  min-width: 270px;
  padding-right: 20px;
}
.event-block .date-box .count {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #07454A;
  font-weight: 700;
  font-family: "Evo", sans-serif;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 13%);
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.event-block .date-box h4 {
  position: relative;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #07454A;
  font-weight: 700;
  margin-bottom: 0px;
}
.event-block .date-box .time {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #07454A;
}
.event-block h3,
.event-block h3 a {
  position: relative;
  width: 380px;
  font-size: 18px;
  line-height: 25px;
  color: #07454A;
  font-weight: 700;
  max-width: 380px;
  padding-right: 20px;
  margin: 0;
}
.event-block .speaker-info {
  position: relative;
  padding-left: 110px;
  min-height: 70px;
  min-width: 280px;
}
.event-block .speaker-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.event-block .speaker-info .thumb img {
  padding: 0;
  margin: 0;
  /* border-radius: 50%;
  width:80px;
  height:80px; */
}
.event-block .speaker-info .fa {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
}
.event-block .speaker-info .name {
  font-size: 14px;
  color: #07454A;
  font-weight: 700;
  line-height: 1em;
  margin-top: 30px;
}
.event-block .speaker-info .designation {
  font-size: 16px;
  color: #07454A;
}

/* Welcome Message CSS Section */

.welcome-page {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e3e7eb;
}

.welcome-page .welcome {
  position: relative;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
}

.welcome-page .welcome .col-welcome {
  padding: 30px;
  width: 100%;
}

.welcome-page .welcome .col-welcome .welcome-form {
  position: relative;
  width: 100%;
}

.welcome-page .welcome .col-welcome .welcome-form p {
  margin: 0 0 10px 0;
  color: #07454A;
  font-size: 15px;
  margin-bottom: 20px;
}

/* Popup Industry CSS Section */

.popup-link {
  display: none;
}

.popup-link a {
  background: #07454A;
  color: #fff;
  padding: 7px 13px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  margin: 0;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 400px;
}
.popup-content p {
  font-size: 17px;
  padding: 10px;
  line-height: 20px;
}
.popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.popup-content a.close:hover {
  color: #333;
}

.popup-content span:hover,
.popup-content span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 1111;
}

.js-cookie-consent {
  color: #fff;
  position: fixed;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding: 10px 170px 10px 170px;
  text-align: left;
  width: 100%;
  z-index: 9999;
  background-color: black;
  border-color: var(--color-secondary);
}
.js-cookie-consent a {
  color: #06444A;
}

.js-cookie-consent-agree {
  float: right;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #fff;
  z-index: 2;
  border: none;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-left: auto;
  background-color: var(--color-secondary);

}

@media only screen and (max-width: 800px) {
  .js-cookie-consent {
    color: #fff;
    position: fixed;
    bottom: 0px;
    display: block;
    align-items: center;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
    z-index: 9999;
    background-color: black;
    border-color: var(--color-secondary);
  }

  .js-cookie-consent-agree {
    float: left;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #fff;
    z-index: 2;
    border: none;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-left: auto;
    background-color: var(--color-secondary);
  
  }
}