@charset "UTF-8";

/* Import Urbanist font with multiple weights */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');

html {
  font-size: 18px;
  margin-right: 0 !important;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  line-height: 1.9;
  font-size: 1rem;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 900;
  text-transform: capitalize;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
}

h1 {
  font-size: 45px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 26px;
  line-height: 1.37;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.45;
}

h6 {
  font-size: 18px;
  line-height: 1.6;
}

.hidden {
  display: none;
}

i {
  line-height: inherit !important;
}

pre {
    font-size: 90%;
    line-height: 1.3em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    overflow: auto !important; 
    white-space: pre; 
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -o-pre-wrap; 
    height:1%;
    width: auto;
    display: block;
    clear: both;
    color: #555555;
    padding: 20px;
    margin: 0;
    background: #f4f4f4;
    border: solid 1px #e1e1e1
} 

p {
  margin-top: 20px;
  margin-bottom: 0;
}

hr{
  border: 0.5px solid #dfdfdf;
}

img{
  max-width: 100%;
  height: auto;
}

a:not(.logo) {
  color: #1abc9c;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 150, 255, 0.4); /* Light dashed line */
  padding-bottom: 2px;
}

a:hover{
  text-decoration: none !important;
}

strong{
  font-weight: 800;
}

p.strong{
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.space50{
  margin:25px 0;
}

.space100{
  margin:50px 0;
}

.space200{
  margin:100px 0;
}

.sub-section{
  margin: 0 0 20px 20px;
}

.sub-section h4 {
  font-size: 25px;
  margin: 0;
  font-weight: 800;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/*headings*/
p.mini-heading{
  font-size: 22px;
  font-weight: 800;
}

h1.main-heading {
  text-align: center;
  font-size: 36px;
  padding: 18px 0;
  font-weight: 800;
  border: 1px dashed transparent;
  margin: 80px 0 50px;
  background-color: #f4f6f6;
  border-left: 5px solid #1abc9c;
}

h1.sub-heading {
  font-size: 30px;
  margin: 30px 0 30px 0;
  font-weight: 800;
}

h1.sub-heading + p {
  margin-bottom: 30px;
}

.alert {
  padding: 18px 35px 18px 26px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #deebe8;
  border: 1px solid #b2dbd4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 25px 0;
}

.alert p{
  margin: 0;
}

/*Img Box*/
.img-box img{
  border: 15px solid #fff;
  margin: 50px 0px;
  box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.10);
  -moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.10);
  -webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.10);
  height: auto;
  text-align: center;
}

.simple-img img{
  border: 15px solid #fff;
  margin: 50px 0px;
  box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.15);
  -moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.15);
  -webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.15);
  width: 100%;
  height: auto;
  text-align: center;
}

.shortcode-box img{
  border:20px solid #fff;
  margin: 50px 0px;
  box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
  -moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
  -webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
  width: 700px;
  height: auto;
  text-align: center;
}

.btn {
  background-color: #c69c6d;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 30px 15px 31px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: .7px;
  display: block;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: inline-block;
  text-decoration: none;
}

.btn:hover {
  background-color: #b28c62;
  color: #fff;
  text-decoration: none;
}

.btn:focus {
  text-decoration: none;
  color: #fff;
}

/*Body Wrapper*/
.body-wrapper .container {
  width: 90%;
}

.content-wrapper {
  margin-left: 250px;
  float: none;
  width: inherit;
  display: block;
}

/*Banner*/
.banner{
  padding: 100px 0;
  background-color: #f3f6f9;
  vertical-align: middle;
}

.banner .logo img{
  width: 380px;
  height: auto;
  margin: 0;
}

.banner h1{
  font-weight: 800;
  font-size: 40px;
  margin: 0;
  padding: 20px 0 5px 0 !important;
}

.banner p{
  line-height: 35px;
  font-size: 18px;
  margin: 0;
}

.docs-btn{
  margin: 30px 5px;
  display: inline-block;
}

.docs-btn a {
  color: #fff;
  padding: 17px 34px;
  background-color: #1abc9c;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}

/*Main Header*/
header .logo {
  display: inline-block;
  position: relative;
  text-align: center;
}

header .logo img {
  width: 100px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 30px;
  border: 5px solid #243748;
}

.sf-menu {
  margin-bottom: 0;
}

.sf-menu a {
  padding: 0;
  padding: 0 12px;
  border: none;
  color: #fff;
  text-decoration: none;
}

.sf-menu > li {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-color: transparent;
  padding: 40px 0;
  letter-spacing: .7px;
}

.sf-menu>li:last-child a {
  padding-right: 0;
}

.sf-menu>li:hover {
  background-color: transparent;
}

.sf-menu>li.sfHover {
  background: none;
}

.sf-menu>li.sfHover>a {
  color: #c69c6d;
}

.sf-menu>li>a {
  border-bottom: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
}

.sf-menu>li>a:hover {
  color: #c69c6d;
}

.sf-menu>li>a+* a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.sf-menu>li>a+* a:hover {
  color: #fff;
}

.sf-menu .buy-now-li a {
  color: #a6e454;
}

.sf-menu ul {
  min-width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 230px;
  background-color: rgba(30,30,30,.97);
}

.sf-menu ul li {
  background: none;
}

.sf-menu ul li:first-child {
  padding-top: 2px;
}

.sf-menu ul li:last-child {
  border-bottom: none;
}

.sf-menu ul li:hover {
  background-color: #313131;
}

.sf-menu ul li a {
  padding: 12px 25px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.sf-arrows .sf-with-ul {
  padding: 0 16px;
  position: relative;
  top: -2px;
}

.sf-arrows .sf-with-ul a {
  outline: none;
  padding: 0;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  top: 0;
  font-size: 12px;
  color: #fff;
  position: relative;
  left: 6px;
  border-top-color: transparent;
}

.sf-arrows li .sf-with-ul:focus:after,
.sf-arrows li:hover>.sf-with-ul:after {
  color: #c69c6d;
  border-top-color: transparent;
}

.sf-arrows .sfHover .sf-with-ul:after {
  color: #c69c6d;
  border-top-color: transparent;
}

.sf-menu li .sfHover {
  background: rgba(0,0,0,.3);
}

.sf-menu ul ul li {
  background-color: rgba(30,30,30,.97);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.sf-arrows ul .sf-with-ul {
  padding: 12px 25px;
}

.sf-arrows ul .sf-with-ul:after {
  border-left-color: transparent;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  color: #fff!important;
  position: relative;
  left: 2px;
  float: right;
  right: 0;
  top: 0;
  margin-top: 0;
  border: none;
  border-top-color: transparent;
}

.sf-arrows ul .sf-with-ul li {
  display: none!important;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: transparent;
}

/*vertical Header*/
.vertical-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 250px;
  background-color: #2f4052;
  border-right: 1px solid #ececec;
  box-shadow: -2px 8px 12px -4px rgba(0, 0, 0, 0.15);
}

/*Logo*/
.vertical-header .logo {
  width: 100%;
  margin: 30px 0px;
}

.vertical-header .sf-menu li {
  padding: 20px 0;
  border-top: 1px solid #424f5c;
}

.vertical-header .sf-menu li:last-child{
  border-bottom: 1px solid #424f5c;
  padding-right: 12px;
}

.vertical-header .sf-menu li:last-child a {
  padding-right: 12px;
}

.vertical-header .sf-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.vertical-header .sf-vertical {
  width: 100%;
  text-align: left;
}

.vertical-header .sf-vertical ul {
  left: 100%;
  top: 0;
}

.vertical-header .sf-vertical>li {
  float: none;
}

.vertical-header .sf-vertical li {
  width: 100%;
}

.vertical-header .sf-vertical li a{
  padding-left: 40px;
}

.vertical-header .sf-vertical li:hover ul li:hover a {
  color: #fff;
}

.vertical-header .sf-vertical li:hover ul li:hover ul li a {
  color: #111;
}

.vertical-header .sf-vertical li:hover ul li ul li:hover a {
  color: #fff;
}

.vertical-header .sf-vertical .sf-with-ul {
  padding: 0 16px;
  position: relative;
  top: -2px;
}

.vertical-header .sf-vertical .sf-with-ul a {
  outline: none;
  padding: 0;
}

.vertical-header .sf-vertical .sf-with-ul:after {
  content: "\f10d";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 12px;
  color: #505050;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  left: 6px;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vertical-header .sf-vertical li .sf-with-ul:focus:after,
.vertical-header .sf-vertical li:hover>.sf-with-ul:after {
  color: #c69c6d;
  border-top-color: transparent;
}

.vertical-header .sf-vertical .sfHover .sf-with-ul:after {
  color: #fff;
  border-top-color: transparent;
}

.vertical-header .sf-vertical a.sf-with-ul {
  padding-left: 25px;
}

.vertical-header .sf-vertical ul {
  background-color: #2f4052;
  text-align: left;
  -webkit-box-shadow: 4px 0 19px rgba(80,70,69,.35);
  box-shadow: 4px 0 19px rgba(80,70,69,.35);
}

.vertical-header .sf-vertical ul li {
  padding: 8px 0;
}

.vertical-header .sf-vertical ul li:hover {
  background-color: #1abc9c;
}

.vertical-header .sf-vertical ul li:hover a {
  color: #fff;
}

.vertical-header .sf-vertical ul li .sf-with-ul {
  padding-top: 14px;
  padding-bottom: 10px;
}

.vertical-header .sf-vertical ul ul {
  -webkit-box-shadow: 4px 0 19px rgba(80,70,69,.35);
  box-shadow: 4px 0 19px rgba(80,70,69,.35);
}

.vertical-header .sf-vertical ul ul li {
  color: #fff;
}

.vertical-header .sf-vertical ul ul li a {
  color: #fff !important;
}

.vertical-header .sf-arrows ul .sf-with-ul:after {
  color: #fff;
  left: -4px;
}

/*Footer*/
footer{
  margin-top: 80px;
}

footer .copyright {
  background-color: #f4f6f6;
  border-top:1px solid #EDEDED;
  text-align: center;
  padding: 35px 0px;
}

footer .copyright p {
  display: inline-block;
  text-align: center;
  margin-top: 0;
  color: #000;
  font-size: 16px;
}
