.btn_orange{
    border: 1px solid #f58220;
    background: #f58220;
    color: #fff;
  }
  .btn_orange:hover{
    border: 1px solid #f37229;
    background: #f37229;
    color: #fff;
  }
.display-4{
	font-weight: 800;
	font-size: 2rem;
}

.banner_browser{
	position: absolute;
	right:-32px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: 600px;
}
.banner_browser_content{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.browser_icons_img{
	position: absolute;
    left: 13%;
    top: 19%;
}
.browser_img_cmn img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.browser_img_cmn:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.browser_block_img1 {
    position: absolute;
    width: 28.5%;
    left: 65px;
	top: 55px;
}
.browser_block_img2 {
    position: absolute;
    left: 42%;
    top: 27%;
    width: 21%;
}
.browser_block_img3 {
	position: absolute;
    left: 66%;
    top: 24.5%;
    width: 21%;
}

.left_block_bag {
    position: absolute;
    left: -45px;
    bottom: 18px;
    width: 25%;
}


span.per_month {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
    margin-left: -10px;
    margin-bottom: 16px;
}
h1.display-4 .pl-2 {
    font-weight: 400;
    font-size: 1.4rem;
}
.affordable_sec{
	position: relative;
	background: #f9fafb;
}
.affordable_sec .container{
	z-index: 2;
}
.affordable_sec_right, .affordable_sec_right h2{
	color: #fff;
}
.affordable_sec:after{
	content: "";
	position: absolute;
	right:0;
	top: 0;
	width: 50%;
	height: 100%;
	/*background-image: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-image: linear-gradient(-45deg, #667eea 0%, #764ba2 100%);*/
    background: #764ba2;
	z-index: 1;
}
.affordable_sec_right{
	padding-left: 30px;
}
.with_shopvii{
	display: inline-block;
}
.fa{
	font-weight: normal;
}
.navbar-mobile{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.business_blocks .media{
	float: left;
    width: 25%;
    margin-bottom: 30px;
    min-height: 308px;
    padding: 15px;
    -webkit-border-image: -webkit-radial-gradient(rgba(0,0,0,0.08),transparent) .5;
    border-image: radial-gradient(rgba(0,0,0,0.08),transparent) .5;
    border-right: 2px solid;
    position: relative;
}
.business_blocks .media:last-child{
	border-right: none;
}
.box_bg{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-size:26% auto;
	background-repeat: no-repeat;
	background-position: right bottom; 
	z-index: -1;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	opacity: 0;
    background-color: #faf4ff;
}
.business_blocks .media:hover{
	z-index: 9;
}
.business_blocks .media:hover .box_bg {
    opacity: 1;
    transform: scale(1.3,1.1);
    -webkit-transform: scale(1.3,1.1);
}
.perfect_business_sec{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.navbar-mobile {
    padding-right: 1.125rem;
}
.business_blocks  .icon_img{
	margin-bottom: 15px;
	height: 63px;
	line-height: 63px;
}
.business_blocks h6 {
    font-weight: 600;
    font-size: 16px;
}
.business_blocks p{
	margin-bottom: 0px;
}
.creating_stunning_sec .media {
	padding: 25px;
	/*box-shadow: 0 5px 20px 0 rgba(69,79,89,0.2);
	-webkit-box-shadow: 0 5px 20px 0 rgba(69,79,89,0.2);*/
    width: 100%;
    min-height: 220px;
    margin-bottom: 0;
    text-align: center;
    background:  rgba(255,255,255,.3);
}
.creating_stunning_sec h2.head_weight{
	color: #fff;
}
.creating_stunning_sec .media p {
    margin: 0;
}
.circle_icon {
    border: 1px solid #fff;
    height: 60px;
    width: 60px;
    line-height: 64px;
    margin: 0 auto 15px;    
    border-radius: 50%;
}
.circle_icon i{
	color: #fff;
}
.creating_stunning_sec .media h6{
	color: #fff;
	font-weight: 600;
}
.head_weight span{
	font-weight: 400;
}
ul.brand_customer_list {
    padding: 0;
    margin: 50px 0 0;
  	
}
ul.brand_customer_list li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #000;
    margin-right: -4px;

}

ul.brand_customer_list li:nth-child(2n) {
    margin-top: 60px;
}
ul.brand_customer_list {
    position: relative;
}
ul.brand_customer_list:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: #ccc;
}
ul.brand_customer_list li:after {
    top: 23px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ccc;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1;
}
ul.brand_customer_list li:nth-child(2n):after {
    top: -15px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ccc;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1;

	transform: rotate(-180deg);
}

.brand_lm_btn .btn{
	border: 1px solid #3cd458;
	background: #3cd458;
	color: #fff;
}
.brand_lm_btn .btn:hover{
	-webkit-box-shadow: 0 1px 10px rgba(80,161,255,0.4);
    box-shadow: 0 1px 10px rgba(80,161,255,0.4);
}
.creating_stunning_sec {
    padding: 40px 15px 20px;
    color: #fff;
}
.plan_btn_group .btn-outline-secondary:not([disabled]):not(.disabled).active{
	background: #3cd458;
	color: #fff;
	border-color: #3cd458;
}
.plan_inner_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.plan_inner_list li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    color: #000;
}
.plan_inner_list li:first-child {
    border-top: 1px dashed #ddd;
}
.price_icon {
    height: 100px;
    width: 100px;
    /*border: 1px solid #db2f39;*/
    border-radius: 50%;
    margin: 20px auto -70px;
    background: #fff;
    line-height: 96px;
}
.pricing-1 .plan-name{
	padding: 20px;
	margin-bottom: 50px;
	/*background-color: #db2f39;*/
    color: #fff;
    background-size: cover;
    background-position: center;


    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; 
}


.pricing-1 .plan-name span {
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.price_icon img {
    width: 50px;
    height: 50px;
}
.pricing-1{
	box-shadow:0 0 25px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	border-radius: 2px;
	overflow: hidden;
	border: none;
}
.price_plan_footer {
    background: #eee;
    margin-bottom: 0;
    padding: 20px 20px 0;
    border-bottom: 5px solid #764ba2;
    transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}
.btn_blue{
	background-color: #764ba2;
    border-color: #764ba2;
    color: #fff;
}
.btn_red {
    background-color: #ed2340;
    border-color: #ed2340;
    color: #fff;
}
.btn_red:hover {
    color: #fff;
    box-shadow: 0 1px 10px rgba(237, 35, 64, 0.4);
	-webkit-box-shadow: 0 1px 10px rgba(237, 35, 64, 0.4);
}
.btn_blue:hover{
	color: #fff;
	box-shadow: 0 1px 10px rgba(118,75,162,0.4);
	-webkit-box-shadow: 0 1px 10px rgba(118,75,162,0.4);
}
.price_plan_footer .btn_blue:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.pricing-1.popular .price_plan_footer{
	border-color:#3cd458;
}

.pricing_sec .btn-group-toggle>.btn.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(60, 212, 88, 0);
	border-top-color: #3cd458;
	border-width: 8px;
	margin-left: -8px;
}
.pricing-1 .price{
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
}
.pricing-1.popular, .pricing-1:hover{
	box-shadow:0 0 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.pricing-1:hover .price{
	color: #3cd458;
}
.pricing-1:hover .price_plan_footer {
    border-color:#3cd458;
}

.pricing-1:hover .price_plan_footer .btn{
	background: #3cd458;	
	border-color: #3cd458;
}
.billed_status{
	color: #000;
}
.billed_status span{
	color: #3cd458;
	text-transform: capitalize;
}
.price_plan_footer .btn {
    border-radius: 2px 2px 0 0;
    margin-bottom: -1px;
}
.home_banner_left {
    /*padding-left: 30px;*/
}
.menu_right_padd{
	padding-right: 62px;
}
.icon_img img.hover_icon {
    display: none;
}
.business_blocks .media:hover .icon_img img{display: none;}
.business_blocks .media:hover .icon_img img.hover_icon{display: inline-block;}

.business_block .icon_img,
.business_blocks .media,
.creating_stunning_sec .media{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.business_blocks .media:hover {
    /*box-shadow: 0 5px 20px 0 rgba(69,79,89,0.5);*/
}
.section-header p {
    font-size: inherit;
}
.trusted_sec{
	background-size: 350px auto;
}
.trusted_sec .slick-slide{
	padding: 10px;
}
.section-header{
	margin-bottom: 50px;
}
.pricing-1:hover .price_icon img{
	-webkit-animation-name: priceIcon; 
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-name: priceIcon;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes priceIcon {
  0% {margin-top: 0;}
  25% {margin-top: -5px;}
  50% {margin-top: 0px;}
  75% {margin-top: 5px;}
  100% {margin-top: 0px;}
}
@keyframes priceIcon {
  0% {margin-top: 0;}
  25% {margin-top: -5px;}
  50% {margin-top: 0px;}
  75% {margin-top: 5px;}
  100% {margin-top: 0px;}
}

.creating_stunning_sec .media:hover {
    background: rgba(0,0,0,.3);
}
.brand_cusomer_inner{
	width: 1110px;
	/*margin: 0 auto;*/
	max-width: 100%;
}
.pricing-1.popular .price{
	color: #3cd458 ;
}
.pricing-1.popular .price_plan_footer .btn{
	background-color: #3cd458;
	border-color: #3cd458;
	color: #fff; 
}
.bg_gradiant{
	/*background-image: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-image: linear-gradient(-45deg, #667eea 0%, #764ba2 100%);*/
    background: #764ba2;
}
.footer{
	border-top:none;
}
.trusted_slider{
	padding-bottom: 60px;
}
.trusted_slider .slick-list.draggable{
	padding: 0 21% !important;
}
.trusted_slider .slick-arrow {
	top: inherit;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	height: 46px;
	width: 46px;
	border: 1px solid #764ba2;
	color: #764ba2;
	background: transparent;
	border-radius: 50%;
	left: calc(50% - 55px);
}
.trusted_slider .slick-arrow.slick-disabled{
	opacity: 0;
	visibility: hidden;
}
.trusted_slider .slick-arrow.slick-next{
	left: auto;
	right: calc(50% - 55px);
}
.trusted_slider .slick-arrow::before{
	border-color:#764ba2;
	width: 14px;
	height: 14px;
}
.trusted_slider .slick-prev::before{
	margin-right: -7px;
}
.trusted_slider .slick-next::before{
	margin-left: -7px;
}
.trusted_slider .slick-slide:not(.slick-center){
	cursor: pointer;
}
.trusted_slider .slick-slide{
	position: relative;
}
.trusted_slider .slick-slide:not(.slick-center):after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(to right, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
}
.trusted_slider .slick-slide.slick-center + .slick-slide:after{
	background-image: linear-gradient(to left, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(to left, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
}
.slide_vid_left{
	float: left;
	width: 40%;
}
.slide_vid_right{
	float: left;
	width: 60%;
	padding-left: 30px;
}
.video_poster{
	cursor: pointer;
	height: 200px;
}
.video_poster iframe{
	pointer-events: none;
}
.content_scroll {
    height: 270px;
    margin-bottom: 20px;
    position: relative;
    overflow: auto;
}
.truster_slide_item h4{
	font-size: 16px;
	font-weight: 600;
}
footer.footer .btn{
	padding: 8px 12px 6px;
}
/** grt youtube video popup css stert **/
.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}
.grtyoutube-popup-content {
	width:800px;
	max-width:95%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}
.grtyoutube-iframe {
	width:100%;
	height:480px;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}
.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}
.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}
.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('../img/icon-close-white.png') no-repeat;
}
.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}
.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('../img/icon-close-black.png') no-repeat;
}
/** grt youtube video popup css end **/


span.align_left {
    display: inline-block;
    min-width: 190px;
    text-align: left;
}
.quot_icon{
	margin-bottom: 10px;
}
.truster_slide_item .card-body{
	padding: 30px;
}



/*********/
/***** "perfect for your business" section for 3 col grid  start*****/
/*********/
@media(min-width:992px){
	.perfect_col3_grid	.business_blocks .media{
		width: 33.33%;
		min-height:342px;
		margin-bottom: 0px;
		padding: 30px 60px;
	}
	.perfect_col3_grid .business_blocks .media:nth-child(3n) {
	    border-right: none;
	}
	.perfect_col3_grid .business_blocks .media:nth-child(n+3){
		border-top: inherit;
	}
	.perfect_col3_grid .business_blocks .media:nth-child(n+4){
		border-top: 2px solid;
	}
	.perfect_col3_grid	 .business_blocks .media:hover .box_bg {
	    opacity: 1;
	    transform: scale(1.1,1.1);
	    -webkit-transform: scale(1.1,1.1);
	}
	.perfect_col3_grid.perfect_business_sec{
		padding-bottom: 60px;
	}
}
@media(min-width:992px) and (max-width: 1199px){
	.perfect_col3_grid	.business_blocks .media{
		min-height:342px;
		padding: 15px 40px;
	}
	.perfect_col3_grid .business_blocks .media:first-child,
	.perfect_col3_grid .business_blocks .media:nth-child(2) {
	    border-bottom: none;
	}
	.perfect_col3_grid .business_blocks .media:nth-child(2n){
		border-right: 2px solid;
	}
	.perfect_col3_grid .business_blocks .media:nth-child(3n){
		border-right: none;
	}
	
}
/*********/
/***** "perfect for your business" section for 3 col grid  start*****/
/*********/






/**********/
/**** Features page css start ****/
/**********/
.features_section{
	padding-bottom:  60px;
}
.feature_block{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(117,117,117,0.09);
}
.feature_block:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.feature_list_item{
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin-right: 2%;
	margin-top: 30px;
}
.feature_list_item:nth-child(3n){
	margin-right: 0px;
}
.feature_list_item h4{
	font-weight: 600;
	font-size: 18px;
}
.feature_block_img{
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 15px;
}
/** header sub menu start **/
.navigation_main{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation_main > li{
	display: inline-block;
	vertical-align: top;
}
.navigation_main > li > a{
	color:rgba(255,255,255,0.65);
	padding: 17px 18px;
}
.navigation_main > li:hover > a, .navigation_main > li.active > a{
	color: #fff;
	/*border-color: #f58220;*/
}
.navbar_custom .container{
	position: relative;
}
.navbar_custom .nav-navbar{
	position: inherit;
}
.navbar_custom .navigation_main > li > .sub_menu_block{
	position: absolute;
	left: 15px;
	margin-top: 0px;
	top: 76px;
	background-color: #fff;
	padding: 40px;
	border-radius: 2px;
	display: none;
}
.navbar_custom .navigation_main > li.full_width_menu > .sub_menu_block{
	width: calc(100% - 30px);
	z-index: 4;
}
@media(min-width: 992px){
	.navbar_custom .navigation_main > li > .sub_menu_block{
		margin-top: 10px;
		/*opacity: 0;
		visibility: hidden;*/
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out; 
		box-shadow: 0 10px 9px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0 10px 9px rgba(0,0,0,0.05);
	}
	.navigation_main > li:hover > .sub_menu_block{
		/*opacity: 1;
		visibility: visible;*/
		margin-top: 0px;
		display: block;
	}
}

.navbar-stick-dark.stick .navigation_main > li > a{
	color:rgba(117,117,117,0.8);
}
.navbar-stick-dark.stick .navigation_main > li:hover > a{
	color:#555;
}
.navtab_left{
	float: left;
    width: 25%;
    border-right: 1px solid #ccc;
    position: relative;
}
.dropdown_tab_main .nav-tabs{
	margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    min-width: inherit;
    transform: none;
    box-shadow: none;
    border-radius: 0;
}
.dropdown_tab_main .nav-tabs .nav-item{
	margin: 0;
}
.dropdown_tab_main .nav-tabs .nav-item > a{
	display: block;
	color: #333;
	height: 40px;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown_tab_main .nav-tabs .nav-item > a.active{
	color: #f58220;
}
.dropdown_tab_main .tab-content{
	float: left;
	width: 75%;
	padding-left: 30px;
}
.vertical-separator{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height:100%;
    z-index: 9;
    width: 1px;
}
.indicator{
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 40px;
    background-color: #f58220;
    left: 0px;
    transition: 0.3s;
}
.inner_menu_list{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 22px;
	font-size: 14px;
}
.inner_menu_list li{
	margin-bottom: 10px;
}
.inner_menu_list li a{
	color: #333;
}

.navigation_main .row {
    -webkit-box-align: start;
    align-items: start;
}
.nav_img_block figure{
	margin-bottom: 10px;
}
.nav_img_block{
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
.nav_img_block .nav_read_more{
	color: #f58220;
	display: inline-block;
}
.nav_img_block .nav_read_more:hover{
	color: #f37229;
}
.nav_img_block p{
	margin-bottom: 10px;
}
/** header sub menu end **/
.middle_curve_sec{
	position: relative;
}
.middle_curve_sec:after{
	content: "";
	position: absolute;
    right: 0;
    top: 98px;
    width: 10%;
    height: 734px;
    max-height: 70%;
    background: #f1f3ff;
    -webkit-clip-path: polygon(0 20%, 100% 100%, 100% 0);
    clip-path: polygon(0 20%, 100% 100%, 100% 0);
    z-index: 1;
}
.middle_curve_sec:before{
	content: "";
	position: absolute;
    left: 0;
    top: 556px;
    width: 12%;
    max-width: 195px;
    height: 939px;
    max-height: 80%;
    background-image: -webkit-linear-gradient(to bottom, rgba(206, 214, 253, 0.4) 0%, rgba(241, 243, 255, 0.5) 50%);
    background-image: linear-gradient(to bottom, rgba(206, 214, 253, 0.4) 0%, rgba(241, 243, 255, 0.5) 50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 20%);
    clip-path: polygon(0 0, 0% 100%, 100% 20%);
    z-index: 2;
}
.middle_curve_sec .join_left_curve {
    position: absolute;
    left: 0;
    top: 845px;
    width: 10%;
    max-width: 163px;
    height: 783px;
    max-height: 70%;
    background-image: -webkit-linear-gradient(to bottom, rgba(206, 214, 253, 0.7) 0%, rgba(241, 243, 255, 0.5) 50%);
    background-image: linear-gradient(to bottom, rgba(206, 214, 253, 0.7) 0%, rgba(241, 243, 255, 0.5) 50%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 85%);
    clip-path: polygon(0 0, 0 100%, 100% 85%);
    z-index: 1;
}
.middle_curve_sec .container{
	position: relative;
	z-index: 4;
}

/**********/
/**** Features page css end ****/
/**********/


#logo-bw {
width: 220px;
height: 90px;
}
#logo-color {
width: 220px;
height: 90px;
display: none;
}
body.header-scrolled #logo-bw {
display: none;
}
body.header-scrolled #logo-color{
display: block;
}


/** drop down effected menu start **/
li.prespective_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.effected_menu .nav-navbar .navigation_main > li.prespective_menu ul a{
	color: #000;
}
.effected_menu .nav-navbar .navigation_main > li.prespective_menu ul a:hover{
	color: #f58220;
}	
@media(min-width: 992px){
	body .globalNav.compact .navRoot{
		display: block;
	}
	body .globalNav.compact .navSection.logo{
		position: absolute;
	}
	body .globalNav .rootLink{
		padding-top: 17px;
		padding-bottom: 27px;
	}

	.globalNav .navSection.primary > li {
	  position: relative;
	  cursor: pointer;
	}
	.globalNav .wee {
	  height: 3px;
	  width: calc(100% - 18px);
	  background-color: #f58220;
	  position: absolute;
	  left: 9px;
	  bottom: 0;
	  transition: 0.3s;
	  z-index: -1;
	}
	.effected_menu .navigation_main  > .full_width_menu{
		position: inherit;
	}
	.effected_menu .nav-navbar .navigation_main > li > a{
		padding: 19px 15px;

	}
	.effected_menu .navigation_main > li.prespective_menu .sub_menu_block{
		top: 100%;
	    width:394px;
	    height: 421px;
	    left: -50%;
	    overflow: hidden;
	    display: block;
	    opacity: 0;
	    visibility: hidden;
	    margin-top: 0px;
	    -webkit-transform-origin: 50% -50px;
	    transform-origin: 50% -50px;
	    /*background: transparent;*/
	    transition: transform .3s, -webkit-transform .3s;

	}
	
	
	.effected_menu .navigation_main > li:hover > .sub_menu_block{
		opacity: 1;
		visibility: visible;
		display: block;
	}
	li.prespective_menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		/*opacity: 0;*/
	    transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	}


	.effected_menu .navigation_main > li.prespective_menu .sub_menu_block {
	  -moz-animation-duration: .25s;
	  animation-duration: .25s;
	  -moz-animation-fill-mode: both;
	  animation-fill-mode: both;
	  will-change: transform, opacity; 

	  -webkit-animation-name: swingOutX;
	  -webkit-backface-visibility: visible !important; 

	  transition: all .25s ease-in-out;
	  -webkit-transition: all .25s ease-in-out;
	}

	@-webkit-keyframes swingInX {
	  0% {
	    -webkit-transform: perspective(2000px) rotateX(-15deg); }
	  100% {
	    -webkit-transform: perspective(2000px) rotateX(0deg); } }

	@keyframes swingInX {
	  0% {
	    transform: perspective(2000px) rotateX(-15deg); }
	  100% {
	    transform: perspective(2000px) rotateX(0deg); } }



	@-webkit-keyframes swingOutX {
	  0% {
	    -webkit-transform: perspective(2000px) rotateX(0deg); }
	  100% {
	    -webkit-transform: perspective(2000px) rotateX(-15deg); } }

	@keyframes swingOutX {
	  0% {
	    transform: perspective(2000px) rotateX(0deg); }
	  100% {
	    transform: perspective(2000px) rotateX(-15deg); } }


	.effected_menu .navigation_main > li.prespective_menu:hover .sub_menu_block{
	  
	  backface-visibility: visible !important;
	  animation-name: swingInX; 
	  -webkit-backface-visibility: visible !important;
	  -webkit-animation-name: swingInX; 
	} 

	
	.effected_menu .navbar-mobile.animation_active .navigation_main > li.prespective_menu .sub_menu_block ,
	.effected_menu .navbar-mobile.animation_active .navigation_main > li.prespective_menu:hover .sub_menu_block{
		animation: none;
		-webkit-animation: none;
		background-color: transparent;
	}

	.bg_box_white{
		position: absolute;
		left: 0;
		top: 76px;
		width: 394px;
    	height: 421px;
    	background: #fff;
    	border-radius: 2px;
    	z-index: -1;
    	transition: all .1s ease-in-out;
    	-webkit-transition: all .1s ease-in-out;
    	/*display: none !important;*/
    	opacity: 0;
    	visibility: hidden;
	}
	.navbar-mobile.animation_active .bg_box_white{
		/*display: block !important;*/
		opacity: 1;
		visibility: visible;
	}

	/*.navbar_custom .nav-navbar {
	    position: relative;
	}*/
}
/** drop down effected menu end **/

.browser_inner_slider {
	height: 270px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% + 10px);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.brow_slide_img img{
	width: auto;
	max-width: 100%;
	max-height: 270px;
	display: inline-block;
}

.flip-box {
    position: absolute;
    left: -10px;
    bottom: -38px;
    width: 115px;
    height: 152px;
    overflow: hidden;
}
/*.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: center;
}
.flip-box-front {
  background-color: #bbb;
  color: black;
}
.flip-box-back {
  background-color: #333;
  color: white;
  transform: rotateY(180deg);
}*/




/*****  responsive start  *****/
/*css for hide get started button from header*/
body .globalNav .navSection.primary{
	padding-right: 0;
}
body .globalNav .navSection.secondary,
body .show_mobile_menu .btn_orange{
	display: none;
}
a.nav_read_more,
.globalNav a.nav_read_more{
	color: #f58220;
	color: #fff;
	background: #f58220;
	padding: 8px 14px;
	border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.9;
	display: inline-block;
	margin-top: 3px;
}
.globalNav a.nav_read_more:hover {
	background: #f37229;
}
.navbar .tab-content p{
	margin-bottom: 5px;
}
.menu-head-b {
	text-transform: capitalize;
	color: #555;
}

.globalNav .dropdownContainer,
.globalNav .alternateBackground, .globalNav .dropdownBackground{
	/*left: -210px !important;*/
	left: -270px !important;
	top: 6px !important;
}
@media (max-width: 991px){
	.navbar .globalNav{
		width: 100%;
	}
	.navbar button.navbar-toggler{
		float: right;
	}
	.navbar-mobile .dropdown_tab_main .navtab_left{
		border: none;
	}
	.navbar-mobile .dropdown_tab_main ul.nav.nav-tabs{
		margin-left: 0;
	}
	.navbar-mobile .dropdown_tab_main .nav .nav-link{
		color: #000;
		text-transform: uppercase;
		font-size: 0.87em;
		font-weight: 600;
	}
	.navbar-mobile a.nav-link.has_dropdown:after {
	    content: "+";
	    position: absolute;
	    right: 0px;
	    top: 10px;
	    height: 18px;
	    width: 18px;
	    text-align: center;
	    line-height: 18px;
	    font-size: 20px;
	    border-radius: 50%;
	    color: #f58220;
	}
	.navbar-mobile a.nav-link.has_dropdown.open:after{
		content: "-"
	}

	.navbar-mobile .btn-sm.btn_orange{
		-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    width: 100%;
	    position: relative;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    margin-top: 10px;
	}
	section.navbar-mobile{
		justify-content: initial;
	}


}
@media(min-width: 1200px) and (max-width: 1350px){
	footer.footer .btn{
		padding:8px 15px 6px; 	
	}
}
@media(max-height: 640px){
	.browser_block_img1 {
	    width: 28.5%;
	    left: 65px;
    	top: 55px;
	}
	.browser_block_img2 {
	    left: 42%;
	    top: 27%;
	    width: 21%;
	}
	.browser_block_img3 {
	    left: 66%;
	    top: 24.5%;
	    width: 21%;
	}
	.h-fullscreen{
		height: 490px !important;
	}
	.banner_browser {
	    top: inherit;
	    bottom: -55px;
	    transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	}
	.header.h-fullscreen{
		padding-top: 140px;
	}
	.grtyoutube-iframe{
		height: 300px;
	}
	.grtyoutube-popup-content{
		width: 500px;
	}
}
@media(min-width: 768px) and (max-width: 1199px){
	.display-4 {
	    font-size: 2rem;
	    white-space: nowrap;
	}	
	.business_blocks .media{
		width: 50%;
		min-height: 320px;
		margin-bottom: 0px;
		padding: 25px;
	}
	.business_blocks .media:nth-child(2n){
		border-right: none;
	}
	.business_blocks .media:nth-child(n+3){
		border-top: 2px solid;
	}
	footer.footer .btn{
		padding: 5px 10px 4px;
		margin-right: 0px !important;
		letter-spacing: 0;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.business_blocks .media{
		min-height: 300px;
		padding: 20px 70px;
	}
	.business_blocks .media:hover .box_bg {
	    opacity: 1;
	    transform: scale(1.1,1.1);
	    -webkit-transform: scale(1.1,1.1);
	}
	.menu_right_padd {
	    padding-right: 30px;
	}
	.trusted_slider .slick-list.draggable{
		padding: 0 20% !important;
	}
	.nav-navbar .nav-link, .effected_menu .nav-navbar .navigation_main > li > a{
		padding-left: 8px; 
		padding-right: 8px; 
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.business_blocks .media{
		min-height: 320px;
		padding: 15px 50px;
	}
	.business_blocks .media:hover .box_bg {
	    opacity: 1;
	    transform: scale(1.1,1.1);
	    -webkit-transform: scale(1.1,1.1);
	}
	.pricing-1 .price{
		font-size: 40px;
	}
	span.per_month{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.home_banner_left {
	    padding-left: 15px;
	}
	ul.brand_customer_list li + li {
	    margin-right: -20px;
	}
	.trusted_slider .slick-list.draggable{
		padding: 0 15% !important;
	}
	.feature_list_item{
		width: 48.5%;
	}
	.feature_list_item:nth-child(3n){
		margin-right: 2%;
	}
	.feature_list_item:nth-child(2n){
		margin-right: 0px;
	}
}
@media(max-width: 1199px){
	.banner_browser{
		display: none;
	}
}
@media(max-width: 991px){
	.navigation_main > li > a {
	    color: #000;
	}
	.navbar-mobile{
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;
	}
	.navbar_custom .nav-navbar{
		position: relative;
	}
	.navigation_main > li{
		display: block;
		position: relative;
	}
	.navigation_main > li > a{
		border: none;
		padding: 8px 0px !important;
	}
	.navigation_main > li:hover > a, .navigation_main > li.active > a{
		color: #f58220;
	}
	.navbar_custom .navigation_main > li > .sub_menu_block{
	    position: inherit;
	    z-index: 1;
	    width: 100%;
	    top: inherit;
	    padding: 0;
	    left: inherit;
	}
	.navtab_left, .dropdown_tab_main .tab-content{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.vertical-separator{
		display: none;
	}
	.dropdown_tab_main #accordion .panel-title{
		font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 0.87em;
	    margin-bottom: 0px;
	}
	.dropdown_tab_main #accordion .panel-title a{
		display: block;
		padding: 8px 20px 8px 0px;
		color: #000;
		position: relative;
	}
	.dropdown_tab_main #accordion .panel-title a:after {
	    content: "+";
	    position: absolute;
	    right: 0px;
	    top: 7px;
	    height: 18px;
	    width: 18px;
	    text-align: center;
	    line-height: 18px;
	    font-size: 20px;
	    border-radius: 50%;
	    color: #f58220;
	}
	.dropdown_tab_main #accordion .panel-title a:not(.collapsed):after{
		content: "-";
	}
	.dropdown_tab_main #accordion .panel-body .col-4,
	.dropdown_tab_main #accordion .panel-body .col-8{
		-webkit-box-flex: inherit;
	    flex: inherit;
	    max-width: 100%;
	}
	.dropdown_tab_main #accordion .inner_menu_list li a{
		font-size: 13px;
		
	}
	.dropdown_tab_main #accordion .panel-body{
		background: #f1f3ff;
		padding: 10px;
	}
	.navbar-stick-dark.stick .navigation_main > li > a{
		color: #000;
	}
	.navbar-stick-dark.stick .navigation_main > li.active > a,
	.navbar-stick-dark.stick .navigation_main > li.current > a{
		color: #f58220;
	}
	.navbar-stick-dark.stick .navigation_main > li:hover > a, 
	.navbar-stick-dark.stick .navigation_main > li.active > a {
	    color: #f58220;
	}
}

@media(max-width: 767px){
	.navbar-toggler{
		margin-right: 0px;
	}
	.display-4{
		font-size: 2rem;
	}
	.perfect_business_sec .col-4, .affordable_sec .col-6, .footer .col-4, .footer .col-11{
	    flex: inherit;
	    max-width: 100%;
	    -webkit-box-flex: inherit;
	}
	.perfect_business_sec .mr-5{
		margin-right: 0 !important;
	}
	.affordable_sec:after{
		display: none;
	}
	.affordable_sec_right {
	    color: inherit;
	}
	.affordable_sec_right h2{
		color:#323d47;
	}
	.btn{
		padding: 8px 8px 6px;
	}
	.footer .social.text-right {
	    text-align: center !important;
	}
	.footer .col-4{margin-bottom: 20px;}
 	.pricing_sec label.btn {
 		width: auto !important;
 		padding-left: 20px;
 		padding-right: 20px;
 	}
 	.h-fullscreen {
	    height: auto !important;
	    padding-bottom: 50px;
	}
	.navbar-mobile{
		justify-content: inherit;
		-webkit-justify-content: inherit;
	}
	.business_blocks .media{
		display: block;
		min-height: 375px;
	}
	.business_blocks .media-body{
		flex: inherit;
		-webkit-box-flex: inherit;
	}
	.business_blocks .media{
		float: none;
		width: 100%;
		margin-right: 0;
		min-height: inherit;
		text-align: center;
		border: none;
	}
	.perfect_business_sec .section-header{
		margin-bottom: 40px;
	}
	.navbar-light .navbar-brand {
	    width: 130px;
	}
	.navbar-light .btn.btn-success {
	    padding: 6px 8px 5px;
	}
	.with_shopvii{
		display: block;
		font-size: 24px;
	}
	h1.display-4 .pl-2{
        padding-left: 0px !important;
        font-size: 20px;
    }
    footer hr{
    	margin-top: 0px;
    }
    .header.h-fullscreen{
    	padding-top: 90px;
    }
    .business_blocks .icon_img{
    	min-height: inherit;
    }
    ul.brand_customer_list{
    	padding: 10px 0px;
    }
    ul.brand_customer_list li{
		display: block;
		width: 50%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-right: 20px;
		text-align: right;
		line-height: 20px;
	}
	ul.brand_customer_list li:nth-child(2n){
		margin-top: 30px;
		margin-left: 50%;
		padding-right: 0px;
		padding-left: 20px;
		text-align: left;
	}
	.affordable_sec, .brand_customer_sec{
		text-align: center;
	}
	.home_banner_left {
	    padding-left: 15px;
	}
	.creating_stunning_sec .media{
		min-height: inherit;
	}
	.mbl_align_center{
		text-align: center;
	}
	.affordable_sec_right{
		padding-left: 15px;
	}
	ul.brand_customer_list:after {
	    top: 0;
	    left: 50%;
	    width: 4px;
	    height: 100%;
	    margin-top: 0;
	    margin-left: -2px;
	}
	ul.brand_customer_list li:after{
		top: 50%;
		left: auto;
		right: 1px;
		margin-top: -10px;
		transform: rotate(-90deg);
	}
	ul.brand_customer_list li:nth-child(2n):after{
		left: 11px;
		right: auto;
		top: 50%;
		margin-top: -10px;
		transform: rotate(90deg);
	}
	.trusted_slider .slick-list.draggable{
		padding: 0 !important;
	}
	.grtyoutube-iframe{
		height: 200px;
	}
	.grtyoutube-popup-content{
		width: 400px;
	}
	.mobile-center{
		text-align: center;
	}
	.truster_slide_item .card-body {
	    padding: 15px;
	}
	.slide_vid_left, .slide_vid_right{
		float: none;
		width: 100%;
	}
	.slide_vid_left{
		margin-bottom: 15px;
	}
	.content_scroll{
		height: auto;
	}
	.business_blocks .box_bg{
		display: none;
	}
	.feature_list_item{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.feature_list_item:nth-child(3n){
		margin-right: 0;
	}

	
}



/*START-fashion Page*/

.fashion-header{
	/*padding: 0 !important;*/
	z-index: -1111;
    position: fixed;
}
.fashion-banner{
    background-image: url(../../assets/img/fashion-banner.jpg);
    background-size: cover;
    /*min-height: 960px;*/
    background-position: right bottom;
    position: relative;
    display: flex;
    height: 100vh;
}
.fashion-banner .container{
	padding-top: 100px;
	min-height: 960px;
	position: relative;
	justify-content: flex-start;
    display: flex;
}
.fashion-banner-text{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin-top: 250px;
	position: relative;
	z-index: 1;
	margin-bottom: 75px;

	margin: 0 !important;
	position: absolute;
    top: 55%;
    left: 15px;
    transform: translate(0, -50%);
}
img.fashion-head-vector {
    position: absolute;
    z-index: -1;
    bottom: 10px;
    max-width: 119%;
    left: -18%;
}
.fashion-banner-text h1{
	font-family: 'Poppins', sans-serif;
	font-size: 90px;
	font-weight: 100;
	color: #060606;
	/*line-height: 100px;*/
	line-height: 1.13;
	letter-spacing: .05em;
	margin-bottom: 40px;
}
.fashion-banner-text h1 strong{
	font-weight: 900;
	color: #ff5d81;
	text-transform: uppercase;
}
.fashion-banner-btn{
	width: 100%;
    border: 3px solid #ff5d81;
    text-align: center;
    font-size: 36px;
    color: #535353;
    display: inline-block;
    padding: 9px 10px;
    letter-spacing: .05em;
}
.fashion-banner-btn:hover{
	/*opacity: .9;*/
	color: #fff;
	background: #ff5d81;
}
h1.fashion-heading{
	 font-family: "Dancing Script";
	font-size: 55px;
	color: #050505;
	font-weight: bold;
  	line-height: 1.2;
  	margin-bottom: 30px;
  	letter-spacing: .032em;
}


h1.fashion-heading span{
	color: #ff5d81;
}
.fashion-para{
	font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #5c5c5c;
  /*line-height: 1.8;*/
  line-height: 38px;
  text-align: justify;
  letter-spacing: .05em;
}



.fashion-section-1{
	padding: 20px 0 40px;
	position: relative;
	z-index: 1;
}
.fashion-section-1 img.vector_verticle-right{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%) scale(.8);
	-webkit-transform: translate(0, -50%) scale(.8);
	z-index: -1;
	max-width: 20%;
	max-height: 80%;
}
.fashion-img-1{
	position: relative;
	margin-left: 0px;
}
.fashion-img-1 img{
	/*max-width: initial;*/
}
.fashion-img-1:before{
	content: "";
    border-radius: 50%;
    background-color: #f8cdd8;
    position: absolute;
    right: 0px;
    top: 115px;
    width: 456px;
    height: 456px;
    border: 36px solid #f9d7e0;
    z-index: -1;
}
.fashion-section-1 h1.fashion-heading{
	margin-top: 140px;
}
.fashion-section-1 .fashion-para,
.fashion-section-2 .fashion-para{
	font-size: 24px;
}
.fashion-section-2{
	background-color: #ededed;
	padding: 1px 0 1px;
	position: relative;
	z-index: 1;
}
.fashion-section-2 .container{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
img.cutout_image_fashion {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 35%;
    z-index: -1;
    max-height: 95%;
}
.fashion-section-text {
    width: 66%;
}
.fashion-section-2 .fashion-para{
	margin-bottom: 35px;
}
.fashion-section-2 img.vector_verticle-left{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%) scale(.8);
	-webkit-transform: translate(0, -50%) scale(.8);
	z-index: -1;
	max-width: 20%;
	max-height: 80%;
}
p.fashion-para.para-bold {
    font-weight: 500;
    color: #060606;
    letter-spacing: .039em;
    position: relative;
    z-index: 0;
}
p.fashion-para.para-bold:before {
    content: "";
    width: 2.4em;
    height: 1.5em;
    background: #f6bccb;
    position: absolute;
    top: 2px;
    left: -1em;
    z-index: -1;
}



.fashion-section-3{
	padding-top: 60px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fashion-section-3 h1.fashion-heading{
	margin-top: 50px;
}
.fashion-section-3 img.vector_icon-right{
	position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translate(65%, -50%) scale(.8);
    -webkit-transform: translate(65%, -50%) scale(.8);
}
.fashion-img-3{
	position: relative;
	z-index: 1;
	text-align: center;
}
.fashion-img-3 img.img-fashion-3{
	position: relative;
	right: 5%;
	max-width: 245px;
}
.rectangle-1,.rectangle-2{
	position: absolute;
	top: -15px;
    right: 0px;
    max-width: initial;
}
.rectangle-1{
	z-index: -1;
}
.rectangle-2{
    margin-top: 393px;
    margin-right: -10px;
    z-index: 1;
}

.fashion-section-4{
	position: relative;
	z-index: 1;
	margin-top: 25px;
	overflow: hidden;
}
.fashion-section-4 h1.fashion-heading:not(:first-child){
	margin-top: 50px;
}
.fashion-section-4 img.vector_icon-left{
	position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translate(-65%, -50%) scale(.8);
    -webkit-transform: translate(-65%, -50%) scale(.8);
}
.fashion-img-4{
	text-align: right;
	position: relative;
	margin-top: 20px;
	
}
.fashion-img-4 img.img-fashion-4{
	margin-top: 20px;
    /*margin-right: -20px;*/
    width: 430px;
    margin-bottom: 20px;
}
.fashion-img-4:before,
.fashion-img-4:after{
	content: "";
    position: absolute;
    border-radius: 50%;
    /*left: 9%;*/
    right: -11%;

}
.fashion-img-4:before{
	width: 580px;
    height: 580px;
    background-color: #ff5d81;
    opacity: 0.49;
    top: -20px;
}
.fashion-img-4:after{
	opacity: .36;
    width: 530px;
    height: 530px;
    background-color: #f8c6cf;
    background: #ff5d81;
    bottom: 0;
    /*margin-left: 80px;*/
}


.fashion-section-5{
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.fashion-section-5 img.vector_icon-right{
	position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translate(65%, -50%) scale(.8);
    -webkit-transform: translate(65%, -50%) scale(.8);

}
.fashion-img-5{
	position: relative;
	z-index: 1;
}
.fashion-section-5 h1.fashion-heading:not(:first-child) {
    margin-top: 50px;
}
.fashion-img-5 img.img-fashion-5{
	margin-bottom:  20px;
	width: 380px;
}
.fashion-img-5:after,
.fashion-img-5:before,
.free-after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	height: 270px;
	width: 934px;
	background-color: #fbafbd;

}
.fashion-img-5:after{
	background-color: #f8c6cf;
	bottom: 270px;
	height: 230px;
}
.free-after{
	background-color: #ffedf0;
	height: 230px;
	bottom: 500px;
}
/*END-fashion Page*/


/*FOOTER CSS*/

footer.new-footer{
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 27px;
	color: #212121;
	margin-top: 40px;
    border-top: 4px solid #e0e0e0;
    padding: 10px 0;
}

footer.new-footer h2{
  font-size: 22px;
  font-family: "Open Sans";
  color: #6c6c6c;
  font-weight: bold;
  line-height: 1.333;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

p.foot-site-text{
	color: #212121;
	/*font-weight: 600;*/
	margin-top: 18px;
}
footer.new-footer a{
	color: #212121;
}
footer.new-footer a:hover{
	color: #f58220;
}
ul.half-width-links{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.half-width-links li{
	display: inline-block;
	width: 49%;
	margin-bottom: 5px;
}
.subscribe-input{
	position: relative;
	margin-top: 30px;
}
.subscribe-input input{
	display: block;
    width: 100%;
    outline: none;
    height: 60px;
    padding: 10px 15px;
    padding-right: 40px;
    border: 2px solid #dce0e3;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.subscribe-input input:focus{
	border-color: #f58220;
}
.subscribe-input .subscribe-btn{
	position: absolute;
	background: transparent;
	border: none;
	outline: none;
	top: 15px;
    right: 15px;
    color: #6c6c6c;
    font-size: 20px;
    cursor: pointer;
}
.social-links > a{
	display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #6c6c6c;
    color: #fff !important;
    border-radius: 50%;
    font-size: 15px;
    margin: 0 2px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.social-links >a>i{}
.social-links >a:hover{
	background: #f58220;
}
.sub-footer{
	color: #6c6c6c;
    font-size: 14px;
    /*font-weight: 600;*/
}
.sub-footer .text-uppercase p{
	padding-top: 5px;
}
/*END FOOTER CSS*/



/*START-furniture PAGE*/
section.furniture-banner {
    background-image: url(../../assets/img/furniture/furniture-banner.jpg);
    background-size: cover;
    min-height: 100vh;
    background-position: right bottom;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.furniture-banner-text{
	padding-top: 15%;
}
.furniture-banner-text h1{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.26);
    font-size: 38px;
    letter-spacing: .075em;
    font-weight: 300;
    border-left: 5px solid #fff;
    padding-left: 10px;
    margin-bottom: .9em;
}
.furniture-banner-text h1 span{
	font-weight: 900;
}
.furniture-banner-btn{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: capitalize;
    padding: .6em 2em;
    line-height: 1.2;
    display: inline-block;
    border: 2px solid #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.furniture-banner-btn:hover{
	background:#fff;
	 color: #e81c46;
	 /*border-color: #e81c46;*/
}




section.furniture-sec-1{
	margin: 100px 0;
}
section.furniture-sec-1 h1{
	font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #58595b;
    text-transform: capitalize;
}
section.furniture-sec-1 h1 span{
	color: #e81c46;
	font-weight: 900;
	text-transform: uppercase;
}
section.furniture-sec-1 p{
	color: #000000;
	font-size: 14px;
	letter-spacing: .03em;

}
.furniture-img-item{
	position: relative;
	margin-bottom: 120px;
}
.furniture-img-item>img{
	max-width: 70%;
}
.furniture-img-item .furniture-1{}
.furniture-img-item .furniture-2 {
    position: absolute;
    right: 0;
    top: 40%;
}


section.furniture-sec-2{
	margin: 100px 0 50px;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
section.furniture-sec-2 h1{
	font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #58595b;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 0;
}
section.furniture-sec-2 .furniture-bussnis-banner h1{
	color: #78787a;
	margin-top: -1.35em;
}
.furniture-bussnis-banner h1 em{
	font-style: normal;
	display: block;
	color: #58595b;
}
section.furniture-sec-2 h1 span{
	display: block;
	color: #e81c46;
	font-weight: 900;
	text-transform: uppercase;
}
.furniture-bussnis-banner{
	background-image: url(../../assets/img/furniture/furniture-bussnis-banner.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}
.furniture-bussnis-banner ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}
.furniture-bussnis-banner ul li{
	color: #000;
	position: relative;
	/*padding-left: 30px;*/
	display: block;
	margin-bottom: 1em;
	font-weight: 500;
}
.furniture-bussnis-banner ul li:last-child{
	margin-bottom: 0;
}
.furniture-bussnis-banner ul li:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 1.3em;
    background-image: url(../../assets/img/furniture/list-star.png);
    background-repeat: no-repeat;
    background-size: contain;
}

section.furniture-sec-3{
	margin-bottom: -30px;
}
section.furniture-sec-3 .row>.col-lg-4{
	margin-bottom: 30px;
}
.furniture-box{
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
    box-shadow: 0px 3px 27px 0px rgba(66, 66, 66, 0.35);
    padding: 40px;

    /*margin-bottom: 30px;*/
     height: 100%;
}
.furniture-box-head{
	min-height: 150px;
    text-align: right;
}
.furniture-box-head span {
    color: #cfd8dc;
    font-size: 115px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    opacity: .2;
}
.furniture-box-head img {
    float: left;
}
.furniture-box h3{
	color: #263238;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.5;
    margin-bottom: 5px;
}
.furniture-box p{
	font-size: 14px;
	color: #546e7a;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 0;
}
.footer.furniture-footer{
	position: relative;
	padding-top: 80px;
    border: none;
    margin-top: 25px;
}
footer.footer.furniture-footer:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../../assets/img/furniture/furniture-footer-shap.png);
	background-position: center top; 
}

.footer.furniture-footer a:hover{
	color: #e81c46;
}
.footer.furniture-footer .social-links >a:hover{
	background: #e81c46
}
.footer.furniture-footer .subscribe-input input:focus {
    border-color: #e81c46;
}


@media(min-width: 2101px){
	.furniture-box-head span{
		font-size: 120px;
	}
	.furniture-bussnis-banner ul{
		padding: 30px 0;
	}
	.furniture-bussnis-banner ul li{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.furniture-box {
		padding: 50px;
	}
	.furniture-box-head span{
		font-size: 164px;
		margin-top: -25px;

	}
}
@media(min-width: 2101px){
	section.furniture-sec-2 h1{
		font-size: 55px;
	}
	section.furniture-sec-2{
		font-size: 18px;
	}

	.furniture-banner-text h1{
		font-size: 50px;
	}
	.furniture-banner-btn{
		font-size: 40px;
	}
	section.furniture-sec-1 p{
		font-size: 18px;
	}
	section.furniture-sec-1 h1{
		font-size: 43px;
	}
	.furniture-img-item{
		margin-left: 15px;
	}
}

/*END-furniture PAGE*/
section.electronics-banner {
    background-image: url(../../assets/img/electronics/electronics-banner.png);
    background-size: cover;
    min-height: 100vh;
    background-position: right bottom;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.electronics-banner-text{
	padding-top: 5%;
}
.electronics-banner-text h1{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.26);
    font-size: 38px;
    letter-spacing: .075em;
    font-weight: 300;
    margin-bottom: .5em;
}
.electronics-banner-text h1 span{
	font-weight: 900;
	display: block;
}
.electronics-banner-btn{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: capitalize;
    padding: .6em 2em;
    line-height: 1.2;
    display: inline-block;
    border: 2px solid #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.electronics-banner-btn:hover{
	background:#fff;
	 color: #4b75f8;
	 /*border-color: #e81c46;*/
}


section.electronics-sec-1{
	margin-top: 10px;
}
section.electronics-sec-1 h1{
	font-size: 41px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #323232;
    text-transform: capitalize;
    letter-spacing: .05em;
    line-height: 1.25;
    margin-bottom: 1.1em;
}
section.electronics-sec-1 h1 span{
	display: block;
	color: #4b75f8;
	font-weight: 900;
	text-transform: uppercase;
}
section.electronics-sec-1 p{
	font-size: 14px;
	color: #2c2b2b;
	line-height: 1.9;
	letter-spacing: .05em;
	margin-bottom: 2em;
}


.electronics-imgs{
	clear: both;
	display: inline-block;
	max-width: 630px;
}
.electronics-imgs>img{
	float: left;
}
img.electronics-imgs-1{
	width: 55%;
}
img.electronics-imgs-2{
	padding-left: 25px;
	width: 45%;
}
img.electronics-imgs-3{
	width: 100%;
	margin-top: 35px;
}



section.electronics-sec-2{
	margin: 100px 0;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}
section.electronics-sec-2 h1{
	font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.25;
    margin-bottom: .9em;
}
section.electronics-sec-2 h1 span{
	color: #4b75f8;
	font-weight: 900;
	text-transform: uppercase;
}
section.electronics-sec-2 .ele-success-banner{
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	width: 150%;
	width: 50vw;
	background-image: url(../../assets/img/electronics/ele-success-banner.png);
	background-position: center top;
	background-size: cover;
}
.ele-success-text{
	font-size: 14px;
	color: #2b2b2b;
	letter-spacing: .05em;
	line-height: 1.8;
	padding: 60px 0 15px;
}
.ele-success-text p{
	margin-bottom: 0;
}
.ele-success-text ul{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.ele-success-text ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
}
.ele-success-text ul li:before{
	content: "";
/*	position: absolute;
	left: 0;
	top: 10px;*/
	margin-top: -2px;
	margin-left: -30px;
	display: inline-block;
	vertical-align: middle;
	height: 1.4em;
	width: 30px;
	background-image: url(../../assets/img/electronics/list-speaker.png);
    background-repeat: no-repeat;
    background-size: contain;
}


section.electronics-sec-3{}
.ele-box{
	font-family: 'Poppins', sans-serif;
	margin-top: 25px;
}
.ele-box-head{
	font-weight: 500;
	min-height: 110px;
	text-align: center;
}
.ele-box h3{
	text-align: center;
	color: #57a4ff;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 700;
}
.ele-box p{
	text-align: justify;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 1.6;
}


.footer.electronics-footer{
	position: relative;
    padding-top: 220px;
    border: none;
    margin-top: 0;
    color: #fff;
    font-weight: 300;
}
footer.footer.electronics-footer:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../../assets/img/electronics/electronics-footer-shap.png);
	background-size: cover;
	background-position: left top; 
}
.footer.electronics-footer p.foot-site-text{
	margin-top: 15px;
}
.footer.electronics-footer h2,
.footer.electronics-footer p.foot-site-text,
.footer.electronics-footer a,
.footer.electronics-footer .sub-footer{
	color: #fff;
}
.footer.electronics-footer a:hover{
	color: #fff;
	opacity: .75;
}
.footer.electronics-footer .social-links > a{
	background: #fff;
	color: #7e71f6 !important;
}
/*.footer.electronics-footer .social-links > a:hover{
	background: #7e71f6;
	color: #fff !important;
}
*/
.footer.electronics-footer .subscribe-input input:focus{
	border-color: #fff;
}



@media(min-width: 2101px){
	img.electronics-imgs-2{
		padding-left: 29px;
	}
	.ele-box h3{
		font-size: 22px;
	}
}
@media(min-width: 2101px){
	section.electronics-sec-1 p,
	.ele-success-text,
	.ele-box p{
		font-size: 18px;
	}
	.furniture-banner-text h1{
		font-size: 72px;
	}
	.furniture-banner-btn{
		font-size: 40px;
	}
	section.electronics-sec-1 h1,
	section.electronics-sec-2 h1{
		font-size: 52px;
	}
}

/*END-electronics PAGE*/

/*START-text-page*/
.text-page{}
.text-page-banner{
	padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/shopvii-reseller.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-page-banner h1{
	margin-top: 3em;
	font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.26);
    font-size: 42px;
    letter-spacing: .075em;
    font-weight: 300;
    margin-bottom: .5em;
}
.text-page-banner h1 span{
	display: block;
	font-weight: bold;
}
.text-page-banner p{
	color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.26);
    letter-spacing: .04em;
}

section.text-page-section {
    margin-top: 50px;
}
section.text-page-section h1,
section.text-page-section h2{
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #333;
	font-weight: 500;
	font-size: 26px;
}
section.text-page-section h1.pages-heading{
	text-align: center;
	color: #000;
    position: relative;
    font-size: 36px;
    margin-bottom: .7em;
}
section.text-page-section h1.pages-heading:after{
	content: "";
    width: 75px;
    height: 3px;
    /* position: absolute; */
    display: block;
    margin: 0 auto;
    bottom: 0;
    background: #f58220;
    border-radius: 10px;
    margin-top: 5px;
    /*box-shadow: 0px 1px 3px #f58220;*/
}
section.text-page-section p{
	font-size: 16px;
	text-align: justify;
}

.faq .panel {
	margin-bottom: 15px !important;
	border: 0;
	background: none;
	box-shadow: none;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
}

.faq .panel-default > .panel-heading {
	padding: 0;
}

.faq .panel-heading a {
	position: relative;
	display: block;
	padding: 12px 45px;
	padding-left: 15px;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	background: #eaebeb;
	color: #333;
	text-decoration: none;
	text-align: left;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
}

.faq .panel-heading a:hover {
	background: #dfe0e0;
	color:#f58220;
}

.faq .panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.faq .panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
/*	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;*/
	/*background: #dfe0e0;*/
	content: "\f078";
	font-family: "FontAwesome";
	line-height: .9em;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

.faq .panel-heading a[aria-expanded="true"] {
	background: #f58220;
	color: #fff;
}

.faq .panel-heading a[aria-expanded="true"]:hover {
	background: #f58220;
}

.faq .panel-heading a[aria-expanded="true"]:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	/*content: "\e115";*/
}

.faq .panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
	text-align: justify;
	padding: 0 15px 15px;
}
/*END-text-page*/




/*START-RESPONSIVE CSS*/
@media (min-width: 2101px){
	.container{
	  max-width: 1460px;
	}
}
@media(max-width: 2100px) and (min-width: 1200px){
	p.foot-site-text{
		max-width: 324px;
	}
	footer.new-footer .sub-footer{
		font-size: 13px;
	}
	footer.new-footer h2{
		font-size: 18px;
	}
	footer.new-footer{
		font-size: 15px;
	}
	.fashion-banner-text h1{
		font-size: 55px;
	}
	.fashion-banner-btn{
		font-size: 20px;
	}
	h1.fashion-heading{
		font-size: 48px;
		letter-spacing: .01em;
		margin-bottom: 20px;
	}
	.fashion-section-2 .fashion-para{
		margin-bottom: 20px;
	}
	.fashion-section-1 .fashion-para, .fashion-section-2 .fashion-para, .fashion-para{
		font-size: 14px;
		line-height: 27px;
	}
	.fashion-banner .container{
		min-height: 900px;
	}
	.fashion-section-1 .fashion-img-1{
		margin-bottom: 30px
	}
	.fashion-section-1 h1.fashion-heading{
		margin-top: 100px;
	}
	.fashion-img-4 img.img-fashion-4{
		width: 400px;
	}
	.fashion-img-4:before{
		height: 510px;
		width: 510px;
	}
	.fashion-img-4:after{
		height: 480px;
		width: 480px;
	}
	.furniture-img-item{
		max-width: 600px;
		margin-left: auto;
	}
}

@media(max-width: 2100px){
	.faq .panel-default > .panel-heading+.panel-collapse > .panel-body,
	.navbar .tab-content p{
		font-size: 14px;
	}
	section.text-page-section p{
		font-size: 14px;
	}
	section.electronics-sec-2{
		margin-top: 45px;
	}
	.furniture-box-head span{
		font-size: 115px;
	}
	section.electronics-sec-2 h1{
		font-size: 40px;
	}
}
@media(max-width: 1199px){
	.text-page-banner{
		min-height: 350px;
	}
	.ele-box h3{
		font-size: 16px;
	}
	.electronics-banner-text h1{
		font-size: 34px;
	}
	.electronics-banner-btn{
		font-size: 18px;
	}
	img.electronics-imgs-2{
		padding-left: 21px;
	}
	.footer.electronics-footer{
		padding-top: 10%;
	}
	section.electronics-sec-1 p,
	.ele-success-text,
	.ele-box p{
		/*font-size: 15px;*/
	}
	section.electronics-sec-1 h1,
	section.electronics-sec-2 h1{
		font-size: 33px;
	}
	.furniture-banner-text h1{
		font-size: 34px;
	}
	.furniture-banner-btn{
		font-size: 18px;
	}
	section.furniture-sec-2,
	section.furniture-sec-1 p{
		/*font-size: 15px;*/
	}
	section.furniture-sec-1 h1{
		font-size: 27px;
	}
	section.furniture-sec-2 h1{
		font-size: 36px;
	}
	.furniture-box{
		padding: 30px;
	}
	.furniture-box-head span{
		font-size: 80px;
		margin-top: 20px;
	}
	.furniture-box h3{
		font-size: 16px;
	}
	.furniture-box p{
		/*font-size: 15px;*/
	}
	footer.new-footer .sub-footer{
		font-size: 11px;
	}
	footer.new-footer h2{
		font-size: 18px;
	}
	footer.new-footer{
		font-size: 14px;
	}
	.fashion-section-2 .fashion-para{
		margin-bottom: 20px;
	}
	.fashion-banner-text h1{
		font-size: 55px;
	}
	.fashion-banner-btn{
		font-size: 20px;
	}
	h1.fashion-heading{
		font-size: 40px;
		letter-spacing: .015em;
	}
	.fashion-section-1 h1.fashion-heading{
		margin-top: 30px;
	}
	.fashion-img-1:before{
		top: 75px;
	    width: 356px;
	    height: 356px;
	    border: 25px solid #f9d7e0;
	}
	.fashion-section-3 h1.fashion-heading,
	.fashion-section-4 h1.fashion-heading,
	.fashion-section-5 h1.fashion-heading:not(:first-child){
		margin-top: 30px;
	}
	.fashion-img-4{
		margin-top: 50px;
    	left: 25px;
	}
	.fashion-img-4:before{
	    height: 460px;
		width: 460px;
		top: -15px;
	}
	.fashion-img-4:after {
	    height: 440px;
	    width: 440px;
	}
	.fashion-section-1 .fashion-para, .fashion-section-2 .fashion-para, .fashion-para{
		font-size: 14px;
		line-height: 27px;
	}
}
@media(max-width: 991px){
	section.text-page-section h2{
		font-size: 22px;
	}
	section.text-page-section h1.pages-heading{
		font-size: 30px;
	}
	.text-page-banner h1{
		font-size: 30px;
	}
	.text-page-banner p{
		font-size: 16px;
	}
	section.electronics-sec-1 h1, section.electronics-sec-2 h1 {
	    font-size: 28px;
	    margin-bottom: 10px;
	}
	section.electronics-sec-2{
		margin: 20px 0;
	}
	.ele-success-text{
		padding-top: 0;
	}
	.electronics-imgs{
		display: block;
		margin: 0 auto;
		max-width: 465px;
	}
	section.electronics-sec-1 h1{
		margin-top: 30px;
	}
	section.furniture-sec-2 .furniture-bussnis-banner h1{
		margin-top: 0;
	}
	.furniture-banner-text h1{
		font-size: 30px;
	}
	.furniture-banner-btn{
		font-size: 18px;
	}
	.furniture-img-item{
		margin-bottom: 20%;
	}
	section.furniture-sec-1,
	section.furniture-sec-2{
		margin: 50px 0;
	}
	.furniture-bussnis-banner{
		margin: 15px 0;
		padding: 15px 0;
	}
	.fashion-section-text{
		width: 100%;
	}
	.sub-footer{
		margin-top: 2rem !important;
	}
	img.cutout_image_fashion{
		display: none;
	}
	.fashion-banner .container {
	    min-height: initial;
	    padding-top: 70px;
	}
	.fashion-banner-text{
		margin: 100px 0;
		/*margin: 16% 0;*/
	}
	.fashion-banner-text h1 {
	    font-size: 45px;
	}
	.fashion-banner-btn {
	    font-size: 18px;
	}
	
	.fashion-img-4:before{
	    height: 350px;
		width: 350px;
	}
	.fashion-img-4:after {
	    height: 330px;
	    width: 330px;
	}
	footer.new-footer h2{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.fashion-img-1:before{
		top: 50px;
	    width: 306px;
	    height: 306px;
	}
}
@media(max-width: 767px){
	.text-page-banner{
		text-align: center;
		min-height: 300px;
	}
	.text-page-banner h1{
		font-size: 26px;
	}
	.electronics-banner-text h1{
		font-size: 25px;
	}
	.electronics-banner-btn{
		font-size: 14px;
	}
	section.furniture-sec-2 h1{
		font-size: 30px;
	}
	section.furniture-sec-1 h1{
		font-size: 24px;
	}
	.furniture-banner-text h1 {
		border-left-width: 3px;
	    font-size: 24px;
	}
	h1.fashion-heading{
		font-size: 33px;
	}
	.fashion-img-4 {
	    margin-top: 50px;
	    width: 200px;
	    margin: 30px auto;
	}
	.fashion-img-4:before {
	    height: 280px;
	    width: 280px;
	}
	.fashion-img-4:after {
	    height: 260px;
	    width: 260px;
	}
	.fashion-img-5:before{
		height: 150px;
	}
	.fashion-img-5:after{
		bottom: 150px;
		height: 125px;
	}
	.free-after{
		height: 125px;
		bottom: 275px;
	}
	.fashion-img-5:after, .fashion-img-5:before, .free-after{
		right: -125px
	}
	.fashion-img-5{
		text-align: center;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.fashion-img-5 img.img-fashion-5{
		width: 200px;
	}
	.fashion-section-3{
		padding-top: 30px;
	}
	.fashion-img-3 img.img-fashion-3{
		width: 130px;
	}
	.rectangle-1, .rectangle-2{
		top: -235px;
		display: none;
	}
	.fashion-section-1 img.vector_verticle-right,
	.fashion-section-2 img.vector_verticle-left{
		display: none;
	}
	.fashion-section-5 img.vector_icon-right{
		/*display: none;*/
		top: 70%;
	}
	.fashion-img-1 {
	    width: 300px;
	    margin: 0 auto;
	    margin-top: 30px;
	}
	img.fashion-head-vector{
		display: none;
	}
	.fashion-banner-text h1{
		font-size: 36px;
	    margin-bottom: 20px;
	    font-weight: 200;
	}
	.fashion-banner-btn {
	    font-size: 14px;
	    padding: 7px 6px;
	}
}
@media(max-width: 480px){
	section.text-page-section h1.pages-heading{
		font-size: 24px;
	}
	img.electronics-imgs-2{
		padding-left: 4.5%;
	}
	section.electronics-sec-1 h1, section.electronics-sec-2 h1 {
	    font-size: 21px;
	}
	.electronics-banner-text h1{
		font-size: 20px;
	}
	.electronics-banner-btn{
		font-size: 12px;
	}
	.furniture{
		padding: 25px;
	}
	section.furniture-sec-2 h1{
		font-size: 23px;
	}
	section.furniture-sec-1 h1 span{
		display: block;
	}
	.furniture-banner-text h1 {
	    font-size: 16px;
	}
	.furniture-banner-btn {
	    font-size: 14px;
	}
	.fashion-banner-text h1{
		font-size: 30px;
	}
	.fashion-banner-btn {
	    font-size: 12px;
	}
	ul.half-width-links li{
		width: 100%;
	}
	ul.half-width-links li.blank_li{
		display: none;
	}
}
/*STOP-RESPONSIVE CSS*/




/* food and beverage page css start */
.font_Quicksand{
	font-family: 'Quicksand', sans-serif !important;
}
.font_LobsterTwo{
	font-family: 'Lobster Two', cursive !important;
}
.page_banner_main{
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}
.page_bnr_cap{
	position: absolute;
	left: 0;
	bottom:28%;
	width: 100%;
}
.page_bnr_cap h1{
	color: #1b1b1b;
	font-size:50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.35px;
}
.page_bnr_cap h1 span{
	text-transform: capitalize;
}
.color_red{
	color: #ff2924;
}
.bnr_cap_btn{
	border: 2px solid #010101;
	padding: 8px 45px;
	display: inline-block;
	color: #ff2924;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-top: 10px;
}

.food_cap_inr .bnr_cap_btn:hover{
	color: #fff;
	background: #ff2924;
	border-color: #ff2924;
}
.food_bestprice_sec{
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	display: flex;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    padding: 50px 0px;
}
.page_content_text h2, .page_content_text h3{
	color: #1b1b1b;
	font-weight: 700;
	font-size: 32px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.page_content_text p, .page_content_text ul, .page_content_text ol{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: justify;
}
.content_img_main .container{
	position: relative;
}
.sec_cap_img{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    max-width: 48%;
    z-index: -1;
    max-height: 95%;
}
.sec_img_left{
	right: auto;
	left: 0;
}
.pizza_right_img{
	top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    max-width: 35%;
}
.content_img_main {
    padding: 30px 0;
}
.appetite_img{
	max-height: calc(100% + 100px);
}
.content_img_sec{
	padding-top: 40px;
}
.food_content_list{
	list-style: none;
	padding: 0px;
	margin: 0;
}
.food_content_list{
	padding-top: 10px;
}
.food_content_list li {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}
.food_content_list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	height: 25px;
	width: 25px;
	background-image: url(../img/dish.png);
	background-size: 100% auto;
}
@media(max-height: 640px){
	.page_bnr_cap{
		bottom: 50px;
	}
}
@media (max-width: 1199px){
	footer.new-footer:before{
	  display: none;
	}  
	footer.new-footer:after{
	  width: 280px;
	}
	}
	@media (max-width: 991px){
	footer.new-footer:before, footer.new-footer:after{
	  display: none;
	}  
	.page_content_text h2, .page_content_text h3{
	  font-size: 20px;
	}
	.page_content_text p, .page_content_text ul, .page_content_text ol{
	 /* font-size: 15px;
	  line-height: 28px;*/
	  letter-spacing: 0;
	}
	.sec_cap_img{
	  top: 0;
	  transform: translate(0, 0);
	  -webkit-transform: translate(0, 0);
	}
	.page_bnr_cap h1{
	  font-size: 38px;  
	  letter-spacing: 0;
	}
	.bnr_cap_btn{
	  font-size: 16px;
	  letter-spacing: 0;
	}
	.navbar-toggler:not(:disabled):not(.disabled){
	  color: #000;
	}

}
@media (max-width: 767px){
	.sec_cap_img{
	  position: static;
	  top: inherit;
	  transform: translate(0, 0);
	  -webkit-transform: translate(0, 0);
	}
	.sec_cap_img{
	  margin-bottom: 20px;
	  max-width: 100%;
	}
	.bnr_cap_btn {
	  font-size: 14px;
	  padding: 5px 15px;
	}
	.page_bnr_cap h1 {
	    font-size: 27px;
	    letter-spacing: 0;
	}

	.food_bestprice_sec{
	  background-position: right center;
	}
	.page_bnr_cap {
	      bottom: 50px;
	}
	.food_bestprice_sec{
	  min-height: inherit;
	}
}
/* food and beverage page css end */

/** health page css start **/
.color_green{
	color: #84a429;
}
.color_blue{
	color: #4c89a7;	
}
.beautiful_sec{
	padding: 100px 0;
	background-size: cover;
	background-position: center center;
}
.beautiful_inner {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}
.health_page_main h2, .health_page_main h3{
	text-transform: capitalize;
	font-weight: 400;

}
.health_page_main .page_bnr_cap h1{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 20px;
	color: #535353;
}
.health_banner .page_bnr_cap{
	bottom: 20%;
}
.health_content_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.health_content_list li {
    position: relative;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 25px;
}
.sec_image_inhance{
	max-width: 30%; 
}
.health_banner .bnr_cap_btn{
	color: #535353;
	border-color: #4c89a7;
}
.health_banner .bnr_cap_btn:hover{
	background: #4c89a7;
	color: #fff;
}
@media(max-width: 767px){
	.sec_image_inhance {
    	max-width: 100%; 
	}
}
/** health page css end **/

/** photography page css start **/
.photography_banner .page_bnr_cap h1{
	font-weight: 300;
	color: #00d8ff;
	line-height: 66px;
    font-size: 62px;
}
.photography_banner .page_bnr_cap h1 span{
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.photography_banner .bnr_cap_btn{
	border-color: #49dffa;
	color: #fff;
	margin-top: 20px;
}
.photography_banner .bnr_cap_btn:hover{
	background: #49dffa;
	color: #fff;
}
.photography_banner .page_bnr_cap{
	bottom: 18%;
}
.long_exposure_sec{
	position: relative;
	min-height: 660px;
}
.exposure_cam{
	position: absolute;
	left: 0;
	top: 30px;
	width: 50%;
	text-align: right;
	padding-right: 50px;
}
.exposure_cam img{
	margin-top: 10px;
	margin-left: 11%;
	max-height: 700px;
	position: relative;
	z-index: 1;
}
.exposure_cam:after{
	content: "";
	height: 85%;
    width: calc(100% - 160px);
	background: #49dffa;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.photography_page.page_content_text h2,
.photography_page.page_content_text h3{
	color: #0aadca;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 0.38px;
}
.photography_page.page_content_text h2{
	margin-top: 140px;
}



section.photography-sync{
	overflow: hidden;
}
.photography-sync-text{
	padding-top: 40px;
	padding-left: 27px;
}
.photography-sync-img{
	position: relative;
    max-width: 558px;
    margin-left: auto;
    padding-top: 150px;
    margin-right: -50px;
}
.photography-sync-img:before{
	content: "";
	height: 90%;
    width: 300%;
	background: #49dffa;
	position: absolute;
	left: 155px;
	top: 0;
	z-index: -1;
}
.photography-sync-img>img{
	border: 15px solid #747575;
	padding: 15px;
}

.photography-sync-text p{
	margin: 0;
}
.photography-sync-text ul{
	margin:20px 0;
	padding: 0;
	list-style: none;
}
.photography-sync-text ul li{
	display: block;
	position: relative;
	/*padding-left: 25px;*/
	color: #00a6c4;
	margin-bottom: 1em;
	font-style: italic;
    font-weight: 600;
}
.photography-sync-text ul li:before{
	content: "";
    position: absolute;
    /*left: -15px;*/
    left: -27px;
    top: 6px;
    height: 21px;
    width: 21px;
    background-image: url(../../assets/img/photography/photography-sync-list.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.phy-detail{
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.phy-detail:before{
	content: "";
	height: 40%;
    width: 50%;
	background: #49dffa;
	position: absolute;
	right: 72%;
	bottom: 0;
}
.phy-detail-left{
	float: left;
	width: 46%;
	position: relative;
}
.phy-detail-right{
	float: left;
	width: 54%;
}
.phy-box{
	font-family: 'Poppins', sans-serif;
	background-color: #ebebeb;
	padding: 50px 50px;
}
.phy-detail-left .phy-box:nth-child(even),
.phy-detail-right .phy-box:nth-child(odd){
	background-color: #f6f6f6;
}
.phy-detail .col-12{
	padding: 0;
	margin:0 15px;
	background-color: #f6f6f6;
}
img.camera-man{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(90%, 0);
	-webkit-transform: translate(90%, 0);
	max-height: 90%;
}
.phy-box h4{
	font-size: 24px;
	color: #252525;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
.phy-box h4 span{
	display: block;
	font-weight: bold;
	color: #45cee7;
}
.phy-box p{
	text-align: justify;
	font-size: 14px;
	color: #000000;
	letter-spacing: .1em;
	line-height: 2.2;
	margin-bottom: 0;
	position: relative;
}

.footer.photography-footer{
	padding-top: 0;
	border: none;
}
@media (min-width: 2101px){
	.page_bnr_cap .food_cap_inr h1{
		font-size: 58px;
	}
	.phy-box h4{
		font-size: 30px;
	}
	.phy-detail .col-12 {
		background-color: #ebebeb;
	}
	.phy-box{
		padding-left: 70px;
		padding-right: 70px;
	}
	img.camera-man{
		transform: translate(80%, 0%);
		-webkit-transform: translate(80%, 0%);
		 max-height: 81%;
	}
}

@media (max-width: 2100){
	.photography_page.page_content_text h2{
		font-size: 28px;
	}
}
@media (max-width: 1199px){
	.phy-box h4{
		font-size: 24px;
	}
	img.camera-man{
		max-height: 83%;
	}
	.phy-box p{
		/*font-size: 15px;*/
		font-size: 14px;
		line-height: 2;
	}
	.photography_page.page_content_text h2{
		font-size: 24px;
		margin-top: 30px;
	}
	.photography-sync-img{
		padding-top: 50px;
		margin-right: -30px;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	.phy-detail .col-12 {
		background-color: #ebebeb;
	}
}
@media (max-width: 991px){
	.phy-detail .col-12 {
		background-color: #ebebeb;
	}
	.photography-sync-img{
		margin-top: 30px;
		margin-right: 0;
		max-width: 400px;
	}
	.phy-detail{
		margin-top: 30px;
	}
	.photography-sync-text{
		padding-top: 20px;
	}
	.long_exposure_sec{
		min-height: initial;
	}
	.photography-sync-text h2{
		margin-top: 0
	}
	.phy-box h4{
		font-size: 20px;
		letter-spacing: 0;
	}
	.phy-box{
		padding: 30px;
	}
	img.camera-man{
		display: none;
	}
}
@media(max-width: 767px){
	.faq .panel-heading a{
		font-size: 14px;
	}
	.phy-detail .col-12{
		margin: 0;
		padding: 0 15px;
		background: transparent;
	}
	.photography_banner .page_bnr_cap h1{
		font-size: 30px;
		line-height: 1.3;
	}
	.exposure_cam{
		position: relative;
	    margin-bottom: 20px;
	    width: 90%;
	    max-width: 400px;
	}
	.phy-detail-right,.phy-detail-left{
		width: 100%;
	}
	.phy-box{
		padding: 20px;
	}
	.phy-box h4{
		font-size: 20px;
	}
}
/** photography page css end **/
footer.new-footer:after,
footer.new-footer:before{
	display: none !important;
}
/*CSS COPYED FROM INDEX PAGE */
footer.new-footer{
        border: none;
        padding-top: 0;
      }

      .mountain-view{
        background: transparent;
        height: 700px;
      }
      .constellation {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
          -webkit-transform-origin: 0;
          transform-origin: 0;
          background-image: -webkit-linear-gradient(-45deg, #667eea 0%, #764ba2 100%);
          background-image: linear-gradient(-45deg, #667eea 0%, #764ba2 100%);
      }
      footer{
        position: relative;
        background: #fff;
        margin-top: -20px;
      }
     
      .footer_curve_bg{
        background: #fff;
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 310px;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        z-index: -2;
      }
      
      .brand_list_main{
        padding: 0;
        margin: 0;
        list-style: none;
      }
      .brand_list_main li{
        display: inline-block;
        vertical-align: top;
        padding-right: 7px;
      }
      .brand_cusomer_inner h4{
        font-weight: 600;
        font-size: 18px;
        color: #fff;
      }
      .brand_cusomer_inner .head_weight{
        color: #fff;
      }
      .brand_customer_sec{
        position: relative;
        /*background-image: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        background-image: linear-gradient(-45deg, #667eea 0%, #764ba2 100%);*/
        padding: 60px 0 100px;
        color: #fff;
      }
      .brand_customer_sec .container{
        z-index: 4;
      }
      .protect_curve{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: -webkit-linear-gradient(-45deg, #667eea 0%, #764ba2 100%);
        background-image: linear-gradient(-45deg, #667eea 0%, #764ba2 100%);
        -webkit-clip-path: polygon(100% 0%, 100% 80%, 89% 64%, 0 100%, 0 0);
        clip-path: polygon(100% 0%, 100% 80%, 89% 64%, 0 100%, 0 0);
      }
      
      .protect_right_img {
        position: absolute;
        right: -130px;
        bottom: -170px;
    }
      .hdr_curve_btm {
          position: absolute;
          right: -42px;
          bottom:-80px;
          z-index: -1;
          width: 100%;
          height:45%;
          background: #f1f3ff;
          -webkit-clip-path: polygon(100% 0, 0 0, 79% 100%);
          clip-path: polygon(100% 0, 0 0, 79% 100%);
          transform: rotate(-8deg);
          -webkit-transform: rotate(-8deg);
      }
      body, html{
        /*overflow-x:hidden; */
      }
      body {
          /*width: 2200px;*/
          max-width: 100%;
          margin: 0 auto;
      }
      .brand_customer_sec{
        position: relative;
        z-index: 4;
      }
      .customer_detail {
          position: relative;
          background: #f1f3ff;
          text-align: center;
          padding: 15px;
      }
      figure.ustomer_avatar {
        height: 120px;
        width: 120px;
        margin: -75px auto 15px;
        border-radius: 50%;
        overflow: hidden;
        border: 8px solid #fff;
      }
      .customer_detail h4, .customer_detail p{
        margin-bottom: 0px;
      }
      .truster_slide_item .card-body{
        padding-bottom: 70px;
      }    
      
      .trusted_slider {
        padding-bottom: 0;
      }
      .trusted_slider .slick-arrow{
        left: 35%;
        bottom: 57px;
      }
      .trusted_slider .slick-arrow.slick-next{
        right: 35%;
      }
      .trusted_sec{
        padding-bottom: 100px;
        padding-top:70px;
      }
      .join_section{
        position: relative;
        padding: 50px 0px;
        background: rgba(241, 243, 255, 0.7);
      }
      .join_section .container{
        position: relative;
        z-index: 4;
      }
      .join_sec_text{
        padding: 60px 0px;
      }
      .join_scrol_img {
          padding-left: 30px;
          margin-bottom: 0;
          overflow: hidden;
          position: relative;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 50%;
      }

      .join_scroll{
        -webkit-animation: 25s merchantlist linear infinite;
          animation: 25s merchantlist linear infinite;
      }
     .join_scrol_img:before,.join_scrol_img:after {
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        position: absolute;
        -webkit-transform-origin: center;
        transform-origin:center;
        background: -webkit-linear-gradient(0,#f5f7ff,rgba(250,250,253,0));
        background: linear-gradient(0,#f5f7ff,rgba(250,250,253,0));
        z-index: 1;
      }
      .join_scrol_img:before {
          top: 0;
          bottom: auto;
          transform: rotate(-180deg);

      }
      .trusted_slider .slick-arrow.icon_animate{
        opacity: 0;
        visibility: hidden;
      }
      .trusted_slider.slick-arrow{
        opacity: 1;
        visibility: visible;
        margin: 0;
      }
      .trusted_slider .slick-arrow.slick-prev.icon_animate{
        margin-left: -10px;
      }
      .trusted_slider .slick-arrow.slick-next.icon_animate{
        margin-right: -10px;
      }
      @-webkit-keyframes merchantlist {
          from {
              -webkit-transform: translateY(0);
              transform: translateY(0)
          }
          to {
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%)
          }
      }

      @keyframes merchantlist {
          from {
              -webkit-transform: translateY(0);
              transform: translateY(0)
          }
          to {
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%)
          }
      }

      .join_left_curve{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        width: 10%;
        height: 150%;
        /*background: rgba(241, 243, 255, 0.5);*/
         background-image: -webkit-linear-gradient(to bottom, rgba(206, 214, 253, 0.7)  0%, rgba(241, 243, 255, 0.5) 50%);
        background-image: linear-gradient(to bottom, rgba(206, 214, 253, 0.7)  0%, rgba(241, 243, 255, 0.5) 50%);
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 85%);
        clip-path: polygon(0 0, 0 100%, 100% 85%);
        z-index: 1;
      }
      .join_lefttop_curve{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 12%;
        height: 180%;
        /*background: rgba(241, 243, 255, 0.5);*/
        background-image: -webkit-linear-gradient(to bottom, rgba(206, 214, 253, 0.4)  0%, rgba(241, 243, 255, 0.5) 50%);
        background-image: linear-gradient(to bottom, rgba(206, 214, 253, 0.4)  0%, rgba(241, 243, 255, 0.5) 50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 20%);
        clip-path: polygon(0 0, 0% 100%, 100% 20%);
        z-index: 2;
      }
      .perfect_right_curve{
        position: absolute;
        right: 0;
        top: 10%;
        width: 10%;
        height: 75%;
        background: #f1f3ff;
        -webkit-clip-path: polygon(0 20%, 100% 100%, 100% 0);
        clip-path: polygon(0 20%, 100% 100%, 100% 0);
      }
      .footer .btn_orange{
        border: 1px solid #f58220;
        background: #f58220;
        color: #fff !important;
      }
      .footer .btn_orange:hover{
        border: 1px solid #f37229;
        background: #f37229;
        color: #fff;
      }
      .head_weight{
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
      }
      .head_weight:after {
          content: "";
          position: absolute;
          left: 0;
          width: 30px;
          height: 4px;
          background: #f58220;
          bottom: 0;
      }
      .head_weight.outline_center:after{
        right: 0;
        margin: 0 auto;
      }
      .trusted_sec{
        position: relative;
      }
      .box_bg {
            background-position: left bottom;
      }
      .perfect_col3_grid .business_blocks .media:nth-child(2) .box_bg,
      .perfect_col3_grid .business_blocks .media:nth-child(5) .box_bg {
          background-position: center bottom;
      }
      .perfect_col3_grid .business_blocks .media:nth-child(3n) .box_bg {
          background-position: right bottom;
      }
      .perfect_col3_grid .business_blocks .media:nth-child(2) .box_bg{
        background-size: 25% auto;
      }
      
      
      @media(min-width: 1200px){
        .hdr_curve_btm {
            right: -1px;
            bottom: -118px;
            z-index: -1;
            width: 100%;
            height: 34%;
        }
        .protect_right_img {
            right: -15px;
            bottom: -170px;
        }
        .brand_cusomer_inner{
          padding-right: 100px;
        }
      }
      @media(min-width: 1300px){
        .protect_right_img {
            right: -35px;
            bottom: -167px;
        }
        
      }
      @media(min-width: 2101px){
      	.protect_right_img {
            right: -130px;
            bottom: -180px;
        }
      }
      @media(min-width: 1500px) and (max-width: 2100px){
      	.brand_cusomer_inner{
      		width: 88%;
      		max-width: 1000px;
      		padding-right: 50px;
      	}
      	.protect_right_img {
            right: -50px;
        }
      }

      @media(min-width: 1600px){
        .hdr_curve_btm {
            right: -70px;
            height: 42%;
        }
        
        .brand_cusomer_inner{
          padding-right: 0px;
        }
      }
      @media(max-width: 1199px){
        .protect_right_img{
          display: none;
        }
        .hdr_curve_btm{
          height: 25%;
        }
      }
       @media (max-width: 1199px){
        .trusted_slider .slick-arrow{
          left: 28%;
        }
        .trusted_slider .slick-arrow.slick-next{
          right: 28%;
        }
      }
      @media (max-height: 640px){
        .banner_browser {
          bottom: auto;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
        }
      }
      @media (max-width: 767px){
        .mountain-view{
            height: 450px;
            padding-top: 70px;
        }
        
        footer{
          margin-top: 50px;
        }
        .brand_customer_sec{
          text-align: left;
          padding: 40px 0 80px; 
        }
        .hdr_curve_btm{
          height: 38%;
          right: -35px;
          bottom: -65px;
        }
        
        .protect_curve{
          -webkit-clip-path: polygon(100% 0%, 100% 90%, 89% 85%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 100% 90%, 89% 85%, 0 100%, 0 0);
        }
        
        footer {
            margin-top: -30px;
        }
        .trusted_slider .slick-arrow{
          left: 10%;
        }
        .trusted_slider .slick-arrow.slick-next{
          right: 10%;
        }
        .join_sec_text {
            padding: 0;
        }
        .join_section{
          padding: 40px 0px;
        }
        .join_scrol_img {
          position: inherit;
          width: 100%;
          text-align: center;
          padding-left: 0;
          height: 350px;
        }
        .join_section .join_content{
            width: 100%;
            flex: inherit;
            max-width: 100%;
        }

      }
/*END-CSS COPYED FROM INDEX PAGE */


.footer.fashion-footer .protect_curve{
	background-image: -webkit-linear-gradient(-45deg, #fbafbd 0%, #ff5d81 100%);
    background-image: linear-gradient(-45deg, #fbafbd 0%, #ff5d81 100%);
}
.footer.fashion-footer .btn_orange{
	background: #fff !important;
	color: #000 !important;
	border: none;
}
.footer.fashion-footer .btn_orange:hover{
	color: #fff !important;
	background: #333 !important;
}
.footer.fashion-footer .head_weight:after{
	background: #fff;
}
.footer.fashion-footer .ti-check.text-success{
	    color: #fff !important;
}
.footer.furniture-footer .protect_curve{
	background-image: -webkit-linear-gradient(-45deg, #f1476a 0%, #667eea 100%);
	background-image: linear-gradient(-45deg, #f1476a 0%, #667eea 100%);
}
.footer.ele-footer .protect_curve{
	background-image: -webkit-linear-gradient(-45deg, #667eea 0%, #bd6ff4 100%);
	background-image: linear-gradient(-45deg, #667eea 0%, #bd6ff4 100%);
}

.footer.health-footer .protect_curve{
	    background-image: -webkit-linear-gradient(-45deg, #83a329 0%, #4c89a7 100%);
	    background-image: linear-gradient(-45deg, #83a329 0%, #4c89a7 100%);
}
.footer.health-footer .ti-check.text-success{
	    color: #06ff10 !important;
}
.footer.food-footer .protect_curve{
	    background-image: -webkit-linear-gradient(-45deg, #f82927 0%, #356fd7 100%);
	    background-image: linear-gradient(-45deg, #f82927 0%, #356fd7 100%);
}

.footer.ele-footer .protect_curve{
	background-image: -webkit-linear-gradient(-45deg, #49dffa 0%, #764ba2 100%);
	background-image: linear-gradient(-45deg, #49dffa 0%, #764ba2 100%);
}


/*start-contact-page*/
h1.contact-h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 60px;
	line-height: 1.2;
  	text-shadow: 0px 15px 32px rgba(111, 98, 194, 0.66);
}
h1.contact-h1 span{
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}
section.contact-main-sec{
	/*background-image: url('../../assets/img/bg-contact--map.png');*/
    background-size: cover;
    /*background-position: right bottom;*/
    background-position: center center;
    position: relative;
    margin-top: -300px;
    padding-top: 300px;
    padding-bottom: 50px;
}
section.contact-main-sec:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #000;
	opacity: .3;
}
iframe.bg-map{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .6;
}
section.contact-main-sec .contact-div{
	min-height: 500px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 35px;
}
section.contact-main-sec .contact-div h3{
	color: #66618b;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.contact-text{}
.contact-text ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-text ul li{
	display: block;
	color: #888888;
	font-size: 18px;
    margin-bottom: 2.3em;
}
.contact-text ul li:last-child{
	margin-bottom: 0;
}
.contact-text ul li.h-text {
    margin-bottom: 5px;
}
.contact-text ul li h2{
	color: #454545;
	font-size: 1.2em;
	font-weight: bold;
}
.contact-text ul li h2 a{
	color: inherit;
}
.contact-text ul li h2 a:hover{
	color: #f58220;
}
.contact-text .social-links > a:not(:hover){
	background-color: #898989;
}
.contact-text .social-links > a{
	border-radius: 5px !important;
	font-size: 20px;
	height: 29px;
	width: 29px;
	line-height: 29px;
	margin-right: 20px;
}
.contact-text .social-links > a:last-child{
	margin-right: 0;
}
.contact-form{}
.contact-form .form-group{
	margin-bottom: 2rem;
	position: relative;
}
.contact-form .form-group.label-up.label-spl{
	margin-top: 5px;
}
.contact-form .form-group.label-up label.spl,
.contact-form .form-group .form-control+label{
	position: absolute;
	left: 0px;
	top: 7px;
	/*color: #7b7b7b;*/
	color: #333;
	font-style: italic;
	font-weight: normal;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	font-size: 1em;
	pointer-events: none;
}
.contact-form .form-group.label-up label.spl span,
.contact-form .form-group .form-control+label span{
	color: red;
}

/*.contact-form .form-group .form-control:not(:placeholder-shown)+label,*/
.contact-form .form-group.label-up .form-control+label,
.contact-form .form-group .form-control:focus+label{
	transform: 			translate(-13%, -22px) scale(.8);
	 -webkit-transform: translate(-13%, -22px) scale(.8);
	 -ms-transform: 	translate(-13%, -22px) scale(.8);
	/*color: #000;*/
}
.contact-form .form-group.label-up label.spl{
	transform: 			translate(-13%, -27px) scale(.8);
	 -webkit-transform: translate(-13%, -27px) scale(.8);
	 -ms-transform: 	translate(-13%, -27px) scale(.8);
}
.contact-form .form-group .form-control+label+span.dd{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 50%;
	width: 0%;
	background-color: #f58220;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
.contact-form .form-group .form-control:focus+label+span.dd{
	left: 0;
	width: 100%;
}
.contact-form .form-control{
	background: transparent !important;
	outline: none;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0 !important;
	color: #000;
	font-weight: 500;
	box-shadow: none;
	padding-left: 0;
    padding-right: 0;
}
.contact-form .form-control:focus{
	/*border-color: #f58220;*/
}
.contact-form ::-webkit-input-placeholder { 
  color: #7b7b7b;
  font-style: italic;
  font-weight: normal;
  opacity: 0;
}

.contact-form :-ms-input-placeholder { 
  color: #7b7b7b;
  font-style: italic;
  font-weight: normal;
  opacity: 0;
}
.contact-form ::placeholder {
  color: #7b7b7b;
  font-style: italic;
  font-weight: normal;
  opacity: 0;
}
.contact-form .btn_orange {
    box-shadow: 0px 8px 18px 0px rgba(244, 122, 18, 0.77);
    font-size: 18px;
    min-width: 175px;
    padding: 9px;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 0 !important;
}
@media(min-width: 2101px){
	h1.contact-h1{
		font-size: 90px;
	}
	.contact-text ul li{
		font-size: 22px;
	}
}
@media(max-width: 1199px){
	h1.contact-h1{
		font-size: 50px;
	}
	.contact-text ul li{
		font-size: 18px;
	}
}
@media(max-width: 767px){
	section.contact-main-sec .contact-div{
		padding: 30px 20px;
	}
	h1.contact-h1{
		font-size: 30px;
	}
	.contact-text ul li{
		font-size: 16px;
	}
}
/*END-contact-page*/

.reseller-boxs .col-md-4{
	margin-bottom: 30px;
}
section.text-page-section.reseller-section {
    background: #f6f6f6;
    padding: 40px 0;
}
.reseller-box {
    text-align: center;
    /*margin-bottom: 40px;*/
    background: #fff;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    height: 100%;
    transition: .3s;
    -webkit-transition: .3s;
}
.reseller-box :hover{
	
}
.reseller-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 25px;
    margin-bottom: 0;
}

.reseller-support-list{
	margin: 30px 0;
	padding: 20px 0;
}
.reseller-support-list li{
	display: block;
	margin: 15px 0;
	position: relative;
	padding-left: 35px;
	font-size: 16px;
}
.reseller-support-list li:before {
    font-family: 'themify';
    content: "\e64c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    height: 25px;
    width: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    font-style: italic;
    padding-right: 3px;
}



.table-responsive.with-shadow{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.price-table-reseller {
    color: #000;
    width: 100%;
    text-align: center;
}
.price-table-reseller tr th {
    background-color: #e5e5e5;
    color: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.price-table tr td { padding: 10px 10px; }
.price-table tr td.left { text-align: left; font-weight: 600; }
.price-table tr td span.price { font-size: 30px; font-weight: 600; }
.price-table-reseller tr td { padding: 10px 10px; font-size:16px; }
.price-table-reseller tr td.left { text-align: left; font-weight: 600; }
.price-table-reseller tr td span.price { font-size: 30px; font-weight: 600; }

@media(max-width: 2100px){
	section.text-page-section h1.pages-heading{
		font-size: 30px;
	}
	section.text-page-section h1, section.text-page-section h2{
		font-size: 22px;
	}
}
@media(max-width: 767px){
	.price-table tr td,
	.price-table-reseller tr td,
	.price-table tr th,
	.price-table-reseller tr th{
		padding: 7px 5px;
	}
}


body {
	opacity: 1;
	transition: all 0.7s linear;
}

body.fade-in {
	opacity: 0;
	transition: none;
}


/** Contact form error messages **/

.custom-error-messages,
.custom-error-messages.ng-active.ng-hide {
	position: absolute;
	color: #f58220;
	font-size: 12px;
	transition: all 0.2s linear;
	margin-top: -20px;
	opacity: 0;
	visibility: hidden;
}

.custom-error-messages.ng-hide {
	display: block !important;
}

.custom-error-messages.ng-active {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
}

.globalNav .solution-description {
	min-height: 235px;
}

.globalNav .solution-description a.nav_read_more {
	position: absolute;
	left: 15px;
	bottom: 0;
}

body.app_main {
	background: #fff;
}

body.md-default-theme, body,
html.md-default-theme, html {
	background-color: transparent;
}


/** Blog css start **/

.custom-menu .navbar-nav .nav-link.btn {
    background: #e0e0e0;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;

}

.sidebar.papular .sidebar-list h5 {
    font-size: 16px;
}


.blog-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
}

.blog-menu .navbar-nav .nav-link {
    display: block;
    padding: 30px 0px;
    min-width: 165px;
    color: #0a2540;
    font-weight: 700;
}

.blog-menu-section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.blog-head h2 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #0a2540;
}

.search-block .form-control {
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    overflow: hidden;
    border: none;
}
.search-block .input-group-append {
    cursor: pointer;
    width: 45px;
}
#search-basic-btn {
    background: none;
    border: none;
    color: #090a0c;
	outline: none;
}

.search-block {
    border-radius: 50px;
    border: 2px solid #575757;
    overflow: hidden;
}

.form-control::placeholder {
    color: #505050;
    opacity: 1;
    font-weight: 600;
}

.sidebar-blog .navbar-list li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
}
.sidebar-blog {
    margin-bottom: 35px;
}
.sidebar-list a:hover {
    color: #0a2540;
}
.sidebar-blog .navbar-list {
    padding: 0;
}

.sidebar-blog h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sidebar-list p {
    margin: 0;
    font-size: 16px;
    color: #090a0c;
    font-weight: 400;
}

.sidebar-list h5 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #090a0c;
}
.sidebar-blog h4.sidebar-title img {
    max-width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    max-height: 25px;
}

.blog-right-content {
    padding-left: 20px;
}
.sidebar-blog .sidebar-list a {
    display: block;
    text-decoration: none;
}

.blog-img img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    object-position: 0 0;
}

.blog-title, .blog-title a {
    color: #0a2540;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    margin-top: 15px;
    display: block;
    text-decoration: none;
}

.blog-text h4 {
    font-size: 15px;
    font-weight: 400;
    min-height: 45px;
}
.blog-auth-n-date {
    font-size: 12px;
    color: #0a2540;
}

.top-banner-content .blog-auth-n-date {
	font-size: 14px;
	color: #fff;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 15px;
}
.top-banner-content .blog-auth-n-date .fa {
	height: auto;
	line-height: 18px;
	margin-right: 5px;
}
.top-banner-content .blog-auth-n-date span {
	color: #fff;
}
.top-banner-content .blog-post-by span {
	margin-left: 3px;
}
.text-page-banner .top-banner-content h1 {
	margin-top: 0;
}
.blog-auth-n-date.blog-cat span {
	margin-right: 5px;
}
.blog-box {
    border: none;
    margin-bottom: 30px;
}
.blog-auth-n-date span {
    color: #919191;
}

.blog-img {
    background: #ddd;
}

.blog-img a {
    display: block;
}


.free-trial-block {
    background: #f1f6fa;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.free-trial-content {
    text-align: center;
}

.start-now-btn .btn {
    background: #0a2540;
    color: #fff;
    border-radius: 30px;
    min-width: 200px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    box-shadow: none;
    position: relative;
    border: none;
    z-index: 99;
    overflow: hidden;
}

.btn-effect{ position: relative;overflow: hidden; }

.btn-effect::before,
 .btn-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -9;
}



.btn-effect::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



.btn-effect:hover::before, .btn-effect:hover::after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}





.free-trial-content span {
    font-weight: bold;
}

.free-trial-content h3 {
    color: #0a2540;
    font-weight: 600;
}
.main-blog {
    margin-bottom: 30px;
}


.blog-menu .navbar-nav .nav-link:hover {
    color: #000;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
}


.blog-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.blog-img a::after {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 100%;
    background: rgba(255,255,255,.2);
    z-index: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.blog-img a:hover::after {
    left: 100%;
}

/*1*/
.search-block .form-control {
    font-weight: 600;
}

/*3*/
.sidebar-blog h4.sidebar-title img {
    margin-top: 0;
}

/*5*/

.blog-detail .blog-box img {
    width: auto;
	max-width: 100%;
	max-height: 450px;
}

/*.mountain-view {
    z-index: -9;
}*/

.blog-title, .blog-title a
{
	overflow: hidden;
   text-overflow: ellipsis;

}


.blog-summary p, .blog-title + div P {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
}

.blog-summary-sidebar p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
}
.sidebar-list h5 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
}

/*landing page*/

.Home-banner {
    /*background: #ddd;*/
    padding: 30px 0;
}
.banner-content h1 {
    font-size: 48px;
    font-weight: 900;
    color: #131c32;
    margin: 0;
}

.btn.btn-search {
    background: #0a2540;
    color: #fff;
    border-radius: 30px !important;
    box-shadow: none;
    min-width: 190px;
    margin-right: 0;
    font-weight: 700;
}


.form-group.banner-search .form-control {
    border: none;
    box-shadow: none;
    height: 45px;
}
/*.form-group.banner-search {
    border: 2px solid #0a2540;
    border-radius: 30px;
    overflow: hidden;
}*/

.form-group.banner-search .form-control {
    box-shadow: none;
    height: 50px;
    border: 2px solid #0a2540;
    border-radius: 30px;
}

.form-group.banner-search .input-group-append {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    z-index: 999;
}

.form-group.banner-search {
    position: relative;
}

.banner-content h5 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 600;
}
.banner-content p {
    color: #3b3b3b;
}

.banner-content p {
    color: #3b3b3b;
    font-size: 16px;
}
.banner-content form {
    margin-top: 35px;
    display: block;
    max-width: 455px;
}



.features-title {
    color: #0a2540;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    min-height: 60px;
    align-self: center;
    display: flex;
}

.features-box .icon {
    margin-bottom: 15px;
}

.features-box .icon img {
    object-fit: cover;
    object-position: 100%;
    height: 45px;
}
.features-box p {
    font-size: 18px;
}
.Platforms-sec {
    padding: 30px 0;
}

.Platforms-sec {
    padding: 60px 0;
    background: #ff6357 url("../img/platforms-bg.jpg");
    background-position: left;
    background-size: 85%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.platforms-content h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
}
.platforms-content p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.partners-sec.section-padding {
    min-height: 280px;
    display: flex;
    align-items: center;
}
.section-padding {
    padding: 60px 0;
}


.partners-logo-list {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.partners-box {
    display: inline-block;
}
*/
.partners-box img {
    max-height: 45px;
}


/*pagintaion*/

.blog-pagination {
    margin-top: 30px;
}

.pagination li a {
    margin: 0 4px;
    min-width: 40px;
    border-radius: 50px;
    text-align: center;
    box-shadow: none;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #0a2540;
}

.pagination {
    justify-content: center;
}
.pagination li.active a {
    background: #0a2540;
    color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a
 {
    border-radius: 50px;
    width: auto;
    min-width: 100px;
}

/* end pagintaion*/

/* ---blog menu */


li.nav-item.nav-link.active  {
    color: #f58220;
    position: relative;
}

.blog-menu {}

.blog-menu .navbar-nav {
    position: relative;
}

.blog-menu .navbar-nav .nav-link {
    position: relative;
    text-align: center;
}
.blog-menu .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f58220;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.blog-menu .navbar-nav li.nav-item .nav-link.active::after {
    opacity: 1;
}

.blog-menu .navbar-nav .nav-link.active {
    color:  #f58220;
}

.blog-auth-n-date span {
    color: #919191;
}



/*responsive css*/


 @media only screen and (min-width:1550px)

{


.container { max-width: 1490px;}
.custom-menu .navbar-nav li a { font-size: 20px;}
.banner-title h3{ font-size: 50px; }
.blog-menu .navbar-nav .nav-link { font-size: 18px;min-width: 200px;}
.blog-head h2 {
    font-size: 45px;
}
.blog-title, .blog-title a {  font-size: 17px;}

.blog-text h4 {
    font-size: 20px;
}
.blog-auth-n-date {
    font-size: 15px;

}
.sidebar-blog h4 {
    font-size: 20px;

}

.footer-box.Information-block ul a{font-size: 16px;}

.free-trial-content h3 {
    font-size: 50px;
}
.custom-menu .navbar-nav .nav-link.btn {
    font-size: 20px;
}

.banner-content h1 {
    font-size: 62px;

}

.banner-content p {
    font-size: 20px;
}

.banner-content h5 {
    font-size: 33px;
}

.banner-content form {
    max-width: 580px;
}

.features-title {

    font-size: 28px;
   
}
.features-box p {
    font-size: 20px;
}


.free-trial-block.Shopvii-free-trial .col-md-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.Shopvii-free-trial p {
    font-size: 23px;
}


.sidebar-list h5, .sidebar-list p, .sidebar.papular .sidebar-list h5 {
    font-size: 20px;

}

 .blog-img img
 {
    height: 250px;
 }

.search-block .form-control {
    height: 64px;
    font-size: 20px;
}


#search-basic-btn {
    font-size: 20px;
}


.main-footer p{ font-size: 16px; }


.start-now-btn .btn{ font-size: 18px; height: 60px; padding:0; line-height: 60px; }
.platforms-content h3 {
    font-size: 76px;
}







}

/*===end  1550 width ====================*/


 @media only screen and (min-width:767px)

{

    .hide-for-desktop {
    display: none;
}

}


 @media only screen and (max-width: 991px)
 {
.custom-menu {
    padding: 10px 0;
}

.blog-auth-n-date {
    font-size: 10px;

}
.custom-menu .container {
    padding-left: 15px;
    padding-right: 15px;
}


.navbar-toggler .toggler-icon {
    width: 35px;
    height: 3px;
    background:#0a2540;
    display: block;
    margin: 5px 0;
    border-radius: 5px;
}
 .container {

    max-width: 100%;
}

.custom-menu .navbar-toggler {
    box-shadow: none;
    outline: none;
}

.custom-menu .navbar-nav .nav-link.btn {
    max-width: 150px;
}
.navbar-nav.Sign-ul {
    border-top: 1px solid #f2e4e4;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

#navbarSupportedContent .navbar-nav.Sign-ul .nav-link.btn {
    text-align: center;
}
.banner-title
{
	height: 150px;
	font-size: 36px;

}

.sidebar-blog h4 {
    font-size: 18px;

}
.blog-menu .navbar-nav {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.blog-menu .navbar-nav .nav-link {
    padding: 5px 15px;
    min-width:auto;
}


.blog-menu .navbar-nav .nav-item {
    display: inline-block;
}

.banner-title h3 {
    font-size: 36px;
    text-align: center;
}

#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    left: 0;
    border-top: 1px solid #eae5e5;
    border-bottom: 1px solid #eae5e5;
}

header {
    position: relative;
    z-index: 999;
}
#navbarSupportedContent .navbar-nav li a {
    padding: 10px 15px;
    text-align: left;
}


.bottom-footer .copy-right-text {
    text-align: center;
}
.copy-right-text p {
    margin: 0;
}
.bottom-footer {
    padding:0;
}

.banner-content h1 {
    font-size: 38px;
}
.platforms-content h3 {
    font-size: 38px;
}
.btn.btn-search {
    min-width: 140px;
}

.Platforms-sec .col-md-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}
.Platforms-sec {
    background-position: center;
    background-size:cover;
    position: relative;
    z-index: 9;
}

.Platforms-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ff6357;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0.8;
}

.partners-logo-list {
    display: block;
}
.partners-logo-list .partners-box {
    display: inline-block;
    clear: both;
    border: 1px solid transparent;
    padding: 10px;
    margin: 10px 10px;
}



 }



 @media only screen and (max-width: 767px)

 {


 	.blog-right-content {
    margin-top: 35px;
}
.blog-auth-n-date {
    font-size: 12px;

}

.free-trial-content h3 {
    color: #0a2540;
    font-size: 26px;
}

.blog-right-content {
    padding-left: 0;
}
.main-footer {
    padding-top: 30px;
}


.banner-title h3 {
    font-size: 32px;
    text-align: center;
}



.blog-head h2 {

    margin-bottom: 26px;

}



.blog-menu .navbar-nav .nav-link {
	padding: 5px 15px;
	margin-bottom: 15px;
}

.banner-title {
    background-position: left top;
    background-size: 100%;
}


.custom-menu .navbar-nav li a {
    min-width: 80px;
    text-align: left;
}


.footer-box.about-block .copy-right-text {
    display: none;
}

.bottom-footer {
    padding:15px 0;
}

.banner-img img {
    max-width: 450px;
    margin: auto;
    display: block;
    width: 100%;
}

.features-box .icon img {
    height: 30px;
}

.features-box p {
    font-size: 16px;
}

.features-box {
    border-bottom: 1px solid #f9f0f0;
    padding-bottom: 0;
    margin-bottom: 20px;
}


.section-padding {
    padding: 40px 0;
}

/*for mobile view css*/
.home_banner_left h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.blog-head h2 {
    text-overflow: ellipsis;
    overflow: hidden;
}


 /*for mobile view css  767 width*/
/*4*/
.blog-menu-section {
    z-index: 99;
    position: relative;
}
 }

 @media only screen and (max-width:360px)
 {


 .footer-box.Information-block ul {
    display: block;
    padding: 0;
    width: 100%;
    clear: both;
    margin: 0;
}
.blog-img img {
    object-fit: cover;
    height: 150px;
    width: 100%;
    object-position: center;
}



.footer-box.Information-block ul li {
    display: block;
    width: 50%;
    float: left;
}

.banner-content h1 {
    font-size: 32px;
}


.partners-logo-list .partners-box {

    margin: 5px;
}

 }
 .blog-summery{margin-top: 10px;}
 .text-capitalize {
	text-transform: capitalize;
 }
 .blog-banner-img{max-height: 500px;}
 .app_main.single-blog-page {
    background: #f1f6fa;
}

.single-blog-page .blog-container {
    background: #fff;
    padding: 20px;
    margin-top: -100px;
    z-index: 999;
    position: relative;
}
.blog-img .browser_bg_img img
{
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height:auto;

}
.single-blog-page .blog-rigt-content .blog-title {
    margin-top: 0;
}
.app_main.single-blog-page .mountain-view {
    height: auto;
    min-height: 500px;
}
.blog-rigt-content .blog-img {
    margin-top: 10px;
}
.app_main.single-blog-page .blog-img {
    background: none;
}

.app_main.single-blog-page .blog-img .browser_bg_img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: auto;
    object-fit: cover;
    object-position: 0;
}
.sidebar-blog .sidebar-list .blog-summary-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;

}
@media only screen and (max-width: 767px)
{
	.app_main.single-blog-page .mountain-view {
		height: auto;
		min-height: 300px;
	}
}

 /** blog css end **/