/* .banner_container.clearfix {
    max-width: 1280px;
} */
/* .first-section.slider_new h2, */
.work_head.hdw h2 {
	margin-top: 80px;
    line-height: 1.2em;
}
.first-section.slider_new h1{
	margin-bottom: 0px;
	margin-top: 80px;
    line-height: 1.2em;
}
.slider_new h1 {
    color: #fff;
}
p.sub_title_home {
    font-size: 20px !important;
}
span.line_brk {
    display: block;
}
p.step_section {
    margin-bottom: 0px;
    padding-bottom: 0px;
} 
.orange_cls {
    color: #f89040;
}
ul.home_ul {
    list-style: disc !important;
    margin-left: 20px !important;
}
h2.home_last_title {
    padding-bottom: 20px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	line-height: 1.2em;
}
h3.home_last_sub_title {
    margin-bottom: 15px;
	padding-bottom: 0;
	font-weight: 600 !important;
	color: #000000 !important;
	line-height: 1.2em;
	font-size: 20px;
}


p.step_section, p.step_section_p {
    color: #000000;
}
.work_head p.text-center {
    color: #000000;
}
.head_sec_app h2 {
    color: #000000;
}
.head_sec_app p {
    color: #000000;
}
.home_last_title {
	max-width: 670px;
    margin: 0 auto !important;
}
.remove_spc {
	margin-top: 0px;
}


.create_now {
    color: #ff7b16;
    background: #fff;
    border: 2px solid #f89040;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 30px;
	margin-right: 20px;
    margin-bottom: 15px;
}
.create_now:hover {
    color: #fff;
    background: #f89040;
    border-radius: 6px;
}
#main-area,
.banner-section {
    margin-top: 0 !important;
}
.home #main-area,
div#main-area,
div#main-area .banner-section {
    margin-top: 0;
}
div#page-container .banner-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.banner-section-inner:first-child{
    display:list-item
}
.banner_container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1080px;
    margin:0 auto
}
.banner-section{
    padding:0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    overflow:hidden
}
.banner-section-inner{
    background-color:#fff;
    -webkit-background-size:100%;
    -webkit-background-size:cover;
    -moz-background-size:100%;
    -moz-background-size:cover;
    background-size:cover;
    float:left;
    width:100%;
    margin-right:-100%;
    -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 0 10px rgba(0,0,0,.1);
    box-shadow:inset 0 0 10px rgba(0,0,0,.1);
    list-style:none!important
}
.banner-section,.banner-section-inner{
    background-repeat:no-repeat;
    background-position:center;
    color:#fff!important;
    position:relative
}
.home .main_option {
    display: flex;
    flex-direction: column;
	
}
.create_now_p_home {
	margin-bottom: 80px;
}
.banner-section-inner{
    background-attachment:fixed
}
.banner-section-inner {
    text-align:left
}
.slider_new h2 {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}
.slider_new h3 {
    font-size: 36px;
    font-weight: 500;
}
.comn_cls {
    background: url("images/banner_new.webp");
	/*background: #f89040;*/
}
.home-slider-top-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.slides {
  padding: 0;
  width: 100%;
  height: 360px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
  width: 100%;
}

.slider {
  top: 0;
  opacity: 0;
  width: 100%;
  height: 420px;
  display: block;
  position: absolute;

  transform: scale(0);

  transition: all 0.7s ease-in-out;
}

.slider img {
  width: 100%;
  height: auto;
}

.nav label {
  width: 200px;
  height: 100%;
  display: none;
  position: absolute;

  opacity: 0;
  z-index: 9;
  cursor: pointer;

  transition: opacity 0.2s;

  color: #fff;
  font-size: 156pt;
  text-align: center;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slider:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slider {
  opacity: 1;

  transform: scale(1);

  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 350px;
}

input:checked + .slide-container .nav label {
  display: block;
      margin: 0 auto;
    text-align: center;
    display: contents;
}

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: rgba(0, 0, 0, 0.8);
}


.navbar-fixed-top + div#main-area .banner-section-inner {
    background-position-y: inherit !important;
}
.back-to-top:hover,.slider_new h2{
    color:#fff
}
.slider_new h2 {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}
.option {
    margin-top: 30px;
    text-align: left;
    width: 47%;
}
.option li {
    list-style: none;
    margin-bottom: 10px;
}
.option li i {
    margin-right: 15px;
    color: #ff7b16;
    font-size: 22px;
}
sup {
    top: -0.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
ol, ul {
    margin-bottom: 10px;
}
.create_now,
.option {
    font-size: 18px;
    float: left;
}

.section2.home-page-custom{
    padding:80px 0;
    width:auto;
    float:none;
    margin:0;
}
.section2.home-page-custom .work_head h2{
    font-weight:600;
    color:#000!important;
    font-size:26px;
    margin:0 0 10px;
    text-align:center;
    text-transform:uppercase
}
.section2.home-page-custom .work_head{
    text-align:center;
    float:left;
    padding:0
}
.section2.home-page-custom .work_head.hdw{
    padding-right:30px
}
.section2.home-page-custom .work_head.simpleimage{
    padding-left:30px
}
.work_head.hdw h2 {
    text-transform: unset !important;
}
.page-template-home-page .round_work{
    width:33%;
    float:left;
    text-align:center
}
.page-template-home-page .full_star{
    background:url(../images/star.png) 2px -17px no-repeat;
    width:22px;
    height:16px;
    display:inline-block
}
.page-template-home-page .work_num{
    width:40px;
    height:40px;
    background:#f89040;
    border-radius:50%;
    color:#fff;
    font-size:24px;
    font-weight:600;
    line-height:40px;
    margin:0 auto 15px
}
.page-template-home-page .information{
    border:4px solid #f89040;
    height:130px;
    width:130px;
    padding:34px;
    cursor:default;
    border-radius:100%;
    margin:0 auto 20px;
    background:#fff
}
.page-template-home-page .information:hover{
    transform:rotate(360deg);
    transition:1.3s all;
    background:#f89040;
    border:4px solid #f89040
}
.page-template-home-page .information:hover i{
    color:#fff
}
.page-template-home-page .information i{
    color:#f89040;
    font-size:50px
}
.page-template-home-page .round_work p{
    font-weight:600;
    padding-bottom:10px;
    color:#333;
    line-height:1em;
    font-size:18px;
    text-align:center
}
.page-template-home-page .round_work {
    margin-bottom: 0;
}
.page-template-home-page .work_head .round_work+p{
    text-align:justify
}
.page-template-home-page .work_head p{
    letter-spacing:.025em;
    line-height:25px;
    /* font-weight:600; */
    padding-top:5px;
    clear:both
}
.page-template-home-page a.dow_smpl_stub,a.print_smpl_stub{
    padding:7px 15px;
    border:2px solid #f89040;
    color:#f89040!important;
    font-size:19px;
    display:inline-block
}
.page-template-home-page a.dow_smpl_stub:hover,a.print_smpl_stub:hover{
    background:#f89040;
    border:2px solid #f89040;
    transition:.5s all;
    color:#fff!important
}
.page-template-home-page .sample_stub_img{
    width:100%;
    margin-bottom:30px
}
.page-template-home-page .costumer_review_home{
    padding:60px 0;
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed
}
.page-template-home-page .costumer_review_home .costumer_review_home_title{
    text-align:center;
    padding-bottom:20px;
    font-weight:400;
    font-size:28px;   
    text-transform:uppercase;
    line-height:40px;
    color:#fff
}
.section1 p, .section2 p {
    font-size: 14px;
}
a:focus, a:hover {
    text-decoration: none;
}
label {
    display: inherit;
    max-width: 100%;
    font-weight: 600;
    color: #000;
}
.fa-pencil:before {
    content: "\f040";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-download:before {
    content: "\f019";
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
.page-template-home-page .work_head p {
    font-family: "Open Sans",Arial,sans-serif;
}
.simpleimage p {
    text-align: center!important;
}

.get_the_app {
	margin-top: 20px;
	margin-bottom: 50px;
}
.text-center {
    text-align: center;
}
.head_sec_app {
    padding-top: 50px;
}
/* .most_head {
    line-height: 45px;
    font-size: 32px;
	margin-bottom: 20px;
}
.most_head span {
    color: #f89040;
} */
p {
    margin: 0 0 10px;
}
p {
    padding-bottom: 1em;
}
/* .head_sec_app p span {
	color: #f89142;
	font-weight: 700;
} */
.apps_button {padding-top: 10px;  }
.apps_button img {  width: 150px;  }
.head_sec_app h1 {
	line-height: 45px;
}

.head_sec_app h1 span {
	color: #f89040;
}

.page-template-home-page .section5 {
    padding: 20px 0px 0 0px;
}
.page-template-home-page .section5 h1{
    font-size:30px
}
.page-template-home-page .section5 h2{
    padding-bottom:10px;
    padding-top: 30px;
    color:#333;
    font-weight:400;
    font-size:26px;
    text-align:center;
    margin:0
}
.page-template-home-page .section5 p{
    color:#000;
    line-height:25px;
    margin:0;
    text-align:justify
}
.page-template-home-page .section5 p a{
    color:#f89040;
    text-decoration:none
}
h1 {
    margin: 0;
}





/* @media (max-width: 1600px) {
	.banner_container.clearfix {
		max-width: 80%;
	}
}

@media (max-width: 1280px) {
	.banner_container.clearfix {
		max-width: 85%;
	}
}

@media (max-width: 1199px) {
	.banner_container.clearfix {
		max-width: 100%;
	}
} */


@media only screen and (min-width: 1080px) and (max-width: 1199px){
	.banner-section-inner {
		padding: 0% 5%!important;
	}
}


@media (max-width: 1079px) {
    .first-section.slider_new h1{
        margin-top: 0px;
    }
	.create_now_p_home {
		margin-bottom: 0px;
	}
	.slides {
    	height: 320px;
	}
}

@media (max-width: 1024px) {
	.slides {
    	height: 300px;
	}
}


@media screen and (max-width:1000px){
    .section2.home-page-custom .work_head.hdw{
        padding-right:0;
        margin-bottom:30px
    }
    .section2.home-page-custom .work_head.simpleimage{
        padding-left:0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_new {
        padding: 0% 0 !important;
    }
}

@media (max-width: 991px) {
	.slides {
		height: 455px !important;
	}
	.slider img {
		width: 100%;
		height: 410px;
		object-fit: contain;
	}
	.page-template-home-page .round_work {
		margin-bottom: 0px;
	}
	input[type="checkbox"]:not(old),
    input[type="radio"]:not(old) {
        width: 25px;
        margin: 0;
        padding: 0;
        opacity: 0;
    }
	.page-template-home-page .work_head .round_work+p {
		text-align: justify;
		margin-bottom: 20px;
	}
	input[type="radio"] {
		-webkit-appearance: radio !important;
	}
	.page-template-home-page .work_head p {
		margin-bottom: 20px;
	}
	.get_the_app {
		margin-top: 0px;
	}
	.head_sec_app {
		padding-top: 30px;
	}

}

@media (max-width: 768px) {
	.first-section.slider_new h2, .work_head.hdw h2 {
		margin-top: 20px;
		line-height: 1.2em;
	}
	.slider_new h2 {
    	font-size: 28px;
	}
	.banner-section-inner {
		padding: 11% 8% 7% 8%!important;
	}
	ul.option {
		width: 100%;
	}
	ul.option.sec_ul {
		margin-top: 0px !important;
	}
}


@media (max-width: 767px) {
	.section2.home-page-custom {
		padding: 50px 0;
	}
	/* .slide img {
    	height: auto;
	} */
	.slides {
		max-height: 360px !important;
	}
	input:checked + .slide-container .slider {
		max-height: 100%;
	}
	.slider img {
    	max-height: 100%;
	}
	.nav-dots {
    	bottom: -30px;
		height: unset;
	}
	.page-template-home-page .work_head p {
    	margin-top: 25px;
	}
	.apps_button {
        text-align: center;
    }
}


@media (max-width: 640px) {
	.banner-section-inner {
		padding: 14% 5% 7% 5%!important;
	}
	.banner-section img {
        max-width: 100px;
    }
    .banner-section h2 {
        margin-top: 15px;
    }
    .banner-section a.create_now {
        font-size: 14px;
    }
	.slides {
		max-height: 350px !important;
	}
}

@media (max-width: 580px){
	.slides {
		max-height: 300px !important;
	}
}

@media (max-width: 480px) {
	.banner-section-inner {
		padding: 6% 5% 0% 5%!important;
	}
	.create_now {
		padding: 7px 7px;
		margin-right: 10px;
	}
	.slides {
		max-height: 280px !important;
	}
}

@media (max-width: 420px) {
	.create_now, .option {
		font-size: 16px;
	}
	.slides {
		max-height: 240px !important;
	}
}

@media (max-width: 380px) {
	.slides {
		max-height: 220px !important;
	}
}

@media (max-width: 360px) {
	.banner-section a.create_now {
		font-size: 14px;
	}
	.apps_button img {
		width: 200px;
		margin-bottom: 10px;
	}
}
/**************************************************************************/
.page-template-home-page .review_slider .overview{
    min-height:20px;
    font-size:14px;
    margin-top:7px;    
    color:#fff
}
.page-template-home-page .review_slider .t_desc{
    min-height:20px;
    font-size:14px;
    margin-top:7px;
	height: 130px;	
    color:#fff
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.simpleimage p {
    text-align: center !important;
}
.costumer_review_home .excellent {
    margin-top: 44px;
}
.page-template-home-page .excellent {
    width: 25%;
    float: left;
    text-align: center;
    padding-right: 40px;
    color: #fff;
}
.page-template-home-page .excellent .excellent_p p {
    font-weight: 600;
    color: #f89040;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
}
.page-template-home-page .excellent .see_link {
    margin-top: 10px;
    margin-bottom: 0;
}
.see_link p {
    color: #f89040 !important;
}
.page-template-home-page .excellent p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    color: #fff;
}
.page-template-home-page .review_slider {
    width: 75%;
    float: left;
    color: #fff;
    margin-top: 40px;
}
/* .page-template-home-page .review_slider p.hppy_p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
} */
@media screen and (max-width: 768px) {
    .page-template-home-page .excellent {
        width: 100%;
        float: none;
        text-align: center;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .page-template-home-page .review_slider {
        width: 100%;
        float: none;
    }
    .contact .section1 {
        width: 100%;
    }
    .page-template-home-page .costumer_review_home h2 {
        padding-bottom: 0;
        font-size: 18px;
        margin: 0;
    }
    .costumer_review_home .costumer_review_home_title p > span,
    .costumer_review_home h2 > span {
        font-size: 24px !important;
    }
    /* .page-template-home-page .bx-controls .bx-prev {
        left: -28px;
    }
    .page-template-home-page .bx-controls .bx-next {
        right: -28px;
    } */
}
#stubmainDiv #stub_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 60px;
    color: #ff7b16;
}
.costumer_review_home i.fa {
    color: #f89040;
    font-size: 18px;
}
.costumer_review_home .costumer_review_home_title p > span,
.costumer_review_home h2 > span {
    color: #f89040;
    font-size: 34px;
}
.create_now_p {
    right: 0;
}
.emp_email {
    width: 65%;
}
ul.home_ul li::marker {
    color: #000000;
}
.home_ul li {
    color: #000000;
}