html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: white;
}

/*
Theme Name: r2s
Description: Theme for r2s 
Author: r2s
Version: 1.0.0
License: 1
Text Domain: 1
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


*{
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: white;
}
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2{
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: white;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline solid;    
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

p{
    margin: 0;
}
/* product page css */
.product-banner {
    height: 375px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}
.product-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    content: "";
}
.product-banner-detail {
    z-index: 2;
}
.product-banner-detail h1 {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #fff;
}

.content-mission.prod-s-wrap {
  background-color: #fff;
  padding: 0;
}

.content-about.prod-header .prod-header-l img {
  max-height: 468px;
  width: auto;
  min-width: 400px;
}

.content-about.prod-header .prod-header-r h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.prod-header-meta {
  position: relative;
}
.prod-header-meta-thumb {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prod-header-meta-thumb:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  color: #fff;
  font-family: FontAwesome;
}
.prod-header-meta-detail {
  padding-left: 72px;
}
.prod-header-meta-detail .author {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  padding-top: 2px;
}
.prod-header-meta-excerpt {
	clear: both;
	padding-top: 25px;
	margin-bottom: 20px;
}

.prod-copy-text .copy, .prod-copy-text a {
  background: linear-gradient(to right, #5A09FA, #9829EA);
  padding: 12px 43px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 59px;
}
.content-detail, .content-slide, .content-submit-form {
  max-width: 1200px;
  margin: 0 auto;
}
.content-about.prod-header {
	padding-bottom: 50px;
}
.content-detail p {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: normal;
}
.content-detail {
	padding-bottom: 50px;
}
#form p {
	font-size: 17px;
	text-align: center;
	margin-bottom: 32px;
}
#form h2 {
	text-align: center;
	margin-bottom: 18px;
	font-weight: 600;
}
#form .get-in-touch-form input, #form .get-in-touch-form textarea {
	font-size: 22px;
}
.prod-header-meta-thumb .fa.fa-user {
	color: #fff;
	font-size: 20px;
}
.prod-header-meta-excerpt p {
	line-height: normal;
}
.content-slide {
    padding-bottom: 50px;
}
.archive .single-slide .slide-thumb img {
	max-height: 272px;
	overflow: hidden;
	width: ;
}

.archive .single-slide .slide-thumb img {
  max-height: 272px;
  overflow: hidden;
  width: ;
}
#content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.cat-list ul {
  display: flex;
}
.cat-list ul li.all {
  padding: 12px 22px;
  border: 1px solid #5A09FA;
  border-radius: 5px;
  margin-right: 15px;
}
.cat-list ul li a {
  background: linear-gradient(to right, #5A09FA, #9829EA);
  display: inline-block;
  margin: 0 15px;
  padding: 12px 25px;
  border-radius: 5px;
  border: 1px solid #5A09FA;
}
.tax-products-category .cat-list ul {
	display: flex;
	margin-left: -15px;
}
.slide-detail .play-videos {
	display: inline-block;
	background: linear-gradient(to right, #5A09FA, #9829EA);
	margin-top: 12px;
	padding: 15px 20px 15px;
	border-radius: 5px;
	border: 0;
	transition: all .2s ease;
	color: white;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
}
/* New footer css */


.r2s--footer-wrap {
  background-color: #2f2f2f;
  padding: 90px 0 60px;
}
.f-logo {
  max-width: 250px;
  margin-bottom: 24px;
}

.f-form p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
}
#nf-label-field-24 {
  display: none;
}
#nf-field-26 {
    background-color: #ffd100;
    color: #000;
    border-radius: 24px;
    padding: 15px 35px !important;
    width: auto;
    height: auto;
    font-weight: 600;
    border: 1px solid #ffd100;
}
input#nf-field-24 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 24px;
}

.f-widget h4 {
  color: #ffd100;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}

.f-widget .list-cat ul li {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
}

.f-widget .cs-f-list ul {
  display: block;
}
.f-widget .cs-f-list ul li {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
}
.f-widget .cs-f-list ul li a, .list-cat ul li a {
  color: #fff;
  line-height: 23px;
}

.f-r-list ul {
  display: block;
  margin: 0;
  padding: 0;
}
.f-r-list ul li {
  display: block;
  margin-bottom: 18px;
  line-height: normal;
}
.f-r-list ul li a {
  color: #ffd100;
  font-size: 15px;
  text-transform: capitalize;
}
.footer--top {
  border-bottom: .01px solid #fff;
  margin-bottom: 40px;
}
.f-b-left ul {
  display: flex;
  justify-content: space-between;
}
.f-b-left ul li a span {
  display: block;
  color: #ffd100;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.f-b-left ul li a {
  font-size: 14px;
  line-height: normal;
}

.f-b-right ul {
  text-align: right;
}
.f-b-right ul li {
  display: inline-block;
  margin-right: 10px;
}
.f-b-right ul li a {
  background-color: #ffd100;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
}
div#nf-field-24-container {
    min-width: 280px;
}
.form .nf-form-content {
    padding: 0;
}
.footer--top {
    padding-bottom: 30px;
}
.nf-form-content nf-fields-wrap {
    display: flex;
    justify-content: space-between;
}
.f-logo {
    margin-bottom: 30px;
}
.header.header-v2 .header-bottom {
	padding-top: 35px;
}
.header-v2 .header-content {
	display: block;
}
.header-v2 .header-content .title-sub {
	font-size: 65px;
	text-align: left;
	max-width: 100%;
	margin-bottom: 20px;
}
.header-v2 .header-content .header-title {
	margin-bottom: 30px;
	font-size: 51px;
	text-align: left;
}
.header-v2 .head-btns-group .button {
	margin-right: 20px;
	font-style: italic;
	padding: 18px 20px 18px;
}
.header.header-v2 .header-wrap {
	max-width: 1260px;
}
.list-cat ul li a {
	display: block;
	position: relative;
}
.list-cat ul li a:hover::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	border-bottom: 3px solid #fbce00;
	height: 3px;
	width: 45px;
}

@media only screen and (max-width: 767px) {
.main-slider-area.services-inner.new-serv.new-serv2 {
	grid-template-columns: auto;
}
.latest-news-wrap {
	grid-template-columns: auto;
}
.block-parent.section-latest-contact .latest-news-wrap {
	grid-template-columns: auto;
}
.header.header-v2 .header-bottom {
	padding-top: 0px;
	height: auto;
}
.header.header-v2 .header-bottom .header-content {
	padding: 40px 0;
}
.header.header-v2 .container {
	width: 100%;
}
.header-v2 .header-content .title-sub {
	font-size: 50px;
	line-height: 55px;
}
.header.header-v2 .video-container {
	height: 1030px;
}
.main-slider-area.services-inner.new-serv {
	display: block;
	padding: 15px;
}
.latest-news-wrap {
	display: block;
}
.block-parent.section-latest-news .latest-news-wrap .n-thumb {
	margin-bottom: 20px;
}
.block-parent.section-latest-contact .n-thumb {
	margin-bottom: 20px;
}
.nf-form-content nf-fields-wrap {
	display: block;
}
.f-b-left ul {
	display: block;
}
.f-b-right ul {
	text-align: left;
}
.f-b-left {
	margin-bottom: 20px;
}
.f-b-left ul li {
	margin-bottom: 20px;
}
.f-widget .cs-f-list ul {
	display: block;
	position: static;
	text-align: left;
	max-height: fit-content;
	background-color: transparent;
}
.f-widget .cs-f-list ul li {
	margin-bottom: 0;
	padding-top: 0;
}
.f-r-list ul {
	display: block;
	margin: 0;
	padding: 0;
	position: static;
	max-height: fit-content;
	background-color: transparent;
	text-align: left;
}
.f-r-list ul li {
	margin-bottom: 0;
	line-height: normal;
	padding-top: 0;
}
.header #menu-main-menu .menu-item a {
	font-size: 18px;
}
.header-naw ul.menu li ul.sub-menu li.menu-item a {
	padding: 10px 18px;
}

}