body{
background-color: #f7f7f7;
}
.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: .5;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: .5;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: .5;
}

.form-control::placeholder {
  color: #ccc;
  opacity: .5;
}

.welcome_area {
    background-color: #fff;
    height: 700px;
}

.single_demo_area {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: auto;
}

.single_demo_area:hover {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em)
}

.single_demo_text {
    position: relative;
    z-index: 99
}

.single_demo_text > h4 {
    border-top: 1px solid #eee;
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_area {
    background-color: #dbeaf6;
    padding: 50px 0;
}

.preview_cta_area {
    background-color: #fff;
    padding: 50px 0;
}

.preview_cta_text > h4 {
    color: #2c3e50;
    margin: 0
}

.portfolio-menu,
.portfolio-menu-2 {
    margin-bottom: 50px
}

.preview_cta_text {
    text-align: center
}

.why_love_one {
    background-color: #f6f6f6;
    padding: 0px 0 70px;
}

.section_title > h3 {
    color: #2c3e50;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}   

.gallery_img img{
    padding: 20px;
}

.section_title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.section_heading > h3 span {
    color: #009688;
}

.single_why_love_area p {
    margin: 0
}

.single_why_love_text h4 i {
    color: #009688;
}

.preview_cta_area.purchase {
    background-color: #009688;
}

.purchase .preview_cta_text > h4 {
    color: #fff;
    display: inline-block;
    padding-top: 6px;
}

.welcome_text h2 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.single_why_love_text > h4 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.single_why_love_text {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 30px 15px;
}

.single_why_love_text img {
    margin-bottom: 20px;
    height: 60px;
    width: auto !important;
}

.single_why_love_text p {
    margin-bottom: 0;
    color: #3a3a3a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.demo_section_heading > h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.welcome_text > p {
    margin: 0 auto 30px;
    max-width: 480px;
}

#btn-1 {
    margin-right: 15px;
}

.demo_section_navigation {
    margin-top: 30px;
    text-align: center;
}

.demo_section_navigation li {
    display: inline-block;
}

.demo_section_navigation a {
    background-color: #ff9800;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 12px 16px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.demo_section_navigation a:hover {
    background-color: #fff;
    border-radius: 6px;
    color: #888;
}

.demo_page_title {
    margin-bottom: 30px;
    text-align: center;
}

.section_heading > span {
    border-radius: 0;
    color: #009688;
    display: inline-block;
    font-size: 42px;
    font-weight: 500;
}

.homepage_demo {
    padding: 100px 5% 50px;
}

.demo_section_heading {
    margin-bottom: 50px;
}

.demo_slides_content {
    border: 5px solid #ddd;
    border-radius: 3px;
}

.header_slides,
.page_content_slides {
    border-bottom: 5px solid #ddd;
}

.demo_slides_area .owl-nav {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.demo_slides_area .owl-prev,
.demo_slides_area .owl-next {
    background-color: #009688;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    left: -45px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 9;
    text-align: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.demo_slides_area .owl-prev:hover,
.demo_slides_area .owl-next:hover {
    background-color: #00BCD4;
}

.demo_slides_area .owl-next {
    left: auto;
    right: -45px;
}

.demo_slides_area .owl-prev i,
.demo_slides_area .owl-next i {
    line-height: 30px;
}


.o-breadcrumb {
  width: 100%;
  background-color: #f2f2f2;
}

.o-breadcrumb__list {
  /*padding: 1.14286rem 0;*/
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.o-breadcrumb__list::-webkit-scrollbar {
  display: none;
}

.o-breadcrumb__list .m-breadcrumbItem {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.o-breadcrumb__list .m-breadcrumbItem:first-child {
  padding-left: 0px;
}

.o-breadcrumb__list .m-breadcrumbItem:first-child::before {
  content: '';
  margin: 0;
}

.o-breadcrumb__list .m-breadcrumbItem:last-child {
  padding-right: 16px;
}

.o-breadcrumb__list .m-breadcrumbItem::before {
  margin: 0 .9rem;
  content: "\203A";
  display: inline-block;
  font-size: 1.3rem;
  color: #999;
  position: relative;
  line-height: .78571rem;
  top: .055em;
}

.o-breadcrumb span {
  font-size: .78571rem;
}

.o-breadcrumb a * {
  color: #999999;
}

.o-breadcrumb a *:hover {
  color: #00c0f3;
}

.o-breadcrumb h1 {
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

.o-breadcrumb .-inactive {
  color: #333333;
}

.o-breadcrumb {
  background-color: #f7f7f7;
  width: 1020px;
}

.o-breadcrumb__list {
  margin: 0 auto;
}

.m-breadcrumbItem a {
  font-size: 11px;
}

.o-breadcrumb .m-breadcrumbItem {
  font-size: 10px;
}

.o-breadcrumb .m-breadcrumbItem:first-child {
  padding-left: 0;
}

.o-breadcrumb .m-breadcrumbItem:last-child {
  padding-right: 0;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.border-form-control {
    background: #fbfbff none repeat scroll 0 0;
    border: 1px solid #e6e7ec;
    border-radius: 2px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.heading-design-center-h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
.sub-heading{
    font-size: 18px;
    line-height: 5px;
}

.nav-tab{
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-control{
  display: inline !important;
  position: initial;
  padding-right: 10px;
}

.file-right{
    float: right;
}
.file-selector{
    float: right;
}
.file-name{
    font-size: 11px;
}
.row-confirm{
    font-size: 14px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.nope{
   display: none; 
}

.yup{
   display: block; 
}

.text-danger {
    color: #dc3545!important;
}

.small, small {
    font-size: 10px;
}

.btn-theme-round {
    background: #007bff;
    /*
    background: -moz-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: -webkit-linear-gradient(left,#007bff 0%,#005ec2 100%);
    background: linear-gradient(to right,#007bff 0%,#005ec2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff',endColorstr='#005ec2',GradientType=1);
    */
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    /*box-shadow: 0 0 23px rgba(69,102,173,0.23);*/
}

.btn-theme-round:hover{
   font-weight: 600; 
}

.btn-theme-round:after{
    margin-left: 10px;          
    content: "\203A";
    display: inline-block;        
}
.btn-theme-round:focus{
   font-weight: 600; 
}   

.btn-theme-round-back {
    background: #007bff;       
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
}   

.btn-theme-round-back:hover{
   font-weight: 600; 
}    
.btn-theme-round-back:focus{
   font-weight: 600; 
}    

.btn-theme-round-back:before{
    margin-right: 10px;          
    content: "\2039";
    display: inline-block;        
}


.modal-max-message .modal-header {
    padding: 5px;
    background-color: #f7f7f7;
    color: #fff;
}

.modal-confirm-title{
    color: #fff;
}
.modal-content{
   border-radius: 0px !important;
}
.modal-header{
   border-radius: 0px !important;
}

.modal-max-message .modal-header .close {
  color: #fff;
}
.modal-max-message .modal-message {
  font-size: 12px;
}
.modal-max-message h4{
  font-size: 16px;      
}
.modal-max-message .modal-header{
  padding: 5px;
  background-color: #007bff;
  color: #fff;
}

.modal-max-message .modal-footer{
  padding: 5px;
}

.modal-tech .modal-header .close {
  color: #fff;
}

.modal-tech .modal-header{
  padding: 5px;
  background-color: #2f66b3;
  color: #fff;
}

.modal-tech .modal-footer{
  padding: 5px;
}

.btn-info {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.btn-info:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

.control-label {
    color: #3c3c3c;
    font-weight: 600;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

.checkout-step {
  	display: inline-block;
  	width: 100%;
    padding-top: 15px;
}

.checkout-step ul {
	display: table;
	margin: 0 auto 25px;
	text-align: center
}

.checkout-step a{
    cursor: default !important;
}

.checkout-step ul li {
	color: #ffee00;
	cursor: default !important;
	display: inline-block;
	font-size: 15px;
	margin: 0 -2px;
	text-align: center
}

.checkout-step ul li .step {
	float: left;
	margin-bottom: 10px;
	position: relative
}

.checkout-step ul li .step .circle {
	background: #868e96 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 32px;
	left: 50%;
	padding: 3px 11px;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	width: 32px
}

.checkout-step ul li .step .line {
	background: #007bff none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 100px
}

.checkout-step ul li:first-child .step .line {
	border-radius: 3px 0 0 3px;
	width: 100px
}

.checkout-step ul li:last-child .step .line {
	background: #868e96 none repeat scroll 0 0;
	border-radius: 0 3px 3px 0;
	width: 100px
}

.checkout-step ul li span {
	color: #868e96;
  font-size: 10px;
	display: block;
	line-height: 20px;
	/*padding: 6px 15px 6px 6px*/
}

.checkout-step ul li.step-done {
	color: #26537f
}

.checkout-step ul li.active {
	color: #ffee00
}

.checkout-step ul li.step-done .step .circle,
.checkout-step ul li.step-done .step .line {
	background: #26537f none repeat scroll 0 0
}

.checkout-step ul li.active .step .circle,
.checkout-step ul li.active .step .line {
	background: #009fd9 none repeat scroll 0 0
}

.checkout-step .active span {
	color: #029ed9;
}

.checkout-step ul li .step .line{
  background: #868e96 none repeat scroll 0 0;
}
.checkout-step li.active+li .circle,
.checkout-step li.active+li+li .circle,
.checkout-step li.active+li+li+li .circle,
.checkout-step li.active+li .line,
.checkout-step li.active+li+li .line,
.checkout-step li.active+li+li+li .line {
	background: #868e96 none repeat scroll 0 0
}

.checkout-step li.active+li span,
.checkout-step li.active+li+li span,
.checkout-step li.active+li+li+li span {
	/*color: #868e96*/
}

@media only screen and (min-width:768px) and (max-width:959px) {}

@media only screen and (min-width:320px) and (max-width:767px) {
    .welcome_text h2 {
        font-size: 24px;
    }
    .purchase .preview_cta_text > h4 {
        margin-bottom: 20px;
    }
    .see_buy_btn a {
        margin: 5px;
    }
    #btn-1 {
        margin-right: 0;
    }
    .demo_section_heading > h3 {
        font-size: 20px;
    }
}