/*=====  End of Helper CSS  ======*/


/*=============================================
=            Default CSS            =
=============================================*/


/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Roboto:wght@400;500;700;900&display=swap');
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
       font-size: 16px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
     font-family: Roboto,sans-serif;
    color: #888;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
    overflow: hidden;
}

body.boxed {
    max-width: 1500px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(222,169,127);
     font-family: Berkshire Swash,serif;
    margin-top: 0;
    font-weight: 400;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.5625rem;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

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


/*-- Tab Content & Pane Fix --*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

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


/*=====  End of preloader  ======*/


/*=============================================
=            scroll top            =
=============================================*/

a.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(222,169,127);
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}
.logo .img-fluid {
	max-width: 150px;
}

/*=====  End of scroll top  ======*/


/*=============================================
=            landing page            =
=============================================*/
.logo_area {
  display: flex;
}
.get-support {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.get-support::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background-color: #ffffff;
}
.get-support-icon {
  margin-right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #ffffff;
}
.get-support-icon {
  margin-right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #ffffff;
}
.get-support-icon i {
  transform: rotate(-45deg);
}
.get-support-info h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
.get-support-info h4 {
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.get-support-info h4 a {
  color: #ffffff;
}

.get-support-info h4 a:hover {
  color: rgba(222,169,127);
}
.topbar-menu--landing li a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    padding-bottom: 5px;
}
.mrn__hero-menu {
  margin-bottom: 10px;
}
.mrn__hero-menu ul {
  padding: 0;
  margin: 0;
}
.mrn__hero-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  color: #ffffff;
}
.mrn__hero-menu ul li::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
.mrn__feature-item {
  background-color: white;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
}
.mrn__feature-icon {
  margin-bottom: 20px;
}
.mrn__feature-item.item--2 h4 {
  margin-bottom: 0;
}
.topbar-menu--landing li a:hover {
    color: #ffffff;
}

.topbar-menu--landing li a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.topbar-menu--landing li a:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: rgba(222,169,127);
}

.landing-hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100vh;
}

.main-top-content__subtitle {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2.33px;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(222,169,127);
    display: inline-block;
    margin-bottom: 30px;
}

.main-top-content__title {
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 60px;
}
.main-top-content__title span {
	display: block;
	font-size: 72px;
	margin-bottom: 10px;
}

.main-top-content p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: .5px;
}

.core_feature_area {
    padding-top: 80px;
    padding-bottom: 50px;
}

.single_feature-single {
    margin-bottom: 30px;
}

.single_feature-single {
    margin-bottom: 30px;
    padding-right: 35px;
    border-right: 2px dashed #eee;
    padding-left: 20px;
}

.single_feature-wrapper .single_feat:first-child .single_feature-single {
    padding-left: 0px;
}

.single_feature-wrapper .single_feat:last-child .single_feature-single {
    border-right: none;
}

.single_feature-single__image {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.single_feature-single__image i {
    font-size: 54px;
    color: rgba(222,169,127);
}

.single_feature-single__content .title {
    font-size: 22px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 10px;
}

.header-top-area {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top-area--landing {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-demo-area {
  background-color: #f8f9fc;
  padding: 60px 0;
}

.main-demo-area-inner {
    margin: 60px 0;
}

.main-demo-title-area {
    text-align: center;
}

.main-demo-title-area .big-title {
  color: #333;
  font-size: 50px;
  margin-bottom: 12px;
}
.main-demo-title-area {
  text-align: center;
  margin: 0 0 50px;
}
.main-demo-title-area .title-wrapper {
    margin-top: -100px;
    margin-bottom: 50px;
}

.main-demo-title-area .title {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
}

.main-demo-title-area .title .highlight {
    color: rgba(222,169,127);
    display: block;
    font-size: 35px;
}

.main-demo-title-area .text {
  font-size: 16px;
  color: #333;
}

.single-demo {
    margin-bottom: 50px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    transition: .3s;
	margin-right: 30px;
  margin-left: 30px;
    border-radius: 15px;
}

.single-demo>a {
    display: block;
    width: 100%;
}

.single-demo>a:hover .single-demo__image:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    -ms-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px));
}

.single-demo>a:hover .single-demo__image:after {
    visibility: visible;
    opacity: 1;
}

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

.single-demo__image img {
    width: 100%;
}

.single-demo__image::before {
    content: '\f1fe';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    color: #ffffff;
    font-family: Ionicons;
    font-size: 28px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    background-color: rgba(222,169,127);
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-demo__image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
}

.single-demo__content h3 {
  margin-bottom: 0;
  border-top: 1px solid #e5eaee;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.single-demo__content .title {
    color: #333;
  padding: 15px 20px;
  margin-bottom: 0;
  border-top: 1px solid #e5eaee;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.single-demo__content .title a:hover {
    color: rgba(222,169,127);
}
.single-demo__content .title a{
  display: block;
}
.single-demo__content .title a span {
  float: right;
  transition: all 0.3s ease 0s;
}

.single-demo:hover .single-demo__content .title a span{
    color: rgba(222,169,127);
}


.landing-news-demo-area {
    background-color: #0b0505;
    background-repeat: no-repeat;
    background-position: right 50px;
}

.landing-feature-area {
    padding: 60px 0; 
}

.landing-feature-area .main-demo-title-area .big-title {
    color: #222;
}

.landing-feature-area .main-demo-title-area .title {
    color: #ffffff;
}

.landing-feature-single {
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 40px 25px;
	border-radius: 15px;
  background-color: #f8f9fc;
}

.landing-feature-single:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.landing-feature-single__image {
    margin-bottom: 30px;
}

.landing-feature-single__image i {
    font-size: 60px;
    transition: .3s;
    line-height: 60px;
	height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 25px;
  color: #222;
}

.landing-feature-single:hover .landing-feature-single__image i {
    color: rgba(222,169,127);
}

.landing-feature-single__image img {
    width: 100%;
}

.landing-feature-single__content .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}

.landing-feature-single__content .text {
    font-size: 1.125rem;
    line-height: 1.5;
}

.responsive_screen_area {
    background-size: cover;
    background-repeat: no-repeat;
    background: #f8f9fc;
    padding: 60px 0;
}

.landing-footer-content {
    margin-bottom: 200px;
}

.landing-footer-content .text {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 40px;
}

.landing-footer-content .title {
    font-size: 3.125rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 60px;
    width: 670px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.copyright-text {
    color: #ffffff;
    margin-bottom: 40px !important;
}


/*=====  End of landing page  ======*/

.header-middle .header_menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.header-middle {
    height: 100%;
}

.header_menu li {
    margin: 0 20px;
}

.header_menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.header_menu li a:hover {
    color: rgba(222,169,127);
}

.default_btn {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 10px 30px;
    border: 1px solid rgba(222,169,127);
    background: rgba(222,169,127)
}

.default_btn:hover {
    color: #ffffff;
    border: 1px solid rgba(222,169,127);
    background: rgba(222,169,127)
}

.landing-hero-area .default_btn {
    background: rgba(222,169,127);
    border-color: rgba(222,169,127);
    color: #ffffff;
    margin-top: 40px;
    padding: 10px 30px;
}

.landing-hero-area .default_btn:hover {
    color: #ffffff;
    background: rgba(222,169,127);
    border-color: rgba(222,169,127);
}

.btn_wrapper {
    text-align: right;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 9;
    background: transparent;
    padding: 10px 0;
}

.header-area-wrapper.header-sticky.is-sticky {
    position: fixed;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background: #1B1819;;
    top: 0;
}

.main-top-content-wrapper {
    height: 100vh;
    align-items: center;
}
.footer-area-wrapper.bg-img {
  background: center center;
  background-repeat: no-repeat;
}
.footer-area {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.footer-area h4 {
    color: #ffffff;
}
.footer-area h1 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
}

.footer-area p {
    font-size: 18px;
    margin-top: 20px;
}

.footer-area .default_btn {
    padding: 10px 30px;
    margin-top: 20px;
    color: #ffffff;
}

.footer-area .default_btn:hover {
    color: #ffffff;
}

.footer-copyright p {
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    background: #ffffff;
}

.footer-copyright p a {
    text-decoration: underline;
}

.footer-copyright p a:hover {
    color: rgba(222,169,127);
}


.medi-popup-warning {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 15;
	backface-visibility: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.medi-popup-warning .medi-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.8;
}

.medi-popup-warning .medi-popup-wrapper {
	position: relative;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.medi-popup-warning .medi-popup-wrapper .medi-popup-body {
	position: relative;
	width: 555px;
	max-width: 100%;
	min-height: 150px;
	background: #ffffff;
	color: #343a40;
	padding: 30px;
	border-radius: 10px;
}
.medi-popup-body h3.demo__pass {
    margin-left: 20px;
    text-align: left;
  }

.medi-popup-warning .medi-popup-wrapper .medi-popup-body .medi-close-popup {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 58px;
    height: 30px;
    line-height: 30px;
	color: #9E9E9E;
    text-align: center;
}

.medi-popup-warning .medi-popup-wrapper .medi-popup-body .medi-close-popup:hover,
.medi-popup-warning .medi-popup-wrapper .medi-popup-body .medi-close-popup:focus {
	color: #000;
}
.medi-contant-body {
    display: flex;
  }
.pass-info {
	font-weight: 400;
	font-size: 12px;
	color: #c9c9c9;
	margin: 0;
}

.color-gray {
	color: #9E9E9E;
}

.mar-t-15 {
	margin-top: 15px;
}

.btn-shadow {
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	background: #008eff;
	box-shadow: 0px 0px 16px 0px #73d3ff;
	margin-top: 15px;
}

.btn-shadow:hover,
.btn-shadow:focus {
	box-shadow: 0px 0px 20px 5px #73d3ff;
}

.d-block {
	display: block;
}

.btn-ques-icon svg,
.btn-ques-icon svg path {
	fill: #9E9E9E;
}

.btn-ques-icon:hover svg,
.btn-ques-icon:hover svg path,
.btn-ques-icon:focus svg,
.btn-ques-icon:focus svg path {
	fill: #000;
}
.medi-popup-warning .medi-popup-wrapper .medi-popup-body .medi-close-popup {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #9E9E9E;
    text-align: center;
}
.medi-popup-body a.medi-close-popup {
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 70%;
    margin-top: 7px;
    margin-right: 7px;
}
.btn-shadow:hover, .btn-shadow:focus {
    box-shadow: none;
}
.btn-shadow {
    background: #008eff;
    box-shadow: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: rgba(222,169,127);
    opacity: 1;
}
a.medi-btn-view-now.btn-shadow:hover {
    background: #000;
}
@keyframes example {
  0%   {fill:#00ffffffF; }
  75% {fill:#E42217;}
100%  {fill:#347C2C;}
}
.btn-ques-icon svg path {
    fill: #000;
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.feature-list ul li {
	display: block;
	float: left;
	font-family: 'Merriweather', serif;
	width: 33.33%;
	line-height: 36px;
	text-transform: uppercase;
}
.feature-list ul li::before {
	color: #000000;
	content: "➞";
	margin-right: 10px;
}
.medi-popup-body button {
  border: 0;
  background: transparent;
  font-weight: bold;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.medi-popup-body h3.mar-t-15.demo__pass p#text_element {
  margin-bottom: 10px;
}
.medi-popup-body h3.demo__pass {
  font-size: 20px;
}
.medi-popup-body h3.mar-t-15.demo__pass p#text_element {
  margin-bottom: 10px;
  color: rgba(222,169,127);
  font-weight: bold;
  display: inline-block;
  padding: 3px 9px;
}
.blog-area {
  background-color: #f8f9fc;
  padding: 60px 0;
}
.logo {
    margin: 3px 0 0;
  }

.single-demo img {
  width: 100%;
}
.image-wrap {
height: 450px;
  overflow: hidden;
}
.image-wrap img {
 width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 1.5s ease-in-out;
}

.image-wrap:hover img {
  object-position: bottom center;
}
.single-demo {
  transition: .7s cubic-bezier(.26,.76,.3,.75);
  position: relative;
}
a.scroll-top.show:hover{
  color: #ffffff;
}

.single-demo {
  margin-right: 10px;
  margin-left: 10px;
}
.bg-img {
	position: relative;
}
.bg-img::before {
  position: absolute;
  content: " ";
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
  height: 100%;
}
.main-top-content,.footer-info {
  position: relative;
  z-index: 2;
}
.default_btn.default_btn_2 {
  margin-left: 15px;
}
.mrn__hero-menu ul li {
  font-weight: 700;
}

.default_btn {
  border-radius: 30px;
}

/*=============== Extra Large(xl) Device ===============*/

@media (min-width: 1200px) and (max-width: 1600px) {
    .single_feature-single__content .title {
        font-size: 18px;
    }
	.main-top-content__title {
  font-size: 50px;
}
}


/*=============== Large(LG) Device ===============*/

@media (min-width: 992px) and (max-width: 1199px) {
    .main-top-content__title {
        margin-bottom: 30px;
        font-size: 55px;
    }
    .landing-hero-area .default_btn {
        margin-top: 20px;
    }
    .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .single-demo__content .title {
        font-size: 16px;
    }
    .landing-feature-single__content .title {
        font-size: 18px;
    }
    .footer-area h1 {
        font-size: 50px;
    }
	.default_btn {
	  padding: 10px 20px;
	}
	.single-demo {
	  margin-right: 0;
	  margin-left: 0;
	}
}


/*=============== Medium (md) Device ===============*/

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-top-content__title {
        margin-bottom: 30px;
        font-size: 50px;
    }
	.main-top-content p {
  font-size: 16px;
}
    .landing-hero-area .default_btn {
        margin-top: 20px;
    }
    .main-demo-title-area .title-wrapper {
        margin-top: -70px;
    }
    .main-demo-title-area .big-title {
        font-size: 70px;
    }
    .footer-area h1 {
        font-size: 60px;
    }
    .single_feature-wrapper .single_feat:first-child .single_feature-single {
        padding-left: 20px;
    }
	.default_btn {
	  padding: 10px 8px;
	}
	.single-demo {
	  margin-right: 0;
	  margin-left: 0;
	}
	.get-support {
  padding-left: 5px;
  margin-left: 5px;
}
	.header_menu li {
	  margin: 0 2px;
	}

}


/*=============== Small (sm) Device ===============*/

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-top-content__title {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 50px;
    }
	.main-top-content p {
  font-size: 16px;
}
    .landing-hero-area .default_btn {
        margin-top: 20px;
        padding: 10px 20px;
    }
    .main-demo-title-area .big-title {
        font-size: 50px;
    }
    .main-demo-title-area .title-wrapper {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .main-demo-title-area .title {
        font-size: 28px;
    }
    .main-demo-title-area .title .highlight {
        font-size: 25px;
    }
    .single_feature-wrapper .single_feat:first-child .single_feature-single {
        padding-left: 20px;
    }
    .single_feature-single__content .title {
        font-size: 20px;
    }
    .footer-area h1 {
        font-size: 40px;
    }
    .core_feature_area {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .main-demo-area {
        padding-bottom: 20px;
    }
    .main-demo-area-inner {
        margin-bottom: 20px;
    }
    .landing-feature-single {
        margin-bottom: 30px;
    }
    .landing-feature-single__image {
        margin-bottom: 10px;
    }
    .landing-feature-single__image i {
        font-size: 40px;
        line-height: 40px;
    }
    .footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-area p {
        font-size: 16px;
        margin-top: 10px;
    }
    .footer-area .default_btn {
        padding: 10px 30px;
        margin-top: 10px;
    }
    .landing-feature-area {
        padding-bottom: 30px;
    }
 
    .transparent-header {
        top: 0;
    }
    .default_btn {
        padding: 5px 15px;
    }
    .medi-contant-body {
        display: block;
      }
.header_menu li {
  margin: 0 5px;
}
	.header-middle {
  margin: 8px 0 0;
}  
.button_area {
  margin: 12px 0 0;
}
.btn_wrapper {
  text-align: center;
}
.main-top-content__title br,.mar-t-15.demo__pass br {
	display: none;
}
.main-demo-title-area .big-title {
    font-size: 38px;
  }
.single-demo {
  transition: .3s;
  margin-right: 0;
  margin-left: 0;
}
.header-middle .header_menu {
  justify-content: center;
}

}


/* landscape Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .default_btn {
        padding: 10px 30px;
    }
    .footer-area p {
        font-size: 15px;
    }
    .footer-copyright p {
        font-size: 16px;
        padding: 10px 0;
    }
	.logo_area {
    justify-content: center;
   }
.header-middle {
    margin: 10px 0 0;
  }
.main-top-content {
  margin-top: 90px;
}
  .main-top-content__title {
    line-height: 1.2;
    font-size: 45px;
  }
  
}