@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

body {
  font-size: 18px;
  min-width: 320px;
  font-weight: 400;
  position: relative;
  line-height: 1.9;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: inherit;
  margin-right: 0!important;
}

.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: 1px dashed #bfbfc2;
}

img{
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:visited{
  color: #bf9456;
}

a:hover{
  text-decoration: none !important;
}

strong{
  font-weight: 600;
}

p.strong{
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

section.section{
}

section.section .container{
  border-bottom: 1px dashed #bfbfc2;
  padding-bottom: 50px;
}

.space50{
  margin:25px 0;
}

.space100{
  margin:50px 0;
}

.space200{
  margin:100px 0;
}

.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: 600;
}

h1.main-heading{
  text-align: center;
  font-size: 35px;
  padding: 10px 0;
  font-weight: 600;
  border: 1px dashed #aeaeae;
  margin:80px 0px;
  background-color: #f4f6f6;
}

h1.sub-heading{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

/*Img Box*/
.img-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: 950px;
  height: auto;
  text-align: center;
}

.simple-img 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: 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: 280px;
  float: none;
  width: inherit;
  display: block;
}

/*Banner*/
.banner{
  height: 800px;
  padding-top: 200px;
  background-color: #f4f6f6;
  vertical-align: middle;
  text-align: center;
}

.banner .logo img{
  width: 380px;
  height: auto;
  margin: 0;
}

.banner h1{
  font-weight: 300;
  font-size: 60px;
  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:14px 22px;
  background-color: #bf9456;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

/*Main Header*/
header .logo {
  display: block;
  margin: 30px auto;
  position: relative;
  text-align:center;
}

header .logo img {
  width: 150px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.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: 600;
  font-size: 14px;
  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: 300;
  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: 280px;
  background-color: #333333;
}

/*Logo*/
.vertical-header .sf-menu li {
  padding: 22px 0;
  border-top: 1px solid #434343;
}

.vertical-header .sf-menu li:last-child{
  border-bottom: 1px solid #434343;
  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: 500;
}

.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 a {
  color: #fff;
}

.vertical-header .sf-vertical li:hover ul li a {
  color: #fff;
}

.vertical-header .sf-vertical li:hover ul li:hover {
  background-color: #bf9456;
 }

.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: #333333;
  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: 10px 0;
}

.vertical-header .sf-vertical ul li:hover {
  background-color: #bf9456;
}

.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;
  font-weight: 500;
}

footer .copyright p {
  display: inline-block;
  text-align: center;
  margin-top: 0;
  color: #000;
  font-size: 16px;
}


