body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	padding: 0px;
	background-image: url('https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-01.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
}


.yellow-nav {
    background: #FFCD00;
    color: #333;
}

.brand-logo img {
    height: 50px !important;
}

.yellow-nav ul a {
    color: #333;
}


.title-decorated {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.title-decorated h1 {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-size: 30px !important;
    color: #234467;
    text-transform: uppercase;
    margin-top: 10px;
}

.title-decorated span {
    display: block;
    width: 70px;
    height: 2px;
    margin: 15px auto 0 auto;
    background: #e6bb0c;
}


h5 small {
	background: #0277bd;
    color: #FFF;
    padding: 5px 15px;
    display: block; 
    text-align: center;
    font-weight: 400 !important;
}

.price {
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px;
    margin-bottom: 30px;
}

.price span {
    font-size: 40px;
    color: #000;
}


#wrapper .card {
	font-family: 'Josefin Sans', sans-serif;
	/*background: url('https://media.istockphoto.com/photos/white-watercolor-paper-texture-background-white-paper-in-extremely-picture-id1065494800?k=6&m=1065494800&s=612x612&w=0&h=e-ObJHzBiwBujSzsX9F-txkapFCmB6c5EB62FfAMz68=') no-repeat;
	background-size: cover;*/
}

.card .input-field.col label {
    font-size: 16px;
}


.bg1 {
	background-image: url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.overlay1 {
	padding-top: 100px;
	background: rgb(63, 88, 134, 0.4);
	min-height: 100vh;
}

.overlay1 .card {
	border: 5px solid #CCC;
}


.card-box {
	margin-top: 50px;
}

.card-box a {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	letter-spacing: 1px;
}

.card-box a i {
	font-size: 30px;
	margin-bottom: 15px;
}

.card-box a:hover, .card-box a:hover i {
	font-weight: bold;
}


.errorMessage {
	color: #F00;
}


.alert {
	min-width: 150px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.alert-success {
	background-color: #91cf91;
	border-color: #80c780;
	color: #3d8b3d;
}
.alert-warning {
	background-color: #ebc063;
	border-color: #e8b64c;
	color: #a07415;
}
.alert-danger {
	background-color: #e27c79;
	border-color: #dd6864;
	color: #9f2723;
}
.alert p {
	padding: 0;
	margin: 0;
}
.alert i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 24px;
}
.alert .close-alert {
	-webkit-appearance: none;
	position: relative;
	float: right;
	padding: 0;
	border: 0;
	cursor: pointer;
	color: inherit;
	background: 0 0;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	filter: alpha(opacity=40);
	opacity: .4;
}
.alert .close-alert:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}

.shadow-1, .alert {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2, .alert:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}

.login100-more {
	background: url('https://images.pexels.com/photos/374897/pexels-photo-374897.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 500px);
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    background: -webkit-linear-gradient(bottom, #000000, #111111); 
    background: -o-linear-gradient(bottom, #000000, #111111);
    background: -moz-linear-gradient(bottom, #000000, #111111);
    background: linear-gradient(bottom, #000000, #111111);
    opacity: 0.6;
}


.wrap-login100 {
    width: 500px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
}

.ptop100 {
	padding-top: 100px;
}


.input-field input::-webkit-outer-spin-button,
.input-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.input-field input[type=number] {
	-moz-appearance: textfield;
}

.wrap-login100 .input-field>label {	
	font-size: 17px;
	letter-spacing: 1px;
	color: #333;
}

.wrap-login100 .input-field input {	
	font-size: 26px !important;
	line-height: 40px !important;
	letter-spacing: 1px;
}

.wrap-login100 .input-field input+span {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}


.lsidebar, .rsidebar {
	height: calc(100vh - 65px);
	overflow-y: scroll;
}

.rsidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #F5F5F5;
}

.rsidebar::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

.rsidebar::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffcd00;
}

.sidenav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #141c27;
}

.sidenav::-webkit-scrollbar
{
	width: 20px;
	background-color: #141c27;
}

.sidenav::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffcd00;
}


.invesible-top {
	top: 64px !important;
}

.valign-middle {
	vertical-align: middle;
}



#lmenu .sidenav {
	width: 320px !important;
}

#lmenu .sidenav li>a {
	padding: 0px 16px;
	font-weight: normal !important;
}

#lmenu .sidenav li>a.active {
    background: #ffdd52;
    color: #000 !important;
}

#lmenu .sidenav li>a.active i {
    color: #000 !important;
}

#wrapper {
	padding-left: 320px;
}

.pl40 {
	padding-left: 40px !important;
}


.mytextarea {
	border: 1px solid #CCC;
	padding: 10px;
	height: 100px;
}

.mytextarea:focus, .mytextarea:active {
	outline: none;
}

.sidenav {
	height: 100% !important;
	background-color: #141c27 !important;
}

.sidenav li {
	border-bottom: 1px solid #222831;
}

.sidenav li a, .sidenav li a i {
	color: #FFF !important;
}

.sidenav li.active {
    background-color: #142338 !important;
}

.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
	background: #142338 !important;
}

.sidenav li.active li {
    border-bottom: 1px solid #3d516d;
}

.sidenav li.active a, .sidenav li.active a i, .sidenav li.active li a, .sidenav li.active li a i {
	/* color: #333 !important; */
}

.sidenav .collapsible-body li.active .collapsible-body {
    background-color: #26364c !important;
}


.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #26a69a;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}


h4 {
	margin-top: 0px !important;
}


.border-box {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #CCC;
	padding: 10px;
}


.tabs-vertical .tabs {
	font-family: 'Poppins', sans-serif;
	height: auto;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
}
.tabs-vertical .tab {
    width: 100%;
    border-right: 1px solid #e6d438;
}
.tabs-vertical .tab .active {
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
	border-right: 3px solid #424242;
}
.tabs-vertical .tab :hover {
	border-right: 3px solid #eeeeee;
}
.tabs-vertical .indicator {
	display: none;
}
.tabs-vertical .tab-content {
	display: none;
	font-family: 'Poppins', sans-serif;
}
.tabs-vertical > .tab-content .active {
	display: block;
}

.tabs-vertical .tabs .tab a:hover, .tabs-vertical .tabs .tab a.active {
    background-color: #FFEB3B;
    border: 1px solid #e6d438;
    border-right: 0px;
    color: #000;
}

.tabs-vertical .tabs .tab a {
    background-color: transparent;
    border: 1px solid transparent;
    border-right: 0px;
    color: #000;
    text-align: left;    
    text-transform: capitalize;
    padding: 0px 10px;
}

.tabs-vertical .tab-content h3 {
	font-size: 24px;
	margin-top: 10px;
}






@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after, #dprocess .demo-card:nth-child(odd) .head::after, #dprocess .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before, #dprocess .demo-card:nth-child(odd) .head::before, #dprocess .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 7;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 8;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 9;
}

.demo-card:nth-child(7) {
  order: 4;
}

.demo-card:nth-child(8) {
  order: 10;
}

.demo-card:nth-child(9) {
  order: 5;
}

.demo-card:nth-child(10) {
  order: 11;
}

.demo-card:nth-child(11) {
  order: 6;
}

.demo-card:nth-child(12) {
  order: 12;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

#timeline, #dprocess {
  padding: 50px 0;
  /*background: #f7f7f7;*/
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h2, #dprocess h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader, #dprocess p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper, #dprocess .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: 2700px;
    margin: 0 auto;
  }

  #dprocess .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    height: 1700px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after, #dprocess .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after, #dprocess .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card, #dprocess .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card, #dprocess .demo-card {
    max-width: 340px;
    /*height: 400px;*/
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd), #dprocess .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after, #dprocess .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before, #dprocess .demo-card:nth-child(odd) .head::before {
    left: 375.5px;
  }
  #timeline .demo-card:nth-child(even), #dprocess .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after, #dprocess .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before, #dprocess .demo-card:nth-child(even) .head::before {
    right: 385.5px;
  }
  #timeline .demo-card:nth-child(2), #dprocess .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head, #dprocess .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
}
#timeline .demo-card .head .number-box, #dprocess .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: #333;
  color: #FFCD00;
}
#timeline .demo-card .head h2, #dprocess .demo-card .head h2 {
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: inherit;
  margin: 0;
  line-height: 1rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2, #dprocess .demo-card .head h2 {
    font-size: 165%;
    line-height: 25px;
  }
}
#timeline .demo-card .head h2 span, #dprocess .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span, #dprocess .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body, #dprocess .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body, #dprocess .demo-card .body {
    height: 240px;
  }
}
#timeline .demo-card .body p, #dprocess .demo-card .body p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: justify;
}
#timeline .demo-card .body img, #dprocess .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #FFCD00;
}
#timeline .demo-card--step1 .head::after {
  border-color: #FFCD00;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #FFCD00;
}
#timeline .demo-card--step4 .head::after {
  border-color: #FFCD00;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step6 {
  background-color: #ff5722;
}
#timeline .demo-card--step6 .head::after {
  border-color: #ff5722;
}
#timeline .demo-card--step7 {
  background-color: #3f51b5;
}
#timeline .demo-card--step7 .head::after {
  border-color: #3f51b5;
}
#timeline .demo-card--step8 {
  background-color: #8bc34a;
}
#timeline .demo-card--step8 .head::after {
  border-color: #8bc34a;
}
#timeline .demo-card--step9 {
  background-color: #607d8b;
}
#timeline .demo-card--step9 .head::after {
  border-color: #607d8b;
}
#timeline .demo-card--step10 {
  background-color: #ff9800;
}
#timeline .demo-card--step10 .head::after {
  border-color: #ff9800;
}
#timeline .demo-card--step11 {
  background-color: #4caf50;
}
#timeline .demo-card--step11 .head::after {
  border-color: #4caf50;
}

#dprocess .demo-card--step1 {
  background-color: #ffcd00;
}
#dprocess .demo-card--step1 .head::after {
  border-color: #ffcd00;
}


.head h4 {
    font-size: 24px;
    line-height: 35px;
    margin: 1.52rem 0 .912rem 0;
    margin-top: 10px !important;
}


.card-content .zoom {
    height: 100%;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.card-content .zoom .media {
    bottom: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-content .elevation {
    border: 5px solid #607d8b !important;
    margin-bottom: 50px !important;
    padding: 10px;
}

.card-content .elevation img {
    max-height: 500px !important;
}


.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px !important;
	outline: none;
}


.notes textarea {
	border: 0px;
	outline: none;
	padding: 10px;
	height: 250px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
}


.welcome {
    margin-left: 350px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.welcome span {
    text-transform: uppercase;
    font-size: 18px;
}


.my-gallery figure {
    margin: 0px;
}

.my-gallery .imgbg {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    /*border: 5px solid #607d8b;*/
    box-shadow: 2px 2px 5px #607d8b;
    margin-bottom: 30px;
}

.pswp img {
    max-width: none;
    object-fit: contain;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}


.screenshots h5 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}