*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@m@charset "utf-8";
/* CSS Document */
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, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	margin: 0px;
    font-family: "Open Sans", sans-serif;
/*
    font-family: "Inter", sans-serif;
*/
	font-size: 14px;
	color: #fff;
	line-height: 1;
    background-color: #000;
}
body, html {
    width: 100%;
    height: 100%;
}

a {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #333;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9d58da;
}
a:active {
	text-decoration: none;
}
::-webkit-selection {
  color: #9d58da;
  background: #8dd8f8;
}

::-moz-selection {
  color: #9d58da;
  background: #8dd8f8;
}

::selection {
  color: #9d58da;
  background: #8dd8f8;
}
.wrapperfluid {
    width: 96%;
    margin: auto;
}
.wrapper {
    max-width: 1250px;
    width: 98%;
    margin: auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.split {
    clear: both;
}
.fheader {
    background: rgba(10,10,10,1) !important;
    border-bottom: solid 1px #0a0a0a !important;
/*    backdrop-filter: blur(10px);*/
    position: fixed;
    width: 100%;
    z-index: 999;
}
header {
    background: rgba(10,10,10,1) !important;
    border-bottom: solid 1px #0a0a0a !important;
    width: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.logo {
    width: 250px;
    float: left;
    margin: 20px 0 10px 0px;
}
.logo img {
    width: 100%;
}
nav {
    float: right;
    margin: 10px 0 10px 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    width: auto;
    margin: 10px 5px;
    float: left;
}
nav ul li a {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    padding: 10px 15px;
    display: block;
    color: #fff;
}
nav ul li a:hover {
    
    color: #9d58da;
}

nav ul li:hover .subser {
  display: block;
}
.subser {
    width: 100%;
    position: absolute;
    left: 0;
     z-index: 99999;
    display: none;
}
.submenubg {
    background-color: #0a0a0a;
     padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 30px #222;
}
nav ul ul {
    width: 19%;
    margin: 0.5%;
    float: left;
}
nav ul ul h3 {
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    padding-bottom: 10px;
    font-size: 16px;
    color: #9d58da;
}
nav ul ul li {
  float: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
nav ul ul li a {
  font-size: 14px;
  padding: 15px 0px;
  display: block;
  font-weight: 300;
  letter-spacing: 0.1px;
}
nav ul ul li a:hover {
  color: #9d58da;
}
.bluetabs {
    margin: 20px 0 0px 0px;
    padding-bottom: 20px;

}
.bluetabs a {
    border: solid 1px #9d58da;
    background-color: #9d58da;
    border-radius: 100px;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;

}
.bluetabs a:hover {
    background-color: #111;
    color: #
}
.bluetab {
    border: solid 1px #9d58da;
    background-color: #9d58da;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
}
:hover.bluetab {
    background-color: #fff;
}
.bortab {
    border: solid 1px #ddd;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
}
:hover.bortab {
    background-color: #fff;
}
.reg {
    border: solid 1px #9d58da;
    border-radius: 100px;
    padding: 10px 30px;
    background-color: #9d58da;
}
:hover.reg {
    background-color: #0a0a0a;
    color: #9d58da;
}
.imains {
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mains {
    width: 100%;
    height: 100%;
/*
    background-repeat: no-repeat;
    background-position: right bottom;
*/
}
#vbg {
    opacity: 0.7;
}
/*
.mains video {
    position: absolute;
    top: 100%;
    left: 100%;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
    width: auto;
    height: auto;
    -ms-transform: translateX(-100%) translateY(-100%);
    -moz-transform: translateX(-100%) translateY(-100%);
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
}
*/
@media screen and (max-width: 750px) {
.mains {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  }
/*
.mains video {
    position: absolute;
    top: 42%;
    left: 10%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
*/
}
@media screen and (max-width: 550px) {
.mains {
  position: relative;
  width: 100%;
  height: 100%;
 
  overflow: hidden;
  }
/*
.mains video {
    position: absolute;
    top: 100%;
    left: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   
    -ms-transform: translateX(-100%) translateY(-100%);
    -moz-transform: translateX(-100%) translateY(-100%);
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
}
*/
}

.wtablink {
    background-color: #fff;
    color: #333;
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: 16px;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: 600;
}
:hover.wtablink {
    background-color: #000;
    color: #fff;
    padding: 3px 12px 6px 12px;
}
.leftcontent {
    float: left;
    position: relative;
    width: 40%;
    margin: 130px 0 0 0px;
    z-index: 9;
}
.leftcontent h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
}
.leftcontent h1 span {
    color: #9d58da;
}
.leftcontent h3 {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.leftcontent ul {
    width: auto;
    margin-bottom: 50px;
}
.leftcontent ul li {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    font-family: "Inter", sans-serif;
    margin: 20px 0px;
}
.rightgraphic {
    float: right;
    width: 55%;
    text-align: center;
    margin: 130px 0 0 0px;
}
.rightgraphic img {
    width: 75%;
}
.ileftcontent {
    float: left;
    width: 50%;
    margin: 100px 0 0 0px;
}
.ileftcontent h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
}
.ileftcontent h1 span {
    color: #9d58da;
}
.ileftcontent h3 {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.irightgraphic {
    float: right;
    width: 45%;
    text-align: center;
    margin-top: 50px;
}
.irightgraphic img {
    width: 75%;
}
.ipage {
    width: 100%;
    background-color: #fff;
    padding: 50px;
}
.ipage h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.ipage h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}
.ipage h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.ipage p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0px;
}
.ipage ul {
    width: auto;
    margin:  0 0 0 25px;
}
.ipage ul li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    list-style: disc;
    margin: 10px 0 10px 0px;
}
.loginf {
    float: left;
    width: 50%;
}
.loginf h3 {
    margin: 0px 0 10px 0px !important;
}
.loginf span {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}
.loginf span a {
    font-size: 16px;
    color: #9d58da;
}
.loginf span a:hover {
    color: #fff;
}
.fcontrol {
    width: 100%;
}
.fcontrol input[type="email"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 16px;
    color: #333;
    border-radius: 50px;
    margin-bottom: 20px;
    border: solid 2px #fff;
}
.fcontrol input[type="email"]:focus {
    border: solid 2px #9d58da;
    background-color: #f7f7f7;
}
.fcontrol input[type="password"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 16px;
    color: #333;
    border-radius: 50px;
    margin-bottom: 20px;
    border: solid 2px #fff;
}
.fcontrol input[type="password"]:focus {
    border: solid 2px #9d58da;
    background-color: #f7f7f7;
}
.fcontrol button {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    border: solid 2px #9d58da;
    background-color: #9d58da;
    text-transform: uppercase;
}
.works {
    width: 100%;
    overflow: hidden;
}
.works ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.works ul li {
    width: 32.3%;
    padding: 50px 0px 20px 0px;
    margin: 0.5%;
    list-style: none;
    float: left;
}
.works ul li .sr {
    font-size: 99px;
    font-weight: 900;
    color: #9d58da;
}
.works ul li h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0 20px 0px;
}
.works ul li p {
    font-size: 14px;
    margin: 5px 0 10px 0px;
    letter-spacing: 0.5px;
}
.benefits {
    width: 100%;
    overflow: hidden;
}
.benefits ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.benefits ul li {
    width: 24%;
    padding: 50px 0px 20px 0px;
    margin: 0.5%;
    list-style: none;
    float: left;
}
.benefits ul li .icon {
    font-size: 50px ;
    color: #9d58da ;
}
.benefits ul li h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 10px 0px;
}
.benefits ul li p {
    font-size: 14px;
    margin: 5px 0 10px 0px;
    letter-spacing: 0.5px;
}
.thumbright {
    float: right;
    width: 50%;
    margin-left: 20px;
}
.serthumb {
    width: 100%;
    padding: 25px 0px;
}
.serthumb ul {
    width: auto;
}
.serthumb ul li {
    width: 19%;
    margin: 0.5%;
   
    background-color: #000;
    float: left;
    transform: scale(1);
    box-sizing: border-box;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.serthumb ul li:hover {
    transform: scale(1.2);
    position: relative;
    z-index: 999;
}
.serthumb ul li a {
   color: #fff;
}
.serthumb ul li img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0.5;
    border-radius: 12px;
    box-shadow: 0px 3px 30px #000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.serthumb ul li img:hover {
    opacity: 0.7;
}

.serthumb ul li h4 {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.serthumb ul li h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}
.captionhead {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}
.pricing {
    width: 100%;
    position: relative;
    margin-top: -200px;
    margin-bottom: 50px;
}
.pricing h2 {
    color: #fff;
   
}
.pricing ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.pricing ul li {
    width: 19%;
    margin: 0.5%;
    background-color: #fff;
    box-shadow: 0 1px 3px #ccc;
    float: left;
    list-style: none;
}
.pricing ul li h3  {
    font-size: 30px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
    background-color: #f7f7f7;
    padding: 20px 0px;
    margin: 0px;
}
.pricing ul li h3 span  {
    font-size: 12px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.5px;
    color: #666;
}
.pricing ul li ul {
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    margin: 0px;
}
.pricing ul ul li  {
    float: none;
    padding: 2px 0px;
    list-style: none;
    box-shadow: none;
    width: 100%;
    font-size: 13px;
    color: #333;
}
.highlightcbar {
    background-color: #111;
    text-align: center;
    color: #fff;
    padding: 10px 0px 0px 0px;
}
.highlightcbar h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
}
.highlightcbar h4 span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
}
.highlightcbar i {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #ccc;
    letter-spacing: 0.5px;
}
.bluetick {
    color: #9d58da;
}
.hline {
    border-top: dotted 1px #999;
    margin: 20px 0 20px 0px;
}
.plans {
    width: 100%;
    overflow: hidden;
}
.plans ul {
    width: 32.3%;
    float: left;
    margin: 0.5% 0.5% 2.5% 0.5%;
    padding: 0px;
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px #ccc;
}
.plans ul p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0px;
    letter-spacing: normal;
}
.plans ul h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.plans ul h6 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.plans ul span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    margin: 0 0 10px 0px;
    letter-spacing: normal;
    display: block;
}
.plans ul li {
    list-style: none;
}
.serv {
    width: 100%;
    padding: 50px 0px;
    background-color: #111;
}
.serv h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.highlights {
    width: 100%;
    background-color: #000;
    padding: 40px 0px;
}
.highlights ul {
    width: auto;
}
.highlights ul li {
    width: 25%;
    float: left;
    padding: 15px 0px;
    box-sizing: border-box;
}
.highlights ul li h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin: 20px 0px 10px 0px;
    padding: 0px;
    letter-spacing: -0.5px;
}
.highlights ul li p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px 0px;
    padding: 0 20px 0 0px;
}
.blog {
    width: 100%;
    padding: 50px 0px;
    background-color: #f1f1f1;
}
.blog h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding: 0px;
}
.blog h3 {
    font-size: 25px;
    font-weight: 600;
    color: #9d58da;
    font-family: "Inter", sans-serif;
    margin: 25px 0 25px 0px;
    letter-spacing: -0.5px;
    padding: 0px;
}
.htext {
    color: #000;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
}
.bicon {
    color: #9d58da;
    font-size: 40px !important;
}
.seprationline {
    border-top: dotted 1px #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faqacc {
  width: 100%;    
}
.faqacc .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
  font-family: "Ubuntu Sans", sans-serif;
  border-bottom: solid 1px #ddd;
}

.faqacc .active, .accordion:hover {
  background-color: #f7f7f7;
}

.faqacc .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faqacc .active:after {
  content: "\2212";
}

.faqacc .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 
.tcenter {
    text-align: center;
}
.fanswer {
    padding: 22px 18px;
    box-sizing: border-box;
}
footer {
    width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0px;
    border-top: dotted 1px #999;
}
.footlinks {
    width: 100%;
}
.footlinks ul {
    width: 25%;
    float: left;
}
.footlinks ul p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.footlinks ul h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.footlinks ul li {
    width: auto;
    margin: 15px 0px;
}
.footlinks ul li a {
    font-size: 15px;
    color: #000;
}
.footlinks ul li a:hover {
    color: #9d58da;
}
.cfoot {
    border-right: solid 1px #ccc;
    padding-right: 20px;
    box-sizing: border-box;
}
.flogo {
    width: 120px;
    margin: 0 0 5px 0px;
}
.sociallink {
    width: auto;
    margin-bottom: 20px;
}
.sociallink a {
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
}
.pleft {
    padding-left: 20px;
    box-sizing: border-box;
}
.bottombar {
    width: 100%;
    background-color: #0a0a0a;
    height: 40px;
}
.copyright {
    float: left;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin: 12px 0 0 0px;
}
.botlinks {
    float: right;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.botlinks ul {
    float: right;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.botlinks ul li {
    display: inline-block;
}
.botlinks ul li a {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    padding: 12px 12px;
    display: block;
}
.botlinks ul li a:hover {
    color: rgba(255,255,255,0.9);
}
.mbar {
    display: none;
}
.pt {
  padding: 50px 0 0 0px !important;
} 
@media screen and (max-width: 650px) {
header {
  top: 0px;
}    
.bluetab {
  padding: 5px 20px;
  font-size: 15px;
    display: block;
    text-align: center;
}   
.bortab {
  padding: 5px 20px;
  color: #fff;
  font-size: 15px;
    display: block;
    text-align: center;
}    
.serv h2 {
  font-size: 30px;
    line-height: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  letter-spacing: 1px;
}    
.mbar {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 22px;
    display: block;
}    
.mfr {
    float: right;
}
.subser {
    width: 100%;
    position: relative;
    left: 0;
     z-index: 99999;
    display: none;
   
}    
nav ul ul {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
 
}    
.submenubg {
    overflow-y: scroll;
    height: 300px;
    background-color: #000;
}    
.logo {
    width: 250px;
    float: none;
    margin: 10px 0 10px 10px;
}    
nav {
  float: none;
  margin: 10px 0 10px 0px;
  display: none;
}    
nav ul li {
  width: auto;
  margin: 10px 5px;
  float: none;
}   
.leftcontent {
  float: none;
  position: relative;
  width: 100%;
  margin: 70px 0 0 0px;
    padding: 25px;
    box-sizing: border-box;
  z-index: 9;
}    
.leftcontent h1 {
  font-size: 33px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}    
.leftcontent h3 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
}    
.leftcontent ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(255,255,255,0.9);
  font-family: "Inter", sans-serif;
  margin: 20px 0px;
}    
.highlights ul li {
  width: 100%;
  float: none;
  padding: 15px 0px;
  box-sizing: border-box;
  text-align: center;
}   
.works ul li {
  width: 100%;
  padding: 50px 0px 20px 0px;
  margin: 2.5% 0px;
  list-style: none;
  float: none;
}    
.benefits ul li {
  width: 100%;
  padding: 50px 0px 0px 0px;
  margin: 1.5% 0px;
  list-style: none;
  float: none;
}    
.login {
  border: solid 1px #ddd;
  border-radius: 100px;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
}    
.blog {
  width: 100%;
  padding: 50px 20px;
  background-color: #f1f1f1;
  text-align: center;
  box-sizing: border-box;
}    
.blog h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding: 0px;
}    
.htext {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}    
.blog h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #9d58da;
  font-family: "Inter", sans-serif;
  margin: 25px 0 25px 0px;
  letter-spacing: -0.5px;
  padding: 0px;
}
.serthumb ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  transform: scale(1);
}    
.pricing {
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}    
.pricing ul li {
  width: 100%;
  margin: 2.5% 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px #ccc;
  float: none;
}    
.footlinks ul {
  width: 100%;
  float: none;
  text-align: center;
    margin-bottom: 20px;
}    
.cfoot {
  border-right: none;
  border-bottom: solid 1px #ccc;
  padding-right: 0px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.pleft {
  padding-left: 0px;
  box-sizing: border-box;
}    
.copyright {
  float: none;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin: 12px 0 0 0px;
  text-align: center;
}    
.botlinks {
  float: none;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-align: center;
    width: 100%;
}   
.botlinks ul {
  width: 100%;
}    
.botlinks ul li a {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  padding: 12px 6px;
}    
.imains {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 50px;
}    
.ileftcontent {
  float: none;
  width: 100%;
  margin: 0px 0 0 0px;
  padding: 0px 20px 0 20px;
}    
.ileftcontent h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}    
.irightgraphic {
  float: none;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding-top: 70px;
}    
   
.ipage {
  width: 100%;
  background-color: #fff;
  padding: 25px;
}    
.thumbright {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
}    
.ipage h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}    
.ipage h3 {
  font-size: 20px;
    line-height: 25px;
  font-weight: 600;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}    
.ipage h4 {
  font-size: 18px;
    line-height: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  letter-spacing: normal;
}    
.plans ul {
  width: 100%;
  float: none;
  margin: 2.5% 0.5% 2.5% 0.5%;
  padding: 0px;
  background-color: #f7f7f7;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 3px #ccc;
}    
}