@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Fjalla+One&family=Rosarivo:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Fjalla+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rosarivo:ital@0;1&display=swap');


/* -----------------------------------
    01. General CSS
-------------------------------------*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   overflow: auto;
   padding: 0;
}


html,
body {
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #112958;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
a {
  color: #21a7d0;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #21a7d0;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #21a7d0;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #21a7d0;
  text-shadow: none;
  color: #ffffff;
}
.border-none:last-child {
  border-right: none !important;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background: #21a7d0;
}
.secondary-bg {
  background: #273c66;
}
.title-bg {
  background: #111111;
}
.gray-bg {
  background: #f3f8f9;
}
.gray-bg3 {
  background: #e7f9fb;
}
.gray-bg2 {
  background: #e7f6f9;
}
.gray-bg4 {
  background: #F9F7F8;
}
.event-bg {
  background: #f9f8f8;
}
.event2-bg {
  background: #F4F6F5;
}
.dark-red {
  background: #1D0E15;
}
.bg-light-gray {
  background: #f9f9f9;
}
.transparent-bg {
  background: transparent;
}
.home5color {
  color: #54647b !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #040136;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagenav-link ul {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}
.pagenav-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 14px 0;
  border-right: 1px solid #E6E6E6;
  color: #21a7d0;
  font-size: 16px;
}
.pagenav-link ul li a {
  color: #505050;
}
.pagenav-link ul li a i:before {
  color: #505050;
  font-size: 13px;
  transition: all 0.3s ease;
}
.pagenav-link ul li a:hover {
  color: #21a7d0;
}
.pagenav-link ul li a:hover i:before {
  color: #21a7d0;
}
.pagenav-link ul li:last-child {
  border-right: none;
}

blockquote {
  margin: 35px 0;
  padding: 40px;
  color: #666;
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #21a7d0;
}
blockquote p {
  font-size: 16px;
  margin: 0;
}
.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #ffffff;
}
.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}
/*-- Blog Button Css --*/
.blog-btn {
  color: #111111;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-right: 43px;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.blog-btn:hover {
  color: #21a7d0;
}
.blog-btn:hover:after {
  right: 17px;
  color: #21a7d0;
}
/* ------------------------------------
    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;
}


.readon.yellow-btn {
  background: #F4BF00;
  border-color: #F4BF00;
  border-radius: 4px 4px 4px 4px;
}
.readon.yellow-btn:hover {
  color: #ffffff;
  background: #171F32;
  border-color: #171F32;
}
.readon.yellow-btn.transparent3:hover {
  color: #1c335f;
  background: #ffffff;
  border-color: #ffffff;
}
.readon.transparent2 {
  background: #21a7d0;
  color: #111111;
  border: 1px solid #21a7d0;
}
.readon.transparent2:hover {
  color: #111111;
  background: transparent;
  border: 1px solid #21a7d0;
}
.readon.register-btn {
  padding: 10px 50px;
  color: #ffffff;
  background: #ff5421;
  border-color: #ff5421;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
}
.readon.register-btn:hover {
  background: #ff4007;
}
.readon.submit-btn {
  border: 2px solid;
  border-color: #ff5421;
  padding: 10px 50px;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #ff5421;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
}
.readon.submit-btn:hover {
  background: transparent;
  color: #ff5421;
}
.readon.submit-requset {
  background-color: #0FCB75;
  margin: 0px 0px 0px 0px;
  padding: 13px 35px 13px 35px;
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.readon.submit-requset:hover {
  opacity: 0.9;
  background-color: #0FCB75;
}
.readon.border-less {
  border: none;
}

.readon3 {
  outline: none;
  padding: 10px 32px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #000000;
  background: rgb(255 190 0);
  position: relative;
}
.readon3:after,
.readon3:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.readon3:after {
  right: 18px;
}
.readon3:before {
  left: 18px;
}
.readon3.active {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3.active:after,
.readon3.active:before {
  background: #21a7d0;
}
.readon3.active:hover {
  color: #ffffff;
  background: #21a7d0;
}
.readon3.active:hover:after,
.readon3.active:hover:before {
  background: #ffffff;
}
.readon3.dark-hov:hover {
  background: #17324d;
  color: #ffffff;
}
.readon3.dark-hov:hover:after,
.readon3.dark-hov:hover:before {
  background: #ffffff;
}
.readon3:hover {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3:hover:after,
.readon3:hover:before {
  background: #21a7d0;
}
.readon-arrow {
  color: #111111;
  padding-right: 22px;
  position: relative;
  font-weight: 500;
}
.readon-arrow:after {
  position: absolute;
  content: "\f136";
  font-family: Flaticon;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #111111;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.readon-arrow:hover {
  color: #ac2732;
}
.readon-arrow:hover:after {
  right: 0;
  color: #ffbe13;
}

.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: 60px;
  padding-right: 60px;
}
.container-fluid2 {
  padding-left: 0px;
  padding-right: 60px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.body-color {
  color: #505050 !important;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #111111 !important;
}
.title-color2 {
  color: #112958 !important;
}
.secondary-color {
  color: #273c66;
}
.primary-color {
  color: #17324d !important;
}
.dark-parimary-bg {
  background: #203154 !important;
}
ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
}
ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #21a7d0;
  font-size: 20px;
}
ul.listing-style.modify li {
  padding-left: 23px;
}
ul.listing-style.modify li:before {
  font-size: 15px;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #21a7d0;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.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:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #21a7d0;
}
.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.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
  color: #ff5421;
}
.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}
.rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #21a7d0;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #21a7d0;
}
.rs-carousel .owl-dots .active {
  background: #21a7d0;
  opacity: 1;
}
.owl-carousel .owl-item img {  
  width: auto;
}

.gallery-section .owl-carousel .owl-item img {
  border: 11px solid #fff;
  width: auto;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-title .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title .sub-title.primary {
  color: #10743d;
}

.sec-title .sub-title.yellow {
  color: #ffbe00;
}

.msg-title {
  margin-bottom: 10px;
  margin-top: 25px;
  color: #f5a425 !important;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.dark {
  color: #111111;
}
.sec-title .sub-title.orange {
  color: #ff5421;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .midline {
  font-size: 36px;
  color: #111111;
}
.sec-title2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #21a7d0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title2 .sub-title.white-color {
  color: #ffffff;
}
.sec-title2 .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.purple-color {
  color: #4e49a1 !important;
}
.sec-title3 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title3 .sub-title.yellow-color {
  color: #f4bf00;
}
.sec-title3 .sub-title.green-color {
  color: #0c8b51;
}
.sec-title3 .sub-title.no-big {
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 3px;
}
.sec-title3 .sub-title.big {
  font-size: 18px  !important;
  color: #f4bf00 !important;
  font-weight: 500;
}
.sec-title3 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title3 .title.white-color {
  color: #ffffff;
}
.sec-title3 .title.black-color {
  color: #101010;
}
.sec-title3 .title.new-title {
  color: #101010;
  line-height: 1.2;
  font-weight: 700;
}
.sec-title3 .title.title2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  color: #ffffff;
}
.sec-title3 .title.title3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  color: #ffffff;
}
.sec-title3 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title3 .desc.white-color {
  color: #ffffff;
}
.sec-title3 .new-desc {
  font-size: 18px;
  line-height: 31px;
  color: #333333;
}
.sec-title4 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0c8b51;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  position: relative;
  padding: 0px 0px 20px 0px;
}
.sec-title4 .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 4px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0c8b51;
}
.sec-title4 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title5 .description {
  color: #ffffff;
}
.sec-title5 .description.title-color {
  color: #7A7A7A;
  font-weight: 400;
}
.sec-title5 .description span a {
  color: #ff5421;
}
.sec-title5 .description span a i {
  margin-left: 5px;
}
.sec-title5 .description span a i:before {
  top: 2.5px;
  position: relative;
}
.sec-title6 .sub-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FF5421;
  display: block;
  margin: 0;
}
.sec-title6 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #031a3d;
}
.sec-title6 .title.title2 {
  font-weight: 800;
  margin: 0;
}
.left-top-shape {
  position: absolute;
  left: -55px;
  top: 65px;
}
.right-top-shape {
  position: absolute;
  right: -115px;
  top: 25px;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.logo-part {
  padding-right: 50px;
}
@media screen and (max-width: 1564px) {
  .logo-part {
    padding-right: 0px;
  }
}

.main-menu {
  padding-right: 60px;
}

@media screen and (max-width: 1564px) {
  .main-menu {
    padding-right: 20px !important;
  }
}

.full-width-header {
  z-index: 99;
}
.full-width-header .topbar-area {
  background: #17324d;
}
.full-width-header .topbar-area .topbar-contact li {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  margin-right: 17px;
  padding-right: 20px;
  color: #ffffff;
  border-right: 1px solid #374A71;
}
.full-width-header .rs-header .topbar-area .topbar-contact li i {
  margin-right: 2px;
}
.full-width-header .rs-header .topbar-area .topbar-contact li i.flaticon-email:before {
  bottom: -1.5px;
  position: relative;
}
.full-width-header .rs-header .topbar-area .topbar-contact li i:before {
  font-size: 16px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-contact li a {
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-contact li a:hover {
  color: #17324d;
}
.full-width-header .rs-header .topbar-area .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area .topbar-right li {
  display: inline;
  margin-right: 15px;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register {
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register i {
  margin-right: 10px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register a {
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register a:hover {
  color: #ffbe00;
}
.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn {
  color: #000000;
  background: #FFBE00;
  padding: 11px 10px;
  display: inline-block;
}
.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn:hover {
  background: #ffffff;
}
.full-width-header .rs-header .topbar-area .topbar-right li:last-child {
  margin: 0;
}

.full-width-header .rs-header .logo-part {
  position: relative;
  z-index: 9;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 90px;
  line-height: 90px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 48px;
}
.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 .responsive-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.full-width-header .rs-header .menu-area .responsive-logo img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner {
  top: 120px;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li {
  height: 45px;
  line-height: 45px;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a {
  padding: 0 30px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 50px;
  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: 500;
  text-transform: uppercase;
  /* height: 120px;
  line-height: 120px; */
  padding-right: 0;
  margin-right: -12px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1406px) {
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
     font-size: 13px;
  }
}


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #17324d;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
  padding-right: 12px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all .5s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:hover:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
  color: #17324d !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #17324d;
  margin: 0;
  padding: 15px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset !important;
  line-height: unset !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  padding: 10px 30px !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #273c66 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:before {
  display: none !important;
}
.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 li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #273c66 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0px);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu .sub-menu {
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #273c66;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ffffff;
}
.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 {
  color: #21a7d0 !important;
}
.full-width-header .rs-header .menu-area .nav-expander {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .nav-expander span {
  height: 2px;
  width: 30px;
  display: block;
  background: #ffffff;
  margin: 6px 0;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .nav-expander span.dot1 {
  margin-top: 0;
}
.full-width-header .rs-header .menu-area .nav-expander span.dot3 {
  margin-bottom: 0;
}
.full-width-header .rs-header .menu-area .nav-expander:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area .nav-expander.style2 span {
  background: #111111;
}
.full-width-header .rs-header .menu-area .nav-expander.style2:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area .nav-expander.style3 span {
  background: #111111;
}
.full-width-header .rs-header .menu-area .nav-expander.style3:hover span {
  background: #308656;
}
.full-width-header .rs-header .menu-area .nav-expander.style4 span {
  background: #ffffff;
}
.full-width-header .rs-header .menu-area .nav-expander.style4:hover span {
  background: #21a7d0;
}
.full-width-header .rs-header .menu-area .nav-expander.style5 span {
  background: #ffffff;
}
.full-width-header .rs-header .menu-area .nav-expander.style5:hover span {
  background: #ccc;
}
.full-width-header .rs-header .menu-area .nav-expander.style6 span {
  background: #ffffff;
}
.full-width-header .rs-header .menu-area .nav-expander.style6:hover span {
  background: #f4bf00;
}
.full-width-header .rs-header .menu-area .appointment-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart {
  text-align: right;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i {
  color: #ffffff;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i:hover {
  color: #ffffff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner {
  margin-right: 55px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li {
  display: inline-block;
  margin-right: 15px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner .cart-icon {
  position: relative;
  height: 120px;
  line-height: 120px;
  z-index: 1;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner .cart-icon .cart-count {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #505050;
  top: -13px;
  right: -17px;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #7d8aa3;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner.no-border {
  padding-right: 0;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner.no-border:before {
  display: none;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a.short-border {
  position: relative;
  padding-right: 20px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a.short-border:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #7d8aa3;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a:hover {
  color: #ffffff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn {
  text-transform: uppercase;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li:last-child {
  margin-right: 0 !important;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: none;
  outline: unset;
  color: #ffffff;
  text-transform: uppercase;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn i {
  margin-right: 5px;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner {
  position: absolute;
  top: 120px;
  width: 200px;
  background: #21a7d0;
  padding: 15px 0;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner li a {
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner li a:hover {
  color: #273c66;
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #17324d !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 35px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
  display: inherit;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .light {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .logo-cat-wrap {
  height: 90px;
  line-height: 90px;
}
.full-width-header .rs-header .menu-area.sticky .logo-cat-wrap .categories-btn .cat-menu-inner {
  top: 90px;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  height: 90px;
  line-height: 90px;
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander span {
  background: #111111;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style3 span {
  background: #111111;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style3:hover span {
  background: #21a7d0;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style5 span {
  background: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style5:hover span {
  background: #ccc;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner .cart-icon {
  height: 90px;
  line-height: 90px;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li.cart-inner .woocommerce-mini-cart {
  padding-top: 90px;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #21a7d0;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 30px 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px !important;
  height: 20px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .rs-header .right_menu_togle .close-btn #nav-close {
  position: relative;
  float: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: unset;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ac2732;
}
.full-width-header .rs-header .right_menu_togle .close-btn #nav-close:hover {
  transform: rotate(180deg);
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 30px;
  margin-top: 50px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
   max-width: 150px;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery {
  display: inline-block;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img {
  width: 33%;
  float: left;
  padding: 0 5px 10px;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup {
  display: block;
  overflow: hidden;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup img {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup:hover img {
  transform: scale(1.1);
}
.full-width-header .rs-header .right_menu_togle .map-img {
  margin-top: 25px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #ac2732;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact {
  padding: 50px 0 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 20px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a {
  color: #111111;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  color: #10743d;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}

.full-width-header.header-style2 {
  width: 100%;
  z-index: 999;
}
.full-width-header.header-style2 .rs-header .menu-area {
  background: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part .dark-logo {
  display: inherit;
}
.full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap .logo-part .light-logo {
  display: none;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area {
  justify-content: flex-end;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 35px;
}

@media screen and (max-width: 1564px) {
  .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 26px;
  }
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #394459;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ac2732;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
  background: #17324d;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff !important;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ddd !important;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ddd !important;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: #ac2732;
  min-width: 770px;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ffbe00 !important;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li > a {
  color: #394459;
}
.full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn {
  color: #394459;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn i {
  margin-right: 10px;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner {
  background: #21a7d0;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner li a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area .categories-btn .cat-menu-inner li a:hover {
  color: #273c66;
}
/*
.full-width-header.header-style2 .rs-header .menu-area.sticky {
  background: #ac2732;
}
*/
.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .nav-expander.style3 span {
  background: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .nav-expander.style3:hover span {
  background: #ccc;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .categories-btn .cat-btn {
  color: #ffffff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area {
  background: transparent;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
  background: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ddd !important;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ddd !important;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #21a7d0 !important;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li > a {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .categories-btn .cat-btn {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky {
  background: #273c66 !important;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .categories-btn .cat-btn {
  color: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .nav-expander span {
  background: #ffffff;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky .nav-expander:hover span {
  background: #ccc;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
  margin-right: 35px;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff !important;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
  background: #ffffff;
}
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify1.header-home6 .rs-header .rs-menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #f4bf00 !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);
  }
}

/* ------------------------------------
Slider Section CSS
---------------------------------------*/
.slider.style1 {
  position: relative;
  height: 90vh;
}
/*.slider.style1 .slider-content {*/
/*  padding: 375px 0;*/
/*}*/
.slider.style1 .slider-content .sl-sub-title {
  font-size: 48px;
  line-height: 58px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 24px;
}
.slider.style1 .slider-content .sl-title {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 39px;
  margin-left: -5px;
}
.slider.style1 .slider-content.slide1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider.style1 .slider-content.slide2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider.style1 .owl-nav .owl-next,
.slider.style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #21a7d0;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.slider.style1 .owl-nav .owl-next i:before,
.slider.style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.slider.style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.slider.style1:hover .owl-nav .owl-next,
.slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.breadcrumbs {
  position: relative;
}
.breadcrumbs .breadcrumbs-img img {
  width: 100%;
}
.breadcrumbs .breadcrumbs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.breadcrumbs .breadcrumbs-text .page-title {
  font-size: 38px;
  margin-bottom: 20px;
  color: #ff5421;
}
.breadcrumbs .breadcrumbs-text ul {
  padding: 0;
}
.breadcrumbs .breadcrumbs-text ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs .breadcrumbs-text ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #505050;
}
.breadcrumbs .breadcrumbs-text ul li a:before,
.breadcrumbs .breadcrumbs-text ul li a:after {
  background-color: #505050;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.breadcrumbs .breadcrumbs-text ul li a:before {
  right: 13px;
}
.breadcrumbs .breadcrumbs-text ul li a:hover {
  color: #ffb121;
}
.breadcrumbs .breadcrumbs-text.white-color .page-title {
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-text.white-color ul li {
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-text.white-color ul li a {
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.breadcrumbs .breadcrumbs-text.white-color ul li a:after {
  background-color: #ffffff;
}
.breadcrumbs .breadcrumbs-text.white-color ul li a:before {
  right: 13px;
}
.breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
  color: #ffb921;
}
.breadcrumbs .breadcrumbs-text.padding {
  padding-top: 100px;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumbs1 {
  background-image: url(/frontend/assets/images/breadcrumbs/1.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}
/* ------------------------------------
    07. About Section CSS
---------------------------------------*/
.about-section {
  background: url(/frontend/assets/images/bg/bg-about.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.about-section .shape {
  position: absolute;
  top: -360px;
  left: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .about-section .shape {
    top: -260px;
  }
}

@media (max-width: 1224px) {
  .about-section .shape {
    top: -220px;
  }
}

@media (max-width: 768px) {
  .about-section .shape {
    top: -150px;
  }
}

@media (max-width: 480px) {
  .about-section .shape {
    top: -100px;
  }
}


.about-wrap .icon-part img {
	
	width: 175px;
}
.icon-part {
	display: flex;
    justify-content: space-around;	
}

.about-content-part .title {	
	font-family: "Rosarivo", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #10743d;
	text-align: center;
	padding-top: 25px;
}

.about-content-part .abt-content {
	text-align: center;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 35px;
	font-size: 16px;
}

/* ------------------------------------
    08. Message Section CSS
---------------------------------------*/
.message-section {
	background: url("/frontend/assets/images/bg/bg_msg.jpg");
   background-size: cover;
    background-repeat: no-repeat;
	
}

.msg-wrap .image-part {	
	display: flex;
    justify-content: space-around;
    width: 50%;
}

.msgmain-content {	
	display: flex;
    align-items: center;
    padding-left: 73px;
	padding-right: 43px;
}
.msg-content {
	font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 42px;
    color: rgb(117, 117, 117);
    text-align: justify;
    padding-top: 5px;
}

/* ------------------------------------
    09. Services Section CSS
---------------------------------------*/
.youtube-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("/frontend/assets/images/logo/logo.png");
	background-attachment: fixed;
    background-size: 50;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.youtube-section::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #17324d;
    opacity: 0.9;
    z-index: -1;	
}


.ytb-1 {
  height: 180px;
}


/* ------------------------------------
    10. Vision Misson Section CSS
---------------------------------------*/

.vi-mi {
	padding-top: 50px;
    padding-bottom: 50px;	
}

.vi-gap {
    gap: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

@media (max-width: 768px) {
    .vi-gap {
        grid-auto-flow: row;
        grid-auto-columns: unset;
    }
}


.vi-box {
    display: flex
;
    padding: 10px;
    gap: 35px 35px;
    background-transition: 0.3s;
    border-radius: 29px 29px 29px 29px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.box:hover {
    background-color: #f5a425;
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
    border-radius: 35px 35px 35px 35px;
    transform: translateY(-7.5px);
}

.box svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60px;
    fill: #f5a425;
}

.box:hover svg {
    fill: aliceblue;
}

.box:hover h3 {
    color: aliceblue;
}

.box {
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
    border-radius: 35px 35px 35px 35px;
}

.box-title {
    font-size: 25px;
    line-height: 1.3em;
    margin-top: 0;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 30px;
}

.box p {
    text-align: center;
    color: #656565;
    font-size: 16px;
    font-weight: 600;
}

.box:hover p {
    color: aliceblue;
}


/* ------------------------------------
    11. Gallery Section CSS
---------------------------------------*/
.gallery-section {
	
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ------------------------------------
    18. Blog Section CSS
---------------------------------------*/
#blog {
  background: #17324d;
  position: relative;
  z-index: 1;
}

#blog .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}

#blog .shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}

.blog.style2 .blog-item {
  border-radius: 8px;
  background: #65b083;
  overflow: hidden;
  border: 2px solid white;
}
.blog.style2 .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}
.blog.style2 .blog-item .image-part img {
  transition: all 0.5s;
  transform: scale(1);
  height: 226px;
  width: 100% !important;
}
.blog.style2 .blog-item .blog-content {
  padding: 14px 22px 30px;
  color: #273c66;
  background: #fcfcfc;
  height: 269px;
}
.blog.style2 .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}
.blog.style2 .blog-item .blog-content .title a {
  color: #111111;
}
.blog.style2 .blog-item .blog-content .title a:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item .blog-content .categories {
  color: #505050;
}
.blog.style2 .blog-item .blog-content .desc {
  color: #505050;
}
.blog.style2 .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
  color: #f5a425;
}
.blog.style2 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.blog.style2 .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}
.blog.style2 .blog-item .blog-content .blog-meta li a {
  color: #273c66;
}
.blog.style2 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.blog.style2 .blog-item .blog-content .blog-bottom {
  overflow: hidden;
  padding-top: 13px;
  margin-top: 20px;
  border-top: 1px solid #dcdfe6;
}
.blog.style2 .blog-item .blog-content .blog-bottom li {
  display: inline;
}
.blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a {
  color: #273c66;
}
.blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part {
  float: right;
}
.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #273c66;
}
.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item .blog-content.primary-border {
  border: 1px solid rgba(33, 167, 208, 0.1);
  border-top: none;
}
.blog.style2 .blog-item .blog-content.new-style .title a {
  color: #112958;
}
.blog.style2 .blog-item .blog-content.new-style .title a:hover {
  color: #429065;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li {
  display: inline;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a {
  color: #505050;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part {
  float: right;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #112958;
}
.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow:hover {
  color: #0f723b;
}
.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a {
  color: #505050;
}
.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part {
  float: right;
}
.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #111111;
}
.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow:hover {
  color: #21a7d0;
}
.blog.style2 .blog-item:hover .image-part img {
  transform: scale(1.07);
}
.blog.style2.modify .blog-item .blog-content {
  border: none;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part {
  font-weight: 600;
  color: #111111;
}
.blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part .readon-arrow {
  font-weight: 600;
  color: #111111;
}
.blog.style2.modify2 .owl-stage-outer {
  padding-bottom: 10px;
  margin: -10px;
  padding-left: 10px;
}
.blog.style2.modify2 .blog-item {
  overflow: visible !important;
}
.blog.style2.modify2 .blog-item .blog-content {
  background: #ffffff !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
  transition: all 500ms ease;
  position: relative;
}
.blog.style2.modify2 .blog-item .blog-content .categories.color-bg1 {
  color: #c701f1;
}
.blog.style2.modify2 .blog-item .blog-content .categories.color-bg2 {
  color: #065ce8;
}
.blog.style2.modify2 .blog-item .blog-content .categories.color-bg3 {
  color: #f6075b;
}
.blog.style2.modify2 .blog-item:hover .blog-content {
  transform: translateY(-10px);
}

/*-------------------------------------
    36. Contact Section CSS
--------------------------------------*/

.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .contact-comment-box.new-style {
  padding: 60px 70px 60px !important;
}
.contact-page-section .contact-map {
  overflow: hidden;
}
.contact-page-section .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}
.contact-page-section .contact-map2 {
  overflow: hidden;
}
.contact-page-section .contact-map2 iframe {
  float: left;
  width: 100%;
  height: 720px;
  border: none;
}
.contact-page-section .contact-map3 {
  overflow: hidden;
}
.contact-page-section .contact-map3 iframe {
  float: left;
  width: 100%;
  height: 600px;
  border: none;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 0 0 50px;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #ffbe00;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #ffbe004d;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #111111;
  display: block;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #ff5421;
}
.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}
.contact-page-section .contact-address-section.style2 {
  margin: 0;
}

/*------------------------------------
    37. Footer Section CSS
------------------------------------*/
.footer { 
  background-color: #172e58ed;
  background-image: url(/frontend/assets/images/bg/footer-bg.png);
  background-size: cover;
}
.footer .footer-top {
  padding: 50px 0 20px;
}
.footer .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.footer .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.footer .footer-top .site-map li a {
  color: #e8e8e8;
}
.footer .footer-top .site-map li a:hover {
  color: #fcb902;
}
.footer .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fcb902;
}
.footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.footer .footer-top .address-widget li i {
  position: absolute;
}
.footer .footer-top .address-widget li i:before {
  color: #ffffff;
}
.footer .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}
.footer .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.footer .footer-top .address-widget li .desc a:hover {
  color: #fcb902;
}
.footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.footer .footer-top.no-gap {
  padding-top: 93px;
}
.footer .footer-bottom {
  padding: 13px 0;
  background: transparent;
  position: relative;
}
.footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.footer .footer-bottom .copyright a {
  color: #fcb902;
}
.footer .footer-bottom .footer-logo a {
  display: inline-block;
}
.footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #ffbe00;
  color: #ffffff;
  text-align: center;
}
.footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}

/* -----------------------
    38. 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 {
  background: #13743f;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #ffbe00;
}
#scrollUp.orange-color i {
  background: #ff5421;
}
#scrollUp.orange-color i:hover {
  background-color: #ed3600;
}
#scrollUp.yellow-color i {
  background: #f4bf00;
}
#scrollUp.yellow-color i:hover {
  background-color: #c19700;
}
#scrollUp.purple-color i {
  background: #4e49a1;
}
#scrollUp.purple-color i:hover {
  background-color: #3d397e;
}
#scrollUp.green-color i {
  background: #0c8b51;
}
#scrollUp.green-color i:hover {
  background-color: #085c36;
}
/*Pulse Border Animation*/
@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;
  }
}
/*Pulse Border Animation*/
@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;
  }
}
@keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}
@-webkit-keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}
.up-down {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}
.up-down-new {
  animation: up-down 8s alternate infinite;
  -webkit-animation: up-down 8s alternate infinite;
}
@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);
  }
}
@-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);
  }
}
.left-right {
  animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
.left-right-new {
  animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}
@keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translatex(-50px);
  }
  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
  50% {
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }
  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}
.spine {
  animation: spine 5s linear infinite;
  -webkit-animation: spine 5s 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);
  }
}
.spine-r {
  animation: spine-r 5s linear infinite;
  -webkit-animation: spine-r 5s linear infinite;
}
@keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spine2 {
  animation: spine 8s linear infinite;
}
@keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.rotated-style {
  -webkit-animation: rotated-style 30s linear infinite;
}
@keyframes rotated-style {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.veritcal-two {
  animation-name: veritcal-two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal-two {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}

/* Scrolling Text */
.scrolling-text {
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.scrolling-text:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}

@media (max-width: 1500px) {
  @keyframes scroll {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .topbar-right {
      text-align: center;
      margin-top: 10px;
  }

  .topbar-right .list-inline-item {
      display: block;
      margin-bottom: 5px;
  }
}


