/* 
======================================================================== 

Geniee: style.css ( Main Theme CSS file )

Theme Name: Geniee - NFT Marketplace
Version: 1.0
����߶�ģ�壺http://www.bootstrapmb.com
If you having trouble in editing js. please send a mail to hq8055@gmail.com

This is the file you need to edit to change the look of the theme.
*/
/* ========================================= */
/* 		   		General Styling	 			 */
/* ========================================= */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix:after .test {
  color: red;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

/* ========================================= */
/*          Fonts Include        */
/* ========================================= */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  position: relative;
}

/* Preloader */
/* End Preloader */
.mbYTP_wrapper {
  min-height: 850px !important;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 35px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 5px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

strong {
  font-weight: bold !important;
}

hr {
  border: 0.5px solid #F1F0F0;
}

.pt_0 {
  padding-top: 0 !important;
}

.pt_100 {
  padding-top: 100px !important;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  color: #666666;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}

ol {
  margin: 0;
  padding: 0;
  counter-reset: i;
  position: relative;
}
ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  padding-left: 30px;
  position: relative;
}
ol li:before {
  content: " ";
  counter-increment: i;
  content: counter(i) ".";
  position: absolute;
  left: 0;
  color: #457ec5;
  margin-top: 1px;
}

a {
  color: #457ec5;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #212529;
  transition: all 0.4s ease;
}

img {
  width: 100%;
}

section {
  position: relative;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
textarea,
select {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eceaea;
  border-radius: 50px;
  padding: 10px 25px;
  width: 100%;
  color: #444444;
  margin-bottom: 15px;
}

select {
  padding: 12px 25px;
}

textarea {
  border-radius: 8px;
  resize: vertical;
}

blockquote {
  font-size: 14px;
  font-weight: 300;
  background-color: #FAF8F8;
  border-left: 4px solid;
  border-left: 4px solid;
  border-color: #457ec5;
  padding: 30px 70px 30px 70px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 20px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 30px 15px;
  }
}
blockquote span {
  position: relative;
  padding-left: 20px;
}
blockquote span:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.mt_heading,
.mt_heading_white {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mt_heading,
.mt_heading_white {
    padding: 0 10px;
    margin-bottom: 70px;
  }
}
.mt_heading .faded_text,
.mt_heading_white .faded_text {
  position: absolute;
  font-size: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
  opacity: 0.27;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mt_heading .faded_text,
.mt_heading_white .faded_text {
    font-size: 40px;
  }
}
.mt_heading .heading_text,
.mt_heading_white .heading_text {
  position: relative;
  z-index: 1;
}
.mt_heading .section_heading,
.mt_heading_white .section_heading {
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 360px) {
  .mt_heading .section_heading,
.mt_heading_white .section_heading {
    font-size: 18px;
  }
}
.mt_heading .section_heading span,
.mt_heading_white .section_heading span {
  display: inline-block;
  padding: 0 0px 15px 0;
}
.mt_heading .heading_txt,
.mt_heading_white .heading_txt {
  margin: 0 auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .mt_heading .heading_txt,
.mt_heading_white .heading_txt {
    width: 100%;
  }
}

.mt_heading_white .section_heading {
  color: #FFFFFF;
}
.mt_heading_white .section_heading span:after {
  background: #fff;
}
.mt_heading_white .section_heading .heading_bg {
  color: #FFFFFF;
}
.mt_heading_white .heading_txt {
  color: #fff;
}

#general_banner,
#general_banner_main {
  position: relative;
  margin-bottom: 0;
  height: 380px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 991px) {
  #general_banner,
#general_banner_main {
    padding-top: 78px;
  }
}
#general_banner .overlay,
#general_banner_main .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#general_banner .bread_crumbs,
#general_banner_main .bread_crumbs {
  text-align: center;
}
#general_banner .bread_crumbs h1,
#general_banner_main .bread_crumbs h1 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 380px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #general_banner .bread_crumbs h1,
#general_banner_main .bread_crumbs h1 {
    line-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #general_banner .bread_crumbs h1,
#general_banner_main .bread_crumbs h1 {
    font-size: 35px;
  }
}
#general_banner .bread_crumbs h2,
#general_banner_main .bread_crumbs h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 380px;
  z-index: 1;
  position: relative;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  #general_banner .bread_crumbs h2,
#general_banner_main .bread_crumbs h2 {
    line-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #general_banner .bread_crumbs h2,
#general_banner_main .bread_crumbs h2 {
    font-size: 35px;
  }
}
#general_banner .bread_crumbs .breadcrumb,
#general_banner_main .bread_crumbs .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
#general_banner .bread_crumbs .breadcrumb li,
#general_banner_main .bread_crumbs .breadcrumb li {
  padding-right: 0;
  padding-left: 20px;
  position: relative;
}
#general_banner .bread_crumbs .breadcrumb li:first-child,
#general_banner_main .bread_crumbs .breadcrumb li:first-child {
  padding-left: 0;
}
#general_banner .bread_crumbs .breadcrumb li:before,
#general_banner_main .bread_crumbs .breadcrumb li:before {
  display: none;
}
#general_banner .bread_crumbs .breadcrumb li:after,
#general_banner_main .bread_crumbs .breadcrumb li:after {
  content: "\f3d3";
  font-family: "Ionicons";
  color: #FFFFFF;
  position: absolute;
  right: -14px;
  top: 1px;
}
#general_banner .bread_crumbs .breadcrumb li:last-child:after,
#general_banner_main .bread_crumbs .breadcrumb li:last-child:after {
  display: none;
}
#general_banner .bread_crumbs .breadcrumb li:first-child:before,
#general_banner_main .bread_crumbs .breadcrumb li:first-child:before {
  display: none;
}
#general_banner .bread_crumbs .breadcrumb li a,
#general_banner_main .bread_crumbs .breadcrumb li a {
  color: #fff;
}
#general_banner .bread_crumbs .breadcrumb li a:hover,
#general_banner_main .bread_crumbs .breadcrumb li a:hover {
  color: #FFFFFF;
}
#general_banner .bread_crumbs .breadcrumb .active,
#general_banner_main .bread_crumbs .breadcrumb .active {
  color: #FFFFFF;
}

#general_banner_main {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}

.form-check-input:checked {
  background-color: #4122ae;
  border-color: #4122ae;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check {
  padding-left: 40px;
  line-height: 29px;
}

label {
  font-size: 15px;
}

.rt_btn_color,
.rt_btn_color_border,
.rt_btn_white,
.rt_btn_white_border,
input[type=submit] {
  padding: 8px 30px;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  font-size: 16px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt_btn_color,
.rt_btn_color_border,
.rt_btn_white,
.rt_btn_white_border,
input[type=submit] {
    font-size: 14px;
    padding: 10px 19px;
  }
}
.rt_btn_color:hover, .rt_btn_color:focus,
.rt_btn_color_border:hover,
.rt_btn_color_border:focus,
.rt_btn_white:hover,
.rt_btn_white:focus,
.rt_btn_white_border:hover,
.rt_btn_white_border:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #FFFFFF;
  background: #457ec5;
  background: linear-gradient(to right, #4f9e7f 0%, #457ec5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f9e7f", endColorstr="#457ec5", GradientType=1);
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none;
}

.rt_btn_white_border {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.rt_btn_white_border:hover {
  background: #FFFFFF;
  color: #444;
}

.rt_btn_color_border {
  background: transparent;
  border: 1px solid #457ec5;
  color: #457ec5;
}
.rt_btn_color_border:hover {
  color: #FFFFFF;
  background: #457ec5;
  background: linear-gradient(to right, #4f9e7f 0%, #457ec5 100%);
}

.rt_btn_white {
  background: #FFFFFF;
  color: #457ec5;
  font-weight: 600;
  border: 1px solid;
  border-color: #457ec5;
  border-color: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
.rt_btn_white:hover, .rt_btn_white:focus {
  color: #f9f9f9;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none;
}

.heading_main {
  margin-bottom: 60px;
}
.heading_main .sub_heading {
  font-size: 14px;
  color: #6f4deb;
}
.heading_main .heading_icon {
  display: inline-block;
  width: 27px;
  margin-left: 8px;
}

.left_shadow {
  position: absolute;
  left: -230px;
  top: -30%;
  height: 500px;
  width: 500px;
  background: #457ec5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-size: 220% 150%;
  opacity: 0.2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
  border-radius: 50%;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  z-index: -1;
}

.right_shadow {
  position: absolute;
  right: -230px;
  top: -30%;
  height: 500px;
  width: 500px;
  background: #457ec5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-size: 220% 150%;
  opacity: 0.2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
  border-radius: 50%;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  z-index: -1;
}

.pagination-box-main {
  margin-top: 50px;
}
.pagination-box-main .pagination {
  margin-bottom: 0;
  margin-top: 0;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .pagination-box-main .pagination {
    margin-bottom: 68px;
    margin-top: 30px;
  }
}
.pagination-box-main .pagination li {
  padding-left: 0;
  padding-bottom: 0;
}
.pagination-box-main .pagination li:before {
  display: none;
}
.pagination-box-main .pagination li a {
  border-color: #bfbfbf;
  border-radius: 50px !important;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 16px;
}
@media only screen and (max-width: 767px) {
  .pagination-box-main .pagination li a {
    margin-bottom: 10px;
  }
}
.pagination-box-main .pagination li a:hover, .pagination-box-main .pagination li a:focus {
  background-color: #F5F5F5;
  color: #777777;
  border-color: #bfbfbf;
}
.pagination-box-main .pagination li.active a {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* fancy Button */
.gradient_btn {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  transform: scale(0.95);
}
.gradient_btn span, .gradient_btn:before {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
.gradient_btn:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.gradient_btn:focus, .gradient_btn:active {
  color: #ffffff;
}
.gradient_btn:hover {
  color: #ffffff;
}
.gradient_btn:hover span {
  -webkit-filter: brightness(1.05) contrast(1.05);
  filter: brightness(1.05) contrast(1.05);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.gradient_btn:hover:before {
  bottom: 0;
  -webkit-filter: blur(10px) brightness(0.95);
  filter: blur(10px) brightness(0.95);
}
.gradient_btn span {
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.gradient_btn span i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.site_line {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.site_line span {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.site_line span:nth-child(1) {
  left: 25%;
}
.site_line span:nth-child(2) {
  left: 50%;
}
.site_line span:nth-child(3) {
  left: 75%;
}

.white-svg,
.gradient-svg,
.grey-svg {
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 10;
}
.white-svg svg,
.gradient-svg svg,
.grey-svg svg {
  width: 100%;
  display: block;
  fill: #fff;
}

.grey-svg svg {
  fill: #f9f9f9;
}

#content {
  margin-bottom: 60px;
}

/* ============================= */
/*           Fancy Box           */
/* ============================= */
.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background: #457ec5 !important;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1) !important;
  color: #FFFFFF;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icon-cross.png) center center no-repeat;
  background-color: #457ec5 !important;
  background-color: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0 !important;
}

.color_white {
  color: #fff;
}

.mt_error {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
  font-size: 14px;
}

.toast-message {
  font-size: 14px;
}

.mt_load {
  display: none;
  position: absolute;
  top: 11px;
  right: -35px;
  margin-left: 14px;
}
.mt_load span {
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #212529;
  border-left: 2px solid #FFFFFF;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.mt_load:after {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle_1 {
  height: 850px;
  width: 1000px;
  top: 50%;
  left: -310px;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  opacity: 0.1;
  position: absolute;
  transform: translate(0, -50%);
  z-index: -1;
}

.circle_2 {
  height: 850px;
  width: 1000px;
  top: 30%;
  right: -690px;
  border-radius: 60% 80% 10% 100%/118% 40% 60% 40%;
  opacity: 0.1;
  position: absolute;
  transform: translate(0, -50%);
  z-index: -1;
}

.section_heading_about {
  margin-bottom: 70px;
}
@media only screen and (max-width: 680px) {
  .section_heading_about {
    margin-bottom: 40px;
  }
}
.section_heading_about span {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
  display: block;
  font-weight: 500;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section_heading_about span:before {
  content: "";
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  height: 1px;
  left: -38px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.section_heading_about h3 {
  margin-top: 5px;
  color: #444;
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (max-width: 680px) {
  .section_heading_about h3 {
    font-size: 25px;
  }
}

.pagination {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin-bottom: 68px;
    margin-top: 30px;
  }
}
.pagination li {
  padding-left: 0;
  padding-bottom: 0;
}
.pagination li:before {
  display: none;
}
.pagination li a {
  border-color: #bfbfbf;
  border-radius: 50px !important;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 16px;
}
@media only screen and (max-width: 767px) {
  .pagination li a {
    margin-bottom: 10px;
  }
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #F5F5F5;
  color: #777777;
  border-color: #bfbfbf;
}
.pagination li.active a {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  .hide_mobile {
    display: none !important;
  }
}
/* fancy Button */
.gradient_btn {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  transform: scale(0.95);
}
.gradient_btn span, .gradient_btn:before {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
.gradient_btn:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.gradient_btn:focus, .gradient_btn:active {
  color: #ffffff;
}
.gradient_btn:hover {
  color: #ffffff;
}
.gradient_btn:hover span {
  -webkit-filter: brightness(1.05) contrast(1.05);
  filter: brightness(1.05) contrast(1.05);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.gradient_btn:hover:before {
  bottom: 0;
  -webkit-filter: blur(10px) brightness(0.95);
  filter: blur(10px) brightness(0.95);
}
.gradient_btn span {
  display: inline-block;
  padding: 8px 30px;
  font-size: 14px;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.gradient_btn span i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.wrapper {
  background-position: 0 100px !important;
}

/* ====================== */
/*      Dark Style        */
/* ====================== */
.darker nav.navbar.rtnav.navbar-fixed,
.darker nav.navbar.rtnav li.dropdown ul.dropdown-menu,
.darker .our_info_box {
  background: rgba(0,0,0,0.7);
}
.darker nav.navbar.rtnav.navbar-fixed a,
.darker nav.navbar.rtnav li.dropdown ul.dropdown-menu a,
.darker .our_info_box a {
  color: #fff;
}
.darker nav.navbar.rtnav.navbar-fixed.no-background {
  background: transparent;
}
.darker nav.navbar.rtnav li.dropdown ul.dropdown-menu {
  border-color: #1a0842;
}
.darker h1, .darker h2, .darker h3, .darker h4, .darker h5, .darker h6, .darker p, .darker a, .darker li,
.darker nav.navbar.rtnav .navbar-toggle,
.darker nav.navbar.rtnav .navbar-collapse.collapse button,
.darker nav.navbar.rtnav ul.nav li.dropdown > ul.dropdown-menu li:hover > a,
.darker nav.navbar.rtnav ul.nav li.dropdown ul.dropdown-menu > li > a,
.darker .rtnav.no-background.mobile_in ul.nav > li > a,
.darker .popular_collections .seller_title,
.darker .top_sellers .card-title,
.darker .rt_product_detail h1,
.darker .rt_product_detail .aution_sec h2,
.darker .rt_product_detail .pro-content p,
.darker .rt_product_detail .aution_sec .countdown .days,
.darker .rt_product_detail .aution_sec .countdown .hours,
.darker .rt_product_detail .aution_sec .countdown .minutes,
.darker .rt_product_detail .aution_sec .countdown .seconds,
.darker .rt_product_detail .description-wrap .tab-pane p,
.darker .rt_product_detail .description-tab li a,
.darker .mt_filter ul li a,
.darker .nft_filter h3,
.darker .rt_product_detail #comments .comments-lists .comment h4,
.darker .rt_product_detail #comments .comments-lists .comment p,
.darker .activity .activity_listing h3,
.darker .pagination-box-main .pagination li a,
.darker aside .widget h3,
.darker aside .widget_recent_entries ul li h4 a,
.darker #blog_main_sec .author_box .author_bio ul li a,
.darker #blog_main_sec .author_box .author_bio ul li a:hover,
.darker #blog_main_sec #comments .single-post_heading,
.darker #blog_main_sec #comments .comments-lists .comment h4,
.darker #blog_main_sec #comments .comments-lists .comment small.date-posted,
.darker #blog_main_sec #comments .comments-lists .comment p,
.darker #blog_main_sec #comments .leave_comment h3,
.darker .contact_form_box .form_sec h2,
.darker .live_auctions .pro-grid-box p,
.darker .navlinks li a {
  color: #fff;
}
.darker nav.navbar.rtnav .navbar-collapse.collapse.in img.logo_dark_mobile {
  display: none;
}
.darker nav.navbar.rtnav .navbar-collapse.collapse.in img.logo_dark_light {
  display: inline-block !important;
  width: auto;
}
.darker aside .widget_recent_entries ul li h4 a:hover {
  color: #fff;
}
.darker aside .widget_tag_cloud ul li a:hover, .darker aside .widget_tag_cloud ul li a:focus {
  background: #2b1462;
}
.darker .activity .activity_listing h3 span {
  -webkit-text-stroke-color: #fff;
  opacity: 0.1;
}
.darker .wallet_connenct .wallet_card {
  border-color: #413068;
}
.darker .navlinks li {
  border-bottom: 1px solid #221937;
}
.darker .rt_product_detail #comments .comments-lists .comment .activity_rounded img,
.darker #blog_main_sec #comments .comments-lists .comment .activity_rounded img {
  box-shadow: none;
}
.darker .nft_filter span:before,
.darker .blog_heading_border:before {
  background-color: #fff;
}
.darker aside .widget {
  padding: 20px;
  border-radius: 10px;
}
.darker .rt_product_detail .bid_listing li,
.darker .rt_product_detail .owner_card,
.darker .rt_product_detail .description-wrap .tab-pane,
.darker .rt_product_detail .description-tab li a,
.darker .rt_product_detail .bid_listing::-webkit-scrollbar-thumb,
.darker .activity .activity_listing,
.darker .activity .activity_filter,
.darker aside .widget,
.darker blockquote,
.darker #blog_main_sec .author_box,
.darker .contact_form_box .form_sec,
.darker .create_item_form,
.darker .nft_filter_sidebar,
.darker .container-login .wrap-login,
.darker .wallet_connenct .wallet_card {
  background: #1a0b3e;
}
.darker .activity .filter_buttons ul li a,
.darker aside .widget_tag_cloud ul li a {
  background-color: #0d0322;
  border: 0;
  color: #fff;
}
.darker .activity .search-form input[type=text],
.darker aside .widget .search-form input[type=text] {
  background-color: #0d0322;
  color: #fff;
  border-color: #5a516e;
}
.darker .activity .activity_card {
  background-color: #0d0322;
}
.darker .activity_icon i {
  color: #444;
}
.darker .rt_product_detail .aution_sec span,
.darker .rt_product_detail #comments .comments-lists .comment small.date-posted,
.darker .rt_product_detail .subtitle,
.darker aside .widget_recent_entries ul li p,
.darker aside .widget ul li a,
.darker aside .widget_recent_entries ul li span,
.darker blockquote span {
  color: #c3c2c2;
}
.darker .nft_filter input, .darker .nft_filter select {
  border-radius: 8px;
  background: #221937;
  color: #fff;
  border-color: #413068;
}
.darker .search_bar input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}
.darker .search_bar input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.darker .search_bar input {
  color: #fff;
}
.darker nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu {
  background: #070114;
}
.darker nav.navbar.rtnav .navbar-collapse.collapse img.logo_dark_mobile {
  display: none;
}
.darker nav.navbar.rtnav .navbar-collapse.collapse.in img.logo_dark_light {
  width: 140px;
}
.darker nav.navbar.rtnav ul li.dropdown ul.dropdown-menu li a:hover {
  background: #120f1c !important;
}
.darker .nft_card,
.darker .author_card {
  background: #221937;
  border: 1px solid #3d2f5c;
}
.darker .nft_card .tag,
.darker .author_card .tag {
  background: rgba(100, 61, 242, 0.3);
  color: #fff;
}
.darker .top_sellers .top-seller-item {
  background: rgb(18, 2, 54);
  border: 1px solid #241050;
}
.darker .popular_collections .collection_card {
  background: #221937;
  border: 1px solid #3d2f5c;
}
.darker .site_line span {
  background: rgba(255, 255, 255, 0.05);
}
.darker .rt_product_detail .bid_details a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.darker .rt_product_detail .bid_details a {
  color: #a5a5a5;
}

body.darker,
.container-login {
  background: #0A0022 !important;
  color: #fff;
}

/* ====================== */
/*      End Dark Style    */
/* ====================== */
/* ----------------------------------

Template name : FehaThemes Navigation Menu

-------------------------------------*/
.search_bar {
  position: relative;
}
.search_bar input[type=text]::-moz-input-placeholder {
  color: #444;
}
.search_bar input[type=text]::-webkit-input-placeholder {
  color: #444;
}
.search_bar input {
  padding: 7px 25px;
  background-color: transparent;
}
.search_bar button {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #b1b1b1;
  top: 50%;
  transform: translateY(-50%);
}

.navbar.no-background .search_bar input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}
.navbar.no-background .search_bar input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.navbar.no-background .search_bar input {
  color: #fff;
}
.navbar.no-background .search_bar input {
  border: 1px solid #fff;
  color: #fff;
}
.navbar.no-background .navbar-nav .rt_btn_white_border {
  background: transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
.navbar.no-background .navbar-nav .rt_btn_white_border:hover {
  background: #ffffff !important;
  color: #457ec5;
}
@media only screen and (max-width: 991px) {
  .navbar.no-background .logo-light {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.no-background .logo_dark_light {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.no-background .logo-dark {
    display: block !important;
  }
}

.rtnav li {
  list-style: none;
}
.rtnav.navbar .container, .rtnav.navbar .container-fluid, .rtnav.navbar .container-lg, .rtnav.navbar .container-md, .rtnav.navbar .container-sm, .rtnav.navbar .container-xl {
  display: block;
}
.rtnav.no-background .logo-dark {
  display: none;
}
.rtnav.no-background .logo-light {
  display: block;
}
.rtnav.no-background ul.nav > li > a {
  color: #ffffff;
}
.rtnav.no-background.mobile_in ul.nav > li > a {
  color: #232323;
}
.rtnav .logo-dark {
  display: block;
}
.rtnav .logo-light {
  display: none;
}
.rtnav.navbar {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .rtnav.navbar.logo .logo-light {
    display: none !important;
  }
}
.rtnav.navbar .rt_btn_color,
.rtnav.navbar .rt_btn_white,
.rtnav.navbar .rt_btn_white_border,
.rtnav.navbar input[type=submit] {
  padding: 8px 30px;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  font-size: 16px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rtnav.navbar .rt_btn_color,
.rtnav.navbar .rt_btn_white,
.rtnav.navbar .rt_btn_white_border,
.rtnav.navbar input[type=submit] {
    font-size: 14px;
    padding: 10px 19px;
  }
}
.rtnav.navbar .rt_btn_color:hover, .rtnav.navbar .rt_btn_color:focus,
.rtnav.navbar .rt_btn_white:hover,
.rtnav.navbar .rt_btn_white:focus,
.rtnav.navbar .rt_btn_white_border:hover,
.rtnav.navbar .rt_btn_white_border:focus,
.rtnav.navbar input[type=submit]:hover,
.rtnav.navbar input[type=submit]:focus {
  color: #ffffff;
  background: #457ec5 !important;
  background: linear-gradient(to right, #4f9e7f 0%, #457ec5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f9e7f", endColorstr="#457ec5", GradientType=1) !important;
  transition: all 0.5s ease;
  text-shadow: initial;
  text-decoration: none;
}
.rtnav.navbar .rt_btn_white_border {
  border: none;
}
.rtnav.navbar .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.rtnav.navbar .navbar-collapse.collapse {
  display: block !important;
  float: left;
  flex: inherit;
}
.rtnav.navbar .collapse.navbar-collapse.center {
  float: none;
}
.rtnav.brand-center .navbar-collapse.collapse {
  width: 100%;
}

.dropdown-toggle::after {
  display: inline;
  margin: 0;
  border: none;
  vertical-align: inherit;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}

.nav > li {
  position: relative;
  display: inline-block;
}

.navbar-sidebar li {
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #3eab8f;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  height: 50px;
}

.navbar-common .navbar-brand > img {
  height: 60px;
}

@media only screen and (max-width: 1023px) {
  .navbar-brand > img {
    height: 55px !important;
  }
}
@media (min-width: 768px) {
  .nav-box .container,
.nav-box .container-lg,
.nav-box .container-md,
.nav-box .container-sm,
.nav-box .container-xl {
    max-width: 720px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-box .container,
.nav-box .container-lg,
.nav-box .container-md,
.nav-box .container-sm,
.nav-box .container-xl {
    max-width: 960px;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .nav-box .container,
.nav-box .container-lg,
.nav-box .container-md,
.nav-box .container-sm,
.nav-box .container-xl {
    max-width: 1200px;
    width: 1200px;
  }
}
.navbar-toggle {
  position: relative;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  display: block;
}

.main-nav-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar .attr-right {
  float: right;
  margin-left: 30px;
}

.main-nav-content .collapse {
  float: left;
  flex: inherit;
}

.navbar .attr-right .attr-nav li {
  margin-left: 20px;
}

.navbar .attr-right .attr-nav li.contact {
  position: relative;
  top: 10px;
  padding-left: 30px;
  margin-left: 30px;
}

.navbar.attr-border-full .attr-right .attr-nav li.contact {
  top: 0;
}

.navbar .attr-right .attr-nav li.contact::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1px;
  background: #dddddd;
  height: 40px;
  transform: translateY(-50%);
}

.navbar .attr-right .attr-nav li a {
  padding: 30px 0;
  display: block;
}

.navbar .attr-right .attr-nav li.button a {
  padding: 13px 40px !important;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
}

.navbar .attr-right .attr-nav li.button a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-size: 220% 150%;
}

.navbar .attr-right .attr-nav li.button a:hover::after,
.navbar .attr-right .attr-nav li.button a:active {
  background-position: -70% 0;
}

.navbar .attr-right .attr-nav li .call {
  display: flex;
  justify-content: right;
}

.navbar .attr-right .attr-nav li .call p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}

.navbar.navbar.no-background .attr-right .attr-nav li .call p {
  color: #ffffff;
}

.navbar .attr-right .attr-nav li .call p strong {
  font-weight: 600;
  color: #3eab8f;
}

.navbar.navbar.no-background .attr-right .attr-nav li .call p strong {
  color: #ffffff;
}

.navbar .attr-right .attr-nav li .call h5 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.6px;
}

.navbar .attr-right .attr-nav li .call h5 a {
  padding: 0 !important;
  color: #ffffff;
  display: inline-block;
  text-transform: lowercase;
}

.navbar .attr-right .attr-nav li .call i {
  display: inline-block;
  font-size: 40px;
  margin-right: 15px;
  position: relative;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .navbar .attr-right .attr-nav li .call h5 a {
    color: #232323;
  }
  .navbar.navbar .attr-right .attr-nav li .call p {
    color: #666666 !important;
  }
  .navbar .attr-right .attr-nav li .call i {
    color: #104cba;
  }
}
@media (max-width: 991px) {
  .navbar .attr-right .attr-nav li.contact {
    display: none;
  }
  .navbar.navbar.no-background .attr-right .attr-nav .side-menu {
    position: relative;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

/* * Navbar Main Css * v1.0 */
nav.rtnav .dropdown.megamenu-fw {
  position: static;
}

nav.rtnav .container {
  position: relative;
}

nav.rtnav .megamenu-fw .dropdown-menu {
  left: auto;
}

nav.rtnav .megamenu-content {
  padding: 15px;
  width: 100% !important;
}

nav.rtnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Navbar Default */
nav.navbar.rtnav.logo-less .navbar-brand {
  display: none;
}

nav.navbar.rtnav {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  margin: 0;
  transition: all ease 0.5s;
}

nav.navbar.rtnav .navbar-toggle {
  margin: 0;
  background: transparent;
  border: none;
  font-size: 25px;
  padding: 20px 0;
}

nav.navbar.rtnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

nav.navbar.rtnav ul.nav ul.dropdown-menu > li > a {
  white-space: normal;
}

nav.rtnav.navbar-full .navbar-toggle {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 20px;
  font-size: 24px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav.rtnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
}

nav.rtnav.navbar-full .navbar-collapse.in,
nav.rtnav.navbar-full .navbar-collapse.in {
  display: block !important;
}

nav.rtnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}

nav.rtnav.navbar-full .navbar-collapse .wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  overflow: auto;
}

nav.rtnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}

nav.rtnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
  width: 0;
}

nav.rtnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
  width: 0;
}

nav.rtnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
  width: 0;
}

nav.rtnav.navbar-full .navbar-collapse ul.nav {
  display: block;
  width: 100%;
  overflow: auto;
}

#navbar-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.rtnav .side .widget.social li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.rtnav .side .widget.social li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.rtnav .side .widget.social li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.rtnav .side .widget.social li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.rtnav .side .widget.social li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.rtnav .side .widget.social li.dribbble a {
  background: #ea4c89 none repeat scroll 0 0;
}

.rtnav a {
  color: #232323;
  font-weight: 600;
  text-transform: capitalize;
  background: transparent;
}

.rtnav a:focus,
.rtnav a:hover,
.rtnav a.active {
  background: transparent !important;
}

.attr-nav li {
  display: inline-block;
}

.attr-nav > ul > li > a {
  position: relative;
}

.attr-nav > ul > li > a i {
  font-size: 20px;
}

.attr-nav > ul > li > a span.badge {
  background-color: #3eab8f;
  height: 20px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 18px;
  width: 20px;
  border-radius: 50%;
}

.attr-nav > ul li.dropdown ul.dropdown-menu {
  margin-top: 0;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
}

/* Drowpdown Cart */
nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list {
  padding: 0;
  width: 300px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li {
  display: flex;
  border-top: 1px solid #e7e7e7;
  padding: 0;
  padding-top: 25px;
  margin: 0;
  margin-top: 25px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li a {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li p {
  margin: 0;
  font-size: 13px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list {
  padding: 25px;
  border: none;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li img {
  width: 60px;
  border-radius: 5px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li .thumb {
  position: relative;
  margin-right: 20px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li .remove-product,
nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li .remove-product:hover {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 18px;
  background: #3eab8f !important;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li.total a,
nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li.total a:hover {
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  padding: 8px 25px;
  border: 2px solid #091d3e;
  background: #091d3e !important;
  color: #ffffff;
  border-radius: inherit;
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li.total a:nth-child(3) {
  background: transparent !important;
  color: #091d3e;
  border: 2px solid #091d3e;
  margin-top: 10px;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li.total {
  display: block;
}

nav.navbar.navbar-default.rtnav li.dropdown ul.dropdown-menu.cart-list li.total span.pull-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Top Search */
.top-search {
  padding: 10px 0;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 9;
  animation: none;
}

.top-search .input-group {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 30px;
  right: 30px;
  width: auto;
}

.top-search .container-xl {
  position: relative;
  height: 100%;
}

.navbar .top-search .input-group {
  border-bottom: 2px solid rgb(255, 255, 255);
  z-index: 9;
}

.navbar .top-search::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #091d3e;
  z-index: -1;
  opacity: 0.9;
}

.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  border: none !important;
}

.top-search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
}

.top-search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}

.top-search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}

.top-search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding: 12px 0;
}

.top-search .input-group-addon.close-search {
  cursor: pointer;
}

.navbar .top-search .container {
  padding: 0 30px;
}

body {
  -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;
  transition: all 0.3s ease-in-out;
}

.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -500px;
  width: 500px;
  padding: 50px;
  padding-top: 0;
  height: 100%;
  display: block;
  background-color: #ffffff;
  -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;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}

.side .widget .logo {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  margin-bottom: 50px;
}

.side .widget .logo img {
  height: 60px;
}

.side .widget .logo::after {
  position: absolute;
  left: -50px;
  top: 0;
  content: "";
  height: 100%;
  width: 200%;
  background: #091d3e;
  z-index: -1;
}

.side.on {
  right: -16px;
}

body.on-side nav.navbar::after {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

.side .close-side {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  float: right;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  line-height: 34px;
  position: relative;
  text-align: center;
  top: 43px;
  width: 35px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
}

.side .widget.address ul li p {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #091d3e;
}

.navbar .side .widget h4 {
  display: block;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.side .widget.address ul li strong {
  font-weight: 400;
}

.side .widget.newsletter form {
  position: relative;
  z-index: 1;
  width: 100%;
}

.side .widget.newsletter form .input-group.stylish-input-group {
  position: relative;
}

.side .widget.newsletter form input,
.side .widget.newsletter form input:focus {
  width: 100%;
  background: transparent;
  padding: 15px;
  color: #091d3e;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  min-height: 60px;
}

.side .widget.newsletter form span.input-group-addon {
  width: 60px;
  position: absolute;
  right: 0;
  border-left: 1px solid #e7e7e7;
  min-height: 60px;
  z-index: 9;
}

.side .widget.newsletter form span.input-group-addon button {
  position: absolute;
  height: 57px;
  top: 2px;
  right: 2px;
  width: 56px;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  color: #091d3e;
  font-size: 30px;
}

.navbar .side .widget.social li {
  display: inline-block;
}

.navbar .side .widget.social li a {
  color: #091d3e;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
}

.navbar .side .widget.social li a:hover {
  background: #091d3e none repeat scroll 0 0 !important;
  color: #ffffff;
  border-color: #091d3e;
}

@media (min-width: 1200px) {
  .attr-border .attr-nav {
    position: relative;
    z-index: 1;
    padding-left: 15px;
  }
  .attr-border .attr-nav::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    border-left: 1px solid #dddddd;
    z-index: -1;
  }
  .attr-border.attr-border-full .attr-nav::after {
    height: 100%;
  }
  nav.navbar.rtnav.navbar-fixed.no-background.attr-border .attr-nav::after {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  nav.navbar.rtnav.navbar-fixed.no-background.attr-border.with-bg .attr-nav::after {
    border-left: 1px solid #e7e7e7;
  }
}
.navbar .attr-right .attr-nav li.side-menu a {
  padding: 9px 20px !important;
  display: block;
  top: 4px;
}

.navbar.navbar-default.attr-border-full .attr-right .attr-nav li.side-menu a {
  top: -5px;
}

.navbar .attr-nav .side-menu span {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 2px;
  width: 40px;
  background: #232323;
  transition: all 0.35s ease-in-out;
}

.navbar .attr-nav .side-menu a:hover span {
  width: 30px;
}

.navbar .attr-nav .side-menu span:nth-child(2) {
  top: 8px;
  width: 35px;
}

.navbar .attr-nav .side-menu a:hover span:nth-child(2) {
  width: 35px;
}

.navbar .attr-nav .side-menu span:nth-child(3) {
  top: 16px;
  width: 30px;
}

.navbar .attr-nav .side-menu a:hover span:nth-child(3) {
  width: 40px;
}

.body-overlay {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  z-index: 490;
}

body.on-side .body-overlay {
  height: 100%;
  transition: height 0s ease 0s, opacity 0.4s ease 0s;
}

body.on-side .body-overlay {
  opacity: 1;
  top: 0;
}

nav.navbar.rtnav ul.nav > li.dropdown > a.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-top: 2px;
  border: none;
  font-weight: 900;
  transition: all 0.35s ease-in-out;
}

.navbar .side .widget.social {
  margin-top: -15px;
}

.navbar .side .widget li {
  display: block;
  margin-top: 15px;
}

.side .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.side .widget:last-child {
  margin-bottom: 0;
}

nav.navbar.rtnav.navbar-fixed {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  top: 0;
}

nav.navbar.rtnav.navbar-fixed.nav-box.no-background {
  background: #ffffff none repeat scroll 0 0;
  top: 115px;
  width: auto;
  left: auto;
}

nav.navbar.rtnav.navbar-fixed.nav-box.no-background ul.nav > li > a,
nav.navbar.rtnav.navbar-fixed.nav-box.no-background .attr-nav > ul > li > a {
  color: #091d3e;
}

nav.navbar.rtnav.navbar-fixed.nav-box {
  left: 0;
  top: 0;
  width: 100%;
}

nav.navbar.rtnav.navbar-fixed.no-background {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}

nav.navbar.rtnav {
  z-index: 100;
  padding: 10px 0;
}

nav.navbar.rtnav.small-pad {
  padding: 5px 0;
}

nav.navbar.rtnav.attr-border-full,
nav.navbar.rtnav.brand-center {
  padding: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .navbar-transparent.inc-top-bar {
    margin-top: 59px !important;
  }
  .navbar.no-background .attr-nav .side-menu span {
    background-color: #ffffff;
  }
  .navbar.no-background.with-bg .attr-nav .side-menu span {
    background-color: #232323;
  }
  .navbar.no-background .attr-right .attr-nav li .call h5 {
    color: #ffffff;
  }
  nav.navbar.rtnav.navbar-fixed.no-background.nav-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.navbar.brand-style-bg {
    box-shadow: inherit;
  }
  nav.navbar.brand-style-bg.sticked {
    box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  }
  nav.navbar.rtnav.navbar-fixed.no-background .attr-right .attr-nav li.contact::after {
    background: rgba(255, 255, 255, 0.2);
  }
  /* Custom */
  nav.navbar.rtnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: -2px;
  }
  .nav-box.no-background .container.nav-container {
    box-shadow: 0 0 10px #cccccc;
    padding: 0 30px;
  }
  nav.navbar.rtnav ul.nav.navbar-right .dropdown-menu {
    right: auto;
  }
  nav.navbar.rtnav ul.nav.navbar-right .dropdown-left .dropdown-menu {
    right: 0;
    left: -100%;
  }
  nav.navbar.rtnav.navbar-default.navbar-fixed.navbar-transparent.inc-topbar {
    margin-top: 65px;
    transition: all 0.35s ease-in-out 0s;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.navbar.rtnav.navbar-fixed.no-background.top-pad {
    margin-top: 65px;
  }
  nav.navbar.rtnav.navbar-default.navbar-fixed.inc-topbar {
    margin-top: 0;
  }
  .navbar.logo-bg .navbar-brand {
    position: relative;
    z-index: 1;
    padding: 0 30px;
  }
  .navbar.logo-bg .navbar-brand img {
    position: relative;
    top: 12px;
  }
  nav.navbar.rtnav.active-border ul.nav > li > a.active {
    position: relative;
    z-index: 1;
  }
  nav.navbar.rtnav.active-border ul.nav > li > a.active::before {
    top: -2px;
    position: absolute;
    left: 10%;
    content: "";
    height: 0px;
    width: 80%;
    border-bottom: 3px solid #3eab8f;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
    padding: 10px;
    width: 200px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu.cart-list {
    left: auto;
    min-width: 300px;
    right: 0;
    border: none !important;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  }
  nav.navbar.rtnav.navbar-sticky.sticked li.dropdown ul.dropdown-menu.cart-list {
    margin-top: -8px;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar.rtnav li.dropdown ul.dropdown-menu > li a:hover {
    background-color: transparent;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu > li > a {
    padding: 12px 15px;
    color: #091d3e;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  nav.navbar.rtnav ul li.dropdown ul.dropdown-menu li a {
    color: #091d3e;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500 !important;
  }
  nav.navbar.rtnav ul li.dropdown ul.dropdown-menu li a:hover {
    background: #f9f9f9 !important;
    border-radius: 5px;
    transition: all ease 0.5s;
  }
  nav.navbar.rtnav ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li a {
    text-align: right;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.navbar.rtnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    content: "\f105";
    margin-top: 0;
  }
  nav.navbar.rtnav ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    content: "\f104";
    margin-top: 0;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -1px;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content > li {
    padding: 25px 0 20px;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content.tabbed > li {
    padding: 0;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .content {
    display: none;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    border-bottom: medium none;
    color: #091d3e;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 8px 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
  }
  nav.navbar.rtnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
    padding-left: 10px;
    color: #3eab8f;
  }
  nav.navbar.rtnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.rtnav.no-background {
    background-color: transparent;
    border: none;
  }
  nav.navbar.rtnav.navbar-transparent .attr-nav {
    padding-left: 15px;
    margin-left: 30px;
  }
  nav.navbar.rtnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #bbb;
  }
  nav.navbar.navbar-inverse.rtnav.navbar-transparent.dark,
nav.navbar.rtnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }
  nav.navbar.rtnav.navbar-transparent.white .attr-nav {
    border-left: solid 1px #bbb;
  }
  nav.navbar.navbar-inverse.rtnav.navbar-transparent.dark .attr-nav,
nav.navbar.rtnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #555;
  }
  nav.navbar.rtnav.no-background.white .attr-nav > ul > li > a,
nav.navbar.rtnav.navbar-transparent.white .attr-nav > ul > li > a,
nav.navbar.rtnav.navbar-transparent.white ul.nav > li > a,
nav.navbar.rtnav.no-background.white ul.nav > li > a {
    color: #ffffff;
  }
  nav.navbar.rtnav.navbar-transparent.dark .attr-nav > ul > li > a,
nav.navbar.rtnav.navbar-transparent.dark ul.nav > li > a {
    color: #eee;
  }
  nav.navbar.rtnav.navbar-fixed.navbar-transparent .logo-scrolled,
nav.navbar.rtnav.navbar-fixed.no-background .logo-scrolled,
nav.navbar.rtnav.brand-center .logo-scrolled {
    display: none;
  }
  nav.navbar.rtnav.navbar-fixed.navbar-transparent .logo-display,
nav.navbar.rtnav.navbar-fixed.no-background .logo-display,
nav.navbar.rtnav.brand-center .logo-display {
    display: block;
  }
  nav.navbar.rtnav.navbar-fixed .logo-display {
    display: none;
  }
  nav.navbar.rtnav.navbar-fixed .logo-scrolled {
    display: block;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }
  nav.navbar.rtnav.menu-center .container {
    position: relative;
  }
  nav.navbar.rtnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  nav.rtnav.navbar-brand-top .navbar-header {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav.rtnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 0px;
  }
  nav.rtnav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.rtnav.navbar-brand-top .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
  }
  nav.rtnav.navbar-brand-top .navbar-collapse {
    text-align: center;
  }
  nav.rtnav.navbar-brand-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 0 -5px 0;
  }
  nav.rtnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }
  nav.rtnav.brand-center .navbar-brand {
    display: inline-block;
    float: none;
  }
  nav.rtnav.brand-center.center-side .navbar-brand {
    display: inline-block;
    float: none;
    padding: 15px 0;
  }
  nav.rtnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  nav.rtnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
    margin-top: 0px;
  }
  nav.rtnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
    margin-top: 0;
  }
  nav.rtnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block;
  }
  nav.rtnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 150px;
  }
  nav.rtnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 150px;
  }
  nav.rtnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important;
  }
  nav.rtnav.brand-center ul.nav.navbar-right {
    margin: 0;
  }
  nav.rtnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px;
  }
  nav.rtnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px;
  }
  body.wrap-nav-sidebar .wrapper {
    padding-left: 320px;
    overflow-x: hidden;
  }
  nav.rtnav.navbar-sidebar {
    position: fixed;
    width: 320px;
    overflow: hidden;
    left: 0;
    padding: 0 0 0 0 !important;
    background: #ffffff;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
  }
  nav.rtnav.navbar-sidebar.bg-dark {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 1px 0 6px 0 #091d3e;
    -webkit-box-shadow: 1px 0 6px 0 #091d3e;
    -o-box-shadow: 1px 0 6px 0 #091d3e;
    box-shadow: 1px 0 6px 0 #091d3e;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
    position: fixed;
    width: 260px;
  }
  nav.rtnav.navbar-sidebar.bg-dark {
    background-color: #091d3e;
  }
  nav.rtnav.navbar-sidebar .scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  nav.rtnav.navbar-sidebar .scroller::-webkit-scrollbar {
    width: 0;
  }
  nav.rtnav.navbar-sidebar .scroller::-moz-scrollbar {
    width: 0;
  }
  nav.rtnav.navbar-sidebar .scroller::-ms-scrollbar {
    width: 0;
  }
  nav.rtnav.navbar-sidebar .scroller::-o-scrollbar {
    width: 0;
  }
  nav.rtnav.navbar-sidebar .container-fluid,
nav.rtnav.navbar-sidebar .container {
    padding: 0 !important;
  }
  nav.rtnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    padding: 10px 25px;
    margin: 50px 0 15px 0 !important;
  }
  nav.rtnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px;
  }
  nav.rtnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding-left: 15px;
    margin: 0 0 30px 0;
  }
  nav.rtnav.navbar-sidebar.bg-dark ul.nav > li {
    border-bottom: 1px solid #091d3e;
  }
  nav.rtnav.navbar-sidebar ul.nav > li > a {
    padding: 8px 15px !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
  }
  nav.rtnav.navbar-sidebar.bg-dark ul.nav > li > a {
    color: #ffffff;
  }
  nav.rtnav.navbar-sidebar ul.nav > li > a:hover {
    color: #3eab8f;
  }
  nav.rtnav.navbar-sidebar ul.nav > li.dropdown > a:after {
    float: right;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
  }
  nav.rtnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
    border: none !important;
  }
  nav.rtnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
    margin-bottom: 15px;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 15px;
    float: none;
    margin-bottom: 0;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 7px 15px;
    color: #091d3e;
    border: none;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
  }
  nav.rtnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
    content: "\f107";
  }
  nav.rtnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
    padding: 0 !important;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    color: #091d3e;
    text-transform: capitalize;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    border: none;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.rtnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
    padding: 3px 0 !important;
  }
  /* Center Menu */
  nav.rtnav.brand-center .navbar-brand {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
  }
  nav.rtnav.brand-center .navbar-brand::before {
    position: absolute;
    left: 50%;
    bottom: -43px;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #091d3e;
    margin-left: -30px;
  }
  nav.rtnav.dark-layout {
    background-color: #091d3e;
  }
  nav.rtnav.dark-layout ul.nav > li > a {
    color: #ffffff;
  }
  nav.rtnav.brand-center .navbar-brand img {
    position: relative;
    top: 10px;
  }
  /* Nav box */
  nav.navbar.rtnav.navbar-fixed.nav-box.no-background {
    background: #3eab8f;
    top: 95px;
    width: auto;
    left: auto;
    border-radius: 5px;
  }
  .nav-box.no-background .container.nav-container {
    box-shadow: inherit;
    padding: 0 40px;
  }
  .nav-box.no-background .container.nav-container .attr-nav .side-menu {
    position: relative;
    float: right;
    width: 40px;
    height: 100%;
    margin-left: 16px;
    padding: 27px 0;
  }
  .nav-box.no-background .container.nav-container .attr-nav > ul > li {
    padding: 17px 0;
    font-size: 18px;
  }
  .nav-box.no-background .container.nav-container ul.nav > li > a {
    padding: 28px 15px;
    color: #ffffff;
  }
  nav.navbar.rtnav.navbar-fixed.nav-box.no-background ul.nav > li > a,
nav.navbar.rtnav.navbar-fixed.nav-box.no-background .attr-nav > ul > li > a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav.navbar.rtnav.navbar-fixed.inc-top-bar.navbar-transparent {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  a.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  nav.navbar.rtnav {
    box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1) !important;
    padding: 0;
  }
  nav.navbar.rtnav.navbar-sidebar {
    padding: 25px 0;
  }
  nav.navbar.rtnav.brand-center {
    padding: 30px 0;
  }
  nav.navbar.rtnav.brand-center .logo-display {
    display: none;
  }
  header.adjust-height {
    min-height: 90px;
  }
  nav.navbar.rtnav.navbar-sidebar .scroller {
    width: 100%;
  }
  nav.navbar.rtnav.navbar-sidebar .navbar-brand img {
    height: 50px;
  }
  nav.navbar.rtnav.navbar-sidebar .navbar-toggle {
    margin: 0 15px;
  }
  nav.navbar.rtnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    display: none;
  }
  nav.rtnav.navbar-default.info-topbar .navbar-header {
    display: block !important;
  }
  nav.rtnav.navbar-default.info-topbar ul li a.active::after {
    display: none;
  }
  nav.rtnav.navbar-default.info-topbar ul li a::after {
    display: none;
  }
  nav.navbar.shadow.navbar-inverse.rtnav.navbar-transparent.dark,
nav.navbar.shadow.rtnav.navbar-transparent.dark {
    background-color: #ffffff !important;
    border-bottom: medium none #3eab8f;
  }
  .navbar-default.rtnav.navbar-sidebar.bg-dark .social-share {
    padding: 20px 0;
  }
  .attr-nav > ul li.dropdown ul.dropdown-menu {
    margin-top: 0px !important;
  }
  nav.navbar.rtnav ul.nav li.dropdown > ul.dropdown-menu {
    box-shadow: inherit !important;
  }
  nav.navbar.rtnav ul.nav li.dropdown > ul.dropdown-menu li > a {
    border-bottom: 1px solid #e7e7e7 !important;
    font-weight: 700;
  }
  nav.navbar.rtnav ul.nav li.dropdown > ul.dropdown-menu li:hover > a {
    background-color: transparent !important;
    color: #3eab8f !important;
  }
  nav.bg-dark.navbar.rtnav ul.nav li.dropdown > ul.dropdown-menu li a {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #e7e7e7;
    color: #091d3e !important;
  }
  nav.navbar.rtnav .navbar-collapse.collapse.in,
nav.navbar.rtnav .navbar-collapse.collapse.in {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin-bottom: 30px;
  }
  nav.bg-dark.navbar.rtnav .dropdown .megamenu-content .col-menu .title {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
  }
  nav.navbar.rtnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }
  nav.navbar.rtnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }
  nav.navbar.rtnav .navbar-collapse.collapse.in,
nav.navbar.rtnav .navbar-collapse.collapse.in {
    display: block !important;
  }
  nav.navbar.rtnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
  nav.navbar.rtnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu {
    display: initial !important;
  }
  nav.navbar.rtnav .navbar-nav > li {
    float: none;
    display: block;
  }
  nav.navbar.rtnav li.dropdown a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #4f9e7f;
    color: #fff;
  }
  nav.navbar.rtnav li.dropdown.on > a.dropdown-toggle:before {
    content: "\f107";
  }
  nav.navbar.rtnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 13px 0 !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
  nav.navbar.rtnav .navbar-nav > li:first-child > a {
    border-top: none;
  }
  nav.navbar.rtnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.rtnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }
  nav.navbar.rtnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px;
    -o-border-radius: 0px 0px 0px;
    border-radius: 0px 0px 0px;
  }
  nav.navbar.rtnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: 1px solid #e0e0e0;
    color: #091d3e;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: capitalize;
    width: 100%;
  }
  nav.navbar.rtnav ul.nav ul.dropdown-menu li a:hover,
nav.navbar.rtnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }
  nav.navbar.rtnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }
  nav.navbar.rtnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }
  nav.navbar.rtnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
    display: none;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu .title {
    padding: 13px 15px 13px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #091d3e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu .title::before {
    content: "\f105";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none;
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }
  nav.navbar.rtnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.rtnav.brand-center .navbar-collapse {
    display: block;
  }
  nav.rtnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }
  nav.rtnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }
  nav.rtnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }
  nav.rtnav .megamenu-content {
    padding: 0;
  }
  nav.rtnav .megamenu-content .col-menu {
    padding-bottom: 0;
  }
  nav.rtnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }
  nav.rtnav .megamenu-content .content {
    display: none;
  }
  .navbar .col-lg-3:last-child {
    position: absolute;
    top: 15px;
    right: 30px;
    width: auto;
  }
  .nav-box .col-lg-3:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .attr-nav > ul {
    padding: 0;
  }
  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: none;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  }
  .top-search .container {
    padding: 0 45px;
  }
  nav.rtnav.navbar-full ul.nav {
    margin-left: 0;
  }
  nav.rtnav.navbar-full ul.nav > li > a {
    border: none;
  }
  nav.rtnav.navbar-full .navbar-brand {
    float: left !important;
    padding-left: 0;
  }
  nav.rtnav.navbar-full .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-top: 10px;
    top: 0;
  }
  body > .wrapper {
    -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;
    transition: all 0.3s ease-in-out;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  nav.navbar.rtnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #ffffff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -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;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar.rtnav.navbar-mobile .navbar-collapse.in,
nav.navbar.rtnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }
  nav.navbar.rtnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }
  nav.navbar.rtnav.navbar-mobile ul.nav > li > a {
    padding: 15px 15px;
  }
  nav.navbar.rtnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  nav.navbar.rtnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.rtnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.rtnav.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }
  nav.navbar.rtnav.navbar-fixed .logo-scrolled {
    display: block !important;
  }
  nav.navbar.rtnav.navbar-fixed .logo {
    display: block !important;
  }
  nav.navbar.rtnav.navbar-fixed .logo-display {
    display: none !important;
  }
  nav.navbar.rtnav.navbar-mobile .tab-menu,
nav.navbar.rtnav.navbar-mobile .tab-content {
    width: 100%;
    display: block;
  }
}
@media (max-width: 550px) {
  .attr-right {
    display: none !important;
  }
  .side {
    width: 350px;
  }
  nav.navbar.rtnav .navbar-toggle {
    margin: 0;
  }
  nav.navbar.rtnav.brand-center .navbar-toggle {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    left: -200px;
    right: 0;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  .navbar .attr-nav li.button {
    display: none;
  }
  .attr-nav {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .navbar.rtnav.sticked .attr-right .attr-nav li .call i,
.navbar.rtnav.navbar-sticky .attr-right .attr-nav li .call i {
    color: #104cba;
  }
  .navbar.rtnav.sticked .attr-right .attr-nav li .call p,
.navbar.rtnav.navbar-sticky .attr-right .attr-nav li .call p {
    color: #666666;
  }
  .navbar.rtnav.sticked .attr-right .attr-nav li .call h5 a,
.navbar.rtnav.sticked .attr-right .attr-nav li .call h5,
.navbar.rtnav.navbar-sticky .attr-right .attr-nav li .call h5 a,
.navbar.rtnav.navbar-sticky .attr-right .attr-nav li .call h5 {
    color: #232323;
  }
}
.navbar.rtnav.navbar-common .attr-right .attr-nav li .call i {
  color: #104cba;
}

.navbar.rtnav.navbar-common .attr-right .attr-nav li .call p {
  color: #666666;
}

.navbar.rtnav.navbar-common .attr-right .attr-nav li .call h5 a,
.navbar.rtnav.navbar-common .attr-right .attr-nav li .call h5 {
  color: #232323;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .navbar.rtnav.navbar-sticky.no-background .attr-right .attr-nav li .call i,
.navbar.rtnav.navbar-sticky.no-background .attr-right .attr-nav li .call p,
.navbar.rtnav.navbar-sticky.no-background .attr-right .attr-nav li .call h5 a,
.navbar.rtnav.navbar-sticky.no-background .attr-right .attr-nav li .call h5 {
    color: #ffffff;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  nav.rtnav.navbar-full ul.nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  nav.navbar ul.nav > li > a {
    padding: 30px 10px;
    font-weight: 600;
    font-size: 15px;
  }
  nav.navbar.attr-border-full ul.nav > li > a,
nav.navbar.brand-center ul.nav > li > a {
    padding: 40px 15px;
  }
  nav.navbar.attr-border-full .attr-right .attr-nav li a {
    padding: 40px 0;
  }
  nav.navbar.attr-border-full .attr-right .attr-nav > ul > li > a span.badge {
    top: 28px;
  }
  .navbar-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  nav.navbar ul.nav > li > a {
    padding: 30px 12px;
  }
  .navbar .attr-right {
    margin-left: 0;
  }
}
nav.rtnav.navbar-full .navbar-toggle i {
  font-size: 18px;
  color: #9a9a9a;
  font-weight: bold;
  transition: 0.3s ease;
}

.navbar-toggle-txt {
  font-size: 13px;
  position: relative;
  top: -3px;
  font-weight: bold;
  color: #9a9a9a;
  transition: 0.3s ease;
}

nav.rtnav.navbar-full .navbar-toggle:hover i,
nav.rtnav.navbar-full .navbar-toggle:hover span {
  color: #222;
  transition: 0.3s ease;
}

.top-search .input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}

.top-search .input-group .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  nav.navbar.rtnav.navbar-fixed.nav-box.no-background {
    left: 0;
    top: 0;
    width: 100%;
  }
}
.navbar.nav-full-width .navbar-header .logo-light {
  display: none;
}

@media (min-width: 1200px) {
  .navbar.nav-full-width .navbar-header .logo-regular {
    display: none;
  }
  .navbar.nav-full-width .navbar-header .logo-light {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .col-lg-3.brand-item {
    width: 100%;
    max-width: 100%;
    flex: inherit;
  }
}
/* Navbar CSS Bootstrap 5 */
.navbar-contents {
  position: relative;
}

nav.navbar.rtnav .navbar-collapse.collapse.mobile_menu.in {
  position: absolute;
  left: 0;
  width: 100%;
  animation: fadeIn;
  top: 100%;
  border-top: 1px solid #e7e7e7;
}

/*. ========= sticky-animation ========== */
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.sticked {
  position: fixed;
  width: 100%;
  top: 0;
  animation: sticky 2s;
  box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  z-index: 9999;
}

nav.navbar.rtnav.pause-sticked,
nav.navbar.rtnav.navbar-fixed {
  animation: inherit;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0, -100%);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0, 0);
  }
}
nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu {
  position: fixed;
  left: -485px;
  top: 0;
  width: 380px;
  padding: 30px;
  animation: fadeLeft;
  height: 100%;
  min-height: 100vh;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu ul.nav {
  padding: 0;
}

/* Custom layout. */
@media only screen and (max-width: 399px) {
  nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu {
    width: 300px;
  }
}
nav.navbar.rtnav.mobile_navigation_on .navbar-collapse.collapse.mobile_menu.in {
  left: 0;
}

.overlay-screen.opened {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #091d3e;
  opacity: 0.6;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}

nav.navbar.rtnav .navbar-collapse.collapse img {
  display: none;
  margin-bottom: 30px;
}

nav.navbar.rtnav .navbar-collapse.collapse button {
  position: absolute;
  right: 30px;
  margin: 0;
  height: 35px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 50%;
  color: #091d3e;
  font-size: 16px;
  top: 40px;
  padding: 0;
}

nav.navbar.rtnav .navbar-collapse.collapse button i {
  font-size: 15px;
}

@media only screen and (max-width: 1023px) {
  nav.navbar.rtnav .navbar-collapse.collapse.in img.logo_dark_mobile {
    display: inline-block;
    width: auto;
  }
}
.navbar.navbar-common .attr-right .attr-nav li.contact {
  margin-left: 0;
}

.navbar.navbar-common .attr-right {
  margin-top: -15px;
  margin-left: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1270px) {
  .attr-nav {
    margin-left: 0;
    padding-left: 0 !important;
    border: none;
  }
  .attr-nav::after {
    display: none;
  }
  .attr-nav li.search {
    display: none;
  }
  .attr-nav li.button {
    margin-left: 0;
  }
  .navbar.navbar-common .attr-right .attr-nav li.contact {
    display: none;
  }
  .navbar.navbar-common .navbar-collapse.collapse {
    padding-right: 0 !important;
  }
  .container-fill.d-flex.justify-content-between.align-items-center .attr-right {
    display: none;
  }
  .navbar.navbar-common .attr-right {
    display: none;
  }
}
@media (min-width: 1023px) {
  .navbar .navbar-collapse.collapse {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .attr-nav {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
  .brand-style-bg .navbar-header {
    margin-right: -50px;
  }
}
nav.navbar.rtnav.navbar-fixed.no-background.nav-border.with-bg {
  background: #ffffff;
  border: none;
}

.mobile_in:after {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

/* ========================================= */
/* 		   			LAYOUT 					 */
/* ========================================= */
/* ====================== */
/*         Header         */
/* ====================== */
.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  margin-left: 0;
  padding: 4px;
  border-radius: 40px;
  height: 30px;
}

.toggle:before,
.toggle:after {
  content: "";
  display: table;
}

.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  border-radius: 40px;
  z-index: 2;
  opacity: 0;
}

.toggle-input:checked ~ .toggle-bg {
  background-color: #6b5d99;
  border-color: #381d5c;
}

.toggle-bg {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #C0E6F6;
  border-radius: 40px;
  border: 4px solid #81C0D5;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.toggle-input:checked ~ .toggle-switch {
  margin-left: 0;
  border-color: #DEE1C5;
  background-color: #FFFDF2;
  left: 12px;
}

.toggle-switch {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 40px;
  background-color: #F5EB42;
  border: 3px solid #E4C74D;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 13px;
}

.toggle-input:checked ~ .toggle-switch .toggle-switch-figure {
  margin-left: 40px;
  opacity: 0;
  transform: scale(0.1);
}

.toggle-switch-figure {
  position: absolute;
  bottom: -14px;
  left: -54px;
  display: block;
  width: 70px;
  height: 20px;
  border: 8px solid #D4D4D2;
  border-radius: 20px;
  background-color: #fff;
  transform: scale(0.4);
  transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.toggle-switch-figure:before {
  content: "";
  display: block;
  position: relative;
  top: -25px;
  right: -10px;
  width: 30px;
  height: 30px;
  border: 8px solid #D4D4D2;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotateZ(30deg);
  background-color: #fff;
}

.toggle-switch-figure:after {
  content: "";
  display: block;
  position: relative;
  top: -65px;
  right: -42px;
  width: 5px;
  height: 20px;
  border: 8px solid #D4D4D2;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotateZ(70deg);
  background-color: #fff;
}

.toggle-switch-figureAlt {
  content: "";
  position: absolute;
  top: 7px;
  left: -3px;
  width: 1px;
  height: 1px;
  background-color: #EFEEDA;
  border-radius: 100%;
  border: 2px solid #DEE1C5;
  transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
}

.toggle-input:checked ~ .toggle-switch .toggle-switch-figureAlt {
  transform: scale(1);
}

.toggle-switch-figureAlt:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 21px;
  width: 7px;
  height: 7px;
  background-color: #EFEEDA;
  border-radius: 100%;
  border: 2px solid #DEE1C5;
}

.toggle-switch-figureAlt:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 33px;
  width: 1px;
  height: 1px;
  background-color: #EFEEDA;
  border-radius: 100%;
  border: 2px solid #DEE1C5;
}

#rt_header nav #navigation .menu_btn.active a {
  border: none;
}
#rt_header nav #navigation .gradient_btn {
  line-height: 16px !important;
  color: #457ec5 !important;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .gradient_btn {
    margin: 15px 0;
  }
}
#rt_header nav #navigation .gradient_btn span {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav {
  padding: 10px;
  background-color: #ffffff;
  transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .gradient_btn {
  color: #fff !important;
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .gradient_btn span {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .menu_btn.active a {
  border: none !important;
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav ul.nav.navbar-nav li a:before {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav ul.nav.navbar-nav li.active a {
  border-color: #457ec5;
  border-color: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .navbar-collapse ul.nav.navbar-nav li a {
  color: #444444;
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .navbar-collapse ul.nav.navbar-nav li a {
    color: #ffffff;
  }
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo {
  position: relative;
  float: left;
}
@media only screen and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo {
    float: left;
  }
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo .no_sticky_logo {
  visibility: hidden;
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo .sticky_logo {
  visibility: visible;
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo img.sticky_logo {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo img.sticky_logo {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo img.sticky_logo {
    left: 0;
    transform: initial;
  }
}
#rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img {
  margin-top: 2px;
  width: 40px;
}
@media only screen and (max-width: 360px) {
  #rt_header nav #navigation .navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img {
    margin-top: 10px;
    width: 40px;
  }
}
#rt_header nav #navigation .no_sticky {
  position: absolute;
}
#rt_header nav #navigation .reveal-menu-home {
  background-color: transparent;
}
#rt_header nav #navigation .reveal-menu-home .logo a img {
  width: 40px;
}
@media only screen and (max-width: 360px) {
  #rt_header nav #navigation .reveal-menu-home .logo a img {
    margin-top: 10px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_header nav #navigation .reveal-menu-home .navbar-right {
    float: none;
    margin: 0 auto;
    width: 97%;
  }
}
#rt_header nav #navigation .navbar.navbar-default {
  padding: 25px 0;
  border-bottom: 0;
}
#rt_header nav #navigation .navbar.navbar-default .logo .sticky_logo {
  visibility: hidden;
}
#rt_header nav #navigation .navbar.navbar-default .logo img.sticky_logo {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-toggle {
    border-color: #212529;
    background-color: #212529;
  }
  #rt_header nav #navigation .navbar.navbar-default .navbar-toggle:hover {
    border-color: #ffffff;
    background-color: #ffffff;
  }
  #rt_header nav #navigation .navbar.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #212529;
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-header {
    float: none;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse {
    background: #212529;
    border: none;
    margin-top: 15px;
    max-height: 415px;
  }
}
@media only screen and (max-width: 640px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse {
    max-height: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav {
    margin: 0;
    text-align: center;
    float: none !important;
  }
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
  padding: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
    margin-bottom: 0;
    margin-left: 12px;
    padding: 0;
    float: none !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
    margin: 0 15px;
    border-bottom: 1px solid #ffffff;
  }
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child {
    border-bottom: none;
  }
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  line-height: 43px;
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a {
    font-size: 13px;
  }
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:focus:before, #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:before {
  background: #ffffff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 43px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 100%;
}
#rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li.active a {
  background: none;
  border-bottom: 2px solid;
  border-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #rt_header nav #navigation .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li.active a {
    border-bottom: none;
  }
}

/* =========================== */
/*         End Header          */
/* =========================== */
/* ====================== */
/*         Banner         */
/* ====================== */
#rt_banner {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  height: 750px;
  width: 100%;
  background-position: center center !important;
  z-index: 1;
}
#rt_banner .bg_home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
}
@media only screen and (max-width: 991px) {
  #rt_banner {
    height: 100% !important;
    position: relative;
  }
}
#rt_banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#rt_banner .banner_caption_text {
  margin-top: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rt_banner .banner_caption_text {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 991px) {
  #rt_banner .banner_caption_text {
    margin-top: 20px;
    margin-bottom: 150px;
  }
}
#rt_banner .banner_caption_text h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
#rt_banner .banner_caption_text h1 span {
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: rgb(255, 255, 255);
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #rt_banner .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  #rt_banner .banner_caption_text h1 {
    font-size: 26px;
  }
}
#rt_banner .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  #rt_banner .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#rt_banner .banner_caption_img {
  margin-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #rt_banner .banner_caption_img {
    margin-bottom: 55px;
    margin-top: 125px;
  }
}
#rt_banner .banner_caption_img img {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  #rt_banner .banner_caption_img img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #rt_banner .banner_caption_img img {
    width: 100%;
  }
}

.banner_style_2 {
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  height: 930px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_style_2 {
    height: 100% !important;
    position: relative;
  }
}
.banner_style_2 .banner_caption_text {
  margin-top: 190px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .banner_caption_text {
    margin-top: 220px;
    margin-bottom: 150px;
  }
}
.banner_style_2 .banner_caption_text h1 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 800;
  line-height: 90px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.banner_style_2 .banner_caption_text h1 span {
  display: block;
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: rgb(255, 255, 255);
}
@media only screen and (max-width: 640px) {
  .banner_style_2 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .banner_caption_text h1 {
    font-size: 26px;
  }
}
.banner_style_2 .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .banner_style_2 .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.banner_style_2 .banner_image_section {
  height: 440px;
  background-size: cover !important;
  width: 1500px;
  background-position: center center !important;
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .banner_image_section {
    height: 500px;
    width: 1000px;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .banner_image_section {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.banner_style_2 .launch_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .launch_caption {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .launch_caption {
    position: relative;
  }
}
.banner_style_2 .launch_caption .launch_image_box {
  width: 250px;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
}
@media only screen and (max-width: 1180px) {
  .banner_style_2 .launch_caption .launch_image_box {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .launch_caption .launch_image_box {
    float: right;
  }
}
.banner_style_2 .launch_caption .launch_text {
  width: 520px;
  height: 250px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-left: 35px;
  padding-top: 25px;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  .banner_style_2 .launch_caption .launch_text {
    width: 420px;
    height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .launch_caption .launch_text {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .launch_caption .launch_text {
    width: 100%;
  }
}
.banner_style_2 .launch_caption .launch_text .countdown .days,
.banner_style_2 .launch_caption .launch_text .countdown .hours,
.banner_style_2 .launch_caption .launch_text .countdown .minutes,
.banner_style_2 .launch_caption .launch_text .countdown .seconds {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .launch_caption .launch_text .countdown .days,
.banner_style_2 .launch_caption .launch_text .countdown .hours,
.banner_style_2 .launch_caption .launch_text .countdown .minutes,
.banner_style_2 .launch_caption .launch_text .countdown .seconds {
    font-size: 20px;
  }
}
.banner_style_2 .launch_caption .launch_text .count_down_text {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .launch_caption .launch_text .count_down_text {
    font-size: 12px;
  }
}
.banner_style_2 .launch_caption .launch_text h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 34px;
}
@media only screen and (max-width: 480px) {
  .banner_style_2 .launch_caption .launch_text h2 {
    font-size: 24px;
  }
}
.banner_style_2 .launch_caption .launch_text p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.banner_style_2 .launch_caption .launch_scroll {
  min-width: 260px;
  text-align: center;
  background: #181A22;
}
@media only screen and (max-width: 1180px) {
  .banner_style_2 .launch_caption .launch_scroll {
    min-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .launch_caption .launch_scroll {
    height: 120px;
  }
}
.banner_style_2 .launch_caption .launch_scroll img {
  width: 60px;
  margin-top: 95px;
}
@media only screen and (max-width: 1180px) {
  .banner_style_2 .launch_caption .launch_scroll img {
    width: 40px;
    margin-top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_2 .launch_caption .launch_scroll img {
    margin-top: 35px;
  }
}

.banner_style_3 {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  height: 750px;
  width: 100%;
  background-position: center center !important;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_style_3 {
    height: 100% !important;
    position: relative;
  }
}
.banner_style_3 .banner_caption_text {
  width: 700px;
  margin: 0 auto;
  margin-top: 190px;
}
@media only screen and (max-width: 991px) {
  .banner_style_3 .banner_caption_text {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style_3 .banner_caption_text {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_3 .banner_caption_text {
    width: 100%;
  }
}
.banner_style_3 .banner_caption_text span {
  font-size: 14px;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .banner_style_3 .banner_caption_text span {
    letter-spacing: 5px;
  }
}
.banner_style_3 .banner_caption_text h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 80px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .banner_style_3 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_style_3 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_3 .banner_caption_text h1 {
    font-size: 26px;
  }
}
.banner_style_3 .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .banner_style_3 .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.banner_style_4 {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  height: 750px;
  width: 100%;
  background-position: center center !important;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_style_4 {
    height: 100% !important;
    position: relative;
  }
}
.banner_style_4 .side_banner_img {
  background-size: cover !important;
  width: 410px;
  height: 820px;
  border-radius: 200px;
  position: absolute;
  top: -210px;
  background-position: center center !important;
  right: 130px;
}
@media only screen and (max-width: 1280px) {
  .banner_style_4 .side_banner_img {
    width: 340px;
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_4 .side_banner_img {
    position: static;
    width: 280px;
    height: 400px;
    margin-bottom: 130px;
  }
}
.banner_style_4 .banner_caption_text {
  margin-top: 190px;
}
@media only screen and (max-width: 1280px) {
  .banner_style_4 .banner_caption_text {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_4 .banner_caption_text {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style_4 .banner_caption_text {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_4 .banner_caption_text {
    width: 100%;
  }
}
.banner_style_4 .banner_caption_text span {
  font-size: 14px;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .banner_style_4 .banner_caption_text span {
    letter-spacing: 5px;
  }
}
.banner_style_4 .banner_caption_text h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 80px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .banner_style_4 .banner_caption_text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_4 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_style_4 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_4 .banner_caption_text h1 {
    font-size: 26px;
  }
}
.banner_style_4 .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .banner_style_4 .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.banner_style_5 {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  height: 830px;
  width: 100%;
  background-position: center center !important;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_style_5 {
    height: 100% !important;
    position: relative;
  }
}
.banner_style_5 .imgs_section {
  margin-top: 190px;
}
@media only screen and (max-width: 1280px) {
  .banner_style_5 .imgs_section {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_5 .imgs_section {
    margin-bottom: 200px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_5 .imgs_section {
    width: 100%;
  }
}
.banner_style_5 .banner_caption_text {
  margin-top: 190px;
}
@media only screen and (max-width: 1280px) {
  .banner_style_5 .banner_caption_text {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_5 .banner_caption_text {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style_5 .banner_caption_text {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_5 .banner_caption_text {
    width: 100%;
  }
}
.banner_style_5 .banner_caption_text span {
  font-size: 14px;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .banner_style_5 .banner_caption_text span {
    letter-spacing: 5px;
  }
}
.banner_style_5 .banner_caption_text h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 80px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .banner_style_5 .banner_caption_text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_5 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_style_5 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_5 .banner_caption_text h1 {
    font-size: 26px;
  }
}
.banner_style_5 .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .banner_style_5 .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.banner_style_6 {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
  height: 830px;
  width: 100%;
  background-position: center center !important;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner_style_6 {
    height: 100% !important;
    position: relative;
  }
}
.banner_style_6 .banner_caption_img {
  margin-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .banner_style_6 .banner_caption_img {
    margin-bottom: 55px;
    margin-top: 125px;
  }
}
.banner_style_6 .banner_caption_img img {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .banner_style_6 .banner_caption_img img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_6 .banner_caption_img img {
    width: 100%;
  }
}
.banner_style_6 .banner_caption_text {
  margin-top: 190px;
}
@media only screen and (max-width: 1280px) {
  .banner_style_6 .banner_caption_text {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .banner_style_6 .banner_caption_text {
    margin-bottom: 150px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_6 .banner_caption_text {
    width: 100%;
  }
}
.banner_style_6 .banner_caption_text .subtitle {
  color: #B4B4B4;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
}
.banner_style_6 .banner_caption_text .author_info .author_desc span {
  font-size: 14px;
  color: #B4B4B4;
}
.banner_style_6 .banner_caption_text .author_info .author_desc h3 {
  color: #fff;
  line-height: 30px;
}
.banner_style_6 .banner_caption_text .aution_sec {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .banner_style_6 .banner_caption_text .aution_sec {
    display: block;
  }
}
.banner_style_6 .banner_caption_text .aution_sec span {
  font-size: 14px;
  color: #B4B4B4;
}
.banner_style_6 .banner_caption_text .aution_sec h2 {
  color: #fff;
  line-height: 30px;
  margin-bottom: 0;
}
.banner_style_6 .banner_caption_text .aution_sec .current_bdi {
  margin-right: 40px;
  position: relative;
}
.banner_style_6 .banner_caption_text .aution_sec .current_bdi:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #606060;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .banner_style_6 .banner_caption_text .aution_sec .current_bdi:before {
    width: 170px;
    height: 1px;
    background: #c1bcbc;
    position: absolute;
    left: 0;
    bottom: -5px;
    top: auto;
  }
}
.banner_style_6 .banner_caption_text .aution_sec .countdown .days,
.banner_style_6 .banner_caption_text .aution_sec .countdown .hours,
.banner_style_6 .banner_caption_text .aution_sec .countdown .minutes,
.banner_style_6 .banner_caption_text .aution_sec .countdown .seconds {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .banner_style_6 .banner_caption_text .aution_sec .countdown .days,
.banner_style_6 .banner_caption_text .aution_sec .countdown .hours,
.banner_style_6 .banner_caption_text .aution_sec .countdown .minutes,
.banner_style_6 .banner_caption_text .aution_sec .countdown .seconds {
    font-size: 20px;
  }
}
.banner_style_6 .banner_caption_text .aution_sec .count_down_text {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .banner_style_6 .banner_caption_text .aution_sec .count_down_text {
    font-size: 12px;
  }
}
.banner_style_6 .banner_caption_text h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 50px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .banner_style_6 .banner_caption_text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style_6 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .banner_style_6 .banner_caption_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .banner_style_6 .banner_caption_text h1 {
    font-size: 26px;
  }
}
.banner_style_6 .banner_caption_text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .banner_style_6 .banner_caption_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.scrolle_banner img {
  width: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#rt_banner.vr_banner {
  height: 775px;
}
#rt_banner.vr_banner .banner_shape,
#rt_banner.vr_banner .banner_shape_2 {
  position: absolute;
  z-index: -1;
  height: 850px;
  width: 141%;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  right: -24%;
  top: -80%;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  border-radius: 130px;
}
@media only screen and (max-width: 991px) {
  #rt_banner.vr_banner .banner_shape,
#rt_banner.vr_banner .banner_shape_2 {
    top: -395px;
  }
}
@media only screen and (max-width: 767px) {
  #rt_banner.vr_banner .banner_shape,
#rt_banner.vr_banner .banner_shape_2 {
    height: 1010px;
    top: -435px;
    width: 220%;
  }
}
#rt_banner.vr_banner .banner_shape_2 {
  top: -82%;
  opacity: 0.1;
  width: 142%;
  transform: rotate(47deg);
}
#rt_banner.vr_banner .banner_caption_text {
  margin-top: 260px;
}
@media only screen and (max-width: 767px) {
  #rt_banner.vr_banner .banner_caption_text {
    margin-top: 170px;
  }
}
#rt_banner.vr_banner .banner_caption_text h1,
#rt_banner.vr_banner .banner_caption_text p {
  color: #444;
}
@media only screen and (max-width: 767px) {
  #rt_banner.vr_banner .banner_caption_text h1,
#rt_banner.vr_banner .banner_caption_text p {
    color: #fff;
  }
}
#rt_banner.vr_banner .btn-app-store {
  background: #457ec5 !important;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1) !important;
  border: none;
}
#rt_banner.vr_banner .btn-app-store:hover {
  background: #444 !important;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#rt_banner.vr_banner .btn-app-store .fa-google-play {
  color: #ffffff;
}
#rt_banner.vr_banner .btn-app-store i {
  font-size: 30px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  color: #fff;
}
#rt_banner.vr_banner .btn-app-store .small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: #fff;
}
#rt_banner.vr_banner .btn-app-store .big {
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}
#rt_banner.vr_banner .banner_caption_img {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#rt_banner.rt_saas_app {
  overflow: visible;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
@media only screen and (max-width: 991px) {
  #rt_banner.rt_saas_app {
    padding-bottom: 50px;
  }
}
#rt_banner.rt_saas_app .white-svg,
#rt_banner.rt_saas_app .gradient-svg,
#rt_banner.rt_saas_app .grey-svg {
  z-index: 1 !important;
}
#rt_banner.rt_saas_app .banner_caption_text .btn-app-store i {
  font-size: 30px;
  left: 2px;
  position: relative;
  top: 1px;
  transform: initial;
}
#rt_banner.rt_saas_app .btn-app-store .small {
  text-align: left;
}
#rt_banner.rt_saas_app .rt_btn_icon {
  width: 40px;
  height: 40px;
  font-size: 30px;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #000;
  color: #fff;
}
#rt_banner.rt_saas_app .dashboard_img {
  margin-top: 40px;
}
#rt_banner.rt_saas_app .dashboard_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

#rt_banner.main_mobile_banner {
  background-size: cover;
  position: relative;
  height: 750px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #rt_banner.main_mobile_banner .banner_caption_img img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #rt_banner.main_mobile_banner .banner_caption_img img {
    width: 100%;
  }
}

#rt_banner_slider {
  position: relative;
  height: 500px;
}
#rt_banner_slider .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#rt_banner_slider .banner_caption_text {
  margin: 165px auto 0;
  text-align: center;
  width: 60%;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  #rt_banner_slider .banner_caption_text {
    width: 100%;
  }
}
#rt_banner_slider .banner_caption_text h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #rt_banner_slider .banner_caption_text h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
#rt_banner_slider .banner_caption_text a {
  font-size: 16px;
}

/* Slider Section */
.swiper-container {
  height: 100%;
  margin: 60px;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: none !important;
}
.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:before,
.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: "\f3d6";
  font-family: "Ionicons";
  font-size: 35px;
  position: absolute;
  right: 25px;
  color: #212529;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 53px;
  border-radius: 50%;
  background: #fff;
}

.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: "\f3d5";
  left: 25px;
}

/* ========================== */
/*         End Banner         */
/* ========================== */
/* ====================== */
/*         NFT CARD       */
/* ====================== */
.nft_drop {
  padding: 100px 0;
  position: relative;
}

.nft_card {
  background: #ffffff;
  border: 0px !important;
  padding: 18px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .nft_card {
    margin-bottom: 25px;
  }
}
.nft_card.have_countdown .nft_img {
  margin-bottom: 30px;
}
.nft_card .countdown_time {
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  width: 82%;
  border-radius: 50px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.nft_card .countdown_time .timer {
  display: inline-block;
  margin: 0 auto;
}
.nft_card .countdown_time .count_down_text {
  display: inline-block;
  margin-left: 2px;
  margin-right: 6px;
}

.nft_img {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
  font-weight: 600;
}

.nft_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.nft_actions {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nft_card_menu,
.heart_btn {
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
}

.nft_card_menu {
  background: #6f4deb;
  color: #fff;
  line-height: 25px;
  font-size: 12px;
}

.heart_btn {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  width: 60px;
  height: 28px !important;
  border-radius: 50px !important;
}

.heart_btn.active i {
  color: #e24650;
}

.heart_btn:is(:hover, :focus) {
  --white: #cccccc;
}

.place-bid-btn {
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.15s ease-in-out;
}
.place-bid-btn:hover {
  color: #fff;
}

.nft_card:is(:hover, :focus) .place-bid-btn,
.place-bid-btn:focus {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.nft_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Poppins";
  display: block;
  font-weight: 600;
  color: #444;
}

.nft_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.nft_author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.author-title {
  font-family: "Nunito";
  font-size: 15px;
  margin: 0;
  line-height: 20px;
}

.author-content {
  line-height: 20px;
}

.author-img {
  margin-bottom: 8px;
}
.author-img img {
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.author-username,
.nft_price .label {
  color: inherit;
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}

.author-username:is(:hover, :focus) {
  color: #4f9e7f;
}

.nft_price h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 7px;
}

.nft_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.total-bid {
  color: #a1a1a1;
}

.tag {
  background: rgba(100, 61, 242, 0.3);
  color: #444;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 12px;
  display: inline-block;
}

/* ====================== */
/*         NFT CARD       */
/* ====================== */
/* ============================== */
/*         Become Creator         */
/* ============================== */
.become_creator {
  padding-bottom: 100px;
  position: relative;
}
.become_creator .icon_box {
  padding: 40px 25px 40px 25px;
  border-radius: 20px 20px 20px 20px;
}
@media only screen and (max-width: 991px) {
  .become_creator .icon_box {
    margin-bottom: 25px;
  }
}
.become_creator .icon_box .title {
  font-size: 16px;
}
.become_creator .icon_box .rt_icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}
.become_creator .icon_box.blue_box {
  background-color: transparent;
  background-image: linear-gradient(145deg, rgba(79, 92, 235, 0.2) 0%, rgba(79, 92, 235, 0) 100%);
}
.become_creator .icon_box.blue_box .rt_icon {
  background: #4f5ceb;
}
.become_creator .icon_box.orange_box {
  background-color: transparent;
  background-image: linear-gradient(145deg, rgba(255, 109, 61, 0.2) 0%, rgba(255, 109, 61, 0) 100%);
}
.become_creator .icon_box.orange_box .rt_icon {
  background: #ff6d3d;
}
.become_creator .icon_box.yellow_box {
  background-color: transparent;
  background-image: linear-gradient(145deg, rgba(255, 202, 64, 0.2) 0%, rgba(255, 202, 64, 0) 100%);
}
.become_creator .icon_box.yellow_box .rt_icon {
  background: #ffca40;
}
.become_creator .icon_box.green_box {
  background-color: transparent;
  background-image: linear-gradient(145deg, rgba(37, 207, 170, 0.2) 0%, rgba(37, 207, 170, 0) 100%);
}
.become_creator .icon_box.green_box .rt_icon {
  background: #25cfaa;
}

/* ============================== */
/*       End Become Creator       */
/* ============================== */
/* ============================== */
/*         Top Sellers            */
/* ============================== */
.top_sellers {
  padding-bottom: 100px;
  position: relative;
}
.top_sellers .top-seller-item {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.top_sellers .top-seller-card {
  position: relative;
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
}
.top_sellers .card-number {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #262626;
  font-size: 11px;
  font-weight: 700;
  color: #404040;
  padding: 5px 10px;
  border-top-right-radius: 10px;
  border: 7px solid #121212;
}
.top_sellers .card-avatar {
  position: relative;
  border-radius: 50%;
  margin-bottom: 0;
}
.top_sellers .card-avatar img {
  width: 60px;
}
.top_sellers .avatar-badge {
  position: absolute;
  top: 5px;
  right: 3px;
  background: #2EC92B;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_sellers .card-title {
  color: #444;
  transition: 0.15s ease-in-out;
  font-size: 14px;
  margin: 0;
  line-height: 14px;
}
.top_sellers .card-content span {
  color: #a1a1a1;
  font-size: 11px;
}
.top_sellers .card-content {
  line-height: 24px;
}

/* ============================== */
/*       End Top Sellers          */
/* ============================== */
/* ============================== */
/*         Live Auction           */
/* ============================== */
.live_auctions {
  padding-bottom: 100px;
  position: relative;
}
.live_auctions .pro-grid-box {
  float: left;
  width: 100%;
}
.live_auctions .pro-grid-box p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
}
.live_auctions .pro-grid-box .showing-sort {
  line-height: 48px;
  text-align: right;
}
.live_auctions .pro-grid-box .showing-sort .form-control {
  width: 160px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 15px;
  border: 1px solid #999999;
  margin-left: 15px;
}
.live_auctions .pro-grid-box .showing-pro {
  margin-top: 7px;
}

/* ============================== */
/*       End Live Auction         */
/* ============================== */
/* ============================== */
/*         Collections            */
/* ============================== */
.popular_collections {
  padding-bottom: 100px;
  position: relative;
}
.popular_collections .seller_item {
  position: relative;
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
  margin-top: 15px;
}
.popular_collections .sellet_avatar {
  position: relative;
  border-radius: 50%;
  margin-bottom: 0;
}
.popular_collections .sellet_avatar img {
  width: 60px;
}
.popular_collections .avatar-badge {
  position: absolute;
  top: 5px;
  right: 3px;
  background: #2EC92B;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular_collections .seller_title {
  color: #444;
  transition: 0.15s ease-in-out;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 24px;
}
.popular_collections .seller_content span {
  color: #a1a1a1;
  font-size: 11px;
}
.popular_collections .seller_content {
  line-height: 14px;
}
.popular_collections .collection_card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.popular_collections .collection_images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.popular_collections .collection_images img {
  border-radius: 10px;
  object-fit: cover;
}
.popular_collections .collection_left {
  margin-right: 10px;
}
.popular_collections .collection_left img {
  height: 232px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .popular_collections .collection_left img {
    height: 212px;
  }
}
.popular_collections .collection_right {
  text-align: right;
}
.popular_collections .collection_right .collection_top_img {
  margin-top: 0;
  margin-bottom: 10px;
}
.popular_collections .collection_right .collection_top_img img {
  height: 80px;
  width: 47%;
}
@media only screen and (max-width: 991px) {
  .popular_collections .collection_right .collection_top_img img {
    height: 60px;
    width: 47%;
  }
}
.popular_collections .collection_right .collection_bottom_img img {
  width: 100%;
  height: 142px;
}

.main_collections {
  padding-top: 100px;
}

/* ============================== */
/*       End Collections          */
/* ============================== */
/* ============================= */
/*          Fun And Fact         */
/* ============================= */
#rt_watch {
  padding-bottom: 100px;
  position: relative;
}
#rt_watch .video_sec {
  position: relative;
}
#rt_watch .watch_content {
  position: relative;
}
#rt_watch .watch_content h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #rt_watch .watch_content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #rt_watch .watch_content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#rt_watch .watch_content p {
  color: #fff;
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #rt_watch .watch_content p {
    width: 95%;
  }
}
#rt_watch .watch_content a {
  width: 90px;
  display: block;
  margin: 0 auto;
}
#rt_watch .watch_content a img {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  #rt_watch .watch_content a img {
    margin-bottom: 0;
  }
}
#rt_watch .app_trailer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #rt_watch .app_trailer {
    margin-bottom: 25px;
  }
}
#rt_watch .app_trailer .video_placeholder {
  margin: 0;
  position: relative;
  padding-bottom: 59.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
#rt_watch .app_trailer .video_placeholder a:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.25);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 700ms linear;
  transition: all 500ms linear;
}
#rt_watch .app_trailer .video_placeholder a:before {
  content: "\f488";
  font-family: Ionicons;
  font-size: 20px;
  width: 10px;
  height: 10px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -12px;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #4f9e7f;
}
#rt_watch .app_trailer .video_placeholder a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#rt_watch .app_trailer .video_placeholder:hover img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#rt_watch .app_trailer .video_placeholder:hover a:after {
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.1);
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
#rt_watch .app_trailer .video_placeholder:hover a:before {
  color: #fff;
}
#rt_watch .cta_box {
  position: absolute;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  height: 286px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 70%;
  top: 50%;
  left: 60%;
  transform: translate(30%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  #rt_watch .cta_box {
    position: static;
    transform: initial;
    width: 100%;
  }
}
#rt_watch .cta_box .cta_content {
  padding: 60px;
}
#rt_watch .cta_box .cta_content .cta_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  opacity: 0.5;
}
#rt_watch .cta_box .cta_content h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 0;
  color: #fff;
}
#rt_watch .cta_box .cta_content p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
}

/* ================================== */
/*          End Fun And Fact          */
/* ================================== */
/* ============================ */
/*            Login
/* ============================ */
.main_login {
  width: 100%;
  margin: 0 auto;
}

.login_with {
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}

.container-login {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  position: relative;
  z-index: 1;
}
.container-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-login .wrap-login {
  width: 450px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 50px 30px 50px;
}
.container-login .wrap-login .frm_logo {
  margin-bottom: 20px;
}
.container-login .wrap-login .frm_logo img {
  width: 140px;
}
.container-login .wrap-login .login-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-login .wrap-login .login-form .login-form-title {
  font-size: 16px;
  color: #636363;
  line-height: 1.2;
  text-transform: initial;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.container-login .wrap-login .wrap-input {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 16px;
}
.container-login .input_field {
  font-size: 14px;
  line-height: 50px;
  color: #686868;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 0 30px 0 55px;
  border: 1px solid #e0e0e0;
}
.container-login .symbol-input_field {
  font-size: 24px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-bottom: 19px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.container-login .symbol-input_field i {
  font-size: 18px;
}
.container-login .input_field:focus + .focus-input_field + .symbol-input_field {
  color: theme-color-main("primary");
  padding-left: 18px;
}
.container-login .input-checkbox {
  display: none;
}
.container-login .label-checkbox {
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.container-login .label-checkbox::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #eaeaea;
  border: 2px solid #eaeaea;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-login .input-checkbox:checked + .label-checkbox::before {
  color: #fff;
  background: theme-color-main("primary");
  border-color: theme-color-main("primary");
}
.container-login .container-login-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-login .login-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #296c64;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  background: #d2efea;
  background: linear-gradient(60deg, #f3f2d9 0%, #d4eee9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.container-login .btn-face,
.container-login .btn-google {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
}
.container-login .btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
  color: #3b5998;
}
.container-login .btn-google,
.container-login .btn-face {
  color: #555555;
}
.container-login .btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}
.container-login .btn-face:hover,
.container-login .btn-google:hover {
  border-color: theme-color-main("primary");
}
.container-login .txt1 {
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}
.container-login .bo1 {
  border-bottom: 1px solid #999999;
}
.container-login .hov1:hover {
  border-color: theme-color-main("primary");
}
.container-login a:hover {
  text-decoration: none;
  color: theme-color-main("primary");
}
.container-login .forget_link {
  font-size: 14px;
}
.container-login .profile_img_lock span.img_border {
  display: inline-block;
  position: relative;
}
.container-login .profile_img_lock span.img_border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 100px;
  height: 100px;
  border: 1px solid #e2e2e2;
  transform: translate(40%, -50%);
  border-radius: 50%;
}
.container-login .profile_img_lock img {
  width: 90px;
  border-radius: 50%;
}

/* ============================ */
/*            End Login
/* ============================ */
/*=========================================== */
/*           Item Detail Section          */
/* =========================================== */
.rt_product_detail {
  padding: 120px 0;
}
.rt_product_detail ul li {
  padding-left: 0;
}
.rt_product_detail ul li:before {
  display: none;
}
.rt_product_detail .bid_details {
  margin-right: 45px;
}
.rt_product_detail .bid_details a {
  color: #444;
  border-bottom: 2px solid transparent;
  padding: 6px 25px;
}
.rt_product_detail .bid_details a:hover, .rt_product_detail .bid_details a:focus {
  background: transparent;
}
.rt_product_detail .bid_details a.active {
  color: #457ec5;
  border-bottom: 2px solid #457ec5;
}
.rt_product_detail .bid_listing {
  height: 281px;
  overflow-y: scroll;
  overflow-y: auto;
  padding-top: 9px;
  padding-right: 40px;
}
.rt_product_detail .bid_listing::-webkit-scrollbar-thumb {
  background-color: #8A8AA0;
  height: 30px;
  border-radius: 100px;
}
.rt_product_detail .bid_listing::-webkit-scrollbar {
  width: 3px;
  background-color: #F8F8F8;
}
.rt_product_detail .bid_listing li {
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
}
.rt_product_detail .bid_listing li img {
  width: 50px;
  margin-right: 15px;
}
.rt_product_detail .owner_card {
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
}
.rt_product_detail .owner_card img {
  width: 50px;
  margin-right: 15px;
}
.rt_product_detail .subtitle {
  color: #787575;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
}
.rt_product_detail .author_info {
  padding: 10px;
  border-radius: 8px;
  position: relative;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
}
@media only screen and (max-width: 991px) {
  .rt_product_detail .author_info {
    margin-bottom: 20px;
  }
}
.rt_product_detail .author_info .cta_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  opacity: 0.5;
}
.rt_product_detail .author_info .author_img {
  width: 60px;
}
.rt_product_detail .author_info .author_desc {
  line-height: 20px;
}
.rt_product_detail .author_info .author_desc span {
  font-size: 14px;
  color: #fff;
}
.rt_product_detail .author_info .author_desc h3 {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.rt_product_detail .aution_sec {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .rt_product_detail .aution_sec {
    display: block;
  }
}
.rt_product_detail .aution_sec span {
  font-size: 14px;
  color: #787575;
}
.rt_product_detail .aution_sec h2 {
  color: #110246;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 24px;
}
.rt_product_detail .aution_sec .current_bdi {
  margin-right: 40px;
  position: relative;
  line-height: 37px;
}
.rt_product_detail .aution_sec .current_bdi:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #e5e5e5;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .rt_product_detail .aution_sec .current_bdi:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rt_product_detail .aution_sec .current_bdi:before {
    display: block;
    width: 170px;
    height: 1px;
    background: #c1bcbc;
    position: absolute;
    left: 0;
    bottom: -5px;
    top: auto;
  }
}
.rt_product_detail .aution_sec .countdown .days,
.rt_product_detail .aution_sec .countdown .hours,
.rt_product_detail .aution_sec .countdown .minutes,
.rt_product_detail .aution_sec .countdown .seconds {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: bold;
  color: #110246;
}
@media only screen and (max-width: 480px) {
  .rt_product_detail .aution_sec .countdown .days,
.rt_product_detail .aution_sec .countdown .hours,
.rt_product_detail .aution_sec .countdown .minutes,
.rt_product_detail .aution_sec .countdown .seconds {
    font-size: 20px;
  }
}
.rt_product_detail .aution_sec .count_down_text {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .rt_product_detail .aution_sec .count_down_text {
    font-size: 12px;
  }
}
.rt_product_detail h1 {
  color: #110246;
  font-size: 52px;
  line-height: 50px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .rt_product_detail h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .rt_product_detail h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .rt_product_detail h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .rt_product_detail h1 {
    font-size: 26px;
  }
}
.rt_product_detail p {
  color: #444;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 640px) {
  .rt_product_detail p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.rt_product_detail #comments {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .rt_product_detail #comments {
    margin-bottom: 70px;
  }
}
.rt_product_detail #comments .single-post_heading {
  font-size: 20px;
  color: #444444;
  text-transform: capitalize;
}
.rt_product_detail #comments .leave_comment h4 {
  margin-bottom: 35px;
}
.rt_product_detail #comments p {
  margin-bottom: 20px;
}
.rt_product_detail #comments .comments-lists {
  margin-left: 0;
}
.rt_product_detail #comments .comments-lists:before {
  display: none;
}
.rt_product_detail #comments .comments-lists .comment {
  position: relative;
  list-style: none;
  padding-left: 0;
  padding-top: 1px;
  min-height: 100px;
  border-bottom: 1px solid #F4F6F6;
  margin-top: 35px;
}
.rt_product_detail #comments .comments-lists .comment:last-child {
  border-bottom: 0px;
}
.rt_product_detail #comments .comments-lists .comment:before {
  display: none;
}
.rt_product_detail #comments .comments-lists .comment .activity_rounded {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.rt_product_detail #comments .comments-lists .comment .activity_rounded img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -moz-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -o-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -ms-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
}
.rt_product_detail #comments .comments-lists .comment h4 {
  font-size: 15px;
  color: #444444;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 6px;
  line-height: 28px;
}
.rt_product_detail #comments .comments-lists .comment p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.rt_product_detail #comments .comments-lists .comment small.date-posted {
  color: #666666;
  font-size: 12px;
  margin-left: 12px;
}
@media only screen and (max-width: 480px) {
  .rt_product_detail #comments .comments-lists .comment small.date-posted {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.rt_product_detail #comments .comments-lists .comment .comment-body {
  padding-bottom: 18px;
  padding-left: 95px;
}
.rt_product_detail #comments .comments-lists .comment .comment-body .rt_btn_color {
  padding: 7px 20px;
  font-size: 14px;
}
.rt_product_detail #comments .comments-lists .comment .children {
  overflow: hidden;
  list-style: none;
  padding-left: 0px;
  list-style: none;
  margin-left: 20px;
}
.rt_product_detail #comments .comments-lists .comment .children .comment {
  position: relative;
  /*padding-left: 118px;*/
  border-top: 1px solid #F4F6F6;
  border-bottom: 0px;
  margin-top: 0px;
}
.rt_product_detail #comments .comments-lists .comment .children .comment:before {
  display: none;
}
.rt_product_detail #comments .comments-lists .comment .children .comment .activity_rounded {
  margin-top: 25px;
}
.rt_product_detail #comments .comments-lists .comment .children .comment .comment-body {
  border: none;
  margin-top: 25px;
}
.rt_product_detail #comments .leave_comment h3 {
  font-size: 20px;
  color: #444444;
  text-transform: capitalize;
}
.rt_product_detail #comments .leave_comment .form-group .form-control {
  height: 40px;
}
.rt_product_detail #comments .leave_comment .form-group input[type=text],
.rt_product_detail #comments .leave_comment .form-group input[type=email] {
  border: 1px solid #eceaea;
  border-radius: 50px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.rt_product_detail #comments .leave_comment .form-group input[type=text]:hover, .rt_product_detail #comments .leave_comment .form-group input[type=text]:focus,
.rt_product_detail #comments .leave_comment .form-group input[type=email]:hover,
.rt_product_detail #comments .leave_comment .form-group input[type=email]:focus {
  border: 1px solid #457ec5;
}
.rt_product_detail #comments .leave_comment textarea {
  resize: vertical;
  min-height: 180px;
  border: none;
  border: 1px solid #eceaea;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.rt_product_detail #comments .leave_comment textarea:hover, .rt_product_detail #comments .leave_comment textarea:focus {
  border: 1px solid #457ec5;
}
.rt_product_detail .lSSlideWrapper {
  background: #ccc;
  display: block;
  text-align: center;
  width: 100%;
  min-height: 300px;
}
.rt_product_detail .product-slider {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.rt_product_detail .product-detail {
  margin-top: 50px;
}
.rt_product_detail .product-detail .rating-price .pro-price b {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 5px;
}
.rt_product_detail .product-detail .rating-price .pro-price strong {
  color: #4f9e7f;
  font-size: 16px;
  font-weight: 400;
}
.rt_product_detail .product-detail .rating-price .pro-price span {
  text-decoration: line-through;
  color: #ccc;
  font-size: 14px;
  margin-left: 5px;
}
.rt_product_detail .product-detail .rating-price .ratting {
  margin-right: 10px;
}
.rt_product_detail .product-detail .pro-price {
  float: left;
}
.rt_product_detail .product-detail .pro-ratting {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
}
.rt_product_detail .showing-sort {
  line-height: 48px;
}
.rt_product_detail .showing-sort .form-control {
  width: 160px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 15px;
  border: 1px solid #999999;
  margin-left: 15px;
}
.rt_product_detail .pro-content .form-group {
  margin-bottom: 0;
}
.rt_product_detail .pro-content .showing-sort {
  display: inline-block;
}
.rt_product_detail .pro-content .color-option {
  float: right;
}
.rt_product_detail .pro-content h5 {
  margin-right: 40px;
  float: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}
.rt_product_detail .pro-content p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.rt_product_detail .description-tab {
  display: inline-block;
  border: 0;
  margin-bottom: 2px;
}
.rt_product_detail .description-tab li {
  list-style: none;
  display: inline-block;
  margin-bottom: -1px;
}
.rt_product_detail .description-tab li a:hover,
.rt_product_detail .description-tab li a:focus,
.rt_product_detail .description-tab li a.active {
  display: inline-block;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  color: #fff !important;
}
.rt_product_detail .description-tab li a {
  text-transform: uppercase;
  color: #323232;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  padding: 14px 35px;
  background: #f9f9f9;
}
.rt_product_detail .description-wrap p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.rt_product_detail .description-wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.rt_product_detail .description-wrap .tab-pane {
  background: #f9f9f9;
  padding: 30px 40px;
  margin: 0 auto;
  text-align: left;
}
.rt_product_detail .description-wrap .tab-pane p {
  margin-bottom: 0;
}
.rt_product_detail .lSSlideOuter .lSPager.lSGallery li {
  text-align: center;
}
.rt_product_detail .lSSlideOuter .lSPager.lSGallery img {
  display: inline-block;
}

.explore_more {
  padding: 0 0 120px 0;
}

/* ================================================ */
/*           End Item Detail Section           */
/* ================================================ */
/*============================= */
/*          Explore             */
/* =============================*/
.mt_filter {
  font-weight: 300;
 // display: inline-block;
  padding: 5px 10px 5px 35px;
  margin-bottom: 40px;
}
.mt_filter ul li {
  margin-right: 15px;
  padding: 0;
  margin-bottom: 10px;
  //display: inline-block;
}
@media only screen and (max-width: 991px) {
  .mt_filter ul li {
    margin-bottom: 20px;
  }
}
.mt_filter ul li a {
  color: #3f21aa;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(98, 60, 238, 0.04);
  border: 1px solid #3f21aa;
  font-weight: bold;
}
.mt_filter ul li a:hover {
  color: #fff;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  border: 1px solid transparent;
}
.mt_filter ul li a.active {
  color: #fff;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  border: 1px solid transparent;
}

.portfolio_grid {
  width: calc(31.3333333% - 25px);
  height: auto;
  margin: 12px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .portfolio_grid {
    margin-left: 0;
    padding: 0 15px;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_grid {
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
  }
}

.nft_filter {
  margin-bottom: 50px;
}
.nft_filter span {
  font-size: 12px;
  letter-spacing: 2px;
  display: inline;
  position: relative;
}
.nft_filter span:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #110246;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.nft_filter h3 {
  color: #110246;
  margin-bottom: 30px;
}
.nft_filter input,
.nft_filter select {
  border-radius: 8px;
}
.nft_filter button {
  width: 100%;
  border-radius: 8px;
}

.nft_filter_sidebar {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}
.nft_filter_sidebar h3 {
  font-size: 20px;
  line-height: 30px;
}

.navlinks {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.navlinks li {
  width: 100%;
  border-bottom: 1px solid #f1eded;
  margin-bottom: 0;
}
.navlinks li:last-child {
  border: none;
}
.navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 12px 10px;
  display: block;
}
.navlinks li a:hover, .navlinks li a:focus, .navlinks li a:active {
  color: #4f9e7f;
}

/*============================= */
/*          Explore             */
/* =============================*/
/* ====================== */
/*         Author         */
/* ====================== */
.author_card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 18px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .author_card {
    margin-bottom: 25px;
  }
}
.author_card .author-content {
  position: relative;
  padding-top: 20px;
}
.author_card .author-content a {
  display: inline-block;
  font-weight: normal;
}
.author_card .author-content .author_img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.author_card .author-content .author-title {
  font-weight: bold;
}
.author_card .nft_img {
  position: relative;
  height: 130px;
  margin-bottom: 20px;
  font-weight: 600;
}
.author_card .nft_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.author_detail_banner {
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 10px;
  position: relative;
  margin-bottom: 80px;
}
.author_detail_banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  border-radius: 10px;
}
.author_detail_banner .author_img_sec {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .author_detail_banner .author_img_sec {
    display: block;
  }
}
.author_detail_banner .author_img_sec img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  border: 8px solid #fff;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .author_detail_banner .author_img_sec img {
    width: 150px;
    height: 150px;
  }
}
.author_detail_banner .author_img_sec .author_detail h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.author_detail_banner .author_img_sec .author_detail span {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.create_item {
  padding: 100px 0;
}

.create_item_form {
  width: 650px;
  display: block;
  margin: 0 auto;
  padding: 50px 30px 60px 30px;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .create_item_form {
    width: 100%;
  }
}
.create_item_form .cta_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  opacity: 0.5;
}
.create_item_form .heading_main .sub_heading,
.create_item_form h3 {
  color: #fff;
}
.create_item_form h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.create_item_form input[type=text],
.create_item_form input[type=email],
.create_item_form input[type=number],
.create_item_form input[type=password],
.create_item_form input[type=search],
.create_item_form input[type=tel],
.create_item_form textarea,
.create_item_form select {
  border-radius: 0;
}
.create_item_form input[type=text]:hover, .create_item_form input[type=text]:focus,
.create_item_form input[type=email]:hover,
.create_item_form input[type=email]:focus,
.create_item_form input[type=number]:hover,
.create_item_form input[type=number]:focus,
.create_item_form input[type=password]:hover,
.create_item_form input[type=password]:focus,
.create_item_form input[type=search]:hover,
.create_item_form input[type=search]:focus,
.create_item_form input[type=tel]:hover,
.create_item_form input[type=tel]:focus,
.create_item_form textarea:hover,
.create_item_form textarea:focus,
.create_item_form select:hover,
.create_item_form select:focus {
  border: 1px solid #457ec5;
}
.create_item_form .form-label {
  font-size: 14px;
}
.create_item_form .animated_btn {
  color: #444;
  background: #ffffff;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
}
.create_item_form .animated_btn:hover {
  color: #444;
}
.create_item_form .animated_btn:hover:before {
  color: #fff;
}
.create_item_form .animated_btn:before {
  background-color: #e7e7e7;
  color: #444;
}
.create_item_form .animated_btn span {
  background-color: #e7e7e7;
}
.create_item_form .animated_btn i {
  color: #444;
}

.drop_box {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #fff;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #fff;
}

.choose_file_btn {
  text-decoration: none;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 16px;
}

.choose_file_btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #457ec5;
  background: linear-gradient(to right, #4f9e7f 0%, #457ec5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f9e7f", endColorstr="#457ec5", GradientType=1);
  transition: all 0.5s ease;
  padding: 10px 20px;
  border: none;
}

/* ====================== */
/*         Author         */
/* ====================== */
/*============================= */
/*          Activity            */
/* =============================*/
.activity {
  padding: 100px 0;
}
.activity .activity_listing {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .activity .activity_listing {
    margin-bottom: 30px;
  }
}
.activity .activity_listing h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #626262;
  position: relative;
  z-index: 1;
}
.activity .activity_listing h3 span {
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: #444;
  opacity: 0.2;
  font-size: 50px;
  position: absolute;
  left: 0;
}
.activity .activity_card {
  background-color: #464141;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .activity .activity_card {
    display: block;
  }
}
.activity .activity_avatar img {
  height: 72px;
  width: 72px;
  flex: none;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .activity .activity_avatar img {
    margin-bottom: 15px;
  }
}
.activity .activity_right p {
  margin: 0;
  color: #fff;
}
.activity .activity_right a {
  color: #fff;
  font-weight: bold;
}
.activity .activity_icon {
  height: 52px;
  width: 52px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  background: #fff;
  font-size: 18px;
}
.activity .activity_filter {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}
.activity .search-form input[type=text] {
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 300;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-position-x: 94%;
  background-position-y: 50%;
  border-radius: 0;
}
.activity .filter_buttons ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 15px;
}
.activity .filter_buttons ul li a {
  background-color: #FAF8F8;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #444444;
  padding: 9px 14px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #ececec;
}
.activity .filter_buttons ul li a i {
  margin-right: 5px;
}
.activity .filter_buttons ul li a:hover, .activity .filter_buttons ul li a:focus {
  color: #ffffff;
  background: #212529;
  border-radius: 3px;
}

/* ================================== */
/*          End Activity              */
/* ================================== */
/*============================= */
/*          Wallet              */
/* =============================*/
.wallet_connenct {
  padding: 100px 0;
  position: relative;
}
.wallet_connenct .wallet_card {
  background: #f9f9f9;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.wallet_connenct .wallet_card:hover {
  box-shadow: 0 10px 55px 5px rgba(100, 61, 242, 0.1);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-color: transparent;
}
.wallet_connenct .wallet_card img {
  width: 70px;
  margin-bottom: 15px;
}
.wallet_connenct .wallet_card h3 {
  font-size: 20px;
  margin: 5px;
}

/*============================= */
/*          Wallet              */
/* =============================*/
/*============================= */
/*          Newsletter          */
/* =============================*/
.newsletter_form {
  position: relative;
  width: 100%;
  display: block;
}
.newsletter_form p {
  margin-bottom: 0;
}
.newsletter_form input {
  padding-top: 15px;
  padding-bottom: 15px;
}
.newsletter_form .animated_btn {
  position: absolute;
  top: 44%;
  right: 8px;
  z-index: 1;
  margin-bottom: 0;
  transform: translate(0, -90%);
}
@media only screen and (max-width: 991px) {
  .newsletter_form .animated_btn {
    position: static;
    transform: initial;
  }
}
.newsletter_form .animated_btn span {
  padding: 11px;
}
.newsletter_form .form-control {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 18px 188px 18px 10px;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .newsletter_form .form-control {
    padding: 15px;
  }
}

.animated_btn {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  background: #457ec5;
  background: linear-gradient(to right, #457ec5 0%, #4f9e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457ec5", endColorstr="#4f9e7f", GradientType=1);
  padding-left: 2rem;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .animated_btn {
    font-size: 12px;
    letter-spacing: initial;
  }
}
.animated_btn:hover {
  color: #fff;
}
.animated_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}
.animated_btn:hover i {
  -webkit-animation: moveArrow 750ms;
  animation: moveArrow 750ms;
}
.animated_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #4f9e7f;
  z-index: -1;
  transition: -webkit-transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms;
  color: #fff;
}
.animated_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  padding: 18px;
  overflow: hidden;
  background-color: #4f9e7f;
}
.animated_btn i {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* ================================== */
/*          End Newsletter            */
/* ================================== */
/* ====================== */
/*         Contact        */
/* ====================== */
.contact_section {
  padding: 100px 0;
}

.contact_form_box {
  position: relative;
  z-index: 9;
}

.contact_map iframe {
  margin-bottom: -10px;
}

.contact_form_box .form_sec h2 {
  font-size: 26px;
  color: #444;
}

.contact_form_box .form_sec {
  background: #f9f9f9;
  padding: 50px 50px;
}

.icon_box_info {
  display: flex;
  margin-bottom: 20px;
}

.our_info_box h3 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 600;
}

.icon_box_info .icon {
  margin-right: 15px;
}

.icon_box_info .icon img {
  width: 30px;
}

.icon_box_info h4 {
  font-size: 16px;
  margin: 0;
}

.our_info_box {
  background: #f1f1f1;
  padding: 80px;
  padding-bottom: 50px;
  position: absolute;
  z-index: -1;
  left: -55%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .our_info_box {
    padding: 80px 26px;
  }
}
@media only screen and (max-width: 991px) {
  .our_info_box {
    position: static;
    transform: initial;
  }
}
/* =========================== */
/*         End Contact         */
/* =========================== */
/* ====================== */
/*         Footer         */
/* ====================== */
#mt_footer {
  padding-top: 90px;
  background-color: #070114;
}
#mt_footer h2 {
  color: #fff;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}
#mt_footer .logo img {
  width: 150px;
}
@media only screen and (max-width: 991px) {
  #mt_footer .logo img {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #mt_footer .col-md-4 {
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  #mt_footer .follow_us {
    margin-bottom: 30px;
  }
}
#mt_footer .follow_us a {
  display: inline-block;
  margin-bottom: 30px;
}
#mt_footer .follow_us p,
#mt_footer .follow_us h4 {
  font-size: 14px;
  color: #ffffff;
}
#mt_footer .follow_us h4 {
  margin-bottom: 5px;
}
#mt_footer .follow_us .social_icons li {
  display: inline-block;
  line-height: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
}
#mt_footer .follow_us .social_icons li:before {
  display: none;
}
#mt_footer .follow_us .social_icons li a {
  color: #fff;
  margin-bottom: 0;
  background: #2e2d2d;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
}
#mt_footer .follow_us .social_icons li a:hover {
  background: #4f9e7f;
}
#mt_footer .mt_contact_ftr {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #mt_footer .mt_contact_ftr {
    margin-bottom: 30px;
  }
}
#mt_footer .mt_contact_ftr li {
  padding-left: 0;
  width: 100%;
  float: left;
}
#mt_footer .mt_contact_ftr li:before {
  display: none;
}
#mt_footer .mt_contact_ftr li span {
  display: inline-block;
  margin-right: 0;
  font-size: 28px;
  color: #ffffff;
}
#mt_footer .mt_contact_ftr li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}
#mt_footer .mt_contact_ftr li a:hover {
  color: #4f9e7f;
}
#mt_footer .mt_post_ftr {
  clear: both;
}
#mt_footer .mt_post_ftr li {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  #mt_footer .mt_post_ftr li {
    clear: both;
  }
}
#mt_footer .mt_post_ftr li:before {
  display: none;
}
#mt_footer .mt_post_ftr li img {
  border-radius: 10px;
  float: left;
  margin-right: 15px;
  width: 20%;
}
@media only screen and (max-width: 991px) {
  #mt_footer .mt_post_ftr li img {
    margin-bottom: 15px;
    width: 10%;
  }
}
@media only screen and (max-width: 480px) {
  #mt_footer .mt_post_ftr li img {
    width: 25%;
  }
}
#mt_footer .mt_post_ftr li h4 {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 3px;
  margin-top: 0;
}
#mt_footer .mt_post_ftr li h4 a {
  color: #ffffff;
}
#mt_footer .mt_post_ftr li p {
  color: #eceaea;
  font-size: 12px;
}
#mt_footer .mt_footer_copy {
  border-top: 1px solid;
  margin-top: 90px;
  padding-top: 22px;
}
#mt_footer .mt_footer_copy .copy_txt p {
  font-size: 12px;
  color: #eceaea;
}
@media only screen and (max-width: 991px) {
  #mt_footer .mt_footer_copy .copy_txt p {
    text-align: center;
  }
}
#mt_footer .mt_footer_copy .made_txt p {
  color: #eceaea;
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #mt_footer .mt_footer_copy .made_txt p {
    text-align: center;
  }
}
#mt_footer .mt_footer_copy .made_txt i {
  color: #e91e63;
  margin-left: 5px;
}

/* =========================== */
/*         End Footer          */
/* =========================== */
/* ========================================= */
/* 		   			  Blog      	 	  	 */
/* ========================================= */
/* ============================= */
/*          Blog Section         */
/* ============================= */
#mt_blog {
  padding: 100px 0 200px 0;
}
#mt_blog .blog-post_wrapper {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  border-radius: 15px;
  overflow: hidden;
}
#mt_blog .section_heading {
  margin-bottom: 60px;
}
#mt_blog .grid-item {
  margin-bottom: 38px;
}
#mt_blog .blog-post-image .img {
  overflow: hidden;
}
#mt_blog .blog-post-image .img img {
  max-width: 100%;
  min-width: 100%;
}
#mt_blog .post-detail_container {
  position: relative;
}
#mt_blog .post-detail_container .post-content {
  background-color: #ffffff;
  padding: 15px 15px;
}
#mt_blog .post-detail_container .post-content .post-title {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 2px;
  margin-top: 0;
}
#mt_blog .post-detail_container .post-content .post-title a {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
}
#mt_blog .post-detail_container .post-content .post-title a:hover, #mt_blog .post-detail_container .post-content .post-title a:focus {
  text-decoration: none;
  transition: 0.4s all ease;
}
#mt_blog .post-detail_container .post-content .post-metadata {
  padding-left: 2px;
}
#mt_blog .post-detail_container .post-content .post-metadata li {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  padding-right: 3px;
  padding-left: 3px;
}
#mt_blog .post-detail_container .post-content .post-metadata li:before, #mt_blog .post-detail_container .post-content .post-metadata li:after {
  display: none !important;
}
#mt_blog .post-detail_container .post-content .post-metadata li a {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  text-decoration: none;
}
#mt_blog .post-detail_container .post-content p.post-excerpt {
  color: #444444;
  font-size: 14px;
  line-height: 22px;
}
#mt_blog .post-detail_container .post-content .view_detail {
  text-align: center;
}
#mt_blog .mt_btn_white {
  margin-top: 50px;
}

/* ================================ */
/*         End Blog Section         */
/* ================================ */
/* ============================= */
/*          Blog Single          */
/* ============================= */
#blog_main_sec {
  padding: 100px 0px 65px;
  position: relative;
}
#blog_main_sec .post_img {
  margin-bottom: 30px;
}
#blog_main_sec .post_img img {
  width: 100%;
}
#blog_main_sec .post_title h3 {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Poppins";
}
@media only screen and (max-width: 767px) {
  #blog_main_sec .post_title h3 {
    line-height: 35px;
  }
}
#blog_main_sec .post_title ul li:before {
  display: none;
}
#blog_main_sec .author_box {
  background: #FAF8F8;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}
#blog_main_sec .author_box .author_img {
  float: left;
  width: 22%;
}
#blog_main_sec .author_box .author_img img {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}
#blog_main_sec .author_box .author_bio {
  float: left;
  margin-left: 3%;
  width: 75%;
}
#blog_main_sec .author_box .author_bio h5 {
  margin-top: 0;
}
#blog_main_sec .author_box .author_bio p {
  margin-bottom: 10px;
}
#blog_main_sec .author_box .author_bio ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 0;
}
#blog_main_sec .author_box .author_bio ul li:before {
  display: none;
}
#blog_main_sec .author_box .author_bio ul li a {
  color: #444444;
  font-size: 17px;
}
#blog_main_sec .author_box .author_bio ul li a:hover {
  color: #212529;
  transition: all 0.4s ease;
}
#blog_main_sec #comments {
  margin-top: 60px;
  margin-bottom: 70px;
}
#blog_main_sec #comments .single-post_heading {
  font-size: 20px;
  text-transform: capitalize;
  color: #212529;
}
#blog_main_sec #comments .comment-body .mt_btn_color {
  padding: 2px 18px;
  font-size: 12px;
}
#blog_main_sec #comments .comments-lists {
  list-style-type: none;
}
#blog_main_sec #comments .comments-lists:before {
  display: none;
}
#blog_main_sec #comments .comments-lists .comment {
  position: relative;
  list-style: none;
  padding-left: 118px;
  padding-top: 1px;
  min-height: 100px;
  border-bottom: 1px solid #f9f9f9;
  margin-top: 35px;
}
#blog_main_sec #comments .comments-lists .comment:before {
  display: none;
}
#blog_main_sec #comments .comments-lists .comment:last-child {
  border-bottom: 0px;
}
#blog_main_sec #comments .comments-lists .comment .activity_rounded {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#blog_main_sec #comments .comments-lists .comment .activity_rounded img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  -webkit-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -moz-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -o-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  -ms-box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
  box-shadow: 6px 6px 11px 0 rgba(204, 204, 204, 0.61);
}
#blog_main_sec #comments .comments-lists .comment h4 {
  font-size: 15px;
  color: #444444;
  margin-top: 3px;
  text-transform: capitalize;
}
#blog_main_sec #comments .comments-lists .comment p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
#blog_main_sec #comments .comments-lists .comment small.date-posted {
  color: #666666;
  font-size: 12px;
  margin-left: 12px;
}
#blog_main_sec #comments .comments-lists .comment .comment-body {
  padding-bottom: 18px;
}
#blog_main_sec #comments .comments-lists .comment .comment-body .mt_btn_grey {
  padding: 0px 25px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
#blog_main_sec #comments .comments-lists .comment .children {
  overflow: hidden;
  list-style: none;
  padding-left: 0px;
  list-style: none;
}
#blog_main_sec #comments .comments-lists .comment .children .comment {
  position: relative;
  /*padding-left: 118px;*/
  border-top: 1px solid #f9f9f9;
  border-bottom: 0px;
  margin-top: 0px;
}
#blog_main_sec #comments .comments-lists .comment .children .comment:before {
  display: none;
}
#blog_main_sec #comments .comments-lists .comment .children .comment .activity_rounded {
  margin-top: 25px;
}
#blog_main_sec #comments .comments-lists .comment .children .comment .comment-body {
  border: none;
  margin-top: 25px;
}
#blog_main_sec #comments .leave_comment h3 {
  font-size: 20px;
  color: #444444;
  text-transform: capitalize;
}
#blog_main_sec #comments .leave_comment .form-group .form-control {
  height: 40px;
}
#blog_main_sec #comments .leave_comment .form-group input[type=text],
#blog_main_sec #comments .leave_comment .form-group input[type=email] {
  border: 1px solid #eceaea;
  border-radius: 50px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}
#blog_main_sec #comments .leave_comment .form-group input[type=text]:hover, #blog_main_sec #comments .leave_comment .form-group input[type=text]:focus,
#blog_main_sec #comments .leave_comment .form-group input[type=email]:hover,
#blog_main_sec #comments .leave_comment .form-group input[type=email]:focus {
  border: 1px solid #457ec5;
}
#blog_main_sec #comments .leave_comment textarea {
  resize: vertical;
  min-height: 180px;
  border: none;
  border: 1px solid #eceaea;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}
#blog_main_sec #comments .leave_comment textarea:hover, #blog_main_sec #comments .leave_comment textarea:focus {
  border: 1px solid #457ec5;
}

aside .widget {
  background-color: #fff;
  margin-bottom: 50px;
}
aside .widget h3 {
  margin-bottom: 30px;
  color: #212529;
  font-weight: 600;
  font-size: 20px;
}
aside .widget ul {
  padding: 0px;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0px;
}
aside .widget ul li {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}
aside .widget ul li:before {
  display: none;
}
aside .widget ul li span.categoryCount {
  float: right;
}
aside .widget ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}
aside .widget .search-form input[type=text] {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 300;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-position-x: 94%;
  background-position-y: 50%;
  border-radius: 0;
  margin: 0;
}
aside .widget_recent_entries ul {
  overflow: hidden;
}
aside .widget_recent_entries ul li {
  position: relative;
  padding-left: 90px;
  float: left;
}
aside .widget_recent_entries ul li:before {
  display: none;
}
aside .widget_recent_entries ul li h4 {
  margin-bottom: 3px;
  line-height: 16px;
  margin-top: 0;
}
aside .widget_recent_entries ul li h4 a {
  color: #444444;
  line-height: 26px;
  font-weight: 600;
}
aside .widget_recent_entries ul li h4 a:hover {
  color: #212529;
  transition: all ease 0.4s;
}
aside .widget_recent_entries ul li span {
  color: #666666;
  font-size: 14px;
}
aside .widget_recent_entries ul li p {
  color: #666666;
  font-size: 14px;
}
aside .widget_recent_entries ul li img {
  position: absolute;
  top: 2px;
  left: 0;
  width: 79px;
  border-radius: 50%;
}
aside .widget_recent_entries ul li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
}
aside .widget_tag_cloud ul {
  overflow: hidden;
}
aside .widget_tag_cloud ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 4px;
}
aside .widget_tag_cloud ul li a {
  background-color: #FAF8F8;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #444444;
  padding: 4px 12px;
  font-weight: 400;
  border-radius: 3px;
}
aside .widget_tag_cloud ul li a:hover, aside .widget_tag_cloud ul li a:focus {
  color: #ffffff;
  background: #212529;
}

/* ================================= */
/*          End Blog Single          */
/* ================================= */
/* ============================= */
/*          Blog Listing         */
/* ============================= */
#blog_single_main_sec {
  padding: 100px 0px 65px;
  position: relative;
}
#blog_single_main_sec .section_title h2 {
  color: #ffffff;
}
#blog_single_main_sec .section_title p {
  color: #dddddd;
}
#blog_single_main_sec .blog-post_wrapper {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61);
  border-radius: 10px;
  overflow: hidden;
}
#blog_single_main_sec .blog-post_wrapper:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#blog_single_main_sec .grid-item {
  margin-bottom: 38px;
}
#blog_single_main_sec .blog-post-image .img {
  overflow: hidden;
}
#blog_single_main_sec .blog-post-image .img img {
  max-width: 100%;
  min-width: 100%;
}
#blog_single_main_sec .author_img {
  margin-bottom: 0;
  margin-top: -59px;
  position: relative;
  z-index: 99;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  #blog_single_main_sec .author_img {
    margin-bottom: 31px;
  }
}
#blog_single_main_sec .post-detail_container {
  position: relative;
}
#blog_single_main_sec .post-detail_container .post-content {
  background-color: #fff;
  padding: 15px 15px;
}
#blog_single_main_sec .post-detail_container .post-content ul li:before, #blog_single_main_sec .post-detail_container .post-content ul li:after {
  display: none !important;
}
#blog_single_main_sec .post-detail_container .post-content .post-title {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 2px;
  margin-top: 0;
}
#blog_single_main_sec .post-detail_container .post-content .post-title a {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
}
#blog_single_main_sec .post-detail_container .post-content .post-title a:hover, #blog_single_main_sec .post-detail_container .post-content .post-title a:focus {
  text-decoration: none;
  color: #666666;
  transition: 0.4s all ease;
}
#blog_single_main_sec .post-detail_container .post-content .post-metadata {
  padding-left: 2px;
}
#blog_single_main_sec .post-detail_container .post-content .post-metadata li {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  padding-right: 3px;
  padding-left: 3px;
}
#blog_single_main_sec .post-detail_container .post-content .post-metadata li:before {
  display: none !important;
}
#blog_single_main_sec .post-detail_container .post-content .post-metadata li a {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  text-decoration: none;
}
#blog_single_main_sec .post-detail_container .post-content .post-metadata li a:hover, #blog_single_main_sec .post-detail_container .post-content .post-metadata li a:focus {
  color: #666666;
}
#blog_single_main_sec .post-detail_container .post-content p.post-excerpt {
  color: #444444;
  font-size: 14px;
  line-height: 22px;
}
#blog_single_main_sec .post-detail_container .post-content a.read-more {
  padding: 10px 30px;
  border: 1px solid #666666;
  font-size: 14px;
  border-radius: 0 5px 0 5px;
  margin-bottom: 10px;
  display: inline-block;
  color: #666666;
}
#blog_single_main_sec .post-detail_container .post-content a.read-more:hover {
  background: #666666;
  color: #ffffff;
  transition: all 0.5s ease;
}
#blog_single_main_sec .post-cards_row {
  margin-top: 70px;
}
#blog_single_main_sec .post-cards_row a.all-posts-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
#blog_single_main_sec .post-cards_row #blog-items .item {
  padding: 0px 15px;
}

#blog_main_sec {
  padding: 100px 0px;
  position: relative;
}
#blog_main_sec .post_item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  #blog_main_sec aside .widget.widget_recent_entries ul li h4 {
    margin-top: 20px;
  }
}
#blog_main_sec .rt_btn_color {
  padding: 5px 20px;
  font-size: 14px;
}

.blog_heading_border {
  position: relative;
  margin-bottom: 45px;
  font-weight: 600;
}

.blog_heading_border:before {
  content: "";
  background: #212529;
  bottom: -15px;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  position: absolute;
  width: 18px;
}

/* ================================== */
/*          End Blog Listing          */
/* ================================== */

/*# sourceMappingURL=style.css.map */
